var/cache/dev/Container8uxKIlY/Acme_SudcmsBundle_KernelDevDebugContainer.php line 14946

Open in your IDE?
  1. <?php
  2. namespace Container8uxKIlY;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Acme_SudcmsBundle_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController' => 'getAdminAddressBookControllerService',
  47.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController' => 'getAdminAgendaControllerService',
  48.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController' => 'getAdminAutopromoControllerService',
  49.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController' => 'getAdminBlockControllerService',
  50.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController' => 'getAdminCalendarControllerService',
  51.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController' => 'getAdminCatalogControllerService',
  52.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  53.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController' => 'getAdminCureControllerService',
  54.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController' => 'getAdminCustomersControllerService',
  55.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController' => 'getAdminDocumentControllerService',
  56.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController' => 'getAdminFlashInfosControllerService',
  57.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController' => 'getAdminFormControllerService',
  58.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController' => 'getAdminGestionEcommerceControllerService',
  59.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminLogsController' => 'getAdminLogsControllerService',
  60.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController' => 'getAdminNewsControllerService',
  61.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController' => 'getAdminNewsletterControllerService',
  62.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController' => 'getAdminOrdersControllerService',
  63.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController' => 'getAdminPagesControllerService',
  64.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController' => 'getAdminProductsControllerService',
  65.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSearchController' => 'getAdminSearchControllerService',
  66.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController' => 'getAdminSiteControllerService',
  67.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSupportController' => 'getAdminSupportControllerService',
  68.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController' => 'getAdminTchatControllerService',
  69.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController' => 'getAdminUserControllerService',
  70.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController' => 'getFrontAddressBookControllerService',
  71.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController' => 'getFrontAgendaControllerService',
  72.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController' => 'getFrontBasketControllerService',
  73.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController' => 'getFrontCatalogControllerService',
  74.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController' => 'getFrontCureControllerService',
  75.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController' => 'getFrontCustomerAccountControllerService',
  76.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController' => 'getFrontDocumentControllerService',
  77.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController' => 'getFrontHomeControllerService',
  78.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController' => 'getFrontNewsControllerService',
  79.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPageController' => 'getFrontPageControllerService',
  80.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayboxController' => 'getFrontPayboxControllerService',
  81.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController' => 'getFrontPayzenControllerService',
  82.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController' => 'getFrontShoppingControllerService',
  83.             'Acme\\SudcmsBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
  84.             'Acme\\SudcmsBundle\\Controller\\SecurityFrontController' => 'getSecurityFrontControllerService',
  85.             'Acme\\SudcmsBundle\\Controller\\SitemapController' => 'getSitemapControllerService',
  86.             'Acme\\SudcmsBundle\\Controller\\TacheCronController' => 'getTacheCronControllerService',
  87.             'Acme\\SudcmsBundle\\Service\\BlocService' => 'getBlocServiceService',
  88.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  89.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  90.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  91.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  92.             'cache.app' => 'getCache_AppService',
  93.             'cache.app_clearer' => 'getCache_AppClearerService',
  94.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  95.             'cache.system' => 'getCache_SystemService',
  96.             'cache.system_clearer' => 'getCache_SystemClearerService',
  97.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  98.             'cache_warmer' => 'getCacheWarmerService',
  99.             'console.command_loader' => 'getConsole_CommandLoaderService',
  100.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  101.             'data_collector.dump' => 'getDataCollector_DumpService',
  102.             'doctrine' => 'getDoctrineService',
  103.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  104.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  105.             'error_controller' => 'getErrorControllerService',
  106.             'event_dispatcher' => 'getEventDispatcherService',
  107.             'http_kernel' => 'getHttpKernelService',
  108.             'knp_paginator' => 'getKnpPaginatorService',
  109.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  110.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  111.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  112.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  113.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  114.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  115.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  116.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  117.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  118.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  119.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  120.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  121.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  122.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  123.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  124.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  125.             'request_stack' => 'getRequestStackService',
  126.             'router' => 'getRouterService',
  127.             'routing.loader' => 'getRouting_LoaderService',
  128.             'services_resetter' => 'getServicesResetterService',
  129.             'translator' => 'getTranslatorService',
  130.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  131.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  132.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  133.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  134.             'cache_clearer' => 'getCacheClearerService',
  135.             'filesystem' => 'getFilesystemService',
  136.             'serializer' => 'getSerializerService',
  137.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  138.             'form.factory' => 'getForm_FactoryService',
  139.             'form.type.file' => 'getForm_Type_FileService',
  140.             'profiler' => 'getProfilerService',
  141.             'twig' => 'getTwigService',
  142.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  143.             'security.token_storage' => 'getSecurity_TokenStorageService',
  144.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  145.             'session' => 'getSessionService',
  146.             'validator' => 'getValidatorService',
  147.         ];
  148.         $this->aliases = [
  149.             'database_connection' => 'doctrine.dbal.default_connection',
  150.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  151.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  152.         ];
  153.         $this->privates['service_container'] = function () {
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  160.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  173.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  195.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  202.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  233.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  248.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  283.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  289.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  290.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  293.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  294.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  295.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  296.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  313.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  316.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  319.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  322.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  323.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  326.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  327.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  337.             include_once \dirname(__DIR__4).'/src/DBAL/MultiDbConnectionWrapper.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  353.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  375.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  382.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  384.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  385.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  386.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  387.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  389.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  390.             include_once \dirname(__DIR__4).'/src/EventListener/BaseListener.php';
  391.             include_once \dirname(__DIR__4).'/src/Service/NewsletterService.php';
  392.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LocaleSubscriber.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  400.             include_once \dirname(__DIR__4).'/src/Repository/AuthUserRepository.php';
  401.             include_once \dirname(__DIR__4).'/src/Repository/ContactHistoriqueRepository.php';
  402.             include_once \dirname(__DIR__4).'/src/Repository/EcoDiscountOrdersRepository.php';
  403.             include_once \dirname(__DIR__4).'/src/Repository/EcoDiscountRepository.php';
  404.             include_once \dirname(__DIR__4).'/src/Repository/EcoProductsReferencesRepository.php';
  405.             include_once \dirname(__DIR__4).'/src/Repository/EcoShippingfeesRepository.php';
  406.             include_once \dirname(__DIR__4).'/src/Repository/ModuleRepository.php';
  407.             include_once \dirname(__DIR__4).'/src/Repository/NewsletterRepository.php';
  408.             include_once \dirname(__DIR__4).'/src/Repository/SiteCoordonneesRepository.php';
  409.             include_once \dirname(__DIR__4).'/src/Repository/SiteGoogleTagManagerRepository.php';
  410.             include_once \dirname(__DIR__4).'/src/Repository/SiteLangRepository.php';
  411.             include_once \dirname(__DIR__4).'/src/Repository/SiteRepository.php';
  412.             include_once \dirname(__DIR__4).'/src/Repository/SiteReseauxRepository.php';
  413.             include_once \dirname(__DIR__4).'/src/Repository/TchatRepository.php';
  414.             include_once \dirname(__DIR__4).'/src/Service/CommonLogsService.php';
  415.             include_once \dirname(__DIR__4).'/src/Service/ApiLogsService.php';
  416.             include_once \dirname(__DIR__4).'/src/Service/ApiService.php';
  417.             include_once \dirname(__DIR__4).'/src/Service/Ecommerce/BasketService.php';
  418.             include_once \dirname(__DIR__4).'/src/Service/Ecommerce/DiscountService.php';
  419.             include_once \dirname(__DIR__4).'/src/Service/Ecommerce/ShippingFeesService.php';
  420.             include_once \dirname(__DIR__4).'/src/Service/MailerService.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  426.             include_once \dirname(__DIR__4).'/src/Service/OtideaUtils.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  440.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  462.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  464.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  466.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  467.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  468.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  469.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  470.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  471.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  472.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  473.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  474.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  479.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  502.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php';
  503.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  504.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  505.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  507.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  508.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  509.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  510.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  511.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  512.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  513.             include_once \dirname(__DIR__4).'/src/Twig/ExternalLinkFilter.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  515.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  517.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  524.             include_once __DIR__.'/proxy-classes.php';
  525.         };
  526.     }
  527.     public function compile(): void
  528.     {
  529.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  530.     }
  531.     public function isCompiled(): bool
  532.     {
  533.         return true;
  534.     }
  535.     public function getRemovedIds(): array
  536.     {
  537.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  538.     }
  539.     protected function createProxy($class\Closure $factory)
  540.     {
  541.         return $factory();
  542.     }
  543.     /**
  544.      * Gets the public '.container.private.cache_clearer' shared service.
  545.      *
  546.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  547.      */
  548.     protected function get_Container_Private_CacheClearerService()
  549.     {
  550.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  551.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  552.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  553.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  554.         }, 1));
  555.     }
  556.     /**
  557.      * Gets the public '.container.private.filesystem' shared service.
  558.      *
  559.      * @return \Symfony\Component\Filesystem\Filesystem
  560.      */
  561.     protected function get_Container_Private_FilesystemService()
  562.     {
  563.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  564.     }
  565.     /**
  566.      * Gets the public '.container.private.form.factory' shared service.
  567.      *
  568.      * @return \Symfony\Component\Form\FormFactory
  569.      */
  570.     protected function get_Container_Private_Form_FactoryService()
  571.     {
  572.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  573.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  574.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  575.     }
  576.     /**
  577.      * Gets the public '.container.private.form.type.file' shared service.
  578.      *
  579.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  580.      */
  581.     protected function get_Container_Private_Form_Type_FileService()
  582.     {
  583.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  584.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  585.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  586.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  587.     }
  588.     /**
  589.      * Gets the public '.container.private.profiler' shared service.
  590.      *
  591.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  592.      */
  593.     protected function get_Container_Private_ProfilerService()
  594.     {
  595.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  596.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  597.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  598.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  599.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  600.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  601.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  602.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  603.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  604.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  605.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  606.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  607.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  608.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  609.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  610.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  611.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  612.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  613.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  614.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  615.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  616.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  617.         if ($this->has('kernel')) {
  618.             $f->setKernel($b);
  619.         }
  620.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  621.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  622.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  623.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  624.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  625.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  626.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  627.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Acme_SudcmsBundle_KernelDevDebugContainer'), $c));
  628.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  629.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  630.         $instance->add($d);
  631.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  632.         $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()), true));
  633.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  634.         $instance->add($e);
  635.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  636.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  637.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  638.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  639.         $instance->add($f);
  640.         return $instance;
  641.     }
  642.     /**
  643.      * Gets the public '.container.private.security.authorization_checker' shared service.
  644.      *
  645.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  646.      */
  647.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  648.     {
  649.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  650.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  651.             return $this->services['.container.private.security.authorization_checker'];
  652.         }
  653.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  654.     }
  655.     /**
  656.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  657.      *
  658.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  659.      */
  660.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  661.     {
  662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  665.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  666.         return $this->services['.container.private.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())));
  667.     }
  668.     /**
  669.      * Gets the public '.container.private.security.password_encoder' shared service.
  670.      *
  671.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  672.      *
  673.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  674.      */
  675.     protected function get_Container_Private_Security_PasswordEncoderService()
  676.     {
  677.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  678.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  679.     }
  680.     /**
  681.      * Gets the public '.container.private.security.token_storage' shared service.
  682.      *
  683.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  684.      */
  685.     protected function get_Container_Private_Security_TokenStorageService()
  686.     {
  687.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  688.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  689.         ], [
  690.             'request_stack' => '?',
  691.         ]));
  692.     }
  693.     /**
  694.      * Gets the public '.container.private.serializer' shared service.
  695.      *
  696.      * @return \Symfony\Component\Serializer\Serializer
  697.      */
  698.     protected function get_Container_Private_SerializerService()
  699.     {
  700.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  701.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  702.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  703.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  704.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  705.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  706.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  707.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  708.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  709.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  710.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  711.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  712.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  713.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  714.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  715.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  716.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  717.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  718.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  719.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  720.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  721.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  722.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  723.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  724.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  725.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  726.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  727.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  728.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  729.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  730.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  731.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  732.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  733.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  734.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  735.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  736.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  737.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  738.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  739.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  740.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  741.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  742.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  743.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  744.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  745.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  746.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  747.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL)), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 10 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 11 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  748.     }
  749.     /**
  750.      * Gets the public '.container.private.session' shared service.
  751.      *
  752.      * @return \Symfony\Component\HttpFoundation\Session\Session
  753.      */
  754.     protected function get_Container_Private_SessionService()
  755.     {
  756.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  757.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  758.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  759.         if (isset($this->services['.container.private.session'])) {
  760.             return $this->services['.container.private.session'];
  761.         }
  762.         return $this->services['.container.private.session'] = $a->createSession();
  763.     }
  764.     /**
  765.      * Gets the public '.container.private.twig' shared service.
  766.      *
  767.      * @return \Twig\Environment
  768.      */
  769.     protected function get_Container_Private_TwigService()
  770.     {
  771.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  772.         $a->addPath((\dirname(__DIR__4).'/../main-app/templates'), 'main-app');
  773.         $a->addPath((\dirname(__DIR__4).'/../bain-rocher/templates'), 'bain-rocher');
  774.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  775.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  776.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  777.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  778.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  779.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  780.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  781.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  782.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  783.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  784.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  785.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  786.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  787.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  788.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  789.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  790.         $a->addPath((\dirname(__DIR__4).'/templates'), 'AcmeSudcms');
  791.         $a->addPath((\dirname(__DIR__4).'/templates'), '!AcmeSudcms');
  792.         $a->addPath((\dirname(__DIR__4).'/templates'));
  793.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  794.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  795.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  796.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['cache' => false'autoescape' => 'name''charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  797.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  798.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  799.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  800.         $e = ($this->services['router'] ?? $this->getRouterService());
  801.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  802.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  803.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  804.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  805.         $i = new \Symfony\Bridge\Twig\AppVariable();
  806.         $i->setEnvironment('dev');
  807.         $i->setDebug(true);
  808.         if ($this->has('.container.private.security.token_storage')) {
  809.             $i->setTokenStorage($g);
  810.         }
  811.         if ($this->has('request_stack')) {
  812.             $i->setRequestStack($f);
  813.         }
  814.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  815.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  816.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  817.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  818.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  819.             yield 'local' => ($this->privates['assets._package_local'] ?? $this->getAssets_PackageLocalService());
  820.             yield 'main-app' => ($this->privates['assets._package_main-app'] ?? $this->getAssets_PackageMainappService());
  821.             yield 'bain-rocher' => ($this->privates['assets._package_bain-rocher'] ?? $this->getAssets_PackageBainrocherService());
  822.         }, 3))));
  823.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  824.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  825.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  826.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  827.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  828.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  829.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  830.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  831.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  832.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  833.         $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())));
  834.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  835.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  836.         $instance->addExtension(new \Twig\Extensions\DateExtension());
  837.         $instance->addExtension(new \Twig\Extensions\IntlExtension());
  838.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  839.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  840.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  841.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  842.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  843.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  844.         $instance->addExtension(new \Acme\SudcmsBundle\Twig\AppExtension());
  845.         $instance->addExtension(new \Acme\SudcmsBundle\Twig\ExternalLinkFilter());
  846.         $instance->addGlobal('app'$i);
  847.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  848.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  849.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  850.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  851.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  852.         ], [
  853.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  854.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  855.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  856.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  857.         ])));
  858.         $instance->addGlobal('locales'$this->parameters['app.locales']);
  859.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  860.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  861.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  862.         return $instance;
  863.     }
  864.     /**
  865.      * Gets the public '.container.private.validator' shared service.
  866.      *
  867.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  868.      */
  869.     protected function get_Container_Private_ValidatorService()
  870.     {
  871.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  872.     }
  873.     /**
  874.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminAddressBookController' shared autowired service.
  875.      *
  876.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminAddressBookController
  877.      */
  878.     protected function getAdminAddressBookControllerService()
  879.     {
  880.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  881.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminAddressBookController.php';
  882.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminAddressBookController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['Acme\\SudcmsBundle\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['Acme\\SudcmsBundle\\Repository\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\OptionsRepository'] ?? $this->getOptionsRepositoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  883.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController'$this));
  884.         return $instance;
  885.     }
  886.     /**
  887.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminAgendaController' shared autowired service.
  888.      *
  889.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminAgendaController
  890.      */
  891.     protected function getAdminAgendaControllerService()
  892.     {
  893.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  894.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminAgendaController.php';
  895.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  896.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  897.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminAgendaController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr'))), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['Acme\\SudcmsBundle\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\OptionsRepository'] ?? $this->getOptionsRepositoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  898.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController'$this));
  899.         return $instance;
  900.     }
  901.     /**
  902.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminAutopromoController' shared autowired service.
  903.      *
  904.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminAutopromoController
  905.      */
  906.     protected function getAdminAutopromoControllerService()
  907.     {
  908.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  909.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminAutopromoController.php';
  910.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  911.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  912.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminAutopromoController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr'))), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['Acme\\SudcmsBundle\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\OptionsRepository'] ?? $this->getOptionsRepositoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  913.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController'$this));
  914.         return $instance;
  915.     }
  916.     /**
  917.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminBlockController' shared autowired service.
  918.      *
  919.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminBlockController
  920.      */
  921.     protected function getAdminBlockControllerService()
  922.     {
  923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  924.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminBlockController.php';
  925.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminBlockController(($this->services['Acme\\SudcmsBundle\\Service\\BlocService'] ?? $this->getBlocServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  926.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController'$this));
  927.         return $instance;
  928.     }
  929.     /**
  930.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminCalendarController' shared autowired service.
  931.      *
  932.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminCalendarController
  933.      */
  934.     protected function getAdminCalendarControllerService()
  935.     {
  936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  937.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminCalendarController.php';
  938.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminCalendarController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  939.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController'$this));
  940.         return $instance;
  941.     }
  942.     /**
  943.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminCatalogController' shared autowired service.
  944.      *
  945.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminCatalogController
  946.      */
  947.     protected function getAdminCatalogControllerService()
  948.     {
  949.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  950.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminCatalogController.php';
  951.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  952.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  953.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminCatalogController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr'))), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['Acme\\SudcmsBundle\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\OptionsRepository'] ?? $this->getOptionsRepositoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  954.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController'$this));
  955.         return $instance;
  956.     }
  957.     /**
  958.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminController' shared autowired service.
  959.      *
  960.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminController
  961.      */
  962.     protected function getAdminControllerService()
  963.     {
  964.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  965.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminController.php';
  966.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminController(($this->privates['Acme\\SudcmsBundle\\Repository\\AuthUserRepository'] ?? $this->getAuthUserRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  967.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminController'$this));
  968.         return $instance;
  969.     }
  970.     /**
  971.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminCureController' shared autowired service.
  972.      *
  973.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminCureController
  974.      */
  975.     protected function getAdminCureControllerService()
  976.     {
  977.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  978.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminCureController.php';
  979.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminCureController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  980.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController'$this));
  981.         return $instance;
  982.     }
  983.     /**
  984.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminCustomersController' shared autowired service.
  985.      *
  986.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminCustomersController
  987.      */
  988.     protected function getAdminCustomersControllerService()
  989.     {
  990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  991.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminCustomersController.php';
  992.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminCustomersController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  993.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController'$this));
  994.         return $instance;
  995.     }
  996.     /**
  997.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminDocumentController' shared autowired service.
  998.      *
  999.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminDocumentController
  1000.      */
  1001.     protected function getAdminDocumentControllerService()
  1002.     {
  1003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1004.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminDocumentController.php';
  1005.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminDocumentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['Acme\\SudcmsBundle\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['Acme\\SudcmsBundle\\Repository\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\OptionsRepository'] ?? $this->getOptionsRepositoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\DocumentConfigRepository'] ?? $this->getDocumentConfigRepositoryService()));
  1006.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController'$this));
  1007.         return $instance;
  1008.     }
  1009.     /**
  1010.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminFlashInfosController' shared autowired service.
  1011.      *
  1012.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminFlashInfosController
  1013.      */
  1014.     protected function getAdminFlashInfosControllerService()
  1015.     {
  1016.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1017.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminFlashInfosController.php';
  1018.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminFlashInfosController(($this->privates['Acme\\SudcmsBundle\\Repository\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\OptionsRepository'] ?? $this->getOptionsRepositoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1019.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController'$this));
  1020.         return $instance;
  1021.     }
  1022.     /**
  1023.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminFormController' shared autowired service.
  1024.      *
  1025.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminFormController
  1026.      */
  1027.     protected function getAdminFormControllerService()
  1028.     {
  1029.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1030.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminFormController.php';
  1031.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminFormController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1032.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController'$this));
  1033.         return $instance;
  1034.     }
  1035.     /**
  1036.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminGestionEcommerceController' shared autowired service.
  1037.      *
  1038.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminGestionEcommerceController
  1039.      */
  1040.     protected function getAdminGestionEcommerceControllerService()
  1041.     {
  1042.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1043.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminGestionEcommerceController.php';
  1044.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminGestionEcommerceController(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Acme\\SudcmsBundle\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  1045.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController'$this));
  1046.         return $instance;
  1047.     }
  1048.     /**
  1049.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminLogsController' shared autowired service.
  1050.      *
  1051.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminLogsController
  1052.      */
  1053.     protected function getAdminLogsControllerService()
  1054.     {
  1055.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1056.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminLogsController.php';
  1057.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminLogsController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminLogsController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'] ?? $this->getMailerServiceService()), ($this->privates['Acme\\SudcmsBundle\\Service\\ApiLogsService'] ?? $this->getApiLogsServiceService()), ($this->privates['Acme\\SudcmsBundle\\Service\\BrevoService'] ?? $this->getBrevoServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1058.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminLogsController'$this));
  1059.         return $instance;
  1060.     }
  1061.     /**
  1062.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminNewsController' shared autowired service.
  1063.      *
  1064.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminNewsController
  1065.      */
  1066.     protected function getAdminNewsControllerService()
  1067.     {
  1068.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1069.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminNewsController.php';
  1070.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  1071.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  1072.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminNewsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr'))), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['Acme\\SudcmsBundle\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\OptionsRepository'] ?? $this->getOptionsRepositoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1073.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController'$this));
  1074.         return $instance;
  1075.     }
  1076.     /**
  1077.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminNewsletterController' shared autowired service.
  1078.      *
  1079.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminNewsletterController
  1080.      */
  1081.     protected function getAdminNewsletterControllerService()
  1082.     {
  1083.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1084.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminNewsletterController.php';
  1085.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminNewsletterController();
  1086.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController'$this));
  1087.         return $instance;
  1088.     }
  1089.     /**
  1090.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminOrdersController' shared autowired service.
  1091.      *
  1092.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminOrdersController
  1093.      */
  1094.     protected function getAdminOrdersControllerService()
  1095.     {
  1096.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1097.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminOrdersController.php';
  1098.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminOrdersController(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\InvoiceService'] ?? $this->getInvoiceServiceService()), ($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'] ?? $this->getMailerServiceService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository'] ?? $this->getEcoInvoicesRepositoryService()));
  1099.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController'$this));
  1100.         return $instance;
  1101.     }
  1102.     /**
  1103.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminPagesController' shared autowired service.
  1104.      *
  1105.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminPagesController
  1106.      */
  1107.     protected function getAdminPagesControllerService()
  1108.     {
  1109.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1110.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminPagesController.php';
  1111.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminPagesController(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Acme\\SudcmsBundle\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\OptionsRepository'] ?? $this->getOptionsRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Service\\DuplicateContent'] ?? $this->getDuplicateContentService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository'] ?? $this->getAddressBookCategoryRepositoryService()), ($this->services['Acme\\SudcmsBundle\\Service\\BlocService'] ?? $this->getBlocServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1112.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController'$this));
  1113.         return $instance;
  1114.     }
  1115.     /**
  1116.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminProductsController' shared autowired service.
  1117.      *
  1118.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminProductsController
  1119.      */
  1120.     protected function getAdminProductsControllerService()
  1121.     {
  1122.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1123.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminProductsController.php';
  1124.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminProductsController(($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'] ?? $this->getApiServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['Acme\\SudcmsBundle\\Repository\\OptionsRepository'] ?? $this->getOptionsRepositoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['Acme\\SudcmsBundle\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  1125.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController'$this));
  1126.         return $instance;
  1127.     }
  1128.     /**
  1129.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminSearchController' shared autowired service.
  1130.      *
  1131.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminSearchController
  1132.      */
  1133.     protected function getAdminSearchControllerService()
  1134.     {
  1135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1136.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminSearchController.php';
  1137.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminSearchController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminSearchController();
  1138.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminSearchController'$this));
  1139.         return $instance;
  1140.     }
  1141.     /**
  1142.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminSiteController' shared autowired service.
  1143.      *
  1144.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminSiteController
  1145.      */
  1146.     protected function getAdminSiteControllerService()
  1147.     {
  1148.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1149.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminSiteController.php';
  1150.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminSiteController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1151.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController'$this));
  1152.         return $instance;
  1153.     }
  1154.     /**
  1155.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminSupportController' shared autowired service.
  1156.      *
  1157.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminSupportController
  1158.      */
  1159.     protected function getAdminSupportControllerService()
  1160.     {
  1161.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1162.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminSupportController.php';
  1163.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminSupportController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminSupportController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1164.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminSupportController'$this));
  1165.         return $instance;
  1166.     }
  1167.     /**
  1168.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminTchatController' shared autowired service.
  1169.      *
  1170.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminTchatController
  1171.      */
  1172.     protected function getAdminTchatControllerService()
  1173.     {
  1174.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1175.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminTchatController.php';
  1176.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminTchatController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Acme\\SudcmsBundle\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'] ?? $this->getMailerServiceService()));
  1177.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController'$this));
  1178.         return $instance;
  1179.     }
  1180.     /**
  1181.      * Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminUserController' shared autowired service.
  1182.      *
  1183.      * @return \Acme\SudcmsBundle\Controller\Admin\AdminUserController
  1184.      */
  1185.     protected function getAdminUserControllerService()
  1186.     {
  1187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1188.         include_once \dirname(__DIR__4).'/src/Controller/Admin/AdminUserController.php';
  1189.         $this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminUserController();
  1190.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController'$this));
  1191.         return $instance;
  1192.     }
  1193.     /**
  1194.      * Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontAddressBookController' shared autowired service.
  1195.      *
  1196.      * @return \Acme\SudcmsBundle\Controller\Front\FrontAddressBookController
  1197.      */
  1198.     protected function getFrontAddressBookControllerService()
  1199.     {
  1200.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1201.         include_once \dirname(__DIR__4).'/src/Controller/Front/FrontAddressBookController.php';
  1202.         $this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontAddressBookController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'] ?? $this->getMailerServiceService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  1203.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController'$this));
  1204.         return $instance;
  1205.     }
  1206.     /**
  1207.      * Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontAgendaController' shared autowired service.
  1208.      *
  1209.      * @return \Acme\SudcmsBundle\Controller\Front\FrontAgendaController
  1210.      */
  1211.     protected function getFrontAgendaControllerService()
  1212.     {
  1213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1214.         include_once \dirname(__DIR__4).'/src/Controller/Front/FrontAgendaController.php';
  1215.         $this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontAgendaController();
  1216.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController'$this));
  1217.         return $instance;
  1218.     }
  1219.     /**
  1220.      * Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontBasketController' shared autowired service.
  1221.      *
  1222.      * @return \Acme\SudcmsBundle\Controller\Front\FrontBasketController
  1223.      */
  1224.     protected function getFrontBasketControllerService()
  1225.     {
  1226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1227.         include_once \dirname(__DIR__4).'/src/Controller/Front/FrontBasketController.php';
  1228.         $this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontBasketController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'] ?? $this->getMailerServiceService()), ($this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'] ?? $this->getOtideaUtilsService()), ($this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\LoyaltySystemService'] ?? $this->getLoyaltySystemServiceService()), ($this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService'] ?? $this->getBasketServiceService()), ($this->privates['Acme\\SudcmsBundle\\EventListener\\BaseListener'] ?? $this->getBaseListenerService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository'] ?? $this->getEcoDiscountRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\DiscountService'] ?? $this->getDiscountServiceService()), ($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'] ?? $this->getApiServiceService()), ($this->privates['Acme\\SudcmsBundle\\Service\\ApiLogsService'] ?? $this->getApiLogsServiceService()));
  1229.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController'$this));
  1230.         return $instance;
  1231.     }
  1232.     /**
  1233.      * Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontCatalogController' shared autowired service.
  1234.      *
  1235.      * @return \Acme\SudcmsBundle\Controller\Front\FrontCatalogController
  1236.      */
  1237.     protected function getFrontCatalogControllerService()
  1238.     {
  1239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1240.         include_once \dirname(__DIR__4).'/src/Controller/Front/FrontCatalogController.php';
  1241.         $this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontCatalogController();
  1242.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController'$this));
  1243.         return $instance;
  1244.     }
  1245.     /**
  1246.      * Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontCureController' shared autowired service.
  1247.      *
  1248.      * @return \Acme\SudcmsBundle\Controller\Front\FrontCureController
  1249.      */
  1250.     protected function getFrontCureControllerService()
  1251.     {
  1252.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1253.         include_once \dirname(__DIR__4).'/src/Controller/Front/FrontCureController.php';
  1254.         $this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontCureController(($this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService'] ?? $this->getBasketServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'] ?? $this->getApiServiceService()));
  1255.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController'$this));
  1256.         return $instance;
  1257.     }
  1258.     /**
  1259.      * Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontCustomerAccountController' shared autowired service.
  1260.      *
  1261.      * @return \Acme\SudcmsBundle\Controller\Front\FrontCustomerAccountController
  1262.      */
  1263.     protected function getFrontCustomerAccountControllerService()
  1264.     {
  1265.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1266.         include_once \dirname(__DIR__4).'/src/Controller/Front/FrontCustomerAccountController.php';
  1267.         $this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontCustomerAccountController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'] ?? $this->getOtideaUtilsService()), ($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'] ?? $this->getMailerServiceService()), ($this->privates['Acme\\SudcmsBundle\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\SiteRepository'] ?? $this->getSiteRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'] ?? $this->getApiServiceService()));
  1268.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController'$this));
  1269.         return $instance;
  1270.     }
  1271.     /**
  1272.      * Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontDocumentController' shared autowired service.
  1273.      *
  1274.      * @return \Acme\SudcmsBundle\Controller\Front\FrontDocumentController
  1275.      */
  1276.     protected function getFrontDocumentControllerService()
  1277.     {
  1278.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1279.         include_once \dirname(__DIR__4).'/src/Controller/Front/FrontDocumentController.php';
  1280.         $this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontDocumentController();
  1281.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController'$this));
  1282.         return $instance;
  1283.     }
  1284.     /**
  1285.      * Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontHomeController' shared autowired service.
  1286.      *
  1287.      * @return \Acme\SudcmsBundle\Controller\Front\FrontHomeController
  1288.      */
  1289.     protected function getFrontHomeControllerService()
  1290.     {
  1291.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1292.         include_once \dirname(__DIR__4).'/src/Controller/Front/FrontHomeController.php';
  1293.         $this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontHomeController();
  1294.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController'$this));
  1295.         return $instance;
  1296.     }
  1297.     /**
  1298.      * Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontNewsController' shared autowired service.
  1299.      *
  1300.      * @return \Acme\SudcmsBundle\Controller\Front\FrontNewsController
  1301.      */
  1302.     protected function getFrontNewsControllerService()
  1303.     {
  1304.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1305.         include_once \dirname(__DIR__4).'/src/Controller/Front/FrontNewsController.php';
  1306.         $this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontNewsController();
  1307.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController'$this));
  1308.         return $instance;
  1309.     }
  1310.     /**
  1311.      * Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontPageController' shared autowired service.
  1312.      *
  1313.      * @return \Acme\SudcmsBundle\Controller\Front\FrontPageController
  1314.      */
  1315.     protected function getFrontPageControllerService()
  1316.     {
  1317.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1318.         include_once \dirname(__DIR__4).'/src/Controller/Front/FrontPageController.php';
  1319.         $this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontPageController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontPageController(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'] ?? $this->getMailerServiceService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\FormSiteRepository'] ?? $this->getFormSiteRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\FormAdressesRepository'] ?? $this->getFormAdressesRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'] ?? $this->getOtideaUtilsService()), ($this->privates['Acme\\SudcmsBundle\\Service\\FormBuilderService'] ?? $this->getFormBuilderServiceService()));
  1320.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontPageController'$this));
  1321.         return $instance;
  1322.     }
  1323.     /**
  1324.      * Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontPayboxController' shared autowired service.
  1325.      *
  1326.      * @return \Acme\SudcmsBundle\Controller\Front\FrontPayboxController
  1327.      */
  1328.     protected function getFrontPayboxControllerService()
  1329.     {
  1330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1331.         include_once \dirname(__DIR__4).'/src/Controller/Front/FrontPayboxController.php';
  1332.         $this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontPayboxController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontPayboxController(($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'] ?? $this->getMailerServiceService()), ($this->privates['Acme\\SudcmsBundle\\Service\\BrevoService'] ?? $this->getBrevoServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'] ?? $this->getOtideaUtilsService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['Acme\\SudcmsBundle\\Service\\Payment\\PayboxService'] ?? $this->getPayboxServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1333.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontPayboxController'$this));
  1334.         return $instance;
  1335.     }
  1336.     /**
  1337.      * Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontPayzenController' shared autowired service.
  1338.      *
  1339.      * @return \Acme\SudcmsBundle\Controller\Front\FrontPayzenController
  1340.      */
  1341.     protected function getFrontPayzenControllerService()
  1342.     {
  1343.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1344.         include_once \dirname(__DIR__4).'/src/Controller/Front/FrontPayzenController.php';
  1345.         include_once \dirname(__DIR__4).'/src/Service/Payment/PayzenService.php';
  1346.         $this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontPayzenController(($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'] ?? $this->getMailerServiceService()), ($this->privates['Acme\\SudcmsBundle\\Service\\BrevoService'] ?? $this->getBrevoServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'] ?? $this->getOtideaUtilsService()), new \Acme\SudcmsBundle\Service\Payment\PayzenService(), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1347.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController'$this));
  1348.         return $instance;
  1349.     }
  1350.     /**
  1351.      * Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontShoppingController' shared autowired service.
  1352.      *
  1353.      * @return \Acme\SudcmsBundle\Controller\Front\FrontShoppingController
  1354.      */
  1355.     protected function getFrontShoppingControllerService()
  1356.     {
  1357.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1358.         include_once \dirname(__DIR__4).'/src/Controller/Front/FrontShoppingController.php';
  1359.         $this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontShoppingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'] ?? $this->getOtideaUtilsService()));
  1360.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController'$this));
  1361.         return $instance;
  1362.     }
  1363.     /**
  1364.      * Gets the public 'Acme\SudcmsBundle\Controller\SecurityController' shared autowired service.
  1365.      *
  1366.      * @return \Acme\SudcmsBundle\Controller\SecurityController
  1367.      */
  1368.     protected function getSecurityControllerService()
  1369.     {
  1370.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1371.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  1372.         $this->services['Acme\\SudcmsBundle\\Controller\\SecurityController'] = $instance = new \Acme\SudcmsBundle\Controller\SecurityController();
  1373.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\SecurityController'$this));
  1374.         return $instance;
  1375.     }
  1376.     /**
  1377.      * Gets the public 'Acme\SudcmsBundle\Controller\SecurityFrontController' shared autowired service.
  1378.      *
  1379.      * @return \Acme\SudcmsBundle\Controller\SecurityFrontController
  1380.      */
  1381.     protected function getSecurityFrontControllerService()
  1382.     {
  1383.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1384.         include_once \dirname(__DIR__4).'/src/Controller/SecurityFrontController.php';
  1385.         $this->services['Acme\\SudcmsBundle\\Controller\\SecurityFrontController'] = $instance = new \Acme\SudcmsBundle\Controller\SecurityFrontController(($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'] ?? $this->getApiServiceService()));
  1386.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\SecurityFrontController'$this));
  1387.         return $instance;
  1388.     }
  1389.     /**
  1390.      * Gets the public 'Acme\SudcmsBundle\Controller\SitemapController' shared autowired service.
  1391.      *
  1392.      * @return \Acme\SudcmsBundle\Controller\SitemapController
  1393.      */
  1394.     protected function getSitemapControllerService()
  1395.     {
  1396.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1397.         include_once \dirname(__DIR__4).'/src/Controller/SitemapController.php';
  1398.         $this->services['Acme\\SudcmsBundle\\Controller\\SitemapController'] = $instance = new \Acme\SudcmsBundle\Controller\SitemapController();
  1399.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\SitemapController'$this));
  1400.         return $instance;
  1401.     }
  1402.     /**
  1403.      * Gets the public 'Acme\SudcmsBundle\Controller\TacheCronController' shared autowired service.
  1404.      *
  1405.      * @return \Acme\SudcmsBundle\Controller\TacheCronController
  1406.      */
  1407.     protected function getTacheCronControllerService()
  1408.     {
  1409.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1410.         include_once \dirname(__DIR__4).'/src/Controller/TacheCronController.php';
  1411.         $this->services['Acme\\SudcmsBundle\\Controller\\TacheCronController'] = $instance = new \Acme\SudcmsBundle\Controller\TacheCronController(($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'] ?? $this->getApiServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1412.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\TacheCronController'$this));
  1413.         return $instance;
  1414.     }
  1415.     /**
  1416.      * Gets the public 'Acme\SudcmsBundle\Service\BlocService' shared autowired service.
  1417.      *
  1418.      * @return \Acme\SudcmsBundle\Service\BlocService
  1419.      */
  1420.     protected function getBlocServiceService()
  1421.     {
  1422.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1423.         include_once \dirname(__DIR__4).'/src/Service/BlocService.php';
  1424.         $this->services['Acme\\SudcmsBundle\\Service\\BlocService'] = $instance = new \Acme\SudcmsBundle\Service\BlocService(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Acme\\SudcmsBundle\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\OptionsRepository'] ?? $this->getOptionsRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Service\\DuplicateContent'] ?? $this->getDuplicateContentService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository'] ?? $this->getAddressBookCategoryRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1425.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Service\\BlocService'$this));
  1426.         return $instance;
  1427.     }
  1428.     /**
  1429.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1430.      *
  1431.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1432.      */
  1433.     protected function getProfilerControllerService()
  1434.     {
  1435.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1436.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  1437.     }
  1438.     /**
  1439.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  1440.      *
  1441.      * @return \Liip\ImagineBundle\Controller\ImagineController
  1442.      */
  1443.     protected function getImagineControllerService()
  1444.     {
  1445.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  1446.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  1447.         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));
  1448.     }
  1449.     /**
  1450.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1451.      *
  1452.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1453.      */
  1454.     protected function getRedirectControllerService()
  1455.     {
  1456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1457.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1458.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1459.     }
  1460.     /**
  1461.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1462.      *
  1463.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1464.      */
  1465.     protected function getTemplateControllerService()
  1466.     {
  1467.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1468.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1469.     }
  1470.     /**
  1471.      * Gets the public 'cache.app' shared service.
  1472.      *
  1473.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1474.      */
  1475.     protected function getCache_AppService()
  1476.     {
  1477.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('IgYHzoj9fQ'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1478.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1479.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1480.     }
  1481.     /**
  1482.      * Gets the public 'cache.app_clearer' shared service.
  1483.      *
  1484.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1485.      */
  1486.     protected function getCache_AppClearerService()
  1487.     {
  1488.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1489.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1490.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1491.     }
  1492.     /**
  1493.      * Gets the public 'cache.global_clearer' shared service.
  1494.      *
  1495.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1496.      */
  1497.     protected function getCache_GlobalClearerService()
  1498.     {
  1499.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1500.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1501.         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.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), '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())]);
  1502.     }
  1503.     /**
  1504.      * Gets the public 'cache.system' shared service.
  1505.      *
  1506.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1507.      */
  1508.     protected function getCache_SystemService()
  1509.     {
  1510.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jVsvZfg0xD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1511.     }
  1512.     /**
  1513.      * Gets the public 'cache.system_clearer' shared service.
  1514.      *
  1515.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1516.      */
  1517.     protected function getCache_SystemClearerService()
  1518.     {
  1519.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1520.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1521.         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.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  1522.     }
  1523.     /**
  1524.      * Gets the public 'cache.validator_expression_language' shared service.
  1525.      *
  1526.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1527.      */
  1528.     protected function getCache_ValidatorExpressionLanguageService()
  1529.     {
  1530.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6NSClhfzPE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1531.     }
  1532.     /**
  1533.      * Gets the public 'cache_warmer' shared service.
  1534.      *
  1535.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1536.      */
  1537.     protected function getCacheWarmerService()
  1538.     {
  1539.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1540.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1541.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1542.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1543.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1544.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1545.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1546.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1547.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1548.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1549.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1550.         }, 8), true, ($this->targetDir.''.'/Acme_SudcmsBundle_KernelDevDebugContainerDeprecations.log'));
  1551.     }
  1552.     /**
  1553.      * Gets the public 'console.command_loader' shared service.
  1554.      *
  1555.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1556.      */
  1557.     protected function getConsole_CommandLoaderService()
  1558.     {
  1559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1561.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1562.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1563.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1564.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1565.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1566.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1567.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1568.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1569.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1570.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1571.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1572.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1573.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1574.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1575.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1576.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1577.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1578.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1579.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1580.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1581.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1582.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1583.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1584.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1585.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1586.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1587.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1588.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1589.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1590.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1591.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1592.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1593.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1594.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1595.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1596.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1597.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1598.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1599.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1600.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1601.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1602.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1603.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1604.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1605.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1606.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1607.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1608.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1609.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1610.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1611.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1612.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1613.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1614.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1615.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1616.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1617.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1618.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1619.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1620.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1621.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1622.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1623.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1624.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1625.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1626.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1627.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1628.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1629.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1630.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1631.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1632.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  1633.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  1634.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1635.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1636.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1637.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1638.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1639.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1640.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1641.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1642.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1643.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1644.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1645.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1646.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1647.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1648.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1649.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1650.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1651.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1652.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1653.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1654.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1655.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1656.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1657.         ], [
  1658.             'console.command.about' => '?',
  1659.             'console.command.assets_install' => '?',
  1660.             'console.command.cache_clear' => '?',
  1661.             'console.command.cache_pool_clear' => '?',
  1662.             'console.command.cache_pool_prune' => '?',
  1663.             'console.command.cache_pool_delete' => '?',
  1664.             'console.command.cache_pool_list' => '?',
  1665.             'console.command.cache_warmup' => '?',
  1666.             'console.command.config_debug' => '?',
  1667.             'console.command.config_dump_reference' => '?',
  1668.             'console.command.container_debug' => '?',
  1669.             'console.command.container_lint' => '?',
  1670.             'console.command.debug_autowiring' => '?',
  1671.             'console.command.dotenv_debug' => '?',
  1672.             'console.command.event_dispatcher_debug' => '?',
  1673.             'console.command.router_debug' => '?',
  1674.             'console.command.router_match' => '?',
  1675.             'console.command.translation_debug' => '?',
  1676.             'console.command.translation_extract' => '?',
  1677.             'console.command.validator_debug' => '?',
  1678.             'console.command.translation_pull' => '?',
  1679.             'console.command.translation_push' => '?',
  1680.             'console.command.xliff_lint' => '?',
  1681.             'console.command.yaml_lint' => '?',
  1682.             'console.command.form_debug' => '?',
  1683.             'console.command.secrets_set' => '?',
  1684.             'console.command.secrets_remove' => '?',
  1685.             'console.command.secrets_generate_key' => '?',
  1686.             'console.command.secrets_list' => '?',
  1687.             'console.command.secrets_decrypt_to_local' => '?',
  1688.             'console.command.secrets_encrypt_from_local' => '?',
  1689.             'twig.command.debug' => '?',
  1690.             'twig.command.lint' => '?',
  1691.             'var_dumper.command.server_dump' => '?',
  1692.             'monolog.command.server_log' => '?',
  1693.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1694.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1695.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1696.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1697.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1698.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1699.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1700.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1701.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1702.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1703.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1704.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1705.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1706.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1707.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1708.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1709.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1710.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1711.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1712.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1713.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1714.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1715.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1716.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1717.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1718.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1719.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1720.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1721.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1722.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1723.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1724.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1725.             'security.command.debug_firewall' => '?',
  1726.             'security.command.user_password_encoder' => '?',
  1727.             'security.command.user_password_hash' => '?',
  1728.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  1729.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  1730.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1731.             'maker.auto_command.make_auth' => '?',
  1732.             'maker.auto_command.make_command' => '?',
  1733.             'maker.auto_command.make_controller' => '?',
  1734.             'maker.auto_command.make_crud' => '?',
  1735.             'maker.auto_command.make_docker_database' => '?',
  1736.             'maker.auto_command.make_entity' => '?',
  1737.             'maker.auto_command.make_fixtures' => '?',
  1738.             'maker.auto_command.make_form' => '?',
  1739.             'maker.auto_command.make_message' => '?',
  1740.             'maker.auto_command.make_messenger_middleware' => '?',
  1741.             'maker.auto_command.make_registration_form' => '?',
  1742.             'maker.auto_command.make_reset_password' => '?',
  1743.             'maker.auto_command.make_serializer_encoder' => '?',
  1744.             'maker.auto_command.make_serializer_normalizer' => '?',
  1745.             'maker.auto_command.make_subscriber' => '?',
  1746.             'maker.auto_command.make_twig_extension' => '?',
  1747.             'maker.auto_command.make_test' => '?',
  1748.             'maker.auto_command.make_validator' => '?',
  1749.             'maker.auto_command.make_voter' => '?',
  1750.             'maker.auto_command.make_user' => '?',
  1751.             'maker.auto_command.make_migration' => '?',
  1752.             'maker.auto_command.make_stimulus_controller' => '?',
  1753.         ]), ['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:dotenv' => 'console.command.dotenv_debug''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:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''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''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove''liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve''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''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller']);
  1754.     }
  1755.     /**
  1756.      * Gets the public 'container.env_var_processors_locator' shared service.
  1757.      *
  1758.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1759.      */
  1760.     protected function getContainer_EnvVarProcessorsLocatorService()
  1761.     {
  1762.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1763.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1764.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1765.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1766.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1767.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1768.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1769.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1770.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1771.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1772.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1773.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1774.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1775.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1776.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1777.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1778.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1779.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1780.         ], [
  1781.             'base64' => '?',
  1782.             'bool' => '?',
  1783.             'const' => '?',
  1784.             'csv' => '?',
  1785.             'default' => '?',
  1786.             'file' => '?',
  1787.             'float' => '?',
  1788.             'int' => '?',
  1789.             'json' => '?',
  1790.             'key' => '?',
  1791.             'not' => '?',
  1792.             'query_string' => '?',
  1793.             'require' => '?',
  1794.             'resolve' => '?',
  1795.             'string' => '?',
  1796.             'trim' => '?',
  1797.             'url' => '?',
  1798.         ]);
  1799.     }
  1800.     /**
  1801.      * Gets the public 'data_collector.dump' shared service.
  1802.      *
  1803.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1804.      */
  1805.     protected function getDataCollector_DumpService()
  1806.     {
  1807.         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()));
  1808.     }
  1809.     /**
  1810.      * Gets the public 'doctrine' shared service.
  1811.      *
  1812.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1813.      */
  1814.     protected function getDoctrineService()
  1815.     {
  1816.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1817.     }
  1818.     /**
  1819.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1820.      *
  1821.      * @return \Acme\SudcmsBundle\DBAL\MultiDbConnectionWrapper
  1822.      */
  1823.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1824.     {
  1825.         $a = new \Doctrine\DBAL\Configuration();
  1826.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1827.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1828.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1829.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1830.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1831.         $c->setConnectionName('default');
  1832.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1833.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1834.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'wrapperClass' => 'Acme\\SudcmsBundle\\DBAL\\MultiDbConnectionWrapper''defaultTableOptions' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), ['enum' => 'string']);
  1835.     }
  1836.     /**
  1837.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1838.      *
  1839.      * @return \Doctrine\ORM\EntityManager
  1840.      */
  1841.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1842.     {
  1843.         if ($lazyLoad) {
  1844.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1845.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1846.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1847.                     $proxy->setProxyInitializer(null);
  1848.                     return true;
  1849.                 });
  1850.             });
  1851.         }
  1852.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1853.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1854.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1855.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1856.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1857.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1858.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1859.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1860.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1861.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1862.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1863.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1864.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1865.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1866.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/RepositoryFactoryCompatibility.php';
  1867.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1868.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1869.         $a = new \Doctrine\ORM\Configuration();
  1870.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1871.         $c = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/src/Entity')], false)));
  1872.         $b->addDriver($c'App\\Entity');
  1873.         $b->addDriver($c'Acme\\SudcmsBundle\\Entity');
  1874.         $a->setEntityNamespaces(['App' => 'App\\Entity''AcmeSudcmsBundle' => 'Acme\\SudcmsBundle\\Entity']);
  1875.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1876.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1877.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1878.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1879.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1880.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1881.         ], [
  1882.             'doctrine.ulid_generator' => '?',
  1883.             'doctrine.uuid_generator' => '?',
  1884.         ])));
  1885.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1886.         $a->setProxyNamespace('Proxies');
  1887.         $a->setAutoGenerateProxyClasses(true);
  1888.         $a->setSchemaIgnoreClasses([]);
  1889.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1890.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1891.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1892.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1893.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1894.         $a->setLazyGhostObjectEnabled(false);
  1895.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1896.             'Acme\\SudcmsBundle\\Repository\\ActualiteBlocsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\ActualiteBlocsRepository''getActualiteBlocsRepositoryService'false],
  1897.             'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository''getActualiteCategsRepositoryService'false],
  1898.             'Acme\\SudcmsBundle\\Repository\\ActualiteMediasRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\ActualiteMediasRepository''getActualiteMediasRepositoryService'false],
  1899.             'Acme\\SudcmsBundle\\Repository\\ActualiteRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\ActualiteRepository''getActualiteRepositoryService'false],
  1900.             'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository''getAddressBookCategoryRepositoryService'false],
  1901.             'Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository''getAddressBookLinkCategoryRepositoryService'false],
  1902.             'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository''getAddressBookMediaRepositoryService'false],
  1903.             'Acme\\SudcmsBundle\\Repository\\AddressBookRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookRepository''getAddressBookRepositoryService'false],
  1904.             'Acme\\SudcmsBundle\\Repository\\AgendaBlocsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\AgendaBlocsRepository''getAgendaBlocsRepositoryService'false],
  1905.             'Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository''getAgendaCategsRepositoryService'false],
  1906.             'Acme\\SudcmsBundle\\Repository\\AgendaMediasRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\AgendaMediasRepository''getAgendaMediasRepositoryService'false],
  1907.             'Acme\\SudcmsBundle\\Repository\\AgendaRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\AgendaRepository''getAgendaRepositoryService'false],
  1908.             'Acme\\SudcmsBundle\\Repository\\ApiSettingsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\ApiSettingsRepository''getApiSettingsRepositoryService'false],
  1909.             'Acme\\SudcmsBundle\\Repository\\AuthGroupModuleRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthGroupModuleRepository''getAuthGroupModuleRepositoryService'false],
  1910.             'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthGroupRepository''getAuthGroupRepositoryService'false],
  1911.             'Acme\\SudcmsBundle\\Repository\\AuthGroupSiteRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthGroupSiteRepository''getAuthGroupSiteRepositoryService'false],
  1912.             'Acme\\SudcmsBundle\\Repository\\AuthUserRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthUserRepository''getAuthUserRepositoryService'false],
  1913.             'Acme\\SudcmsBundle\\Repository\\AutopromoRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\AutopromoRepository''getAutopromoRepositoryService'false],
  1914.             'Acme\\SudcmsBundle\\Repository\\CatalogBlocsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogBlocsRepository''getCatalogBlocsRepositoryService'false],
  1915.             'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository''getCatalogCategsRepositoryService'false],
  1916.             'Acme\\SudcmsBundle\\Repository\\CatalogMediasRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogMediasRepository''getCatalogMediasRepositoryService'false],
  1917.             'Acme\\SudcmsBundle\\Repository\\CatalogRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogRepository''getCatalogRepositoryService'false],
  1918.             'Acme\\SudcmsBundle\\Repository\\ContactHistoriqueRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\ContactHistoriqueRepository''getContactHistoriqueRepositoryService'false],
  1919.             'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CureCategorieRepository''getCureCategorieRepositoryService'false],
  1920.             'Acme\\SudcmsBundle\\Repository\\CureOrderRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CureOrderRepository''getCureOrderRepositoryService'false],
  1921.             'Acme\\SudcmsBundle\\Repository\\CureProductOrderRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CureProductOrderRepository''getCureProductOrderRepositoryService'false],
  1922.             'Acme\\SudcmsBundle\\Repository\\CureProductSoinsOrderRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CureProductSoinsOrderRepository''getCureProductSoinsOrderRepositoryService'false],
  1923.             'Acme\\SudcmsBundle\\Repository\\CureRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CureRepository''getCureRepositoryService'false],
  1924.             'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository''getDocumentCategsRepositoryService'false],
  1925.             'Acme\\SudcmsBundle\\Repository\\DocumentConfigRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentConfigRepository''getDocumentConfigRepositoryService'false],
  1926.             'Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository''getDocumentLinkTagsRepositoryService'false],
  1927.             'Acme\\SudcmsBundle\\Repository\\DocumentRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  1928.             'Acme\\SudcmsBundle\\Repository\\DocumentStatsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentStatsRepository''getDocumentStatsRepositoryService'false],
  1929.             'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository''getDocumentTagsRepositoryService'false],
  1930.             'Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository''getEcoAttributesModelsRepositoryService'false],
  1931.             'Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository''getEcoAttributesReferencesRepositoryService'false],
  1932.             'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository''getEcoAttributesRepositoryService'false],
  1933.             'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository''getEcoCategoriesRepositoryService'false],
  1934.             'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository''getEcoCustomersAddressesRepositoryService'false],
  1935.             'Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository''getEcoCustomersFavoritesProdRepositoryService'false],
  1936.             'Acme\\SudcmsBundle\\Repository\\EcoCustomersNotesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersNotesRepository''getEcoCustomersNotesRepositoryService'false],
  1937.             'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  1938.             'Acme\\SudcmsBundle\\Repository\\EcoDiscountCategoriesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoDiscountCategoriesRepository''getEcoDiscountCategoriesRepositoryService'false],
  1939.             'Acme\\SudcmsBundle\\Repository\\EcoDiscountOrdersRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoDiscountOrdersRepository''getEcoDiscountOrdersRepositoryService'false],
  1940.             'Acme\\SudcmsBundle\\Repository\\EcoDiscountProductsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoDiscountProductsRepository''getEcoDiscountProductsRepositoryService'false],
  1941.             'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository''getEcoDiscountRepositoryService'false],
  1942.             'Acme\\SudcmsBundle\\Repository\\EcoInvoicesElementsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoInvoicesElementsRepository''getEcoInvoicesElementsRepositoryService'false],
  1943.             'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository''getEcoInvoicesRepositoryService'false],
  1944.             'Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository''getEcoLabelsRepositoryService'false],
  1945.             'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoMarksRepository''getEcoMarksRepositoryService'false],
  1946.             'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository''getEcoOrdersProductsRepositoryService'false],
  1947.             'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  1948.             'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository''getEcoPlanningRepositoryService'false],
  1949.             'Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksMediasRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksMediasRepository''getEcoProductsBlocksMediasRepositoryService'false],
  1950.             'Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksRepository''getEcoProductsBlocksRepositoryService'false],
  1951.             'Acme\\SudcmsBundle\\Repository\\EcoProductsBundleRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsBundleRepository''getEcoProductsBundleRepositoryService'false],
  1952.             'Acme\\SudcmsBundle\\Repository\\EcoProductsCategoriesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsCategoriesRepository''getEcoProductsCategoriesRepositoryService'false],
  1953.             'Acme\\SudcmsBundle\\Repository\\EcoProductsCombinationRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsCombinationRepository''getEcoProductsCombinationRepositoryService'false],
  1954.             'Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository''getEcoProductsLabelsRepositoryService'false],
  1955.             'Acme\\SudcmsBundle\\Repository\\EcoProductsMediasRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsMediasRepository''getEcoProductsMediasRepositoryService'false],
  1956.             'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  1957.             'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  1958.             'Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository''getEcoProvidersRepositoryService'false],
  1959.             'Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository''getEcoSettingsRepositoryService'false],
  1960.             'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository''getEcoShippingCarriersRepositoryService'false],
  1961.             'Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository''getEcoShippingOrdersRepositoryService'false],
  1962.             'Acme\\SudcmsBundle\\Repository\\EcoShippingProductsExpeditionsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingProductsExpeditionsRepository''getEcoShippingProductsExpeditionsRepositoryService'false],
  1963.             'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository''getEcoShippingfeesCountryRepositoryService'false],
  1964.             'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository''getEcoShippingfeesRepositoryService'false],
  1965.             'Acme\\SudcmsBundle\\Repository\\FlashMessageRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\FlashMessageRepository''getFlashMessageRepositoryService'false],
  1966.             'Acme\\SudcmsBundle\\Repository\\FormAdressesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\FormAdressesRepository''getFormAdressesRepositoryService'false],
  1967.             'Acme\\SudcmsBundle\\Repository\\FormElementsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\FormElementsRepository''getFormElementsRepositoryService'false],
  1968.             'Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository''getFormElementsValuesRepositoryService'false],
  1969.             'Acme\\SudcmsBundle\\Repository\\FormSiteRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\FormSiteRepository''getFormSiteRepositoryService'false],
  1970.             'Acme\\SudcmsBundle\\Repository\\LanguageRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\LanguageRepository''getLanguageRepositoryService'false],
  1971.             'Acme\\SudcmsBundle\\Repository\\ModuleRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\ModuleRepository''getModuleRepositoryService'false],
  1972.             'Acme\\SudcmsBundle\\Repository\\NewsletterRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\NewsletterRepository''getNewsletterRepositoryService'false],
  1973.             'Acme\\SudcmsBundle\\Repository\\OptionsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\OptionsRepository''getOptionsRepositoryService'false],
  1974.             'Acme\\SudcmsBundle\\Repository\\PagesBlocsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\PagesBlocsRepository''getPagesBlocsRepositoryService'false],
  1975.             'Acme\\SudcmsBundle\\Repository\\PagesMediasRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\PagesMediasRepository''getPagesMediasRepositoryService'false],
  1976.             'Acme\\SudcmsBundle\\Repository\\PagesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\PagesRepository''getPagesRepositoryService'false],
  1977.             'Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository''getSiteCoordonneesRepositoryService'false],
  1978.             'Acme\\SudcmsBundle\\Repository\\SiteGoogleTagManagerRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteGoogleTagManagerRepository''getSiteGoogleTagManagerRepositoryService'false],
  1979.             'Acme\\SudcmsBundle\\Repository\\SiteLangRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteLangRepository''getSiteLangRepositoryService'false],
  1980.             'Acme\\SudcmsBundle\\Repository\\SiteModuleRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteModuleRepository''getSiteModuleRepositoryService'false],
  1981.             'Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository''getSiteReferencementRepositoryService'false],
  1982.             'Acme\\SudcmsBundle\\Repository\\SiteRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteRepository''getSiteRepositoryService'false],
  1983.             'Acme\\SudcmsBundle\\Repository\\SiteReseauxRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteReseauxRepository''getSiteReseauxRepositoryService'false],
  1984.             'Acme\\SudcmsBundle\\Repository\\TchatMessagesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\TchatMessagesRepository''getTchatMessagesRepositoryService'false],
  1985.             'Acme\\SudcmsBundle\\Repository\\TchatProductsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\TchatProductsRepository''getTchatProductsRepositoryService'false],
  1986.             'Acme\\SudcmsBundle\\Repository\\TchatRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\TchatRepository''getTchatRepositoryService'false],
  1987.         ], [
  1988.             'Acme\\SudcmsBundle\\Repository\\ActualiteBlocsRepository' => '?',
  1989.             'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository' => '?',
  1990.             'Acme\\SudcmsBundle\\Repository\\ActualiteMediasRepository' => '?',
  1991.             'Acme\\SudcmsBundle\\Repository\\ActualiteRepository' => '?',
  1992.             'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository' => '?',
  1993.             'Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository' => '?',
  1994.             'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository' => '?',
  1995.             'Acme\\SudcmsBundle\\Repository\\AddressBookRepository' => '?',
  1996.             'Acme\\SudcmsBundle\\Repository\\AgendaBlocsRepository' => '?',
  1997.             'Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository' => '?',
  1998.             'Acme\\SudcmsBundle\\Repository\\AgendaMediasRepository' => '?',
  1999.             'Acme\\SudcmsBundle\\Repository\\AgendaRepository' => '?',
  2000.             'Acme\\SudcmsBundle\\Repository\\ApiSettingsRepository' => '?',
  2001.             'Acme\\SudcmsBundle\\Repository\\AuthGroupModuleRepository' => '?',
  2002.             'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository' => '?',
  2003.             'Acme\\SudcmsBundle\\Repository\\AuthGroupSiteRepository' => '?',
  2004.             'Acme\\SudcmsBundle\\Repository\\AuthUserRepository' => '?',
  2005.             'Acme\\SudcmsBundle\\Repository\\AutopromoRepository' => '?',
  2006.             'Acme\\SudcmsBundle\\Repository\\CatalogBlocsRepository' => '?',
  2007.             'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository' => '?',
  2008.             'Acme\\SudcmsBundle\\Repository\\CatalogMediasRepository' => '?',
  2009.             'Acme\\SudcmsBundle\\Repository\\CatalogRepository' => '?',
  2010.             'Acme\\SudcmsBundle\\Repository\\ContactHistoriqueRepository' => '?',
  2011.             'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository' => '?',
  2012.             'Acme\\SudcmsBundle\\Repository\\CureOrderRepository' => '?',
  2013.             'Acme\\SudcmsBundle\\Repository\\CureProductOrderRepository' => '?',
  2014.             'Acme\\SudcmsBundle\\Repository\\CureProductSoinsOrderRepository' => '?',
  2015.             'Acme\\SudcmsBundle\\Repository\\CureRepository' => '?',
  2016.             'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository' => '?',
  2017.             'Acme\\SudcmsBundle\\Repository\\DocumentConfigRepository' => '?',
  2018.             'Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository' => '?',
  2019.             'Acme\\SudcmsBundle\\Repository\\DocumentRepository' => '?',
  2020.             'Acme\\SudcmsBundle\\Repository\\DocumentStatsRepository' => '?',
  2021.             'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository' => '?',
  2022.             'Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository' => '?',
  2023.             'Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository' => '?',
  2024.             'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository' => '?',
  2025.             'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository' => '?',
  2026.             'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository' => '?',
  2027.             'Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository' => '?',
  2028.             'Acme\\SudcmsBundle\\Repository\\EcoCustomersNotesRepository' => '?',
  2029.             'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository' => '?',
  2030.             'Acme\\SudcmsBundle\\Repository\\EcoDiscountCategoriesRepository' => '?',
  2031.             'Acme\\SudcmsBundle\\Repository\\EcoDiscountOrdersRepository' => '?',
  2032.             'Acme\\SudcmsBundle\\Repository\\EcoDiscountProductsRepository' => '?',
  2033.             'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository' => '?',
  2034.             'Acme\\SudcmsBundle\\Repository\\EcoInvoicesElementsRepository' => '?',
  2035.             'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository' => '?',
  2036.             'Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository' => '?',
  2037.             'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository' => '?',
  2038.             'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository' => '?',
  2039.             'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository' => '?',
  2040.             'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository' => '?',
  2041.             'Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksMediasRepository' => '?',
  2042.             'Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksRepository' => '?',
  2043.             'Acme\\SudcmsBundle\\Repository\\EcoProductsBundleRepository' => '?',
  2044.             'Acme\\SudcmsBundle\\Repository\\EcoProductsCategoriesRepository' => '?',
  2045.             'Acme\\SudcmsBundle\\Repository\\EcoProductsCombinationRepository' => '?',
  2046.             'Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository' => '?',
  2047.             'Acme\\SudcmsBundle\\Repository\\EcoProductsMediasRepository' => '?',
  2048.             'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository' => '?',
  2049.             'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository' => '?',
  2050.             'Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository' => '?',
  2051.             'Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository' => '?',
  2052.             'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository' => '?',
  2053.             'Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository' => '?',
  2054.             'Acme\\SudcmsBundle\\Repository\\EcoShippingProductsExpeditionsRepository' => '?',
  2055.             'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository' => '?',
  2056.             'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository' => '?',
  2057.             'Acme\\SudcmsBundle\\Repository\\FlashMessageRepository' => '?',
  2058.             'Acme\\SudcmsBundle\\Repository\\FormAdressesRepository' => '?',
  2059.             'Acme\\SudcmsBundle\\Repository\\FormElementsRepository' => '?',
  2060.             'Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository' => '?',
  2061.             'Acme\\SudcmsBundle\\Repository\\FormSiteRepository' => '?',
  2062.             'Acme\\SudcmsBundle\\Repository\\LanguageRepository' => '?',
  2063.             'Acme\\SudcmsBundle\\Repository\\ModuleRepository' => '?',
  2064.             'Acme\\SudcmsBundle\\Repository\\NewsletterRepository' => '?',
  2065.             'Acme\\SudcmsBundle\\Repository\\OptionsRepository' => '?',
  2066.             'Acme\\SudcmsBundle\\Repository\\PagesBlocsRepository' => '?',
  2067.             'Acme\\SudcmsBundle\\Repository\\PagesMediasRepository' => '?',
  2068.             'Acme\\SudcmsBundle\\Repository\\PagesRepository' => '?',
  2069.             'Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository' => '?',
  2070.             'Acme\\SudcmsBundle\\Repository\\SiteGoogleTagManagerRepository' => '?',
  2071.             'Acme\\SudcmsBundle\\Repository\\SiteLangRepository' => '?',
  2072.             'Acme\\SudcmsBundle\\Repository\\SiteModuleRepository' => '?',
  2073.             'Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository' => '?',
  2074.             'Acme\\SudcmsBundle\\Repository\\SiteRepository' => '?',
  2075.             'Acme\\SudcmsBundle\\Repository\\SiteReseauxRepository' => '?',
  2076.             'Acme\\SudcmsBundle\\Repository\\TchatMessagesRepository' => '?',
  2077.             'Acme\\SudcmsBundle\\Repository\\TchatProductsRepository' => '?',
  2078.             'Acme\\SudcmsBundle\\Repository\\TchatRepository' => '?',
  2079.         ])));
  2080.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  2081.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2082.         return $instance;
  2083.     }
  2084.     /**
  2085.      * Gets the public 'error_controller' shared service.
  2086.      *
  2087.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2088.      */
  2089.     protected function getErrorControllerService()
  2090.     {
  2091.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2092.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2093.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2094.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2095.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2096.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2097.         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['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($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)));
  2098.     }
  2099.     /**
  2100.      * Gets the public 'event_dispatcher' shared service.
  2101.      *
  2102.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2103.      */
  2104.     protected function getEventDispatcherService()
  2105.     {
  2106.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2107.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2108.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2109.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2110.         $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())));
  2111.         $instance->addListener('kernel.controller', [=> function () {
  2112.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2113.         }, => 'onKernelController'], 0);
  2114.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2115.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  2116.         }, => 'checkPassport'], 1024);
  2117.         $instance->addListener('kernel.response', [=> function () {
  2118.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  2119.         }, => 'onKernelResponse'], 0);
  2120.         $instance->addListener('kernel.response', [=> function () {
  2121.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  2122.         }, => 'onKernelResponse'], 0);
  2123.         $instance->addListener('kernel.request', [=> function () {
  2124.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2125.         }, => 'onKernelRequest'], 0);
  2126.         $instance->addListener('kernel.request', [=> function () {
  2127.             return ($this->privates['Acme\\SudcmsBundle\\EventListener\\BaseListener'] ?? $this->getBaseListenerService());
  2128.         }, => 'onKernelRequest'], 0);
  2129.         $instance->addListener('kernel.response', [=> function () {
  2130.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2131.         }, => 'onKernelResponse'], 0);
  2132.         $instance->addListener('kernel.response', [=> function () {
  2133.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2134.         }, => 'onKernelResponse'], -1024);
  2135.         $instance->addListener('kernel.request', [=> function () {
  2136.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2137.         }, => 'setDefaultLocale'], 100);
  2138.         $instance->addListener('kernel.request', [=> function () {
  2139.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2140.         }, => 'onKernelRequest'], 16);
  2141.         $instance->addListener('kernel.finish_request', [=> function () {
  2142.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2143.         }, => 'onKernelFinishRequest'], 0);
  2144.         $instance->addListener('kernel.request', [=> function () {
  2145.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2146.         }, => 'onKernelRequest'], 256);
  2147.         $instance->addListener('kernel.response', [=> function () {
  2148.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2149.         }, => 'onResponse'], -255);
  2150.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2151.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2152.         }, => 'onControllerArguments'], 0);
  2153.         $instance->addListener('kernel.exception', [=> function () {
  2154.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2155.         }, => 'logKernelException'], 0);
  2156.         $instance->addListener('kernel.exception', [=> function () {
  2157.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2158.         }, => 'onKernelException'], -128);
  2159.         $instance->addListener('kernel.response', [=> function () {
  2160.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2161.         }, => 'removeCspHeader'], -128);
  2162.         $instance->addListener('kernel.request', [=> function () {
  2163.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2164.         }, => 'onKernelRequest'], 15);
  2165.         $instance->addListener('kernel.finish_request', [=> function () {
  2166.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2167.         }, => 'onKernelFinishRequest'], -15);
  2168.         $instance->addListener('console.error', [=> function () {
  2169.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2170.         }, => 'onConsoleError'], -128);
  2171.         $instance->addListener('console.terminate', [=> function () {
  2172.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2173.         }, => 'onConsoleTerminate'], -128);
  2174.         $instance->addListener('console.error', [=> function () {
  2175.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2176.         }, => 'onConsoleError'], 0);
  2177.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2178.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2179.         }, => 'onMessage'], -255);
  2180.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2181.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2182.         }, => 'onMessage'], -255);
  2183.         $instance->addListener('kernel.request', [=> function () {
  2184.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2185.         }, => 'configure'], 2048);
  2186.         $instance->addListener('console.command', [=> function () {
  2187.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2188.         }, => 'configure'], 2048);
  2189.         $instance->addListener('kernel.request', [=> function () {
  2190.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2191.         }, => 'onKernelRequest'], 32);
  2192.         $instance->addListener('kernel.finish_request', [=> function () {
  2193.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2194.         }, => 'onKernelFinishRequest'], 0);
  2195.         $instance->addListener('kernel.exception', [=> function () {
  2196.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2197.         }, => 'onKernelException'], -64);
  2198.         $instance->addListener('kernel.response', [=> function () {
  2199.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2200.         }, => 'onKernelResponse'], 0);
  2201.         $instance->addListener('kernel.request', [=> function () {
  2202.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2203.         }, => 'onKernelRequest'], 128);
  2204.         $instance->addListener('kernel.response', [=> function () {
  2205.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2206.         }, => 'onKernelResponse'], -1000);
  2207.         $instance->addListener('kernel.finish_request', [=> function () {
  2208.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2209.         }, => 'onFinishRequest'], 0);
  2210.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2211.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2212.         }, => 'onNotification'], -255);
  2213.         $instance->addListener('kernel.response', [=> function () {
  2214.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2215.         }, => 'onKernelResponse'], -100);
  2216.         $instance->addListener('kernel.exception', [=> function () {
  2217.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2218.         }, => 'onKernelException'], 0);
  2219.         $instance->addListener('kernel.terminate', [=> function () {
  2220.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2221.         }, => 'onKernelTerminate'], -1024);
  2222.         $instance->addListener('kernel.controller', [=> function () {
  2223.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2224.         }, => 'onKernelController'], 0);
  2225.         $instance->addListener('kernel.response', [=> function () {
  2226.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2227.         }, => 'onKernelResponse'], 0);
  2228.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2229.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2230.         }, => 'onMessage'], 0);
  2231.         $instance->addListener('kernel.response', [=> function () {
  2232.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2233.         }, => 'onKernelResponse'], -128);
  2234.         $instance->addListener('console.command', [=> function () {
  2235.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2236.         }, => 'onCommand'], 255);
  2237.         $instance->addListener('console.terminate', [=> function () {
  2238.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2239.         }, => 'onTerminate'], -255);
  2240.         $instance->addListener('console.command', [=> function () {
  2241.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  2242.         }, => 'configure'], 1024);
  2243.         $instance->addListener('kernel.controller', [=> function () {
  2244.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2245.         }, => 'onKernelController'], 0);
  2246.         $instance->addListener('kernel.controller', [=> function () {
  2247.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2248.         }, => 'onKernelController'], 0);
  2249.         $instance->addListener('kernel.controller', [=> function () {
  2250.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2251.         }, => 'onKernelController'], -128);
  2252.         $instance->addListener('kernel.view', [=> function () {
  2253.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2254.         }, => 'onKernelView'], 0);
  2255.         $instance->addListener('kernel.controller', [=> function () {
  2256.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2257.         }, => 'onKernelController'], 0);
  2258.         $instance->addListener('kernel.response', [=> function () {
  2259.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2260.         }, => 'onKernelResponse'], 0);
  2261.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2262.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2263.         }, => 'onKernelControllerArguments'], 0);
  2264.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2265.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2266.         }, => 'onKernelControllerArguments'], 0);
  2267.         $instance->addListener('kernel.response', [=> function () {
  2268.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2269.         }, => 'onKernelResponse'], 0);
  2270.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2271.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  2272.         }, => 'checkPassport'], 0);
  2273.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2274.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  2275.         }, => 'onLoginSuccess'], 0);
  2276.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2277.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2278.         }, => 'onVoterVote'], 0);
  2279.         $instance->addListener('kernel.request', [=> function () {
  2280.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2281.         }, => 'configureLogoutUrlGenerator'], 8);
  2282.         $instance->addListener('kernel.request', [=> function () {
  2283.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2284.         }, => 'onKernelRequest'], 8);
  2285.         $instance->addListener('kernel.finish_request', [=> function () {
  2286.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2287.         }, => 'onKernelFinishRequest'], 0);
  2288.         $instance->addListener('console.error', [=> function () {
  2289.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2290.         }, => 'onConsoleError'], 0);
  2291.         $instance->addListener('console.terminate', [=> function () {
  2292.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2293.         }, => 'onConsoleTerminate'], 0);
  2294.         $instance->addListener('knp_pager.before', [=> function () {
  2295.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2296.         }, => 'before'], 0);
  2297.         $instance->addListener('knp_pager.pagination', [=> function () {
  2298.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2299.         }, => 'pagination'], 0);
  2300.         $instance->addListener('knp_pager.before', [=> function () {
  2301.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2302.         }, => 'before'], 1);
  2303.         $instance->addListener('knp_pager.before', [=> function () {
  2304.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2305.         }, => 'before'], 1);
  2306.         $instance->addListener('knp_pager.pagination', [=> function () {
  2307.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2308.         }, => 'pagination'], 1);
  2309.         $instance->addListener('kernel.request', [=> function () {
  2310.             return ($this->privates['Acme\\SudcmsBundle\\EventSubscriber\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
  2311.         }, => 'onKernelRequest'], 20);
  2312.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2313.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  2314.         }, => 'checkPassport'], 512);
  2315.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2316.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  2317.         }, => 'onLogout'], 0);
  2318.         return $instance;
  2319.     }
  2320.     /**
  2321.      * Gets the public 'http_kernel' shared service.
  2322.      *
  2323.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2324.      */
  2325.     protected function getHttpKernelService()
  2326.     {
  2327.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2328.         if (isset($this->services['http_kernel'])) {
  2329.             return $this->services['http_kernel'];
  2330.         }
  2331.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2332.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2333.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2334.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2335.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2336.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2337.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2338.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2339.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2340.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2341.         }, 8)), $b));
  2342.     }
  2343.     /**
  2344.      * Gets the public 'knp_paginator' shared service.
  2345.      *
  2346.      * @return \Knp\Component\Pager\Paginator
  2347.      */
  2348.     protected function getKnpPaginatorService($lazyLoad true)
  2349.     {
  2350.         if ($lazyLoad) {
  2351.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  2352.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2353.                     $wrappedInstance $this->getKnpPaginatorService(false);
  2354.                     $proxy->setProxyInitializer(null);
  2355.                     return true;
  2356.                 });
  2357.             });
  2358.         }
  2359.         $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())));
  2360.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  2361.         return $instance;
  2362.     }
  2363.     /**
  2364.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  2365.      *
  2366.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  2367.      */
  2368.     protected function getLiipImagine_Binary_Loader_DefaultService()
  2369.     {
  2370.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  2371.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  2372.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  2373.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  2374.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  2375.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  2376.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  2377.         $a \Symfony\Component\Mime\MimeTypes::getDefault();
  2378.         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).'/public')], false));
  2379.     }
  2380.     /**
  2381.      * Gets the public 'liip_imagine.cache.manager' shared service.
  2382.      *
  2383.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  2384.      */
  2385.     protected function getLiipImagine_Cache_ManagerService()
  2386.     {
  2387.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2388.         if (isset($this->services['liip_imagine.cache.manager'])) {
  2389.             return $this->services['liip_imagine.cache.manager'];
  2390.         }
  2391.         $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')))), $a'default'false);
  2392.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  2393.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  2394.         return $instance;
  2395.     }
  2396.     /**
  2397.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  2398.      *
  2399.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  2400.      */
  2401.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  2402.     {
  2403.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  2404.     }
  2405.     /**
  2406.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  2407.      *
  2408.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  2409.      */
  2410.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  2411.     {
  2412.         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()));
  2413.     }
  2414.     /**
  2415.      * Gets the public 'liip_imagine.cache.signer' shared service.
  2416.      *
  2417.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  2418.      */
  2419.     protected function getLiipImagine_Cache_SignerService()
  2420.     {
  2421.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  2422.     }
  2423.     /**
  2424.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  2425.      *
  2426.      * @return \Liip\ImagineBundle\Config\StackCollection
  2427.      */
  2428.     protected function getLiipImagine_Config_StackCollectionService()
  2429.     {
  2430.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  2431.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  2432.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  2433.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  2434.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  2435.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  2436.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  2437.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  2438.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  2439.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  2440.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  2441.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  2442.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  2443.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  2444.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  2445.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  2446.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  2447.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  2448.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  2449.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  2450.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  2451.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  2452.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  2453.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  2454.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  2455.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  2456.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  2457.         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']);
  2458.     }
  2459.     /**
  2460.      * Gets the public 'liip_imagine.data.manager' shared service.
  2461.      *
  2462.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  2463.      */
  2464.     protected function getLiipImagine_Data_ManagerService()
  2465.     {
  2466.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  2467.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  2468.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  2469.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  2470.         $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);
  2471.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  2472.         return $instance;
  2473.     }
  2474.     /**
  2475.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  2476.      *
  2477.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  2478.      */
  2479.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  2480.     {
  2481.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2482.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  2483.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  2484.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  2485.     }
  2486.     /**
  2487.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  2488.      *
  2489.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  2490.      */
  2491.     protected function getLiipImagine_Filter_Loader_FixedService()
  2492.     {
  2493.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2494.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  2495.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  2496.     }
  2497.     /**
  2498.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  2499.      *
  2500.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  2501.      */
  2502.     protected function getLiipImagine_Filter_Loader_FlipService()
  2503.     {
  2504.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2505.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  2506.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  2507.     }
  2508.     /**
  2509.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  2510.      *
  2511.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  2512.      */
  2513.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  2514.     {
  2515.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2516.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  2517.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  2518.     }
  2519.     /**
  2520.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  2521.      *
  2522.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  2523.      */
  2524.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  2525.     {
  2526.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2527.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  2528.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  2529.     }
  2530.     /**
  2531.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  2532.      *
  2533.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  2534.      */
  2535.     protected function getLiipImagine_Filter_Loader_ResampleService()
  2536.     {
  2537.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2538.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  2539.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  2540.     }
  2541.     /**
  2542.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  2543.      *
  2544.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  2545.      */
  2546.     protected function getLiipImagine_Filter_Loader_RotateService()
  2547.     {
  2548.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2549.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  2550.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  2551.     }
  2552.     /**
  2553.      * Gets the public 'liip_imagine.filter.manager' shared service.
  2554.      *
  2555.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  2556.      */
  2557.     protected function getLiipImagine_Filter_ManagerService()
  2558.     {
  2559.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  2560.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  2561.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  2562.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  2563.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  2564.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  2565.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  2566.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  2567.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  2568.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  2569.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  2570.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  2571.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  2572.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  2573.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  2574.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  2575.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  2576.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  2577.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  2578.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  2579.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  2580.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  2581.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  2582.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  2583.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  2584.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  2585.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  2586.         $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()));
  2587.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  2588.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  2589.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  2590.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  2591.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  2592.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a\dirname(__DIR__4)));
  2593.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a\dirname(__DIR__4)));
  2594.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  2595.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  2596.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  2597.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  2598.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  2599.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  2600.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  2601.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  2602.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  2603.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  2604.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  2605.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  2606.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  2607.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  2608.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  2609.         $instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp'NULL751004'fast'1false$this->parameters['liip_imagine.cwebp.metadata']));
  2610.         return $instance;
  2611.     }
  2612.     /**
  2613.      * Gets the public 'monolog.logger.deprecation' shared service.
  2614.      *
  2615.      * @return \Symfony\Bridge\Monolog\Logger
  2616.      */
  2617.     protected function getMonolog_Logger_DeprecationService()
  2618.     {
  2619.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2620.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2621.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2622.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2623.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2624.         return $instance;
  2625.     }
  2626.     /**
  2627.      * Gets the public 'request_stack' shared service.
  2628.      *
  2629.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2630.      */
  2631.     protected function getRequestStackService()
  2632.     {
  2633.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2634.     }
  2635.     /**
  2636.      * Gets the public 'router' shared service.
  2637.      *
  2638.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2639.      */
  2640.     protected function getRouterService()
  2641.     {
  2642.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2643.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2644.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2645.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2646.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2647.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2648.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2649.         ], [
  2650.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2651.         ]))->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');
  2652.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2653.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2654.         return $instance;
  2655.     }
  2656.     /**
  2657.      * Gets the public 'routing.loader' shared service.
  2658.      *
  2659.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2660.      */
  2661.     protected function getRouting_LoaderService()
  2662.     {
  2663.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2664.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2665.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2666.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2667.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2668.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2669.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2670.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2671.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2672.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2673.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2674.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2675.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2676.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2677.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2678.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2679.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2680.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2681.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2682.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2683.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2684.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2685.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2686.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2687.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2688.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  2689.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2690.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  2691.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  2692.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  2693.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  2694.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  2695.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2696.             'kernel' => ['services''kernel''getKernelService'false],
  2697.         ], [
  2698.             'kernel' => 'Acme\\SudcmsBundle\\Kernel',
  2699.         ]), 'dev'));
  2700.         $a->addLoader($c);
  2701.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2702.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2703.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2704.     }
  2705.     /**
  2706.      * Gets the public 'services_resetter' shared service.
  2707.      *
  2708.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2709.      */
  2710.     protected function getServicesResetterService()
  2711.     {
  2712.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2713.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2714.             if (isset($this->services['cache.app'])) {
  2715.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2716.             }
  2717.             if (isset($this->services['cache.system'])) {
  2718.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2719.             }
  2720.             if (isset($this->privates['cache.validator'])) {
  2721.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2722.             }
  2723.             if (isset($this->privates['cache.serializer'])) {
  2724.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2725.             }
  2726.             if (isset($this->privates['cache.annotations'])) {
  2727.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2728.             }
  2729.             if (isset($this->privates['cache.property_info'])) {
  2730.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2731.             }
  2732.             if (isset($this->privates['.debug.http_client'])) {
  2733.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2734.             }
  2735.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2736.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2737.             }
  2738.             if (isset($this->privates['debug.stopwatch'])) {
  2739.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2740.             }
  2741.             if (isset($this->services['event_dispatcher'])) {
  2742.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2743.             }
  2744.             if (isset($this->privates['session_listener'])) {
  2745.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2746.             }
  2747.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2748.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2749.             }
  2750.             if (isset($this->services['cache.validator_expression_language'])) {
  2751.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2752.             }
  2753.             if (isset($this->services['.container.private.profiler'])) {
  2754.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2755.             }
  2756.             if (isset($this->services['.container.private.validator'])) {
  2757.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2758.             }
  2759.             if (isset($this->privates['twig.form.engine'])) {
  2760.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2761.             }
  2762.             if (isset($this->privates['monolog.handler.main'])) {
  2763.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2764.             }
  2765.             if (isset($this->privates['monolog.handler.console'])) {
  2766.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2767.             }
  2768.             if (isset($this->services['doctrine'])) {
  2769.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2770.             }
  2771.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  2772.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  2773.             }
  2774.             if (isset($this->privates['form.type.entity'])) {
  2775.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2776.             }
  2777.             if (isset($this->services['.container.private.security.token_storage'])) {
  2778.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2779.             }
  2780.             if (isset($this->privates['cache.security_expression_language'])) {
  2781.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2782.             }
  2783.             if (isset($this->privates['debug.security.firewall'])) {
  2784.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  2785.             }
  2786.             if (isset($this->privates['debug.security.firewall.authenticator.admin'])) {
  2787.                 yield 'debug.security.firewall.authenticator.admin' => ($this->privates['debug.security.firewall.authenticator.admin'] ?? null);
  2788.             }
  2789.             if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  2790.                 yield 'debug.security.firewall.authenticator.main' => ($this->privates['debug.security.firewall.authenticator.main'] ?? null);
  2791.             }
  2792.             if (isset($this->privates['.debug.http_client'])) {
  2793.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2794.             }
  2795.         }, function () {
  2796.             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['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (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['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.admin'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.main'])) + (int) (isset($this->privates['.debug.http_client']));
  2797.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'doctrine.debug_data_holder' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'debug.security.firewall.authenticator.admin' => [=> 'reset'], 'debug.security.firewall.authenticator.main' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  2798.     }
  2799.     /**
  2800.      * Gets the public 'translator' shared service.
  2801.      *
  2802.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2803.      */
  2804.     protected function getTranslatorService()
  2805.     {
  2806.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2807.     }
  2808.     /**
  2809.      * Gets the public 'var_dumper.cloner' shared service.
  2810.      *
  2811.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2812.      */
  2813.     protected function getVarDumper_ClonerService()
  2814.     {
  2815.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2816.         $instance->setMaxItems(2500);
  2817.         $instance->setMinDepth(1);
  2818.         $instance->setMaxString(-1);
  2819.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2820.         return $instance;
  2821.     }
  2822.     /**
  2823.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2824.      *
  2825.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2826.      */
  2827.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2828.     {
  2829.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2830.         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['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  2831.     }
  2832.     /**
  2833.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2834.      *
  2835.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2836.      */
  2837.     protected function getWebProfiler_Controller_ProfilerService()
  2838.     {
  2839.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2840.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2841.     }
  2842.     /**
  2843.      * Gets the public 'web_profiler.controller.router' shared service.
  2844.      *
  2845.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2846.      */
  2847.     protected function getWebProfiler_Controller_RouterService()
  2848.     {
  2849.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2850.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2851.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2852.         }, 1));
  2853.     }
  2854.     /**
  2855.      * Gets the private '.console.command.about.lazy' shared service.
  2856.      *
  2857.      * @return \Symfony\Component\Console\Command\LazyCommand
  2858.      */
  2859.     protected function get_Console_Command_About_LazyService()
  2860.     {
  2861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2863.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  2864.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2865.         });
  2866.     }
  2867.     /**
  2868.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2869.      *
  2870.      * @return \Symfony\Component\Console\Command\LazyCommand
  2871.      */
  2872.     protected function get_Console_Command_AssetsInstall_LazyService()
  2873.     {
  2874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2876.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  2877.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2878.         });
  2879.     }
  2880.     /**
  2881.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2882.      *
  2883.      * @return \Symfony\Component\Console\Command\LazyCommand
  2884.      */
  2885.     protected function get_Console_Command_CacheClear_LazyService()
  2886.     {
  2887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2889.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  2890.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2891.         });
  2892.     }
  2893.     /**
  2894.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2895.      *
  2896.      * @return \Symfony\Component\Console\Command\LazyCommand
  2897.      */
  2898.     protected function get_Console_Command_CachePoolClear_LazyService()
  2899.     {
  2900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2902.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  2903.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2904.         });
  2905.     }
  2906.     /**
  2907.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2908.      *
  2909.      * @return \Symfony\Component\Console\Command\LazyCommand
  2910.      */
  2911.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2912.     {
  2913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2915.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  2916.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2917.         });
  2918.     }
  2919.     /**
  2920.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2921.      *
  2922.      * @return \Symfony\Component\Console\Command\LazyCommand
  2923.      */
  2924.     protected function get_Console_Command_CachePoolList_LazyService()
  2925.     {
  2926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2928.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  2929.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2930.         });
  2931.     }
  2932.     /**
  2933.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2934.      *
  2935.      * @return \Symfony\Component\Console\Command\LazyCommand
  2936.      */
  2937.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2938.     {
  2939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2941.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  2942.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2943.         });
  2944.     }
  2945.     /**
  2946.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2947.      *
  2948.      * @return \Symfony\Component\Console\Command\LazyCommand
  2949.      */
  2950.     protected function get_Console_Command_CacheWarmup_LazyService()
  2951.     {
  2952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2954.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  2955.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2956.         });
  2957.     }
  2958.     /**
  2959.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2960.      *
  2961.      * @return \Symfony\Component\Console\Command\LazyCommand
  2962.      */
  2963.     protected function get_Console_Command_ConfigDebug_LazyService()
  2964.     {
  2965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2967.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  2968.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2969.         });
  2970.     }
  2971.     /**
  2972.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2973.      *
  2974.      * @return \Symfony\Component\Console\Command\LazyCommand
  2975.      */
  2976.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2977.     {
  2978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2980.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  2981.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2982.         });
  2983.     }
  2984.     /**
  2985.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2986.      *
  2987.      * @return \Symfony\Component\Console\Command\LazyCommand
  2988.      */
  2989.     protected function get_Console_Command_ContainerDebug_LazyService()
  2990.     {
  2991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2993.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  2994.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2995.         });
  2996.     }
  2997.     /**
  2998.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2999.      *
  3000.      * @return \Symfony\Component\Console\Command\LazyCommand
  3001.      */
  3002.     protected function get_Console_Command_ContainerLint_LazyService()
  3003.     {
  3004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3006.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  3007.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  3008.         });
  3009.     }
  3010.     /**
  3011.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  3012.      *
  3013.      * @return \Symfony\Component\Console\Command\LazyCommand
  3014.      */
  3015.     protected function get_Console_Command_DebugAutowiring_LazyService()
  3016.     {
  3017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3019.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  3020.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  3021.         });
  3022.     }
  3023.     /**
  3024.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  3025.      *
  3026.      * @return \Symfony\Component\Console\Command\LazyCommand
  3027.      */
  3028.     protected function get_Console_Command_DotenvDebug_LazyService()
  3029.     {
  3030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3032.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  3033.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  3034.         });
  3035.     }
  3036.     /**
  3037.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  3038.      *
  3039.      * @return \Symfony\Component\Console\Command\LazyCommand
  3040.      */
  3041.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  3042.     {
  3043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3045.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  3046.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  3047.         });
  3048.     }
  3049.     /**
  3050.      * Gets the private '.console.command.form_debug.lazy' shared service.
  3051.      *
  3052.      * @return \Symfony\Component\Console\Command\LazyCommand
  3053.      */
  3054.     protected function get_Console_Command_FormDebug_LazyService()
  3055.     {
  3056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3058.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  3059.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  3060.         });
  3061.     }
  3062.     /**
  3063.      * Gets the private '.console.command.router_debug.lazy' shared service.
  3064.      *
  3065.      * @return \Symfony\Component\Console\Command\LazyCommand
  3066.      */
  3067.     protected function get_Console_Command_RouterDebug_LazyService()
  3068.     {
  3069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3071.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  3072.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  3073.         });
  3074.     }
  3075.     /**
  3076.      * Gets the private '.console.command.router_match.lazy' shared service.
  3077.      *
  3078.      * @return \Symfony\Component\Console\Command\LazyCommand
  3079.      */
  3080.     protected function get_Console_Command_RouterMatch_LazyService()
  3081.     {
  3082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3084.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  3085.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  3086.         });
  3087.     }
  3088.     /**
  3089.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  3090.      *
  3091.      * @return \Symfony\Component\Console\Command\LazyCommand
  3092.      */
  3093.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  3094.     {
  3095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3097.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  3098.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  3099.         });
  3100.     }
  3101.     /**
  3102.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  3103.      *
  3104.      * @return \Symfony\Component\Console\Command\LazyCommand
  3105.      */
  3106.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  3107.     {
  3108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3110.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  3111.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  3112.         });
  3113.     }
  3114.     /**
  3115.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  3116.      *
  3117.      * @return \Symfony\Component\Console\Command\LazyCommand
  3118.      */
  3119.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  3120.     {
  3121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3123.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  3124.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  3125.         });
  3126.     }
  3127.     /**
  3128.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  3129.      *
  3130.      * @return \Symfony\Component\Console\Command\LazyCommand
  3131.      */
  3132.     protected function get_Console_Command_SecretsList_LazyService()
  3133.     {
  3134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3136.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  3137.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  3138.         });
  3139.     }
  3140.     /**
  3141.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  3142.      *
  3143.      * @return \Symfony\Component\Console\Command\LazyCommand
  3144.      */
  3145.     protected function get_Console_Command_SecretsRemove_LazyService()
  3146.     {
  3147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3149.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  3150.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  3151.         });
  3152.     }
  3153.     /**
  3154.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  3155.      *
  3156.      * @return \Symfony\Component\Console\Command\LazyCommand
  3157.      */
  3158.     protected function get_Console_Command_SecretsSet_LazyService()
  3159.     {
  3160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3162.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  3163.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  3164.         });
  3165.     }
  3166.     /**
  3167.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  3168.      *
  3169.      * @return \Symfony\Component\Console\Command\LazyCommand
  3170.      */
  3171.     protected function get_Console_Command_TranslationDebug_LazyService()
  3172.     {
  3173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3175.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  3176.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  3177.         });
  3178.     }
  3179.     /**
  3180.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  3181.      *
  3182.      * @return \Symfony\Component\Console\Command\LazyCommand
  3183.      */
  3184.     protected function get_Console_Command_TranslationExtract_LazyService()
  3185.     {
  3186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3188.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  3189.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  3190.         });
  3191.     }
  3192.     /**
  3193.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  3194.      *
  3195.      * @return \Symfony\Component\Console\Command\LazyCommand
  3196.      */
  3197.     protected function get_Console_Command_TranslationPull_LazyService()
  3198.     {
  3199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3201.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  3202.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  3203.         });
  3204.     }
  3205.     /**
  3206.      * Gets the private '.console.command.translation_push.lazy' shared service.
  3207.      *
  3208.      * @return \Symfony\Component\Console\Command\LazyCommand
  3209.      */
  3210.     protected function get_Console_Command_TranslationPush_LazyService()
  3211.     {
  3212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3214.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  3215.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  3216.         });
  3217.     }
  3218.     /**
  3219.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  3220.      *
  3221.      * @return \Symfony\Component\Console\Command\LazyCommand
  3222.      */
  3223.     protected function get_Console_Command_ValidatorDebug_LazyService()
  3224.     {
  3225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3227.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  3228.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  3229.         });
  3230.     }
  3231.     /**
  3232.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  3233.      *
  3234.      * @return \Symfony\Component\Console\Command\LazyCommand
  3235.      */
  3236.     protected function get_Console_Command_XliffLint_LazyService()
  3237.     {
  3238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3240.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  3241.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  3242.         });
  3243.     }
  3244.     /**
  3245.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  3246.      *
  3247.      * @return \Symfony\Component\Console\Command\LazyCommand
  3248.      */
  3249.     protected function get_Console_Command_YamlLint_LazyService()
  3250.     {
  3251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3253.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  3254.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  3255.         });
  3256.     }
  3257.     /**
  3258.      * Gets the private '.debug.http_client' shared service.
  3259.      *
  3260.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3261.      */
  3262.     protected function get_Debug_HttpClientService()
  3263.     {
  3264.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3265.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3266.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3267.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3268.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3269.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3270.         $a->setLogger($b);
  3271.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3272.     }
  3273.     /**
  3274.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  3275.      *
  3276.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  3277.      */
  3278.     protected function getLoaderInterfaceService()
  3279.     {
  3280.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  3281.     }
  3282.     /**
  3283.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  3284.      *
  3285.      * @return \Symfony\Component\Console\Command\LazyCommand
  3286.      */
  3287.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  3288.     {
  3289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3291.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3292.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  3293.         });
  3294.     }
  3295.     /**
  3296.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  3297.      *
  3298.      * @return \Symfony\Component\Console\Command\LazyCommand
  3299.      */
  3300.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  3301.     {
  3302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3304.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3305.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  3306.         });
  3307.     }
  3308.     /**
  3309.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  3310.      *
  3311.      * @return \Symfony\Component\Console\Command\LazyCommand
  3312.      */
  3313.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  3314.     {
  3315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3317.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3318.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  3319.         });
  3320.     }
  3321.     /**
  3322.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  3323.      *
  3324.      * @return \Symfony\Component\Console\Command\LazyCommand
  3325.      */
  3326.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  3327.     {
  3328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3330.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3331.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  3332.         });
  3333.     }
  3334.     /**
  3335.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  3336.      *
  3337.      * @return \Symfony\Component\Console\Command\LazyCommand
  3338.      */
  3339.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  3340.     {
  3341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3343.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3344.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  3345.         });
  3346.     }
  3347.     /**
  3348.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  3349.      *
  3350.      * @return \Symfony\Component\Console\Command\LazyCommand
  3351.      */
  3352.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  3353.     {
  3354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3356.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3357.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  3358.         });
  3359.     }
  3360.     /**
  3361.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  3362.      *
  3363.      * @return \Symfony\Component\Console\Command\LazyCommand
  3364.      */
  3365.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  3366.     {
  3367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3369.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3370.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  3371.         });
  3372.     }
  3373.     /**
  3374.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  3375.      *
  3376.      * @return \Symfony\Component\Console\Command\LazyCommand
  3377.      */
  3378.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  3379.     {
  3380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3382.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3383.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  3384.         });
  3385.     }
  3386.     /**
  3387.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  3388.      *
  3389.      * @return \Symfony\Component\Console\Command\LazyCommand
  3390.      */
  3391.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  3392.     {
  3393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3395.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3396.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  3397.         });
  3398.     }
  3399.     /**
  3400.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  3401.      *
  3402.      * @return \Symfony\Component\Console\Command\LazyCommand
  3403.      */
  3404.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  3405.     {
  3406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3408.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3409.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  3410.         });
  3411.     }
  3412.     /**
  3413.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  3414.      *
  3415.      * @return \Symfony\Component\Console\Command\LazyCommand
  3416.      */
  3417.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  3418.     {
  3419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3421.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3422.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  3423.         });
  3424.     }
  3425.     /**
  3426.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  3427.      *
  3428.      * @return \Symfony\Component\Console\Command\LazyCommand
  3429.      */
  3430.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  3431.     {
  3432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3434.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3435.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  3436.         });
  3437.     }
  3438.     /**
  3439.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  3440.      *
  3441.      * @return \Symfony\Component\Console\Command\LazyCommand
  3442.      */
  3443.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  3444.     {
  3445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3447.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3448.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  3449.         });
  3450.     }
  3451.     /**
  3452.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3453.      *
  3454.      * @return \Symfony\Component\Console\Command\LazyCommand
  3455.      */
  3456.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3457.     {
  3458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3460.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3461.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3462.         });
  3463.     }
  3464.     /**
  3465.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3466.      *
  3467.      * @return \Symfony\Component\Console\Command\LazyCommand
  3468.      */
  3469.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3470.     {
  3471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3473.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3474.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3475.         });
  3476.     }
  3477.     /**
  3478.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  3479.      *
  3480.      * @return \Symfony\Component\Console\Command\LazyCommand
  3481.      */
  3482.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  3483.     {
  3484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3486.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3487.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  3488.         });
  3489.     }
  3490.     /**
  3491.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3492.      *
  3493.      * @return \Symfony\Component\Console\Command\LazyCommand
  3494.      */
  3495.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3496.     {
  3497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3499.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3500.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3501.         });
  3502.     }
  3503.     /**
  3504.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3505.      *
  3506.      * @return \Symfony\Component\Console\Command\LazyCommand
  3507.      */
  3508.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3509.     {
  3510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3512.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3513.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3514.         });
  3515.     }
  3516.     /**
  3517.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3518.      *
  3519.      * @return \Symfony\Component\Console\Command\LazyCommand
  3520.      */
  3521.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3522.     {
  3523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3525.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3526.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3527.         });
  3528.     }
  3529.     /**
  3530.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3531.      *
  3532.      * @return \Symfony\Component\Console\Command\LazyCommand
  3533.      */
  3534.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3535.     {
  3536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3538.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3539.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3540.         });
  3541.     }
  3542.     /**
  3543.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3544.      *
  3545.      * @return \Symfony\Component\Console\Command\LazyCommand
  3546.      */
  3547.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3548.     {
  3549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3551.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3552.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3553.         });
  3554.     }
  3555.     /**
  3556.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3557.      *
  3558.      * @return \Symfony\Component\Console\Command\LazyCommand
  3559.      */
  3560.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3561.     {
  3562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3564.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3565.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3566.         });
  3567.     }
  3568.     /**
  3569.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  3570.      *
  3571.      * @return \Symfony\Component\Console\Command\LazyCommand
  3572.      */
  3573.     protected function get_Monolog_Command_ServerLog_LazyService()
  3574.     {
  3575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3577.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  3578.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  3579.         });
  3580.     }
  3581.     /**
  3582.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3583.      *
  3584.      * @return \Symfony\Component\Console\Command\LazyCommand
  3585.      */
  3586.     protected function get_Security_Command_DebugFirewall_LazyService()
  3587.     {
  3588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3590.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  3591.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3592.         });
  3593.     }
  3594.     /**
  3595.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3596.      *
  3597.      * @return \Symfony\Component\Console\Command\LazyCommand
  3598.      */
  3599.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3600.     {
  3601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3603.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  3604.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3605.         });
  3606.     }
  3607.     /**
  3608.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3609.      *
  3610.      * @return \Symfony\Component\Console\Command\LazyCommand
  3611.      */
  3612.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3613.     {
  3614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3616.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  3617.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3618.         });
  3619.     }
  3620.     /**
  3621.      * Gets the private '.service_locator..0zQQ2a' shared service.
  3622.      *
  3623.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3624.      */
  3625.     protected function get_ServiceLocator__0zQQ2aService()
  3626.     {
  3627.         return $this->privates['.service_locator..0zQQ2a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3628.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3629.             'moduleRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\ModuleRepository''getModuleRepositoryService'false],
  3630.             'pagesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\PagesRepository''getPagesRepositoryService'false],
  3631.         ], [
  3632.             'em' => '?',
  3633.             'moduleRepository' => 'Acme\\SudcmsBundle\\Repository\\ModuleRepository',
  3634.             'pagesRepository' => 'Acme\\SudcmsBundle\\Repository\\PagesRepository',
  3635.         ]);
  3636.     }
  3637.     /**
  3638.      * Gets the private '.service_locator..PdxqaD' shared service.
  3639.      *
  3640.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3641.      */
  3642.     protected function get_ServiceLocator__PdxqaDService()
  3643.     {
  3644.         return $this->privates['.service_locator..PdxqaD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3645.             'utils' => ['privates''Acme\\SudcmsBundle\\Service\\OtideaUtils''getOtideaUtilsService'false],
  3646.         ], [
  3647.             'utils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
  3648.         ]);
  3649.     }
  3650.     /**
  3651.      * Gets the private '.service_locator.0.UVcPM' shared service.
  3652.      *
  3653.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3654.      */
  3655.     protected function get_ServiceLocator_0_UVcPMService()
  3656.     {
  3657.         return $this->privates['.service_locator.0.UVcPM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3658.             'apiService' => ['privates''Acme\\SudcmsBundle\\Service\\ApiService''getApiServiceService'false],
  3659.         ], [
  3660.             'apiService' => 'Acme\\SudcmsBundle\\Service\\ApiService',
  3661.         ]);
  3662.     }
  3663.     /**
  3664.      * Gets the private '.service_locator.05LSF5c' shared service.
  3665.      *
  3666.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3667.      */
  3668.     protected function get_ServiceLocator_05LSF5cService()
  3669.     {
  3670.         return $this->privates['.service_locator.05LSF5c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3671.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  3672.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository''getCatalogCategsRepositoryService'false],
  3673.         ], [
  3674.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  3675.             'repo' => 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository',
  3676.         ]);
  3677.     }
  3678.     /**
  3679.      * Gets the private '.service_locator.1L3a5Rm' shared service.
  3680.      *
  3681.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3682.      */
  3683.     protected function get_ServiceLocator_1L3a5RmService()
  3684.     {
  3685.         return $this->privates['.service_locator.1L3a5Rm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3686.             'repoElement' => ['privates''Acme\\SudcmsBundle\\Repository\\FormElementsRepository''getFormElementsRepositoryService'false],
  3687.             'repoValues' => ['privates''Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository''getFormElementsValuesRepositoryService'false],
  3688.         ], [
  3689.             'repoElement' => 'Acme\\SudcmsBundle\\Repository\\FormElementsRepository',
  3690.             'repoValues' => 'Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository',
  3691.         ]);
  3692.     }
  3693.     /**
  3694.      * Gets the private '.service_locator.1NEOrZU' shared service.
  3695.      *
  3696.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3697.      */
  3698.     protected function get_ServiceLocator_1NEOrZUService()
  3699.     {
  3700.         return $this->privates['.service_locator.1NEOrZU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3701.             'adressesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\FormAdressesRepository''getFormAdressesRepositoryService'false],
  3702.             'mailerService' => ['privates''Acme\\SudcmsBundle\\Service\\MailerService''getMailerServiceService'false],
  3703.         ], [
  3704.             'adressesRepository' => 'Acme\\SudcmsBundle\\Repository\\FormAdressesRepository',
  3705.             'mailerService' => 'Acme\\SudcmsBundle\\Service\\MailerService',
  3706.         ]);
  3707.     }
  3708.     /**
  3709.      * Gets the private '.service_locator.1iYjFbL' shared service.
  3710.      *
  3711.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3712.      */
  3713.     protected function get_ServiceLocator_1iYjFbLService()
  3714.     {
  3715.         return $this->privates['.service_locator.1iYjFbL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3716.             'anCatRepo' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository''getAddressBookCategoryRepositoryService'false],
  3717.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\PagesRepository''getPagesRepositoryService'false],
  3718.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3719.         ], [
  3720.             'anCatRepo' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
  3721.             'repo' => 'Acme\\SudcmsBundle\\Repository\\PagesRepository',
  3722.             'twig' => '?',
  3723.         ]);
  3724.     }
  3725.     /**
  3726.      * Gets the private '.service_locator.1uOu7vv' shared service.
  3727.      *
  3728.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3729.      */
  3730.     protected function get_ServiceLocator_1uOu7vvService()
  3731.     {
  3732.         return $this->privates['.service_locator.1uOu7vv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3733.             'ecoAttributesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository''getEcoAttributesRepositoryService'false],
  3734.             'ecoProductsReferencesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  3735.             'repoModel' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository''getEcoAttributesModelsRepositoryService'false],
  3736.         ], [
  3737.             'ecoAttributesRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository',
  3738.             'ecoProductsReferencesRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  3739.             'repoModel' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository',
  3740.         ]);
  3741.     }
  3742.     /**
  3743.      * Gets the private '.service_locator.24L9ZNv' shared service.
  3744.      *
  3745.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3746.      */
  3747.     protected function get_ServiceLocator_24L9ZNvService()
  3748.     {
  3749.         return $this->privates['.service_locator.24L9ZNv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3750.             'planningRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository''getEcoPlanningRepositoryService'false],
  3751.         ], [
  3752.             'planningRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository',
  3753.         ]);
  3754.     }
  3755.     /**
  3756.      * Gets the private '.service_locator.2xyiCHa' shared service.
  3757.      *
  3758.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3759.      */
  3760.     protected function get_ServiceLocator_2xyiCHaService()
  3761.     {
  3762.         return $this->privates['.service_locator.2xyiCHa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3763.             'repoLangues' => ['privates''Acme\\SudcmsBundle\\Repository\\LanguageRepository''getLanguageRepositoryService'false],
  3764.         ], [
  3765.             'repoLangues' => 'Acme\\SudcmsBundle\\Repository\\LanguageRepository',
  3766.         ]);
  3767.     }
  3768.     /**
  3769.      * Gets the private '.service_locator.3lC1yPu' shared service.
  3770.      *
  3771.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3772.      */
  3773.     protected function get_ServiceLocator_3lC1yPuService()
  3774.     {
  3775.         return $this->privates['.service_locator.3lC1yPu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3776.             'repoMod' => ['privates''Acme\\SudcmsBundle\\Repository\\ModuleRepository''getModuleRepositoryService'false],
  3777.             'repoUser' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthUserRepository''getAuthUserRepositoryService'false],
  3778.         ], [
  3779.             'repoMod' => 'Acme\\SudcmsBundle\\Repository\\ModuleRepository',
  3780.             'repoUser' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
  3781.         ]);
  3782.     }
  3783.     /**
  3784.      * Gets the private '.service_locator.3mH2jnX' shared service.
  3785.      *
  3786.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3787.      */
  3788.     protected function get_ServiceLocator_3mH2jnXService()
  3789.     {
  3790.         return $this->privates['.service_locator.3mH2jnX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3791.             'repoCarriers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository''getEcoShippingCarriersRepositoryService'false],
  3792.             'repoOrders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  3793.             'repoRef' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  3794.         ], [
  3795.             'repoCarriers' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository',
  3796.             'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  3797.             'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  3798.         ]);
  3799.     }
  3800.     /**
  3801.      * Gets the private '.service_locator.48GylgQ' shared service.
  3802.      *
  3803.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3804.      */
  3805.     protected function get_ServiceLocator_48GylgQService()
  3806.     {
  3807.         return $this->privates['.service_locator.48GylgQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3808.             'customersRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  3809.         ], [
  3810.             'customersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  3811.         ]);
  3812.     }
  3813.     /**
  3814.      * Gets the private '.service_locator.4ZSzEBQ' shared service.
  3815.      *
  3816.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3817.      */
  3818.     protected function get_ServiceLocator_4ZSzEBQService()
  3819.     {
  3820.         return $this->privates['.service_locator.4ZSzEBQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3821.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axAddFlashMessage' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  3822.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axCheckCategory' => ['privates''.service_locator.OyXgdTa''get_ServiceLocator_OyXgdTaService'false],
  3823.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axDisplayAnnuaireCateg' => ['privates''.service_locator.L7ME_D0''get_ServiceLocator_L7MED0Service'false],
  3824.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axDisplayCategories' => ['privates''.service_locator.ArN3xET''get_ServiceLocator_ArN3xETService'false],
  3825.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axDisplayOrderCategAnnuaire' => ['privates''.service_locator.L7ME_D0''get_ServiceLocator_L7MED0Service'false],
  3826.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axRemoveAnnuaireCategBandeau' => ['privates''.service_locator.majt7i9''get_ServiceLocator_Majt7i9Service'false],
  3827.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axRemoveCategorie' => ['privates''.service_locator.E9tbfcV''get_ServiceLocator_E9tbfcVService'false],
  3828.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axUpdateMediaAnnuaireAlt' => ['privates''.service_locator.J.4xKDb''get_ServiceLocator_J_4xKDbService'false],
  3829.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axUpdateOrderCategorieAnnuaire' => ['privates''.service_locator.t6_3Sp2''get_ServiceLocator_T63Sp2Service'false],
  3830.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axUpdateOrderMedia' => ['privates''.service_locator.N1u.uQ2''get_ServiceLocator_N1u_UQ2Service'false],
  3831.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::categories' => ['privates''.service_locator.KsoF3Vk''get_ServiceLocator_KsoF3VkService'false],
  3832.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::deleteMedia' => ['privates''.service_locator.B5MUiv3''get_ServiceLocator_B5MUiv3Service'false],
  3833.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::edition_fiche' => ['privates''.service_locator.yECt5pp''get_ServiceLocator_YECt5ppService'false],
  3834.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::importer' => ['privates''.service_locator.upia77E''get_ServiceLocator_Upia77EService'false],
  3835.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::index' => ['privates''.service_locator.MNmabl.''get_ServiceLocator_MNmabl_Service'false],
  3836.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::removeIllustration' => ['privates''.service_locator.huDKugI''get_ServiceLocator_HuDKugIService'false],
  3837.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::remove_annuaire_fiche' => ['privates''.service_locator.R7IpwcO''get_ServiceLocator_R7IpwcOService'false],
  3838.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::saveAddress' => ['privates''.service_locator.huDKugI''get_ServiceLocator_HuDKugIService'false],
  3839.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::agenda_categories' => ['privates''.service_locator.tdcn7ZB''get_ServiceLocator_Tdcn7ZBService'false],
  3840.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::agenda_edition' => ['privates''.service_locator.tdcn7ZB''get_ServiceLocator_Tdcn7ZBService'false],
  3841.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axAddFlashMessage' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  3842.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axDisplayCateg' => ['privates''.service_locator.i2PnmtW''get_ServiceLocator_I2PnmtWService'false],
  3843.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axDisplayOrderCateg' => ['privates''.service_locator.i2PnmtW''get_ServiceLocator_I2PnmtWService'false],
  3844.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axRemoveCategBandeau' => ['privates''.service_locator.sHnA6c9''get_ServiceLocator_SHnA6c9Service'false],
  3845.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axRemoveCategorie' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  3846.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::index' => ['privates''.service_locator.tdcn7ZB''get_ServiceLocator_Tdcn7ZBService'false],
  3847.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::remove_agenda' => ['privates''.service_locator.6yt5FIt''get_ServiceLocator_6yt5FItService'false],
  3848.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController::axSortAutopromo' => ['privates''.service_locator.xXi.g7M''get_ServiceLocator_XXi_G7MService'false],
  3849.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController::editAutopromo' => ['privates''.service_locator.qmz.gka''get_ServiceLocator_Qmz_GkaService'false],
  3850.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController::listAutopromo' => ['privates''.service_locator.h_fcfLP''get_ServiceLocator_HFcfLPService'false],
  3851.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController::removeAutopromo' => ['privates''.service_locator.PDRpPv6''get_ServiceLocator_PDRpPv6Service'false],
  3852.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController::axSaveMediaAlt' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  3853.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController::axUpdateBlock' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  3854.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController::uploadStreamMedias' => ['privates''.service_locator..PdxqaD''get_ServiceLocator__PdxqaDService'false],
  3855.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController::axDeleteEventCalendar' => ['privates''.service_locator.pgDIK6B''get_ServiceLocator_PgDIK6BService'false],
  3856.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController::axDisplayPopup' => ['privates''.service_locator.yLkgVSs''get_ServiceLocator_YLkgVSsService'false],
  3857.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController::axUpdateAfterDrop' => ['privates''.service_locator.slfJhNU''get_ServiceLocator_SlfJhNUService'false],
  3858.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController::index' => ['privates''.service_locator.VeZ4.6U''get_ServiceLocator_VeZ4_6UService'false],
  3859.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::archive_catalog' => ['privates''.service_locator.IRdNRcr''get_ServiceLocator_IRdNRcrService'false],
  3860.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axAddFlashMessage' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  3861.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axDeleteBlock' => ['privates''.service_locator..PdxqaD''get_ServiceLocator__PdxqaDService'false],
  3862.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axDisplayCateg' => ['privates''.service_locator.wV06.1Y''get_ServiceLocator_WV06_1YService'false],
  3863.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axDisplayOrderCateg' => ['privates''.service_locator.wV06.1Y''get_ServiceLocator_WV06_1YService'false],
  3864.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axRemoveCategBandeau' => ['privates''.service_locator.05LSF5c''get_ServiceLocator_05LSF5cService'false],
  3865.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axRemoveCategorie' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  3866.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axRemoveMedia' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  3867.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axSaveMediaAlt' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  3868.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axSelectCategsApiLink' => ['privates''.service_locator.p2JJhzI''get_ServiceLocator_P2JJhzIService'false],
  3869.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axSelectCategsLink' => ['privates''.service_locator.MVTuigj''get_ServiceLocator_MVTuigjService'false],
  3870.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axUpdateBlock' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  3871.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axUpdateMediaAlt' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  3872.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::catalog_categories' => ['privates''.service_locator.eNuwACV''get_ServiceLocator_ENuwACVService'false],
  3873.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::catalog_edition' => ['privates''.service_locator.ETpYcDI''get_ServiceLocator_ETpYcDIService'false],
  3874.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::index' => ['privates''.service_locator.ETpYcDI''get_ServiceLocator_ETpYcDIService'false],
  3875.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::remove_catalog' => ['privates''.service_locator.IRdNRcr''get_ServiceLocator_IRdNRcrService'false],
  3876.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::uploadStreamMedias' => ['privates''.service_locator..PdxqaD''get_ServiceLocator__PdxqaDService'false],
  3877.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminController::site' => ['privates''.service_locator.P5DsKwH''get_ServiceLocator_P5DsKwHService'false],
  3878.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::axDisplayFormCategory' => ['privates''.service_locator.QVTKniM''get_ServiceLocator_QVTKniMService'false],
  3879.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::axDisplayFormCure' => ['privates''.service_locator.suetaYj''get_ServiceLocator_SuetaYjService'false],
  3880.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::cureCategDelete' => ['privates''.service_locator.QrNbjAO''get_ServiceLocator_QrNbjAOService'false],
  3881.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::cureDelete' => ['privates''.service_locator.OWf16yq''get_ServiceLocator_OWf16yqService'false],
  3882.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::curesCategList' => ['privates''.service_locator.e3wCs9G''get_ServiceLocator_E3wCs9GService'false],
  3883.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::curesList' => ['privates''.service_locator.DX3ZVKj''get_ServiceLocator_DX3ZVKjService'false],
  3884.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::address_editing' => ['privates''.service_locator.VWQCe06''get_ServiceLocator_VWQCe06Service'false],
  3885.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::archived_customer' => ['privates''.service_locator.bTwuE40''get_ServiceLocator_BTwuE40Service'false],
  3886.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::axDisplayModaleNote' => ['privates''.service_locator.axepjHz''get_ServiceLocator_AxepjHzService'false],
  3887.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::axDisplayModaleShippingAddress' => ['privates''.service_locator.XwtBxxm''get_ServiceLocator_XwtBxxmService'false],
  3888.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::customer_note' => ['privates''.service_locator.axepjHz''get_ServiceLocator_AxepjHzService'false],
  3889.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::customer_orders' => ['privates''.service_locator.a2oGEZ1''get_ServiceLocator_A2oGEZ1Service'false],
  3890.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::customer_tchat' => ['privates''.service_locator.6qW7xkI''get_ServiceLocator_6qW7xkIService'false],
  3891.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::editing' => ['privates''.service_locator.PuqYb_G''get_ServiceLocator_PuqYbGService'false],
  3892.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::index' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  3893.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::remove_customer' => ['privates''.service_locator.KdEQnr.''get_ServiceLocator_KdEQnr_Service'false],
  3894.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::remove_note' => ['privates''.service_locator.axepjHz''get_ServiceLocator_AxepjHzService'false],
  3895.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::userOdyssee' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  3896.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axAddDocumentTag' => ['privates''.service_locator.eDzB7bW''get_ServiceLocator_EDzB7bWService'false],
  3897.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axAddNewTag' => ['privates''.service_locator.xd_iSmB''get_ServiceLocator_XdISmBService'false],
  3898.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axDeleteTag' => ['privates''.service_locator.g4WKUvj''get_ServiceLocator_G4WKUvjService'false],
  3899.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axDisplayDocumentCateg' => ['privates''.service_locator.x2pffqE''get_ServiceLocator_X2pffqEService'false],
  3900.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axDisplayModalTag' => ['privates''.service_locator.fBoMzKa''get_ServiceLocator_FBoMzKaService'false],
  3901.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axDisplayOrderCateg' => ['privates''.service_locator.5tEO2Jw''get_ServiceLocator_5tEO2JwService'false],
  3902.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axRemoveCategorie' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  3903.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axRemoveDocumentCategBandeau' => ['privates''.service_locator.T4y0eqK''get_ServiceLocator_T4y0eqKService'false],
  3904.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axRemoveDocumentFiche' => ['privates''.service_locator._Oh3dkG''get_ServiceLocator_Oh3dkGService'false],
  3905.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axRemoveDocumentTag' => ['privates''.service_locator.wq.3aDh''get_ServiceLocator_Wq_3aDhService'false],
  3906.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axSearchDocumentTag' => ['privates''.service_locator.Gvt0ZM7''get_ServiceLocator_Gvt0ZM7Service'false],
  3907.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_categories' => ['privates''.service_locator.BBvLUa0''get_ServiceLocator_BBvLUa0Service'false],
  3908.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_config' => ['privates''.service_locator.p.ZagAN''get_ServiceLocator_P_ZagANService'false],
  3909.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_edition' => ['privates''.service_locator.HVknWFU''get_ServiceLocator_HVknWFUService'false],
  3910.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_remove' => ['privates''.service_locator.MDuFura''get_ServiceLocator_MDuFuraService'false],
  3911.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_tags' => ['privates''.service_locator.WdymlS8''get_ServiceLocator_WdymlS8Service'false],
  3912.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_upload' => ['privates''.service_locator.u59_MoX''get_ServiceLocator_U59MoXService'false],
  3913.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::index' => ['privates''.service_locator.H2HEDHr''get_ServiceLocator_H2HEDHrService'false],
  3914.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController::axDisplayFlashMessage' => ['privates''.service_locator.saObABm''get_ServiceLocator_SaObABmService'false],
  3915.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController::edit_flash_message' => ['privates''.service_locator.boRa70v''get_ServiceLocator_BoRa70vService'false],
  3916.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController::index' => ['privates''.service_locator.boRa70v''get_ServiceLocator_BoRa70vService'false],
  3917.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::axDisplayEditFormElement' => ['privates''.service_locator.A4H2mEQ''get_ServiceLocator_A4H2mEQService'false],
  3918.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::axUpdateAddresseState' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  3919.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::deleteForm' => ['privates''.service_locator.g3PpbLl''get_ServiceLocator_G3PpbLlService'false],
  3920.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::deleteRecipient' => ['privates''.service_locator.9.QBVvC''get_ServiceLocator_9_QBVvCService'false],
  3921.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::editForm' => ['privates''.service_locator.to90PI8''get_ServiceLocator_To90PI8Service'false],
  3922.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::editRecipient' => ['privates''.service_locator.q6xBJBM''get_ServiceLocator_Q6xBJBMService'false],
  3923.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::formsList' => ['privates''.service_locator.4prGdU6''get_ServiceLocator_4prGdU6Service'false],
  3924.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::notificationsList' => ['privates''.service_locator.4prGdU6''get_ServiceLocator_4prGdU6Service'false],
  3925.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::removeFormElement' => ['privates''.service_locator.IAx8FgZ''get_ServiceLocator_IAx8FgZService'false],
  3926.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::saveFormElement' => ['privates''.service_locator.1L3a5Rm''get_ServiceLocator_1L3a5RmService'false],
  3927.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::apiSettings' => ['privates''.service_locator.XrmflL5''get_ServiceLocator_XrmflL5Service'false],
  3928.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axDisplayFormShippingFees' => ['privates''.service_locator.axKpmnn''get_ServiceLocator_AxKpmnnService'false],
  3929.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axRemoveDiscountProduct' => ['privates''.service_locator.VwrFHVz''get_ServiceLocator_VwrFHVzService'false],
  3930.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axRemoveShippingFees' => ['privates''.service_locator.axKpmnn''get_ServiceLocator_AxKpmnnService'false],
  3931.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axSelectDiscountProduct' => ['privates''.service_locator.bnY9_Pa''get_ServiceLocator_BnY9PaService'false],
  3932.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axTestResult' => ['privates''.service_locator.0.UVcPM''get_ServiceLocator_0_UVcPMService'false],
  3933.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::carrier_editing' => ['privates''.service_locator.AqNm9hN''get_ServiceLocator_AqNm9hNService'false],
  3934.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::carrier_shippingfees' => ['privates''.service_locator.qxWSnnm''get_ServiceLocator_QxWSnnmService'false],
  3935.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::carrier_shippingfees_update' => ['privates''.service_locator.mJcs0gj''get_ServiceLocator_MJcs0gjService'false],
  3936.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::discount_editing' => ['privates''.service_locator.eJR4Z4Z''get_ServiceLocator_EJR4Z4ZService'false],
  3937.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::discount_index' => ['privates''.service_locator.Kp9hiQJ''get_ServiceLocator_Kp9hiQJService'false],
  3938.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::discount_test' => ['privates''.service_locator.6yzbz48''get_ServiceLocator_6yzbz48Service'false],
  3939.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::ecommerce_settings' => ['privates''.service_locator.giXuPUV''get_ServiceLocator_GiXuPUVService'false],
  3940.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::index' => ['privates''.service_locator.qxWSnnm''get_ServiceLocator_QxWSnnmService'false],
  3941.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::productSearch' => ['privates''.service_locator.7I0Nf6S''get_ServiceLocator_7I0Nf6SService'false],
  3942.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::removeDiscount' => ['privates''.service_locator.oRl7fCJ''get_ServiceLocator_ORl7fCJService'false],
  3943.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::actualite_categories' => ['privates''.service_locator.LtghHIF''get_ServiceLocator_LtghHIFService'false],
  3944.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::actualite_edition' => ['privates''.service_locator.P4Q3JCZ''get_ServiceLocator_P4Q3JCZService'false],
  3945.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axAddFlashMessage' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  3946.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axDisplayCateg' => ['privates''.service_locator.tE5.8Ej''get_ServiceLocator_TE5_8EjService'false],
  3947.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axDisplayOrderCateg' => ['privates''.service_locator.tE5.8Ej''get_ServiceLocator_TE5_8EjService'false],
  3948.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axRemoveCategBandeau' => ['privates''.service_locator.FRZD_R5''get_ServiceLocator_FRZDR5Service'false],
  3949.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axRemoveCategorie' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  3950.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::index' => ['privates''.service_locator.P4Q3JCZ''get_ServiceLocator_P4Q3JCZService'false],
  3951.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::remove_actualite' => ['privates''.service_locator.7JOdU3w''get_ServiceLocator_7JOdU3wService'false],
  3952.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController::export' => ['privates''.service_locator.8kn0eot''get_ServiceLocator_8kn0eotService'false],
  3953.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController::home' => ['privates''.service_locator.8kn0eot''get_ServiceLocator_8kn0eotService'false],
  3954.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController::truncate' => ['privates''.service_locator.8kn0eot''get_ServiceLocator_8kn0eotService'false],
  3955.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axCustomerSearch' => ['privates''.service_locator.lYvaYGo''get_ServiceLocator_LYvaYGoService'false],
  3956.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayAddresses' => ['privates''.service_locator.vIAzILW''get_ServiceLocator_VIAzILWService'false],
  3957.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayFailureOrder' => ['privates''.service_locator.maklka0''get_ServiceLocator_Maklka0Service'false],
  3958.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayFormCreditNote' => ['privates''.service_locator.CC5lNLl''get_ServiceLocator_CC5lNLlService'false],
  3959.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayFormExpedition' => ['privates''.service_locator.3mH2jnX''get_ServiceLocator_3mH2jnXService'false],
  3960.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayProduct' => ['privates''.service_locator.M39jDxo''get_ServiceLocator_M39jDxoService'false],
  3961.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axProductSearch' => ['privates''.service_locator.7I0Nf6S''get_ServiceLocator_7I0Nf6SService'false],
  3962.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axReferencesSearch' => ['privates''.service_locator.M39jDxo''get_ServiceLocator_M39jDxoService'false],
  3963.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axRemoveProductOrder' => ['privates''.service_locator.KTQNI0D''get_ServiceLocator_KTQNI0DService'false],
  3964.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axSelectDeliveryAddress' => ['privates''.service_locator.vIAzILW''get_ServiceLocator_VIAzILWService'false],
  3965.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axSelectShippingCarrier' => ['privates''.service_locator.Lh5oN8X''get_ServiceLocator_Lh5oN8XService'false],
  3966.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axUpdateOrderProductQte' => ['privates''.service_locator.KTQNI0D''get_ServiceLocator_KTQNI0DService'false],
  3967.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExport' => ['privates''.service_locator.maklka0''get_ServiceLocator_Maklka0Service'false],
  3968.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExportCustomers' => ['privates''.service_locator.LW.HB2_''get_ServiceLocator_LW_HB2Service'false],
  3969.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExportInvoices' => ['privates''.service_locator.yZvClaH''get_ServiceLocator_YZvClaHService'false],
  3970.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExportOrders' => ['privates''.service_locator.maklka0''get_ServiceLocator_Maklka0Service'false],
  3971.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExportProdOrder' => ['privates''.service_locator.qyKBtFx''get_ServiceLocator_QyKBtFxService'false],
  3972.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::generatePurchaseOrderPDF' => ['privates''.service_locator.S2Cn69A''get_ServiceLocator_S2Cn69AService'false],
  3973.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::index' => ['privates''.service_locator.ZFS2vZ.''get_ServiceLocator_ZFS2vZ_Service'false],
  3974.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::orderValidateChequePayment' => ['privates''.service_locator.maklka0''get_ServiceLocator_Maklka0Service'false],
  3975.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::order_cancellation' => ['privates''.service_locator.vB7nj0_''get_ServiceLocator_VB7nj0Service'false],
  3976.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::order_credit_note' => ['privates''.service_locator.z3.0osA''get_ServiceLocator_Z3_0osAService'false],
  3977.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::order_processing' => ['privates''.service_locator.rfiQQyp''get_ServiceLocator_RfiQQypService'false],
  3978.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::ordersCures' => ['privates''.service_locator.xbvMKZc''get_ServiceLocator_XbvMKZcService'false],
  3979.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::ordersProductCures' => ['privates''.service_locator.zWGzXqJ''get_ServiceLocator_ZWGzXqJService'false],
  3980.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::orders_editing' => ['privates''.service_locator.FIoiNhh''get_ServiceLocator_FIoiNhhService'false],
  3981.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::statistics' => ['privates''.service_locator.maklka0''get_ServiceLocator_Maklka0Service'false],
  3982.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::ajaxLoadTree' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  3983.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axAjouterPage' => ['privates''.service_locator..PdxqaD''get_ServiceLocator__PdxqaDService'false],
  3984.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axDupliquerPage' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  3985.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axEditerPage' => ['privates''.service_locator..0zQQ2a''get_ServiceLocator__0zQQ2aService'false],
  3986.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axUpdatePage' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  3987.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axUpdatePermalien' => ['privates''.service_locator..PdxqaD''get_ServiceLocator__PdxqaDService'false],
  3988.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::uploadStreamMediasBandeau' => ['privates''.service_locator..PdxqaD''get_ServiceLocator__PdxqaDService'false],
  3989.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::attributes' => ['privates''.service_locator.OXckDRo''get_ServiceLocator_OXckDRoService'false],
  3990.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::attributes_models' => ['privates''.service_locator.KFYOKLU''get_ServiceLocator_KFYOKLUService'false],
  3991.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axCheckCategory' => ['privates''.service_locator.7r8F4nM''get_ServiceLocator_7r8F4nMService'false],
  3992.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayCategories' => ['privates''.service_locator.5bYnj.0''get_ServiceLocator_5bYnj_0Service'false],
  3993.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormAttribute' => ['privates''.service_locator.IM6kYNu''get_ServiceLocator_IM6kYNuService'false],
  3994.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormAttributeModel' => ['privates''.service_locator.KFYOKLU''get_ServiceLocator_KFYOKLUService'false],
  3995.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormCategory' => ['privates''.service_locator.bEKx2c_''get_ServiceLocator_BEKx2cService'false],
  3996.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormMark' => ['privates''.service_locator.wucYR.F''get_ServiceLocator_WucYR_FService'false],
  3997.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormProvider' => ['privates''.service_locator.JMNYlKS''get_ServiceLocator_JMNYlKSService'false],
  3998.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormlabel' => ['privates''.service_locator.IDp29vQ''get_ServiceLocator_IDp29vQService'false],
  3999.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayOrderCateg' => ['privates''.service_locator.bEKx2c_''get_ServiceLocator_BEKx2cService'false],
  4000.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axRefOdyssee' => ['privates''.service_locator.0.UVcPM''get_ServiceLocator_0_UVcPMService'false],
  4001.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axRemoveCategBandeau' => ['privates''.service_locator.Or5FCkb''get_ServiceLocator_Or5FCkbService'false],
  4002.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axRemoveProduct' => ['privates''.service_locator.aVAyb3_''get_ServiceLocator_AVAyb3Service'false],
  4003.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axSaveMediaAlt' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4004.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axUpdateBlock' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4005.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axUpdateProductQtePack' => ['privates''.service_locator.k0uPtKu''get_ServiceLocator_K0uPtKuService'false],
  4006.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::bundle' => ['privates''.service_locator.BUfq.EG''get_ServiceLocator_BUfq_EGService'false],
  4007.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::categories' => ['privates''.service_locator.bEKx2c_''get_ServiceLocator_BEKx2cService'false],
  4008.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::excelExportProducts' => ['privates''.service_locator.7I0Nf6S''get_ServiceLocator_7I0Nf6SService'false],
  4009.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::index' => ['privates''.service_locator.eyQFafA''get_ServiceLocator_EyQFafAService'false],
  4010.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::insert_combination' => ['privates''.service_locator.6UBvWCT''get_ServiceLocator_6UBvWCTService'false],
  4011.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::insert_reference_bundle' => ['privates''.service_locator.EPbTluD''get_ServiceLocator_EPbTluDService'false],
  4012.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::labels' => ['privates''.service_locator.IDp29vQ''get_ServiceLocator_IDp29vQService'false],
  4013.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::marks' => ['privates''.service_locator.oNd05M.''get_ServiceLocator_ONd05M_Service'false],
  4014.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_bundle_remove' => ['privates''.service_locator.EPbTluD''get_ServiceLocator_EPbTluDService'false],
  4015.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_combination' => ['privates''.service_locator.BUfq.EG''get_ServiceLocator_BUfq_EGService'false],
  4016.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_combination_remove' => ['privates''.service_locator.6UBvWCT''get_ServiceLocator_6UBvWCTService'false],
  4017.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_editing' => ['privates''.service_locator.o5km9mo''get_ServiceLocator_O5km9moService'false],
  4018.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_presentation' => ['privates''.service_locator.6lQqvTe''get_ServiceLocator_6lQqvTeService'false],
  4019.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_reference_edit' => ['privates''.service_locator.Mse2B6j''get_ServiceLocator_Mse2B6jService'false],
  4020.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_references' => ['privates''.service_locator.JXaW0Ro''get_ServiceLocator_JXaW0RoService'false],
  4021.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_statistics' => ['privates''.service_locator.r7wMxg1''get_ServiceLocator_R7wMxg1Service'false],
  4022.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::providers' => ['privates''.service_locator.PJdHSib''get_ServiceLocator_PJdHSibService'false],
  4023.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_attributes' => ['privates''.service_locator.d_XmiNT''get_ServiceLocator_DXmiNTService'false],
  4024.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_category' => ['privates''.service_locator._hqz3jS''get_ServiceLocator_Hqz3jSService'false],
  4025.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_label' => ['privates''.service_locator.QcjLBjH''get_ServiceLocator_QcjLBjHService'false],
  4026.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_mark' => ['privates''.service_locator.eEa23k5''get_ServiceLocator_EEa23k5Service'false],
  4027.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_model' => ['privates''.service_locator.1uOu7vv''get_ServiceLocator_1uOu7vvService'false],
  4028.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_provider' => ['privates''.service_locator.CSNJJoM''get_ServiceLocator_CSNJJoMService'false],
  4029.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_reference' => ['privates''.service_locator.aefbH12''get_ServiceLocator_AefbH12Service'false],
  4030.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::save_attribute' => ['privates''.service_locator.IM6kYNu''get_ServiceLocator_IM6kYNuService'false],
  4031.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::searchProduct' => ['privates''.service_locator.IxqvbKp''get_ServiceLocator_IxqvbKpService'false],
  4032.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::searchReferenceProduct' => ['privates''.service_locator.IxqvbKp''get_ServiceLocator_IxqvbKpService'false],
  4033.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::uploadStreamMedias' => ['privates''.service_locator..PdxqaD''get_ServiceLocator__PdxqaDService'false],
  4034.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSearchController::index' => ['privates''.service_locator.75lF26c''get_ServiceLocator_75lF26cService'false],
  4035.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplayLangue' => ['privates''.service_locator.2xyiCHa''get_ServiceLocator_2xyiCHaService'false],
  4036.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplayMailTestPopup' => ['privates''.service_locator.SFbo9uX''get_ServiceLocator_SFbo9uXService'false],
  4037.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplayModalResSoc' => ['privates''.service_locator.fvEzm2S''get_ServiceLocator_FvEzm2SService'false],
  4038.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplayModuleOption' => ['privates''.service_locator.jL3ReLd''get_ServiceLocator_JL3ReLdService'false],
  4039.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplaySitePopup' => ['privates''.service_locator.Fd5hyJS''get_ServiceLocator_Fd5hyJSService'false],
  4040.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axRefOdyssee' => ['privates''.service_locator.0.UVcPM''get_ServiceLocator_0_UVcPMService'false],
  4041.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axRemoveReseau' => ['privates''.service_locator.c0eFpqr''get_ServiceLocator_C0eFpqrService'false],
  4042.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axSortLang' => ['privates''.service_locator.ocPBAfk''get_ServiceLocator_OcPBAfkService'false],
  4043.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axSortSiteModule' => ['privates''.service_locator.ologSxD''get_ServiceLocator_OlogSxDService'false],
  4044.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axSortSiteOptions' => ['privates''.service_locator._ZGi03Z''get_ServiceLocator_ZGi03ZService'false],
  4045.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axUpdateSiteModule' => ['privates''.service_locator.sFxeuFi''get_ServiceLocator_SFxeuFiService'false],
  4046.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::coordonnees' => ['privates''.service_locator.ZngRaHn''get_ServiceLocator_ZngRaHnService'false],
  4047.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::generateReseaux' => ['privates''.service_locator.fvEzm2S''get_ServiceLocator_FvEzm2SService'false],
  4048.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::googleTagManager' => ['privates''.service_locator.8FNU02p''get_ServiceLocator_8FNU02pService'false],
  4049.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::langues' => ['privates''.service_locator.2xyiCHa''get_ServiceLocator_2xyiCHaService'false],
  4050.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::module_edition' => ['privates''.service_locator.r9pF1p_''get_ServiceLocator_R9pF1pService'false],
  4051.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::modules' => ['privates''.service_locator.3lC1yPu''get_ServiceLocator_3lC1yPuService'false],
  4052.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::referencement' => ['privates''.service_locator.s0aQVV_''get_ServiceLocator_S0aQVVService'false],
  4053.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::reseaux' => ['privates''.service_locator.fvEzm2S''get_ServiceLocator_FvEzm2SService'false],
  4054.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::sites' => ['privates''.service_locator.RIfb_NY''get_ServiceLocator_RIfbNYService'false],
  4055.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::axDisplayProductOrder' => ['privates''.service_locator.c4HGK_0''get_ServiceLocator_C4HGK0Service'false],
  4056.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::axDisplayTchatWindow' => ['privates''.service_locator.JZoCrEJ''get_ServiceLocator_JZoCrEJService'false],
  4057.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::close_tchat' => ['privates''.service_locator.6qW7xkI''get_ServiceLocator_6qW7xkIService'false],
  4058.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::discussion' => ['privates''.service_locator.ZrCEKtA''get_ServiceLocator_ZrCEKtAService'false],
  4059.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::index' => ['privates''.service_locator.6qW7xkI''get_ServiceLocator_6qW7xkIService'false],
  4060.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::openConversation' => ['privates''.service_locator.M9PMcRV''get_ServiceLocator_M9PMcRVService'false],
  4061.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::rechercherClient' => ['privates''.service_locator.VrV7kOR''get_ServiceLocator_VrV7kORService'false],
  4062.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::response' => ['privates''.service_locator.M9PMcRV''get_ServiceLocator_M9PMcRVService'false],
  4063.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::axDisplayUserGroup' => ['privates''.service_locator.FJW9c2I''get_ServiceLocator_FJW9c2IService'false],
  4064.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::axRemoveGroupUser' => ['privates''.service_locator.zmAFeYs''get_ServiceLocator_ZmAFeYsService'false],
  4065.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::group' => ['privates''.service_locator.7VMY33y''get_ServiceLocator_7VMY33yService'false],
  4066.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::index' => ['privates''.service_locator.MvGBho3''get_ServiceLocator_MvGBho3Service'false],
  4067.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::removeUser' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  4068.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::user' => ['privates''.service_locator.8WsvJtA''get_ServiceLocator_8WsvJtAService'false],
  4069.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController::axDisplayModalMarker' => ['privates''.service_locator.ftX8zV6''get_ServiceLocator_FtX8zV6Service'false],
  4070.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController::fiche_annuaire' => ['privates''.service_locator.ftX8zV6''get_ServiceLocator_FtX8zV6Service'false],
  4071.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController::index' => ['privates''.service_locator.qPfhSwI''get_ServiceLocator_QPfhSwIService'false],
  4072.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController::liste_annuaire' => ['privates''.service_locator.k0ml9Qn''get_ServiceLocator_K0ml9QnService'false],
  4073.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController::fiche' => ['privates''.service_locator.tdcn7ZB''get_ServiceLocator_Tdcn7ZBService'false],
  4074.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController::index' => ['privates''.service_locator.6o6ibmk''get_ServiceLocator_6o6ibmkService'false],
  4075.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::axCureIdForAssociatedProducts' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4076.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::axGetSoinAvailability' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4077.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::axGetSoinOnProduct' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4078.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::confirmation' => ['privates''.service_locator.BWPb_E3''get_ServiceLocator_BWPbE3Service'false],
  4079.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::delivery' => ['privates''.service_locator.9M6.bTS''get_ServiceLocator_9M6_BTSService'false],
  4080.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::index' => ['privates''.service_locator.6.SDuIq''get_ServiceLocator_6_SDuIqService'false],
  4081.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::payment' => ['privates''.service_locator.poshs.G''get_ServiceLocator_Poshs_GService'false],
  4082.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::payment_cheque' => ['privates''.service_locator.T9V3Znc''get_ServiceLocator_T9V3ZncService'false],
  4083.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::payment_paybox' => ['privates''.service_locator.IEoQEcF''get_ServiceLocator_IEoQEcFService'false],
  4084.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::payment_selection' => ['privates''.service_locator.H02Pbe0''get_ServiceLocator_H02Pbe0Service'false],
  4085.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::validate_paybox' => ['privates''.service_locator.xYjzVVL''get_ServiceLocator_XYjzVVLService'false],
  4086.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController::fiche' => ['privates''.service_locator.alpdh_0''get_ServiceLocator_Alpdh0Service'false],
  4087.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController::indexLocation' => ['privates''.service_locator.zNqJdWs''get_ServiceLocator_ZNqJdWsService'false],
  4088.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::axAddCureStepOne' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4089.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::axAddCureStepThree' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4090.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::axAddCureStepTwo' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4091.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::axSearchMedPresc' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4092.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::index' => ['privates''.service_locator.OWf16yq''get_ServiceLocator_OWf16yqService'false],
  4093.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::account' => ['privates''.service_locator.p3u_jxu''get_ServiceLocator_P3uJxuService'false],
  4094.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::axDisplayProductOrder' => ['privates''.service_locator.c4HGK_0''get_ServiceLocator_C4HGK0Service'false],
  4095.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::discussion' => ['privates''.service_locator.ZrCEKtA''get_ServiceLocator_ZrCEKtAService'false],
  4096.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::download' => ['privates''.service_locator.ppeffFd''get_ServiceLocator_PpeffFdService'false],
  4097.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::download_attachment' => ['privates''.service_locator.h04RYGt''get_ServiceLocator_H04RYGtService'false],
  4098.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::employee' => ['privates''.service_locator.48GylgQ''get_ServiceLocator_48GylgQService'false],
  4099.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::inscription' => ['privates''.service_locator.4oQ6y7e''get_ServiceLocator_4oQ6y7eService'false],
  4100.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::inscriptionEmployee' => ['privates''.service_locator.JKqXFIK''get_ServiceLocator_JKqXFIKService'false],
  4101.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::orderCure' => ['privates''.service_locator.aYr6vm8''get_ServiceLocator_AYr6vm8Service'false],
  4102.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::order_detail' => ['privates''.service_locator.mgs1NVd''get_ServiceLocator_Mgs1NVdService'false],
  4103.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::orders' => ['privates''.service_locator.aYr6vm8''get_ServiceLocator_AYr6vm8Service'false],
  4104.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::planning' => ['privates''.service_locator.24L9ZNv''get_ServiceLocator_24L9ZNvService'false],
  4105.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::saveDeliveryAddress' => ['privates''.service_locator.emrJVm4''get_ServiceLocator_EmrJVm4Service'false],
  4106.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::setUserPassword' => ['privates''.service_locator.xzAFfs6''get_ServiceLocator_XzAFfs6Service'false],
  4107.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::tchat' => ['privates''.service_locator.feQmfUx''get_ServiceLocator_FeQmfUxService'false],
  4108.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::tchat_ticket' => ['privates''.service_locator.5f60gFW''get_ServiceLocator_5f60gFWService'false],
  4109.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController::fiche' => ['privates''.service_locator.Agb9EJO''get_ServiceLocator_Agb9EJOService'false],
  4110.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController::getFile' => ['privates''.service_locator.H2HEDHr''get_ServiceLocator_H2HEDHrService'false],
  4111.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController::index' => ['privates''.service_locator.ikH9CWu''get_ServiceLocator_IkH9CWuService'false],
  4112.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController::axAddNewsletter' => ['privates''.service_locator.uQBtTVY''get_ServiceLocator_UQBtTVYService'false],
  4113.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController::emailExemple' => ['privates''.service_locator.1NEOrZU''get_ServiceLocator_1NEOrZUService'false],
  4114.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController::index' => ['privates''.service_locator.ycYrg9z''get_ServiceLocator_YcYrg9zService'false],
  4115.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController::fiche' => ['privates''.service_locator.nk2MNGH''get_ServiceLocator_Nk2MNGHService'false],
  4116.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController::index' => ['privates''.service_locator.fBZaO03''get_ServiceLocator_FBZaO03Service'false],
  4117.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPageController::page' => ['privates''.service_locator.1iYjFbL''get_ServiceLocator_1iYjFbLService'false],
  4118.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayboxController::confirmation' => ['privates''.service_locator.pyoAt8c''get_ServiceLocator_PyoAt8cService'false],
  4119.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayboxController::paymentPaybox' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4120.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayboxController::returnBank' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4121.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController::confirmation' => ['privates''.service_locator.BWPb_E3''get_ServiceLocator_BWPbE3Service'false],
  4122.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController::returnBank' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4123.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController::axAddProductFavorite' => ['privates''.service_locator.jh5fKc_''get_ServiceLocator_Jh5fKcService'false],
  4124.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController::axRemoveProductFavorite' => ['privates''.service_locator.jh5fKc_''get_ServiceLocator_Jh5fKcService'false],
  4125.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController::fiche' => ['privates''.service_locator.MAzueQs''get_ServiceLocator_MAzueQsService'false],
  4126.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController::index' => ['privates''.service_locator.Lb1oMjC''get_ServiceLocator_Lb1oMjCService'false],
  4127.             'Acme\\SudcmsBundle\\Controller\\SecurityController::forgotten_password' => ['privates''.service_locator.jev2EZH''get_ServiceLocator_Jev2EZHService'false],
  4128.             'Acme\\SudcmsBundle\\Controller\\SecurityController::login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  4129.             'Acme\\SudcmsBundle\\Controller\\SecurityController::resetPassword' => ['privates''.service_locator.pwZ6MTM''get_ServiceLocator_PwZ6MTMService'false],
  4130.             'Acme\\SudcmsBundle\\Controller\\SecurityFrontController::forgotten_password' => ['privates''.service_locator.jfc1a7o''get_ServiceLocator_Jfc1a7oService'false],
  4131.             'Acme\\SudcmsBundle\\Controller\\SecurityFrontController::login' => ['privates''.service_locator.xfs5s9O''get_ServiceLocator_Xfs5s9OService'false],
  4132.             'Acme\\SudcmsBundle\\Controller\\SecurityFrontController::resetPassword' => ['privates''.service_locator.pwZ6MTM''get_ServiceLocator_PwZ6MTMService'false],
  4133.             'Acme\\SudcmsBundle\\Controller\\SitemapController::index' => ['privates''.service_locator..PdxqaD''get_ServiceLocator__PdxqaDService'false],
  4134.             'Acme\\SudcmsBundle\\Service\\BlocService::saveMediaAlt' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4135.             'Acme\\SudcmsBundle\\Service\\BlocService::updateBlock' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4136.             'Acme\\SudcmsBundle\\Service\\BlocService::uploadStreamMedias' => ['privates''.service_locator..PdxqaD''get_ServiceLocator__PdxqaDService'false],
  4137.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4138.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4139.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axAddFlashMessage' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4140.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axCheckCategory' => ['privates''.service_locator.OyXgdTa''get_ServiceLocator_OyXgdTaService'false],
  4141.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axDisplayAnnuaireCateg' => ['privates''.service_locator.L7ME_D0''get_ServiceLocator_L7MED0Service'false],
  4142.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axDisplayCategories' => ['privates''.service_locator.ArN3xET''get_ServiceLocator_ArN3xETService'false],
  4143.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axDisplayOrderCategAnnuaire' => ['privates''.service_locator.L7ME_D0''get_ServiceLocator_L7MED0Service'false],
  4144.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axRemoveAnnuaireCategBandeau' => ['privates''.service_locator.majt7i9''get_ServiceLocator_Majt7i9Service'false],
  4145.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axRemoveCategorie' => ['privates''.service_locator.E9tbfcV''get_ServiceLocator_E9tbfcVService'false],
  4146.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axUpdateMediaAnnuaireAlt' => ['privates''.service_locator.J.4xKDb''get_ServiceLocator_J_4xKDbService'false],
  4147.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axUpdateOrderCategorieAnnuaire' => ['privates''.service_locator.t6_3Sp2''get_ServiceLocator_T63Sp2Service'false],
  4148.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axUpdateOrderMedia' => ['privates''.service_locator.N1u.uQ2''get_ServiceLocator_N1u_UQ2Service'false],
  4149.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:categories' => ['privates''.service_locator.KsoF3Vk''get_ServiceLocator_KsoF3VkService'false],
  4150.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:deleteMedia' => ['privates''.service_locator.B5MUiv3''get_ServiceLocator_B5MUiv3Service'false],
  4151.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:edition_fiche' => ['privates''.service_locator.yECt5pp''get_ServiceLocator_YECt5ppService'false],
  4152.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:importer' => ['privates''.service_locator.upia77E''get_ServiceLocator_Upia77EService'false],
  4153.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:index' => ['privates''.service_locator.MNmabl.''get_ServiceLocator_MNmabl_Service'false],
  4154.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:removeIllustration' => ['privates''.service_locator.huDKugI''get_ServiceLocator_HuDKugIService'false],
  4155.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:remove_annuaire_fiche' => ['privates''.service_locator.R7IpwcO''get_ServiceLocator_R7IpwcOService'false],
  4156.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:saveAddress' => ['privates''.service_locator.huDKugI''get_ServiceLocator_HuDKugIService'false],
  4157.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:agenda_categories' => ['privates''.service_locator.tdcn7ZB''get_ServiceLocator_Tdcn7ZBService'false],
  4158.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:agenda_edition' => ['privates''.service_locator.tdcn7ZB''get_ServiceLocator_Tdcn7ZBService'false],
  4159.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axAddFlashMessage' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4160.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axDisplayCateg' => ['privates''.service_locator.i2PnmtW''get_ServiceLocator_I2PnmtWService'false],
  4161.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axDisplayOrderCateg' => ['privates''.service_locator.i2PnmtW''get_ServiceLocator_I2PnmtWService'false],
  4162.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axRemoveCategBandeau' => ['privates''.service_locator.sHnA6c9''get_ServiceLocator_SHnA6c9Service'false],
  4163.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axRemoveCategorie' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4164.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:index' => ['privates''.service_locator.tdcn7ZB''get_ServiceLocator_Tdcn7ZBService'false],
  4165.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:remove_agenda' => ['privates''.service_locator.6yt5FIt''get_ServiceLocator_6yt5FItService'false],
  4166.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController:axSortAutopromo' => ['privates''.service_locator.xXi.g7M''get_ServiceLocator_XXi_G7MService'false],
  4167.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController:editAutopromo' => ['privates''.service_locator.qmz.gka''get_ServiceLocator_Qmz_GkaService'false],
  4168.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController:listAutopromo' => ['privates''.service_locator.h_fcfLP''get_ServiceLocator_HFcfLPService'false],
  4169.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController:removeAutopromo' => ['privates''.service_locator.PDRpPv6''get_ServiceLocator_PDRpPv6Service'false],
  4170.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController:axSaveMediaAlt' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4171.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController:axUpdateBlock' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4172.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController:uploadStreamMedias' => ['privates''.service_locator..PdxqaD''get_ServiceLocator__PdxqaDService'false],
  4173.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController:axDeleteEventCalendar' => ['privates''.service_locator.pgDIK6B''get_ServiceLocator_PgDIK6BService'false],
  4174.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController:axDisplayPopup' => ['privates''.service_locator.yLkgVSs''get_ServiceLocator_YLkgVSsService'false],
  4175.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController:axUpdateAfterDrop' => ['privates''.service_locator.slfJhNU''get_ServiceLocator_SlfJhNUService'false],
  4176.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController:index' => ['privates''.service_locator.VeZ4.6U''get_ServiceLocator_VeZ4_6UService'false],
  4177.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:archive_catalog' => ['privates''.service_locator.IRdNRcr''get_ServiceLocator_IRdNRcrService'false],
  4178.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axAddFlashMessage' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4179.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axDeleteBlock' => ['privates''.service_locator..PdxqaD''get_ServiceLocator__PdxqaDService'false],
  4180.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axDisplayCateg' => ['privates''.service_locator.wV06.1Y''get_ServiceLocator_WV06_1YService'false],
  4181.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axDisplayOrderCateg' => ['privates''.service_locator.wV06.1Y''get_ServiceLocator_WV06_1YService'false],
  4182.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axRemoveCategBandeau' => ['privates''.service_locator.05LSF5c''get_ServiceLocator_05LSF5cService'false],
  4183.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axRemoveCategorie' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4184.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axRemoveMedia' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4185.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axSaveMediaAlt' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4186.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axSelectCategsApiLink' => ['privates''.service_locator.p2JJhzI''get_ServiceLocator_P2JJhzIService'false],
  4187.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axSelectCategsLink' => ['privates''.service_locator.MVTuigj''get_ServiceLocator_MVTuigjService'false],
  4188.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axUpdateBlock' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4189.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axUpdateMediaAlt' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4190.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:catalog_categories' => ['privates''.service_locator.eNuwACV''get_ServiceLocator_ENuwACVService'false],
  4191.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:catalog_edition' => ['privates''.service_locator.ETpYcDI''get_ServiceLocator_ETpYcDIService'false],
  4192.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:index' => ['privates''.service_locator.ETpYcDI''get_ServiceLocator_ETpYcDIService'false],
  4193.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:remove_catalog' => ['privates''.service_locator.IRdNRcr''get_ServiceLocator_IRdNRcrService'false],
  4194.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:uploadStreamMedias' => ['privates''.service_locator..PdxqaD''get_ServiceLocator__PdxqaDService'false],
  4195.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminController:site' => ['privates''.service_locator.P5DsKwH''get_ServiceLocator_P5DsKwHService'false],
  4196.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:axDisplayFormCategory' => ['privates''.service_locator.QVTKniM''get_ServiceLocator_QVTKniMService'false],
  4197.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:axDisplayFormCure' => ['privates''.service_locator.suetaYj''get_ServiceLocator_SuetaYjService'false],
  4198.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:cureCategDelete' => ['privates''.service_locator.QrNbjAO''get_ServiceLocator_QrNbjAOService'false],
  4199.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:cureDelete' => ['privates''.service_locator.OWf16yq''get_ServiceLocator_OWf16yqService'false],
  4200.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:curesCategList' => ['privates''.service_locator.e3wCs9G''get_ServiceLocator_E3wCs9GService'false],
  4201.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:curesList' => ['privates''.service_locator.DX3ZVKj''get_ServiceLocator_DX3ZVKjService'false],
  4202.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:address_editing' => ['privates''.service_locator.VWQCe06''get_ServiceLocator_VWQCe06Service'false],
  4203.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:archived_customer' => ['privates''.service_locator.bTwuE40''get_ServiceLocator_BTwuE40Service'false],
  4204.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:axDisplayModaleNote' => ['privates''.service_locator.axepjHz''get_ServiceLocator_AxepjHzService'false],
  4205.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:axDisplayModaleShippingAddress' => ['privates''.service_locator.XwtBxxm''get_ServiceLocator_XwtBxxmService'false],
  4206.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:customer_note' => ['privates''.service_locator.axepjHz''get_ServiceLocator_AxepjHzService'false],
  4207.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:customer_orders' => ['privates''.service_locator.a2oGEZ1''get_ServiceLocator_A2oGEZ1Service'false],
  4208.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:customer_tchat' => ['privates''.service_locator.6qW7xkI''get_ServiceLocator_6qW7xkIService'false],
  4209.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:editing' => ['privates''.service_locator.PuqYb_G''get_ServiceLocator_PuqYbGService'false],
  4210.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:index' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4211.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:remove_customer' => ['privates''.service_locator.KdEQnr.''get_ServiceLocator_KdEQnr_Service'false],
  4212.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:remove_note' => ['privates''.service_locator.axepjHz''get_ServiceLocator_AxepjHzService'false],
  4213.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:userOdyssee' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4214.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axAddDocumentTag' => ['privates''.service_locator.eDzB7bW''get_ServiceLocator_EDzB7bWService'false],
  4215.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axAddNewTag' => ['privates''.service_locator.xd_iSmB''get_ServiceLocator_XdISmBService'false],
  4216.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axDeleteTag' => ['privates''.service_locator.g4WKUvj''get_ServiceLocator_G4WKUvjService'false],
  4217.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axDisplayDocumentCateg' => ['privates''.service_locator.x2pffqE''get_ServiceLocator_X2pffqEService'false],
  4218.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axDisplayModalTag' => ['privates''.service_locator.fBoMzKa''get_ServiceLocator_FBoMzKaService'false],
  4219.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axDisplayOrderCateg' => ['privates''.service_locator.5tEO2Jw''get_ServiceLocator_5tEO2JwService'false],
  4220.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axRemoveCategorie' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4221.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axRemoveDocumentCategBandeau' => ['privates''.service_locator.T4y0eqK''get_ServiceLocator_T4y0eqKService'false],
  4222.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axRemoveDocumentFiche' => ['privates''.service_locator._Oh3dkG''get_ServiceLocator_Oh3dkGService'false],
  4223.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axRemoveDocumentTag' => ['privates''.service_locator.wq.3aDh''get_ServiceLocator_Wq_3aDhService'false],
  4224.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axSearchDocumentTag' => ['privates''.service_locator.Gvt0ZM7''get_ServiceLocator_Gvt0ZM7Service'false],
  4225.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_categories' => ['privates''.service_locator.BBvLUa0''get_ServiceLocator_BBvLUa0Service'false],
  4226.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_config' => ['privates''.service_locator.p.ZagAN''get_ServiceLocator_P_ZagANService'false],
  4227.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_edition' => ['privates''.service_locator.HVknWFU''get_ServiceLocator_HVknWFUService'false],
  4228.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_remove' => ['privates''.service_locator.MDuFura''get_ServiceLocator_MDuFuraService'false],
  4229.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_tags' => ['privates''.service_locator.WdymlS8''get_ServiceLocator_WdymlS8Service'false],
  4230.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_upload' => ['privates''.service_locator.u59_MoX''get_ServiceLocator_U59MoXService'false],
  4231.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:index' => ['privates''.service_locator.H2HEDHr''get_ServiceLocator_H2HEDHrService'false],
  4232.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController:axDisplayFlashMessage' => ['privates''.service_locator.saObABm''get_ServiceLocator_SaObABmService'false],
  4233.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController:edit_flash_message' => ['privates''.service_locator.boRa70v''get_ServiceLocator_BoRa70vService'false],
  4234.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController:index' => ['privates''.service_locator.boRa70v''get_ServiceLocator_BoRa70vService'false],
  4235.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:axDisplayEditFormElement' => ['privates''.service_locator.A4H2mEQ''get_ServiceLocator_A4H2mEQService'false],
  4236.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:axUpdateAddresseState' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4237.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:deleteForm' => ['privates''.service_locator.g3PpbLl''get_ServiceLocator_G3PpbLlService'false],
  4238.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:deleteRecipient' => ['privates''.service_locator.9.QBVvC''get_ServiceLocator_9_QBVvCService'false],
  4239.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:editForm' => ['privates''.service_locator.to90PI8''get_ServiceLocator_To90PI8Service'false],
  4240.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:editRecipient' => ['privates''.service_locator.q6xBJBM''get_ServiceLocator_Q6xBJBMService'false],
  4241.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:formsList' => ['privates''.service_locator.4prGdU6''get_ServiceLocator_4prGdU6Service'false],
  4242.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:notificationsList' => ['privates''.service_locator.4prGdU6''get_ServiceLocator_4prGdU6Service'false],
  4243.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:removeFormElement' => ['privates''.service_locator.IAx8FgZ''get_ServiceLocator_IAx8FgZService'false],
  4244.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:saveFormElement' => ['privates''.service_locator.1L3a5Rm''get_ServiceLocator_1L3a5RmService'false],
  4245.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:apiSettings' => ['privates''.service_locator.XrmflL5''get_ServiceLocator_XrmflL5Service'false],
  4246.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axDisplayFormShippingFees' => ['privates''.service_locator.axKpmnn''get_ServiceLocator_AxKpmnnService'false],
  4247.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axRemoveDiscountProduct' => ['privates''.service_locator.VwrFHVz''get_ServiceLocator_VwrFHVzService'false],
  4248.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axRemoveShippingFees' => ['privates''.service_locator.axKpmnn''get_ServiceLocator_AxKpmnnService'false],
  4249.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axSelectDiscountProduct' => ['privates''.service_locator.bnY9_Pa''get_ServiceLocator_BnY9PaService'false],
  4250.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axTestResult' => ['privates''.service_locator.0.UVcPM''get_ServiceLocator_0_UVcPMService'false],
  4251.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:carrier_editing' => ['privates''.service_locator.AqNm9hN''get_ServiceLocator_AqNm9hNService'false],
  4252.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:carrier_shippingfees' => ['privates''.service_locator.qxWSnnm''get_ServiceLocator_QxWSnnmService'false],
  4253.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:carrier_shippingfees_update' => ['privates''.service_locator.mJcs0gj''get_ServiceLocator_MJcs0gjService'false],
  4254.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:discount_editing' => ['privates''.service_locator.eJR4Z4Z''get_ServiceLocator_EJR4Z4ZService'false],
  4255.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:discount_index' => ['privates''.service_locator.Kp9hiQJ''get_ServiceLocator_Kp9hiQJService'false],
  4256.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:discount_test' => ['privates''.service_locator.6yzbz48''get_ServiceLocator_6yzbz48Service'false],
  4257.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:ecommerce_settings' => ['privates''.service_locator.giXuPUV''get_ServiceLocator_GiXuPUVService'false],
  4258.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:index' => ['privates''.service_locator.qxWSnnm''get_ServiceLocator_QxWSnnmService'false],
  4259.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:productSearch' => ['privates''.service_locator.7I0Nf6S''get_ServiceLocator_7I0Nf6SService'false],
  4260.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:removeDiscount' => ['privates''.service_locator.oRl7fCJ''get_ServiceLocator_ORl7fCJService'false],
  4261.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:actualite_categories' => ['privates''.service_locator.LtghHIF''get_ServiceLocator_LtghHIFService'false],
  4262.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:actualite_edition' => ['privates''.service_locator.P4Q3JCZ''get_ServiceLocator_P4Q3JCZService'false],
  4263.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axAddFlashMessage' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4264.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axDisplayCateg' => ['privates''.service_locator.tE5.8Ej''get_ServiceLocator_TE5_8EjService'false],
  4265.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axDisplayOrderCateg' => ['privates''.service_locator.tE5.8Ej''get_ServiceLocator_TE5_8EjService'false],
  4266.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axRemoveCategBandeau' => ['privates''.service_locator.FRZD_R5''get_ServiceLocator_FRZDR5Service'false],
  4267.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axRemoveCategorie' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4268.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:index' => ['privates''.service_locator.P4Q3JCZ''get_ServiceLocator_P4Q3JCZService'false],
  4269.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:remove_actualite' => ['privates''.service_locator.7JOdU3w''get_ServiceLocator_7JOdU3wService'false],
  4270.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController:export' => ['privates''.service_locator.8kn0eot''get_ServiceLocator_8kn0eotService'false],
  4271.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController:home' => ['privates''.service_locator.8kn0eot''get_ServiceLocator_8kn0eotService'false],
  4272.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController:truncate' => ['privates''.service_locator.8kn0eot''get_ServiceLocator_8kn0eotService'false],
  4273.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axCustomerSearch' => ['privates''.service_locator.lYvaYGo''get_ServiceLocator_LYvaYGoService'false],
  4274.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayAddresses' => ['privates''.service_locator.vIAzILW''get_ServiceLocator_VIAzILWService'false],
  4275.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayFailureOrder' => ['privates''.service_locator.maklka0''get_ServiceLocator_Maklka0Service'false],
  4276.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayFormCreditNote' => ['privates''.service_locator.CC5lNLl''get_ServiceLocator_CC5lNLlService'false],
  4277.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayFormExpedition' => ['privates''.service_locator.3mH2jnX''get_ServiceLocator_3mH2jnXService'false],
  4278.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayProduct' => ['privates''.service_locator.M39jDxo''get_ServiceLocator_M39jDxoService'false],
  4279.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axProductSearch' => ['privates''.service_locator.7I0Nf6S''get_ServiceLocator_7I0Nf6SService'false],
  4280.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axReferencesSearch' => ['privates''.service_locator.M39jDxo''get_ServiceLocator_M39jDxoService'false],
  4281.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axRemoveProductOrder' => ['privates''.service_locator.KTQNI0D''get_ServiceLocator_KTQNI0DService'false],
  4282.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axSelectDeliveryAddress' => ['privates''.service_locator.vIAzILW''get_ServiceLocator_VIAzILWService'false],
  4283.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axSelectShippingCarrier' => ['privates''.service_locator.Lh5oN8X''get_ServiceLocator_Lh5oN8XService'false],
  4284.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axUpdateOrderProductQte' => ['privates''.service_locator.KTQNI0D''get_ServiceLocator_KTQNI0DService'false],
  4285.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExport' => ['privates''.service_locator.maklka0''get_ServiceLocator_Maklka0Service'false],
  4286.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExportCustomers' => ['privates''.service_locator.LW.HB2_''get_ServiceLocator_LW_HB2Service'false],
  4287.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExportInvoices' => ['privates''.service_locator.yZvClaH''get_ServiceLocator_YZvClaHService'false],
  4288.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExportOrders' => ['privates''.service_locator.maklka0''get_ServiceLocator_Maklka0Service'false],
  4289.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExportProdOrder' => ['privates''.service_locator.qyKBtFx''get_ServiceLocator_QyKBtFxService'false],
  4290.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:generatePurchaseOrderPDF' => ['privates''.service_locator.S2Cn69A''get_ServiceLocator_S2Cn69AService'false],
  4291.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:index' => ['privates''.service_locator.ZFS2vZ.''get_ServiceLocator_ZFS2vZ_Service'false],
  4292.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:orderValidateChequePayment' => ['privates''.service_locator.maklka0''get_ServiceLocator_Maklka0Service'false],
  4293.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:order_cancellation' => ['privates''.service_locator.vB7nj0_''get_ServiceLocator_VB7nj0Service'false],
  4294.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:order_credit_note' => ['privates''.service_locator.z3.0osA''get_ServiceLocator_Z3_0osAService'false],
  4295.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:order_processing' => ['privates''.service_locator.rfiQQyp''get_ServiceLocator_RfiQQypService'false],
  4296.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:ordersCures' => ['privates''.service_locator.xbvMKZc''get_ServiceLocator_XbvMKZcService'false],
  4297.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:ordersProductCures' => ['privates''.service_locator.zWGzXqJ''get_ServiceLocator_ZWGzXqJService'false],
  4298.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:orders_editing' => ['privates''.service_locator.FIoiNhh''get_ServiceLocator_FIoiNhhService'false],
  4299.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:statistics' => ['privates''.service_locator.maklka0''get_ServiceLocator_Maklka0Service'false],
  4300.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:ajaxLoadTree' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  4301.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axAjouterPage' => ['privates''.service_locator..PdxqaD''get_ServiceLocator__PdxqaDService'false],
  4302.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axDupliquerPage' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4303.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axEditerPage' => ['privates''.service_locator..0zQQ2a''get_ServiceLocator__0zQQ2aService'false],
  4304.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axUpdatePage' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4305.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axUpdatePermalien' => ['privates''.service_locator..PdxqaD''get_ServiceLocator__PdxqaDService'false],
  4306.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:uploadStreamMediasBandeau' => ['privates''.service_locator..PdxqaD''get_ServiceLocator__PdxqaDService'false],
  4307.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:attributes' => ['privates''.service_locator.OXckDRo''get_ServiceLocator_OXckDRoService'false],
  4308.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:attributes_models' => ['privates''.service_locator.KFYOKLU''get_ServiceLocator_KFYOKLUService'false],
  4309.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axCheckCategory' => ['privates''.service_locator.7r8F4nM''get_ServiceLocator_7r8F4nMService'false],
  4310.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayCategories' => ['privates''.service_locator.5bYnj.0''get_ServiceLocator_5bYnj_0Service'false],
  4311.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormAttribute' => ['privates''.service_locator.IM6kYNu''get_ServiceLocator_IM6kYNuService'false],
  4312.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormAttributeModel' => ['privates''.service_locator.KFYOKLU''get_ServiceLocator_KFYOKLUService'false],
  4313.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormCategory' => ['privates''.service_locator.bEKx2c_''get_ServiceLocator_BEKx2cService'false],
  4314.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormMark' => ['privates''.service_locator.wucYR.F''get_ServiceLocator_WucYR_FService'false],
  4315.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormProvider' => ['privates''.service_locator.JMNYlKS''get_ServiceLocator_JMNYlKSService'false],
  4316.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormlabel' => ['privates''.service_locator.IDp29vQ''get_ServiceLocator_IDp29vQService'false],
  4317.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayOrderCateg' => ['privates''.service_locator.bEKx2c_''get_ServiceLocator_BEKx2cService'false],
  4318.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axRefOdyssee' => ['privates''.service_locator.0.UVcPM''get_ServiceLocator_0_UVcPMService'false],
  4319.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axRemoveCategBandeau' => ['privates''.service_locator.Or5FCkb''get_ServiceLocator_Or5FCkbService'false],
  4320.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axRemoveProduct' => ['privates''.service_locator.aVAyb3_''get_ServiceLocator_AVAyb3Service'false],
  4321.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axSaveMediaAlt' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4322.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axUpdateBlock' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4323.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axUpdateProductQtePack' => ['privates''.service_locator.k0uPtKu''get_ServiceLocator_K0uPtKuService'false],
  4324.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:bundle' => ['privates''.service_locator.BUfq.EG''get_ServiceLocator_BUfq_EGService'false],
  4325.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:categories' => ['privates''.service_locator.bEKx2c_''get_ServiceLocator_BEKx2cService'false],
  4326.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:excelExportProducts' => ['privates''.service_locator.7I0Nf6S''get_ServiceLocator_7I0Nf6SService'false],
  4327.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:index' => ['privates''.service_locator.eyQFafA''get_ServiceLocator_EyQFafAService'false],
  4328.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:insert_combination' => ['privates''.service_locator.6UBvWCT''get_ServiceLocator_6UBvWCTService'false],
  4329.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:insert_reference_bundle' => ['privates''.service_locator.EPbTluD''get_ServiceLocator_EPbTluDService'false],
  4330.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:labels' => ['privates''.service_locator.IDp29vQ''get_ServiceLocator_IDp29vQService'false],
  4331.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:marks' => ['privates''.service_locator.oNd05M.''get_ServiceLocator_ONd05M_Service'false],
  4332.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_bundle_remove' => ['privates''.service_locator.EPbTluD''get_ServiceLocator_EPbTluDService'false],
  4333.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_combination' => ['privates''.service_locator.BUfq.EG''get_ServiceLocator_BUfq_EGService'false],
  4334.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_combination_remove' => ['privates''.service_locator.6UBvWCT''get_ServiceLocator_6UBvWCTService'false],
  4335.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_editing' => ['privates''.service_locator.o5km9mo''get_ServiceLocator_O5km9moService'false],
  4336.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_presentation' => ['privates''.service_locator.6lQqvTe''get_ServiceLocator_6lQqvTeService'false],
  4337.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_reference_edit' => ['privates''.service_locator.Mse2B6j''get_ServiceLocator_Mse2B6jService'false],
  4338.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_references' => ['privates''.service_locator.JXaW0Ro''get_ServiceLocator_JXaW0RoService'false],
  4339.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_statistics' => ['privates''.service_locator.r7wMxg1''get_ServiceLocator_R7wMxg1Service'false],
  4340.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:providers' => ['privates''.service_locator.PJdHSib''get_ServiceLocator_PJdHSibService'false],
  4341.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_attributes' => ['privates''.service_locator.d_XmiNT''get_ServiceLocator_DXmiNTService'false],
  4342.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_category' => ['privates''.service_locator._hqz3jS''get_ServiceLocator_Hqz3jSService'false],
  4343.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_label' => ['privates''.service_locator.QcjLBjH''get_ServiceLocator_QcjLBjHService'false],
  4344.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_mark' => ['privates''.service_locator.eEa23k5''get_ServiceLocator_EEa23k5Service'false],
  4345.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_model' => ['privates''.service_locator.1uOu7vv''get_ServiceLocator_1uOu7vvService'false],
  4346.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_provider' => ['privates''.service_locator.CSNJJoM''get_ServiceLocator_CSNJJoMService'false],
  4347.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_reference' => ['privates''.service_locator.aefbH12''get_ServiceLocator_AefbH12Service'false],
  4348.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:save_attribute' => ['privates''.service_locator.IM6kYNu''get_ServiceLocator_IM6kYNuService'false],
  4349.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:searchProduct' => ['privates''.service_locator.IxqvbKp''get_ServiceLocator_IxqvbKpService'false],
  4350.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:searchReferenceProduct' => ['privates''.service_locator.IxqvbKp''get_ServiceLocator_IxqvbKpService'false],
  4351.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:uploadStreamMedias' => ['privates''.service_locator..PdxqaD''get_ServiceLocator__PdxqaDService'false],
  4352.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSearchController:index' => ['privates''.service_locator.75lF26c''get_ServiceLocator_75lF26cService'false],
  4353.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplayLangue' => ['privates''.service_locator.2xyiCHa''get_ServiceLocator_2xyiCHaService'false],
  4354.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplayMailTestPopup' => ['privates''.service_locator.SFbo9uX''get_ServiceLocator_SFbo9uXService'false],
  4355.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplayModalResSoc' => ['privates''.service_locator.fvEzm2S''get_ServiceLocator_FvEzm2SService'false],
  4356.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplayModuleOption' => ['privates''.service_locator.jL3ReLd''get_ServiceLocator_JL3ReLdService'false],
  4357.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplaySitePopup' => ['privates''.service_locator.Fd5hyJS''get_ServiceLocator_Fd5hyJSService'false],
  4358.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axRefOdyssee' => ['privates''.service_locator.0.UVcPM''get_ServiceLocator_0_UVcPMService'false],
  4359.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axRemoveReseau' => ['privates''.service_locator.c0eFpqr''get_ServiceLocator_C0eFpqrService'false],
  4360.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axSortLang' => ['privates''.service_locator.ocPBAfk''get_ServiceLocator_OcPBAfkService'false],
  4361.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axSortSiteModule' => ['privates''.service_locator.ologSxD''get_ServiceLocator_OlogSxDService'false],
  4362.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axSortSiteOptions' => ['privates''.service_locator._ZGi03Z''get_ServiceLocator_ZGi03ZService'false],
  4363.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axUpdateSiteModule' => ['privates''.service_locator.sFxeuFi''get_ServiceLocator_SFxeuFiService'false],
  4364.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:coordonnees' => ['privates''.service_locator.ZngRaHn''get_ServiceLocator_ZngRaHnService'false],
  4365.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:generateReseaux' => ['privates''.service_locator.fvEzm2S''get_ServiceLocator_FvEzm2SService'false],
  4366.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:googleTagManager' => ['privates''.service_locator.8FNU02p''get_ServiceLocator_8FNU02pService'false],
  4367.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:langues' => ['privates''.service_locator.2xyiCHa''get_ServiceLocator_2xyiCHaService'false],
  4368.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:module_edition' => ['privates''.service_locator.r9pF1p_''get_ServiceLocator_R9pF1pService'false],
  4369.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:modules' => ['privates''.service_locator.3lC1yPu''get_ServiceLocator_3lC1yPuService'false],
  4370.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:referencement' => ['privates''.service_locator.s0aQVV_''get_ServiceLocator_S0aQVVService'false],
  4371.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:reseaux' => ['privates''.service_locator.fvEzm2S''get_ServiceLocator_FvEzm2SService'false],
  4372.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:sites' => ['privates''.service_locator.RIfb_NY''get_ServiceLocator_RIfbNYService'false],
  4373.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:axDisplayProductOrder' => ['privates''.service_locator.c4HGK_0''get_ServiceLocator_C4HGK0Service'false],
  4374.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:axDisplayTchatWindow' => ['privates''.service_locator.JZoCrEJ''get_ServiceLocator_JZoCrEJService'false],
  4375.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:close_tchat' => ['privates''.service_locator.6qW7xkI''get_ServiceLocator_6qW7xkIService'false],
  4376.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:discussion' => ['privates''.service_locator.ZrCEKtA''get_ServiceLocator_ZrCEKtAService'false],
  4377.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:index' => ['privates''.service_locator.6qW7xkI''get_ServiceLocator_6qW7xkIService'false],
  4378.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:openConversation' => ['privates''.service_locator.M9PMcRV''get_ServiceLocator_M9PMcRVService'false],
  4379.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:rechercherClient' => ['privates''.service_locator.VrV7kOR''get_ServiceLocator_VrV7kORService'false],
  4380.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:response' => ['privates''.service_locator.M9PMcRV''get_ServiceLocator_M9PMcRVService'false],
  4381.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:axDisplayUserGroup' => ['privates''.service_locator.FJW9c2I''get_ServiceLocator_FJW9c2IService'false],
  4382.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:axRemoveGroupUser' => ['privates''.service_locator.zmAFeYs''get_ServiceLocator_ZmAFeYsService'false],
  4383.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:group' => ['privates''.service_locator.7VMY33y''get_ServiceLocator_7VMY33yService'false],
  4384.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:index' => ['privates''.service_locator.MvGBho3''get_ServiceLocator_MvGBho3Service'false],
  4385.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:removeUser' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  4386.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:user' => ['privates''.service_locator.8WsvJtA''get_ServiceLocator_8WsvJtAService'false],
  4387.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController:axDisplayModalMarker' => ['privates''.service_locator.ftX8zV6''get_ServiceLocator_FtX8zV6Service'false],
  4388.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController:fiche_annuaire' => ['privates''.service_locator.ftX8zV6''get_ServiceLocator_FtX8zV6Service'false],
  4389.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController:index' => ['privates''.service_locator.qPfhSwI''get_ServiceLocator_QPfhSwIService'false],
  4390.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController:liste_annuaire' => ['privates''.service_locator.k0ml9Qn''get_ServiceLocator_K0ml9QnService'false],
  4391.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController:fiche' => ['privates''.service_locator.tdcn7ZB''get_ServiceLocator_Tdcn7ZBService'false],
  4392.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController:index' => ['privates''.service_locator.6o6ibmk''get_ServiceLocator_6o6ibmkService'false],
  4393.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:axCureIdForAssociatedProducts' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4394.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:axGetSoinAvailability' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4395.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:axGetSoinOnProduct' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4396.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:confirmation' => ['privates''.service_locator.BWPb_E3''get_ServiceLocator_BWPbE3Service'false],
  4397.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:delivery' => ['privates''.service_locator.9M6.bTS''get_ServiceLocator_9M6_BTSService'false],
  4398.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:index' => ['privates''.service_locator.6.SDuIq''get_ServiceLocator_6_SDuIqService'false],
  4399.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:payment' => ['privates''.service_locator.poshs.G''get_ServiceLocator_Poshs_GService'false],
  4400.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:payment_cheque' => ['privates''.service_locator.T9V3Znc''get_ServiceLocator_T9V3ZncService'false],
  4401.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:payment_paybox' => ['privates''.service_locator.IEoQEcF''get_ServiceLocator_IEoQEcFService'false],
  4402.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:payment_selection' => ['privates''.service_locator.H02Pbe0''get_ServiceLocator_H02Pbe0Service'false],
  4403.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:validate_paybox' => ['privates''.service_locator.xYjzVVL''get_ServiceLocator_XYjzVVLService'false],
  4404.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController:fiche' => ['privates''.service_locator.alpdh_0''get_ServiceLocator_Alpdh0Service'false],
  4405.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController:indexLocation' => ['privates''.service_locator.zNqJdWs''get_ServiceLocator_ZNqJdWsService'false],
  4406.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:axAddCureStepOne' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4407.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:axAddCureStepThree' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4408.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:axAddCureStepTwo' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4409.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:axSearchMedPresc' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4410.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:index' => ['privates''.service_locator.OWf16yq''get_ServiceLocator_OWf16yqService'false],
  4411.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:account' => ['privates''.service_locator.p3u_jxu''get_ServiceLocator_P3uJxuService'false],
  4412.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:axDisplayProductOrder' => ['privates''.service_locator.c4HGK_0''get_ServiceLocator_C4HGK0Service'false],
  4413.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:discussion' => ['privates''.service_locator.ZrCEKtA''get_ServiceLocator_ZrCEKtAService'false],
  4414.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:download' => ['privates''.service_locator.ppeffFd''get_ServiceLocator_PpeffFdService'false],
  4415.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:download_attachment' => ['privates''.service_locator.h04RYGt''get_ServiceLocator_H04RYGtService'false],
  4416.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:employee' => ['privates''.service_locator.48GylgQ''get_ServiceLocator_48GylgQService'false],
  4417.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:inscription' => ['privates''.service_locator.4oQ6y7e''get_ServiceLocator_4oQ6y7eService'false],
  4418.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:inscriptionEmployee' => ['privates''.service_locator.JKqXFIK''get_ServiceLocator_JKqXFIKService'false],
  4419.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:orderCure' => ['privates''.service_locator.aYr6vm8''get_ServiceLocator_AYr6vm8Service'false],
  4420.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:order_detail' => ['privates''.service_locator.mgs1NVd''get_ServiceLocator_Mgs1NVdService'false],
  4421.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:orders' => ['privates''.service_locator.aYr6vm8''get_ServiceLocator_AYr6vm8Service'false],
  4422.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:planning' => ['privates''.service_locator.24L9ZNv''get_ServiceLocator_24L9ZNvService'false],
  4423.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:saveDeliveryAddress' => ['privates''.service_locator.emrJVm4''get_ServiceLocator_EmrJVm4Service'false],
  4424.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:setUserPassword' => ['privates''.service_locator.xzAFfs6''get_ServiceLocator_XzAFfs6Service'false],
  4425.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:tchat' => ['privates''.service_locator.feQmfUx''get_ServiceLocator_FeQmfUxService'false],
  4426.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:tchat_ticket' => ['privates''.service_locator.5f60gFW''get_ServiceLocator_5f60gFWService'false],
  4427.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController:fiche' => ['privates''.service_locator.Agb9EJO''get_ServiceLocator_Agb9EJOService'false],
  4428.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController:getFile' => ['privates''.service_locator.H2HEDHr''get_ServiceLocator_H2HEDHrService'false],
  4429.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController:index' => ['privates''.service_locator.ikH9CWu''get_ServiceLocator_IkH9CWuService'false],
  4430.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController:axAddNewsletter' => ['privates''.service_locator.uQBtTVY''get_ServiceLocator_UQBtTVYService'false],
  4431.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController:emailExemple' => ['privates''.service_locator.1NEOrZU''get_ServiceLocator_1NEOrZUService'false],
  4432.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController:index' => ['privates''.service_locator.ycYrg9z''get_ServiceLocator_YcYrg9zService'false],
  4433.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController:fiche' => ['privates''.service_locator.nk2MNGH''get_ServiceLocator_Nk2MNGHService'false],
  4434.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController:index' => ['privates''.service_locator.fBZaO03''get_ServiceLocator_FBZaO03Service'false],
  4435.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPageController:page' => ['privates''.service_locator.1iYjFbL''get_ServiceLocator_1iYjFbLService'false],
  4436.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayboxController:confirmation' => ['privates''.service_locator.pyoAt8c''get_ServiceLocator_PyoAt8cService'false],
  4437.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayboxController:paymentPaybox' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4438.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayboxController:returnBank' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4439.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController:confirmation' => ['privates''.service_locator.BWPb_E3''get_ServiceLocator_BWPbE3Service'false],
  4440.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController:returnBank' => ['privates''.service_locator.7jppIky''get_ServiceLocator_7jppIkyService'false],
  4441.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController:axAddProductFavorite' => ['privates''.service_locator.jh5fKc_''get_ServiceLocator_Jh5fKcService'false],
  4442.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController:axRemoveProductFavorite' => ['privates''.service_locator.jh5fKc_''get_ServiceLocator_Jh5fKcService'false],
  4443.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController:fiche' => ['privates''.service_locator.MAzueQs''get_ServiceLocator_MAzueQsService'false],
  4444.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController:index' => ['privates''.service_locator.Lb1oMjC''get_ServiceLocator_Lb1oMjCService'false],
  4445.             'Acme\\SudcmsBundle\\Controller\\SecurityController:forgotten_password' => ['privates''.service_locator.jev2EZH''get_ServiceLocator_Jev2EZHService'false],
  4446.             'Acme\\SudcmsBundle\\Controller\\SecurityController:login' => ['privates''.service_locator.UDgw6Ol''get_ServiceLocator_UDgw6OlService'false],
  4447.             'Acme\\SudcmsBundle\\Controller\\SecurityController:resetPassword' => ['privates''.service_locator.pwZ6MTM''get_ServiceLocator_PwZ6MTMService'false],
  4448.             'Acme\\SudcmsBundle\\Controller\\SecurityFrontController:forgotten_password' => ['privates''.service_locator.jfc1a7o''get_ServiceLocator_Jfc1a7oService'false],
  4449.             'Acme\\SudcmsBundle\\Controller\\SecurityFrontController:login' => ['privates''.service_locator.xfs5s9O''get_ServiceLocator_Xfs5s9OService'false],
  4450.             'Acme\\SudcmsBundle\\Controller\\SecurityFrontController:resetPassword' => ['privates''.service_locator.pwZ6MTM''get_ServiceLocator_PwZ6MTMService'false],
  4451.             'Acme\\SudcmsBundle\\Controller\\SitemapController:index' => ['privates''.service_locator..PdxqaD''get_ServiceLocator__PdxqaDService'false],
  4452.             'Acme\\SudcmsBundle\\Service\\BlocService:saveMediaAlt' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4453.             'Acme\\SudcmsBundle\\Service\\BlocService:updateBlock' => ['privates''.service_locator.wA2VyVv''get_ServiceLocator_WA2VyVvService'false],
  4454.             'Acme\\SudcmsBundle\\Service\\BlocService:uploadStreamMedias' => ['privates''.service_locator..PdxqaD''get_ServiceLocator__PdxqaDService'false],
  4455.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4456.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4457.         ], [
  4458.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axAddFlashMessage' => '?',
  4459.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axCheckCategory' => '?',
  4460.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axDisplayAnnuaireCateg' => '?',
  4461.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axDisplayCategories' => '?',
  4462.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axDisplayOrderCategAnnuaire' => '?',
  4463.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axRemoveAnnuaireCategBandeau' => '?',
  4464.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axRemoveCategorie' => '?',
  4465.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axUpdateMediaAnnuaireAlt' => '?',
  4466.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axUpdateOrderCategorieAnnuaire' => '?',
  4467.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axUpdateOrderMedia' => '?',
  4468.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::categories' => '?',
  4469.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::deleteMedia' => '?',
  4470.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::edition_fiche' => '?',
  4471.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::importer' => '?',
  4472.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::index' => '?',
  4473.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::removeIllustration' => '?',
  4474.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::remove_annuaire_fiche' => '?',
  4475.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::saveAddress' => '?',
  4476.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::agenda_categories' => '?',
  4477.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::agenda_edition' => '?',
  4478.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axAddFlashMessage' => '?',
  4479.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axDisplayCateg' => '?',
  4480.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axDisplayOrderCateg' => '?',
  4481.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axRemoveCategBandeau' => '?',
  4482.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axRemoveCategorie' => '?',
  4483.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::index' => '?',
  4484.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::remove_agenda' => '?',
  4485.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController::axSortAutopromo' => '?',
  4486.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController::editAutopromo' => '?',
  4487.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController::listAutopromo' => '?',
  4488.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController::removeAutopromo' => '?',
  4489.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController::axSaveMediaAlt' => '?',
  4490.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController::axUpdateBlock' => '?',
  4491.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController::uploadStreamMedias' => '?',
  4492.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController::axDeleteEventCalendar' => '?',
  4493.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController::axDisplayPopup' => '?',
  4494.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController::axUpdateAfterDrop' => '?',
  4495.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController::index' => '?',
  4496.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::archive_catalog' => '?',
  4497.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axAddFlashMessage' => '?',
  4498.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axDeleteBlock' => '?',
  4499.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axDisplayCateg' => '?',
  4500.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axDisplayOrderCateg' => '?',
  4501.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axRemoveCategBandeau' => '?',
  4502.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axRemoveCategorie' => '?',
  4503.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axRemoveMedia' => '?',
  4504.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axSaveMediaAlt' => '?',
  4505.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axSelectCategsApiLink' => '?',
  4506.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axSelectCategsLink' => '?',
  4507.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axUpdateBlock' => '?',
  4508.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axUpdateMediaAlt' => '?',
  4509.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::catalog_categories' => '?',
  4510.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::catalog_edition' => '?',
  4511.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::index' => '?',
  4512.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::remove_catalog' => '?',
  4513.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::uploadStreamMedias' => '?',
  4514.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminController::site' => '?',
  4515.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::axDisplayFormCategory' => '?',
  4516.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::axDisplayFormCure' => '?',
  4517.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::cureCategDelete' => '?',
  4518.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::cureDelete' => '?',
  4519.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::curesCategList' => '?',
  4520.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::curesList' => '?',
  4521.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::address_editing' => '?',
  4522.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::archived_customer' => '?',
  4523.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::axDisplayModaleNote' => '?',
  4524.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::axDisplayModaleShippingAddress' => '?',
  4525.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::customer_note' => '?',
  4526.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::customer_orders' => '?',
  4527.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::customer_tchat' => '?',
  4528.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::editing' => '?',
  4529.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::index' => '?',
  4530.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::remove_customer' => '?',
  4531.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::remove_note' => '?',
  4532.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::userOdyssee' => '?',
  4533.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axAddDocumentTag' => '?',
  4534.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axAddNewTag' => '?',
  4535.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axDeleteTag' => '?',
  4536.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axDisplayDocumentCateg' => '?',
  4537.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axDisplayModalTag' => '?',
  4538.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axDisplayOrderCateg' => '?',
  4539.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axRemoveCategorie' => '?',
  4540.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axRemoveDocumentCategBandeau' => '?',
  4541.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axRemoveDocumentFiche' => '?',
  4542.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axRemoveDocumentTag' => '?',
  4543.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axSearchDocumentTag' => '?',
  4544.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_categories' => '?',
  4545.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_config' => '?',
  4546.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_edition' => '?',
  4547.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_remove' => '?',
  4548.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_tags' => '?',
  4549.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_upload' => '?',
  4550.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::index' => '?',
  4551.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController::axDisplayFlashMessage' => '?',
  4552.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController::edit_flash_message' => '?',
  4553.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController::index' => '?',
  4554.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::axDisplayEditFormElement' => '?',
  4555.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::axUpdateAddresseState' => '?',
  4556.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::deleteForm' => '?',
  4557.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::deleteRecipient' => '?',
  4558.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::editForm' => '?',
  4559.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::editRecipient' => '?',
  4560.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::formsList' => '?',
  4561.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::notificationsList' => '?',
  4562.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::removeFormElement' => '?',
  4563.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::saveFormElement' => '?',
  4564.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::apiSettings' => '?',
  4565.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axDisplayFormShippingFees' => '?',
  4566.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axRemoveDiscountProduct' => '?',
  4567.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axRemoveShippingFees' => '?',
  4568.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axSelectDiscountProduct' => '?',
  4569.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axTestResult' => '?',
  4570.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::carrier_editing' => '?',
  4571.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::carrier_shippingfees' => '?',
  4572.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::carrier_shippingfees_update' => '?',
  4573.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::discount_editing' => '?',
  4574.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::discount_index' => '?',
  4575.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::discount_test' => '?',
  4576.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::ecommerce_settings' => '?',
  4577.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::index' => '?',
  4578.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::productSearch' => '?',
  4579.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::removeDiscount' => '?',
  4580.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::actualite_categories' => '?',
  4581.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::actualite_edition' => '?',
  4582.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axAddFlashMessage' => '?',
  4583.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axDisplayCateg' => '?',
  4584.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axDisplayOrderCateg' => '?',
  4585.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axRemoveCategBandeau' => '?',
  4586.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axRemoveCategorie' => '?',
  4587.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::index' => '?',
  4588.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::remove_actualite' => '?',
  4589.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController::export' => '?',
  4590.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController::home' => '?',
  4591.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController::truncate' => '?',
  4592.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axCustomerSearch' => '?',
  4593.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayAddresses' => '?',
  4594.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayFailureOrder' => '?',
  4595.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayFormCreditNote' => '?',
  4596.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayFormExpedition' => '?',
  4597.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayProduct' => '?',
  4598.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axProductSearch' => '?',
  4599.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axReferencesSearch' => '?',
  4600.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axRemoveProductOrder' => '?',
  4601.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axSelectDeliveryAddress' => '?',
  4602.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axSelectShippingCarrier' => '?',
  4603.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axUpdateOrderProductQte' => '?',
  4604.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExport' => '?',
  4605.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExportCustomers' => '?',
  4606.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExportInvoices' => '?',
  4607.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExportOrders' => '?',
  4608.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExportProdOrder' => '?',
  4609.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::generatePurchaseOrderPDF' => '?',
  4610.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::index' => '?',
  4611.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::orderValidateChequePayment' => '?',
  4612.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::order_cancellation' => '?',
  4613.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::order_credit_note' => '?',
  4614.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::order_processing' => '?',
  4615.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::ordersCures' => '?',
  4616.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::ordersProductCures' => '?',
  4617.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::orders_editing' => '?',
  4618.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::statistics' => '?',
  4619.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::ajaxLoadTree' => '?',
  4620.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axAjouterPage' => '?',
  4621.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axDupliquerPage' => '?',
  4622.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axEditerPage' => '?',
  4623.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axUpdatePage' => '?',
  4624.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axUpdatePermalien' => '?',
  4625.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::uploadStreamMediasBandeau' => '?',
  4626.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::attributes' => '?',
  4627.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::attributes_models' => '?',
  4628.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axCheckCategory' => '?',
  4629.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayCategories' => '?',
  4630.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormAttribute' => '?',
  4631.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormAttributeModel' => '?',
  4632.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormCategory' => '?',
  4633.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormMark' => '?',
  4634.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormProvider' => '?',
  4635.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormlabel' => '?',
  4636.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayOrderCateg' => '?',
  4637.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axRefOdyssee' => '?',
  4638.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axRemoveCategBandeau' => '?',
  4639.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axRemoveProduct' => '?',
  4640.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axSaveMediaAlt' => '?',
  4641.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axUpdateBlock' => '?',
  4642.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axUpdateProductQtePack' => '?',
  4643.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::bundle' => '?',
  4644.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::categories' => '?',
  4645.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::excelExportProducts' => '?',
  4646.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::index' => '?',
  4647.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::insert_combination' => '?',
  4648.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::insert_reference_bundle' => '?',
  4649.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::labels' => '?',
  4650.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::marks' => '?',
  4651.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_bundle_remove' => '?',
  4652.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_combination' => '?',
  4653.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_combination_remove' => '?',
  4654.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_editing' => '?',
  4655.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_presentation' => '?',
  4656.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_reference_edit' => '?',
  4657.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_references' => '?',
  4658.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_statistics' => '?',
  4659.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::providers' => '?',
  4660.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_attributes' => '?',
  4661.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_category' => '?',
  4662.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_label' => '?',
  4663.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_mark' => '?',
  4664.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_model' => '?',
  4665.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_provider' => '?',
  4666.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_reference' => '?',
  4667.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::save_attribute' => '?',
  4668.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::searchProduct' => '?',
  4669.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::searchReferenceProduct' => '?',
  4670.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::uploadStreamMedias' => '?',
  4671.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSearchController::index' => '?',
  4672.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplayLangue' => '?',
  4673.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplayMailTestPopup' => '?',
  4674.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplayModalResSoc' => '?',
  4675.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplayModuleOption' => '?',
  4676.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplaySitePopup' => '?',
  4677.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axRefOdyssee' => '?',
  4678.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axRemoveReseau' => '?',
  4679.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axSortLang' => '?',
  4680.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axSortSiteModule' => '?',
  4681.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axSortSiteOptions' => '?',
  4682.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axUpdateSiteModule' => '?',
  4683.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::coordonnees' => '?',
  4684.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::generateReseaux' => '?',
  4685.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::googleTagManager' => '?',
  4686.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::langues' => '?',
  4687.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::module_edition' => '?',
  4688.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::modules' => '?',
  4689.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::referencement' => '?',
  4690.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::reseaux' => '?',
  4691.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::sites' => '?',
  4692.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::axDisplayProductOrder' => '?',
  4693.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::axDisplayTchatWindow' => '?',
  4694.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::close_tchat' => '?',
  4695.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::discussion' => '?',
  4696.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::index' => '?',
  4697.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::openConversation' => '?',
  4698.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::rechercherClient' => '?',
  4699.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::response' => '?',
  4700.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::axDisplayUserGroup' => '?',
  4701.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::axRemoveGroupUser' => '?',
  4702.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::group' => '?',
  4703.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::index' => '?',
  4704.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::removeUser' => '?',
  4705.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::user' => '?',
  4706.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController::axDisplayModalMarker' => '?',
  4707.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController::fiche_annuaire' => '?',
  4708.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController::index' => '?',
  4709.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController::liste_annuaire' => '?',
  4710.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController::fiche' => '?',
  4711.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController::index' => '?',
  4712.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::axCureIdForAssociatedProducts' => '?',
  4713.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::axGetSoinAvailability' => '?',
  4714.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::axGetSoinOnProduct' => '?',
  4715.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::confirmation' => '?',
  4716.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::delivery' => '?',
  4717.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::index' => '?',
  4718.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::payment' => '?',
  4719.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::payment_cheque' => '?',
  4720.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::payment_paybox' => '?',
  4721.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::payment_selection' => '?',
  4722.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::validate_paybox' => '?',
  4723.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController::fiche' => '?',
  4724.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController::indexLocation' => '?',
  4725.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::axAddCureStepOne' => '?',
  4726.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::axAddCureStepThree' => '?',
  4727.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::axAddCureStepTwo' => '?',
  4728.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::axSearchMedPresc' => '?',
  4729.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::index' => '?',
  4730.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::account' => '?',
  4731.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::axDisplayProductOrder' => '?',
  4732.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::discussion' => '?',
  4733.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::download' => '?',
  4734.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::download_attachment' => '?',
  4735.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::employee' => '?',
  4736.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::inscription' => '?',
  4737.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::inscriptionEmployee' => '?',
  4738.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::orderCure' => '?',
  4739.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::order_detail' => '?',
  4740.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::orders' => '?',
  4741.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::planning' => '?',
  4742.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::saveDeliveryAddress' => '?',
  4743.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::setUserPassword' => '?',
  4744.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::tchat' => '?',
  4745.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::tchat_ticket' => '?',
  4746.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController::fiche' => '?',
  4747.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController::getFile' => '?',
  4748.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController::index' => '?',
  4749.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController::axAddNewsletter' => '?',
  4750.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController::emailExemple' => '?',
  4751.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController::index' => '?',
  4752.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController::fiche' => '?',
  4753.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController::index' => '?',
  4754.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPageController::page' => '?',
  4755.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayboxController::confirmation' => '?',
  4756.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayboxController::paymentPaybox' => '?',
  4757.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayboxController::returnBank' => '?',
  4758.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController::confirmation' => '?',
  4759.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController::returnBank' => '?',
  4760.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController::axAddProductFavorite' => '?',
  4761.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController::axRemoveProductFavorite' => '?',
  4762.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController::fiche' => '?',
  4763.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController::index' => '?',
  4764.             'Acme\\SudcmsBundle\\Controller\\SecurityController::forgotten_password' => '?',
  4765.             'Acme\\SudcmsBundle\\Controller\\SecurityController::login' => '?',
  4766.             'Acme\\SudcmsBundle\\Controller\\SecurityController::resetPassword' => '?',
  4767.             'Acme\\SudcmsBundle\\Controller\\SecurityFrontController::forgotten_password' => '?',
  4768.             'Acme\\SudcmsBundle\\Controller\\SecurityFrontController::login' => '?',
  4769.             'Acme\\SudcmsBundle\\Controller\\SecurityFrontController::resetPassword' => '?',
  4770.             'Acme\\SudcmsBundle\\Controller\\SitemapController::index' => '?',
  4771.             'Acme\\SudcmsBundle\\Service\\BlocService::saveMediaAlt' => '?',
  4772.             'Acme\\SudcmsBundle\\Service\\BlocService::updateBlock' => '?',
  4773.             'Acme\\SudcmsBundle\\Service\\BlocService::uploadStreamMedias' => '?',
  4774.             'kernel::loadRoutes' => '?',
  4775.             'kernel::registerContainerConfiguration' => '?',
  4776.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axAddFlashMessage' => '?',
  4777.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axCheckCategory' => '?',
  4778.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axDisplayAnnuaireCateg' => '?',
  4779.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axDisplayCategories' => '?',
  4780.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axDisplayOrderCategAnnuaire' => '?',
  4781.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axRemoveAnnuaireCategBandeau' => '?',
  4782.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axRemoveCategorie' => '?',
  4783.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axUpdateMediaAnnuaireAlt' => '?',
  4784.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axUpdateOrderCategorieAnnuaire' => '?',
  4785.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axUpdateOrderMedia' => '?',
  4786.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:categories' => '?',
  4787.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:deleteMedia' => '?',
  4788.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:edition_fiche' => '?',
  4789.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:importer' => '?',
  4790.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:index' => '?',
  4791.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:removeIllustration' => '?',
  4792.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:remove_annuaire_fiche' => '?',
  4793.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:saveAddress' => '?',
  4794.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:agenda_categories' => '?',
  4795.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:agenda_edition' => '?',
  4796.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axAddFlashMessage' => '?',
  4797.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axDisplayCateg' => '?',
  4798.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axDisplayOrderCateg' => '?',
  4799.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axRemoveCategBandeau' => '?',
  4800.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axRemoveCategorie' => '?',
  4801.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:index' => '?',
  4802.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:remove_agenda' => '?',
  4803.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController:axSortAutopromo' => '?',
  4804.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController:editAutopromo' => '?',
  4805.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController:listAutopromo' => '?',
  4806.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController:removeAutopromo' => '?',
  4807.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController:axSaveMediaAlt' => '?',
  4808.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController:axUpdateBlock' => '?',
  4809.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController:uploadStreamMedias' => '?',
  4810.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController:axDeleteEventCalendar' => '?',
  4811.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController:axDisplayPopup' => '?',
  4812.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController:axUpdateAfterDrop' => '?',
  4813.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController:index' => '?',
  4814.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:archive_catalog' => '?',
  4815.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axAddFlashMessage' => '?',
  4816.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axDeleteBlock' => '?',
  4817.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axDisplayCateg' => '?',
  4818.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axDisplayOrderCateg' => '?',
  4819.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axRemoveCategBandeau' => '?',
  4820.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axRemoveCategorie' => '?',
  4821.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axRemoveMedia' => '?',
  4822.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axSaveMediaAlt' => '?',
  4823.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axSelectCategsApiLink' => '?',
  4824.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axSelectCategsLink' => '?',
  4825.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axUpdateBlock' => '?',
  4826.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axUpdateMediaAlt' => '?',
  4827.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:catalog_categories' => '?',
  4828.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:catalog_edition' => '?',
  4829.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:index' => '?',
  4830.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:remove_catalog' => '?',
  4831.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:uploadStreamMedias' => '?',
  4832.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminController:site' => '?',
  4833.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:axDisplayFormCategory' => '?',
  4834.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:axDisplayFormCure' => '?',
  4835.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:cureCategDelete' => '?',
  4836.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:cureDelete' => '?',
  4837.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:curesCategList' => '?',
  4838.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:curesList' => '?',
  4839.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:address_editing' => '?',
  4840.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:archived_customer' => '?',
  4841.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:axDisplayModaleNote' => '?',
  4842.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:axDisplayModaleShippingAddress' => '?',
  4843.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:customer_note' => '?',
  4844.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:customer_orders' => '?',
  4845.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:customer_tchat' => '?',
  4846.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:editing' => '?',
  4847.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:index' => '?',
  4848.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:remove_customer' => '?',
  4849.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:remove_note' => '?',
  4850.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:userOdyssee' => '?',
  4851.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axAddDocumentTag' => '?',
  4852.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axAddNewTag' => '?',
  4853.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axDeleteTag' => '?',
  4854.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axDisplayDocumentCateg' => '?',
  4855.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axDisplayModalTag' => '?',
  4856.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axDisplayOrderCateg' => '?',
  4857.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axRemoveCategorie' => '?',
  4858.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axRemoveDocumentCategBandeau' => '?',
  4859.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axRemoveDocumentFiche' => '?',
  4860.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axRemoveDocumentTag' => '?',
  4861.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axSearchDocumentTag' => '?',
  4862.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_categories' => '?',
  4863.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_config' => '?',
  4864.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_edition' => '?',
  4865.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_remove' => '?',
  4866.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_tags' => '?',
  4867.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_upload' => '?',
  4868.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:index' => '?',
  4869.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController:axDisplayFlashMessage' => '?',
  4870.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController:edit_flash_message' => '?',
  4871.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController:index' => '?',
  4872.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:axDisplayEditFormElement' => '?',
  4873.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:axUpdateAddresseState' => '?',
  4874.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:deleteForm' => '?',
  4875.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:deleteRecipient' => '?',
  4876.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:editForm' => '?',
  4877.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:editRecipient' => '?',
  4878.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:formsList' => '?',
  4879.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:notificationsList' => '?',
  4880.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:removeFormElement' => '?',
  4881.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:saveFormElement' => '?',
  4882.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:apiSettings' => '?',
  4883.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axDisplayFormShippingFees' => '?',
  4884.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axRemoveDiscountProduct' => '?',
  4885.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axRemoveShippingFees' => '?',
  4886.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axSelectDiscountProduct' => '?',
  4887.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axTestResult' => '?',
  4888.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:carrier_editing' => '?',
  4889.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:carrier_shippingfees' => '?',
  4890.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:carrier_shippingfees_update' => '?',
  4891.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:discount_editing' => '?',
  4892.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:discount_index' => '?',
  4893.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:discount_test' => '?',
  4894.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:ecommerce_settings' => '?',
  4895.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:index' => '?',
  4896.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:productSearch' => '?',
  4897.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:removeDiscount' => '?',
  4898.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:actualite_categories' => '?',
  4899.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:actualite_edition' => '?',
  4900.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axAddFlashMessage' => '?',
  4901.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axDisplayCateg' => '?',
  4902.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axDisplayOrderCateg' => '?',
  4903.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axRemoveCategBandeau' => '?',
  4904.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axRemoveCategorie' => '?',
  4905.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:index' => '?',
  4906.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:remove_actualite' => '?',
  4907.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController:export' => '?',
  4908.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController:home' => '?',
  4909.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController:truncate' => '?',
  4910.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axCustomerSearch' => '?',
  4911.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayAddresses' => '?',
  4912.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayFailureOrder' => '?',
  4913.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayFormCreditNote' => '?',
  4914.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayFormExpedition' => '?',
  4915.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayProduct' => '?',
  4916.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axProductSearch' => '?',
  4917.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axReferencesSearch' => '?',
  4918.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axRemoveProductOrder' => '?',
  4919.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axSelectDeliveryAddress' => '?',
  4920.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axSelectShippingCarrier' => '?',
  4921.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axUpdateOrderProductQte' => '?',
  4922.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExport' => '?',
  4923.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExportCustomers' => '?',
  4924.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExportInvoices' => '?',
  4925.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExportOrders' => '?',
  4926.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExportProdOrder' => '?',
  4927.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:generatePurchaseOrderPDF' => '?',
  4928.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:index' => '?',
  4929.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:orderValidateChequePayment' => '?',
  4930.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:order_cancellation' => '?',
  4931.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:order_credit_note' => '?',
  4932.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:order_processing' => '?',
  4933.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:ordersCures' => '?',
  4934.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:ordersProductCures' => '?',
  4935.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:orders_editing' => '?',
  4936.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:statistics' => '?',
  4937.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:ajaxLoadTree' => '?',
  4938.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axAjouterPage' => '?',
  4939.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axDupliquerPage' => '?',
  4940.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axEditerPage' => '?',
  4941.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axUpdatePage' => '?',
  4942.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axUpdatePermalien' => '?',
  4943.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:uploadStreamMediasBandeau' => '?',
  4944.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:attributes' => '?',
  4945.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:attributes_models' => '?',
  4946.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axCheckCategory' => '?',
  4947.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayCategories' => '?',
  4948.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormAttribute' => '?',
  4949.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormAttributeModel' => '?',
  4950.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormCategory' => '?',
  4951.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormMark' => '?',
  4952.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormProvider' => '?',
  4953.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormlabel' => '?',
  4954.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayOrderCateg' => '?',
  4955.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axRefOdyssee' => '?',
  4956.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axRemoveCategBandeau' => '?',
  4957.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axRemoveProduct' => '?',
  4958.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axSaveMediaAlt' => '?',
  4959.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axUpdateBlock' => '?',
  4960.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axUpdateProductQtePack' => '?',
  4961.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:bundle' => '?',
  4962.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:categories' => '?',
  4963.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:excelExportProducts' => '?',
  4964.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:index' => '?',
  4965.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:insert_combination' => '?',
  4966.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:insert_reference_bundle' => '?',
  4967.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:labels' => '?',
  4968.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:marks' => '?',
  4969.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_bundle_remove' => '?',
  4970.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_combination' => '?',
  4971.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_combination_remove' => '?',
  4972.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_editing' => '?',
  4973.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_presentation' => '?',
  4974.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_reference_edit' => '?',
  4975.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_references' => '?',
  4976.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_statistics' => '?',
  4977.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:providers' => '?',
  4978.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_attributes' => '?',
  4979.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_category' => '?',
  4980.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_label' => '?',
  4981.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_mark' => '?',
  4982.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_model' => '?',
  4983.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_provider' => '?',
  4984.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_reference' => '?',
  4985.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:save_attribute' => '?',
  4986.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:searchProduct' => '?',
  4987.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:searchReferenceProduct' => '?',
  4988.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:uploadStreamMedias' => '?',
  4989.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSearchController:index' => '?',
  4990.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplayLangue' => '?',
  4991.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplayMailTestPopup' => '?',
  4992.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplayModalResSoc' => '?',
  4993.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplayModuleOption' => '?',
  4994.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplaySitePopup' => '?',
  4995.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axRefOdyssee' => '?',
  4996.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axRemoveReseau' => '?',
  4997.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axSortLang' => '?',
  4998.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axSortSiteModule' => '?',
  4999.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axSortSiteOptions' => '?',
  5000.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axUpdateSiteModule' => '?',
  5001.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:coordonnees' => '?',
  5002.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:generateReseaux' => '?',
  5003.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:googleTagManager' => '?',
  5004.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:langues' => '?',
  5005.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:module_edition' => '?',
  5006.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:modules' => '?',
  5007.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:referencement' => '?',
  5008.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:reseaux' => '?',
  5009.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:sites' => '?',
  5010.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:axDisplayProductOrder' => '?',
  5011.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:axDisplayTchatWindow' => '?',
  5012.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:close_tchat' => '?',
  5013.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:discussion' => '?',
  5014.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:index' => '?',
  5015.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:openConversation' => '?',
  5016.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:rechercherClient' => '?',
  5017.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:response' => '?',
  5018.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:axDisplayUserGroup' => '?',
  5019.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:axRemoveGroupUser' => '?',
  5020.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:group' => '?',
  5021.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:index' => '?',
  5022.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:removeUser' => '?',
  5023.             'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:user' => '?',
  5024.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController:axDisplayModalMarker' => '?',
  5025.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController:fiche_annuaire' => '?',
  5026.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController:index' => '?',
  5027.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController:liste_annuaire' => '?',
  5028.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController:fiche' => '?',
  5029.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController:index' => '?',
  5030.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:axCureIdForAssociatedProducts' => '?',
  5031.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:axGetSoinAvailability' => '?',
  5032.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:axGetSoinOnProduct' => '?',
  5033.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:confirmation' => '?',
  5034.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:delivery' => '?',
  5035.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:index' => '?',
  5036.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:payment' => '?',
  5037.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:payment_cheque' => '?',
  5038.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:payment_paybox' => '?',
  5039.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:payment_selection' => '?',
  5040.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:validate_paybox' => '?',
  5041.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController:fiche' => '?',
  5042.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController:indexLocation' => '?',
  5043.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:axAddCureStepOne' => '?',
  5044.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:axAddCureStepThree' => '?',
  5045.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:axAddCureStepTwo' => '?',
  5046.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:axSearchMedPresc' => '?',
  5047.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:index' => '?',
  5048.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:account' => '?',
  5049.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:axDisplayProductOrder' => '?',
  5050.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:discussion' => '?',
  5051.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:download' => '?',
  5052.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:download_attachment' => '?',
  5053.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:employee' => '?',
  5054.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:inscription' => '?',
  5055.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:inscriptionEmployee' => '?',
  5056.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:orderCure' => '?',
  5057.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:order_detail' => '?',
  5058.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:orders' => '?',
  5059.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:planning' => '?',
  5060.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:saveDeliveryAddress' => '?',
  5061.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:setUserPassword' => '?',
  5062.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:tchat' => '?',
  5063.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:tchat_ticket' => '?',
  5064.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController:fiche' => '?',
  5065.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController:getFile' => '?',
  5066.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController:index' => '?',
  5067.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController:axAddNewsletter' => '?',
  5068.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController:emailExemple' => '?',
  5069.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController:index' => '?',
  5070.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController:fiche' => '?',
  5071.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController:index' => '?',
  5072.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPageController:page' => '?',
  5073.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayboxController:confirmation' => '?',
  5074.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayboxController:paymentPaybox' => '?',
  5075.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayboxController:returnBank' => '?',
  5076.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController:confirmation' => '?',
  5077.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController:returnBank' => '?',
  5078.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController:axAddProductFavorite' => '?',
  5079.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController:axRemoveProductFavorite' => '?',
  5080.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController:fiche' => '?',
  5081.             'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController:index' => '?',
  5082.             'Acme\\SudcmsBundle\\Controller\\SecurityController:forgotten_password' => '?',
  5083.             'Acme\\SudcmsBundle\\Controller\\SecurityController:login' => '?',
  5084.             'Acme\\SudcmsBundle\\Controller\\SecurityController:resetPassword' => '?',
  5085.             'Acme\\SudcmsBundle\\Controller\\SecurityFrontController:forgotten_password' => '?',
  5086.             'Acme\\SudcmsBundle\\Controller\\SecurityFrontController:login' => '?',
  5087.             'Acme\\SudcmsBundle\\Controller\\SecurityFrontController:resetPassword' => '?',
  5088.             'Acme\\SudcmsBundle\\Controller\\SitemapController:index' => '?',
  5089.             'Acme\\SudcmsBundle\\Service\\BlocService:saveMediaAlt' => '?',
  5090.             'Acme\\SudcmsBundle\\Service\\BlocService:updateBlock' => '?',
  5091.             'Acme\\SudcmsBundle\\Service\\BlocService:uploadStreamMedias' => '?',
  5092.             'kernel:loadRoutes' => '?',
  5093.             'kernel:registerContainerConfiguration' => '?',
  5094.         ]);
  5095.     }
  5096.     /**
  5097.      * Gets the private '.service_locator.4oQ6y7e' shared service.
  5098.      *
  5099.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5100.      */
  5101.     protected function get_ServiceLocator_4oQ6y7eService()
  5102.     {
  5103.         return $this->privates['.service_locator.4oQ6y7e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5104.             'api' => ['privates''Acme\\SudcmsBundle\\Service\\ApiService''getApiServiceService'false],
  5105.             'ecoCustomersRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  5106.             'passwordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  5107.             'repoAuthUser' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthUserRepository''getAuthUserRepositoryService'false],
  5108.         ], [
  5109.             'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
  5110.             'ecoCustomersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  5111.             'passwordHasher' => '?',
  5112.             'repoAuthUser' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
  5113.         ]);
  5114.     }
  5115.     /**
  5116.      * Gets the private '.service_locator.4prGdU6' shared service.
  5117.      *
  5118.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5119.      */
  5120.     protected function get_ServiceLocator_4prGdU6Service()
  5121.     {
  5122.         return $this->privates['.service_locator.4prGdU6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5123.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\FormSiteRepository''getFormSiteRepositoryService'false],
  5124.             'repoAddresses' => ['privates''Acme\\SudcmsBundle\\Repository\\FormAdressesRepository''getFormAdressesRepositoryService'false],
  5125.         ], [
  5126.             'repo' => 'Acme\\SudcmsBundle\\Repository\\FormSiteRepository',
  5127.             'repoAddresses' => 'Acme\\SudcmsBundle\\Repository\\FormAdressesRepository',
  5128.         ]);
  5129.     }
  5130.     /**
  5131.      * Gets the private '.service_locator.5bYnj.0' shared service.
  5132.      *
  5133.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5134.      */
  5135.     protected function get_ServiceLocator_5bYnj_0Service()
  5136.     {
  5137.         return $this->privates['.service_locator.5bYnj.0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5138.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository''getEcoCategoriesRepositoryService'false],
  5139.             'repoLinkCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsCategoriesRepository''getEcoProductsCategoriesRepositoryService'false],
  5140.             'repoProduct' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  5141.         ], [
  5142.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
  5143.             'repoLinkCateg' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsCategoriesRepository',
  5144.             'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  5145.         ]);
  5146.     }
  5147.     /**
  5148.      * Gets the private '.service_locator.5f60gFW' shared service.
  5149.      *
  5150.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5151.      */
  5152.     protected function get_ServiceLocator_5f60gFWService()
  5153.     {
  5154.         return $this->privates['.service_locator.5f60gFW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5155.             'repoCustomers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  5156.             'repoOrders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  5157.             'repoTchat' => ['privates''Acme\\SudcmsBundle\\Repository\\TchatRepository''getTchatRepositoryService'false],
  5158.         ], [
  5159.             'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  5160.             'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  5161.             'repoTchat' => 'Acme\\SudcmsBundle\\Repository\\TchatRepository',
  5162.         ]);
  5163.     }
  5164.     /**
  5165.      * Gets the private '.service_locator.5miB8_X' shared service.
  5166.      *
  5167.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5168.      */
  5169.     protected function get_ServiceLocator_5miB8XService()
  5170.     {
  5171.         return $this->privates['.service_locator.5miB8_X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5172.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  5173.         ], [
  5174.             'em' => '?',
  5175.         ]);
  5176.     }
  5177.     /**
  5178.      * Gets the private '.service_locator.5tEO2Jw' shared service.
  5179.      *
  5180.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5181.      */
  5182.     protected function get_ServiceLocator_5tEO2JwService()
  5183.     {
  5184.         return $this->privates['.service_locator.5tEO2Jw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5185.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository''getDocumentCategsRepositoryService'false],
  5186.         ], [
  5187.             'repo' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
  5188.         ]);
  5189.     }
  5190.     /**
  5191.      * Gets the private '.service_locator.6.SDuIq' shared service.
  5192.      *
  5193.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5194.      */
  5195.     protected function get_ServiceLocator_6_SDuIqService()
  5196.     {
  5197.         return $this->privates['.service_locator.6.SDuIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5198.             'basketService' => ['privates''Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService''getBasketServiceService'false],
  5199.             'loyaltySystem' => ['privates''Acme\\SudcmsBundle\\Service\\Ecommerce\\LoyaltySystemService''getLoyaltySystemServiceService'false],
  5200.             'repoDiscount' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository''getEcoDiscountRepositoryService'false],
  5201.         ], [
  5202.             'basketService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService',
  5203.             'loyaltySystem' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\LoyaltySystemService',
  5204.             'repoDiscount' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository',
  5205.         ]);
  5206.     }
  5207.     /**
  5208.      * Gets the private '.service_locator.6UBvWCT' shared service.
  5209.      *
  5210.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5211.      */
  5212.     protected function get_ServiceLocator_6UBvWCTService()
  5213.     {
  5214.         return $this->privates['.service_locator.6UBvWCT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5215.             'repoProductCombination' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsCombinationRepository''getEcoProductsCombinationRepositoryService'false],
  5216.         ], [
  5217.             'repoProductCombination' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsCombinationRepository',
  5218.         ]);
  5219.     }
  5220.     /**
  5221.      * Gets the private '.service_locator.6lQqvTe' shared service.
  5222.      *
  5223.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5224.      */
  5225.     protected function get_ServiceLocator_6lQqvTeService()
  5226.     {
  5227.         return $this->privates['.service_locator.6lQqvTe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5228.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository''getEcoCategoriesRepositoryService'false],
  5229.             'repoMarks' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoMarksRepository''getEcoMarksRepositoryService'false],
  5230.             'repoProduct' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  5231.         ], [
  5232.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
  5233.             'repoMarks' => 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository',
  5234.             'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  5235.         ]);
  5236.     }
  5237.     /**
  5238.      * Gets the private '.service_locator.6o6ibmk' shared service.
  5239.      *
  5240.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5241.      */
  5242.     protected function get_ServiceLocator_6o6ibmkService()
  5243.     {
  5244.         return $this->privates['.service_locator.6o6ibmk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5245.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  5246.             'repoAgd' => ['privates''Acme\\SudcmsBundle\\Repository\\AgendaRepository''getAgendaRepositoryService'false],
  5247.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository''getAgendaCategsRepositoryService'false],
  5248.         ], [
  5249.             'paginator' => '?',
  5250.             'repoAgd' => 'Acme\\SudcmsBundle\\Repository\\AgendaRepository',
  5251.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository',
  5252.         ]);
  5253.     }
  5254.     /**
  5255.      * Gets the private '.service_locator.6qW7xkI' shared service.
  5256.      *
  5257.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5258.      */
  5259.     protected function get_ServiceLocator_6qW7xkIService()
  5260.     {
  5261.         return $this->privates['.service_locator.6qW7xkI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5262.             'repoTchat' => ['privates''Acme\\SudcmsBundle\\Repository\\TchatRepository''getTchatRepositoryService'false],
  5263.         ], [
  5264.             'repoTchat' => 'Acme\\SudcmsBundle\\Repository\\TchatRepository',
  5265.         ]);
  5266.     }
  5267.     /**
  5268.      * Gets the private '.service_locator.6yt5FIt' shared service.
  5269.      *
  5270.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5271.      */
  5272.     protected function get_ServiceLocator_6yt5FItService()
  5273.     {
  5274.         return $this->privates['.service_locator.6yt5FIt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5275.             'repoAgd' => ['privates''Acme\\SudcmsBundle\\Repository\\AgendaRepository''getAgendaRepositoryService'false],
  5276.             'utils' => ['privates''Acme\\SudcmsBundle\\Service\\OtideaUtils''getOtideaUtilsService'false],
  5277.         ], [
  5278.             'repoAgd' => 'Acme\\SudcmsBundle\\Repository\\AgendaRepository',
  5279.             'utils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
  5280.         ]);
  5281.     }
  5282.     /**
  5283.      * Gets the private '.service_locator.6yzbz48' shared service.
  5284.      *
  5285.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5286.      */
  5287.     protected function get_ServiceLocator_6yzbz48Service()
  5288.     {
  5289.         return $this->privates['.service_locator.6yzbz48'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5290.             'ds' => ['privates''Acme\\SudcmsBundle\\Service\\Ecommerce\\DiscountService''getDiscountServiceService'false],
  5291.         ], [
  5292.             'ds' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\DiscountService',
  5293.         ]);
  5294.     }
  5295.     /**
  5296.      * Gets the private '.service_locator.75lF26c' shared service.
  5297.      *
  5298.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5299.      */
  5300.     protected function get_ServiceLocator_75lF26cService()
  5301.     {
  5302.         return $this->privates['.service_locator.75lF26c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5303.             'repoCustomers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  5304.             'repoInvoices' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository''getEcoInvoicesRepositoryService'false],
  5305.             'repoOrders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  5306.             'repoProducts' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  5307.             'repoReferences' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  5308.         ], [
  5309.             'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  5310.             'repoInvoices' => 'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository',
  5311.             'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  5312.             'repoProducts' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  5313.             'repoReferences' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  5314.         ]);
  5315.     }
  5316.     /**
  5317.      * Gets the private '.service_locator.7I0Nf6S' shared service.
  5318.      *
  5319.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5320.      */
  5321.     protected function get_ServiceLocator_7I0Nf6SService()
  5322.     {
  5323.         return $this->privates['.service_locator.7I0Nf6S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5324.             'repoProducts' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  5325.         ], [
  5326.             'repoProducts' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  5327.         ]);
  5328.     }
  5329.     /**
  5330.      * Gets the private '.service_locator.7JOdU3w' shared service.
  5331.      *
  5332.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5333.      */
  5334.     protected function get_ServiceLocator_7JOdU3wService()
  5335.     {
  5336.         return $this->privates['.service_locator.7JOdU3w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5337.             'repoAgd' => ['privates''Acme\\SudcmsBundle\\Repository\\ActualiteRepository''getActualiteRepositoryService'false],
  5338.             'utils' => ['privates''Acme\\SudcmsBundle\\Service\\OtideaUtils''getOtideaUtilsService'false],
  5339.         ], [
  5340.             'repoAgd' => 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository',
  5341.             'utils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
  5342.         ]);
  5343.     }
  5344.     /**
  5345.      * Gets the private '.service_locator.7VMY33y' shared service.
  5346.      *
  5347.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5348.      */
  5349.     protected function get_ServiceLocator_7VMY33yService()
  5350.     {
  5351.         return $this->privates['.service_locator.7VMY33y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5352.             'repoGroup' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthGroupRepository''getAuthGroupRepositoryService'false],
  5353.             'repoGroupModule' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthGroupModuleRepository''getAuthGroupModuleRepositoryService'false],
  5354.             'repoGroupSite' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthGroupSiteRepository''getAuthGroupSiteRepositoryService'false],
  5355.             'repoUser' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthUserRepository''getAuthUserRepositoryService'false],
  5356.             'utils' => ['privates''Acme\\SudcmsBundle\\Service\\OtideaUtils''getOtideaUtilsService'false],
  5357.         ], [
  5358.             'repoGroup' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository',
  5359.             'repoGroupModule' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupModuleRepository',
  5360.             'repoGroupSite' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupSiteRepository',
  5361.             'repoUser' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
  5362.             'utils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
  5363.         ]);
  5364.     }
  5365.     /**
  5366.      * Gets the private '.service_locator.7jppIky' shared service.
  5367.      *
  5368.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5369.      */
  5370.     protected function get_ServiceLocator_7jppIkyService()
  5371.     {
  5372.         return $this->privates['.service_locator.7jppIky'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5373.             'api' => ['privates''Acme\\SudcmsBundle\\Service\\ApiService''getApiServiceService'false],
  5374.         ], [
  5375.             'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
  5376.         ]);
  5377.     }
  5378.     /**
  5379.      * Gets the private '.service_locator.7r8F4nM' shared service.
  5380.      *
  5381.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5382.      */
  5383.     protected function get_ServiceLocator_7r8F4nMService()
  5384.     {
  5385.         return $this->privates['.service_locator.7r8F4nM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5386.             'repoLinkCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsCategoriesRepository''getEcoProductsCategoriesRepositoryService'false],
  5387.         ], [
  5388.             'repoLinkCateg' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsCategoriesRepository',
  5389.         ]);
  5390.     }
  5391.     /**
  5392.      * Gets the private '.service_locator.8FNU02p' shared service.
  5393.      *
  5394.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5395.      */
  5396.     protected function get_ServiceLocator_8FNU02pService()
  5397.     {
  5398.         return $this->privates['.service_locator.8FNU02p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5399.             'repoOpt' => ['privates''Acme\\SudcmsBundle\\Repository\\OptionsRepository''getOptionsRepositoryService'false],
  5400.             'siteGoogleTagManagerRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteGoogleTagManagerRepository''getSiteGoogleTagManagerRepositoryService'false],
  5401.         ], [
  5402.             'repoOpt' => 'Acme\\SudcmsBundle\\Repository\\OptionsRepository',
  5403.             'siteGoogleTagManagerRepository' => 'Acme\\SudcmsBundle\\Repository\\SiteGoogleTagManagerRepository',
  5404.         ]);
  5405.     }
  5406.     /**
  5407.      * Gets the private '.service_locator.8WsvJtA' shared service.
  5408.      *
  5409.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5410.      */
  5411.     protected function get_ServiceLocator_8WsvJtAService()
  5412.     {
  5413.         return $this->privates['.service_locator.8WsvJtA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5414.             'encoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  5415.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthUserRepository''getAuthUserRepositoryService'false],
  5416.             'repoGroup' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthGroupRepository''getAuthGroupRepositoryService'false],
  5417.             'utils' => ['privates''Acme\\SudcmsBundle\\Service\\OtideaUtils''getOtideaUtilsService'false],
  5418.         ], [
  5419.             'encoder' => '?',
  5420.             'repo' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
  5421.             'repoGroup' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository',
  5422.             'utils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
  5423.         ]);
  5424.     }
  5425.     /**
  5426.      * Gets the private '.service_locator.8kn0eot' shared service.
  5427.      *
  5428.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5429.      */
  5430.     protected function get_ServiceLocator_8kn0eotService()
  5431.     {
  5432.         return $this->privates['.service_locator.8kn0eot'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5433.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\NewsletterRepository''getNewsletterRepositoryService'false],
  5434.         ], [
  5435.             'repo' => 'Acme\\SudcmsBundle\\Repository\\NewsletterRepository',
  5436.         ]);
  5437.     }
  5438.     /**
  5439.      * Gets the private '.service_locator.9.QBVvC' shared service.
  5440.      *
  5441.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5442.      */
  5443.     protected function get_ServiceLocator_9_QBVvCService()
  5444.     {
  5445.         return $this->privates['.service_locator.9.QBVvC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5446.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\FormAdressesRepository''getFormAdressesRepositoryService'false],
  5447.         ], [
  5448.             'repo' => 'Acme\\SudcmsBundle\\Repository\\FormAdressesRepository',
  5449.         ]);
  5450.     }
  5451.     /**
  5452.      * Gets the private '.service_locator.9M6.bTS' shared service.
  5453.      *
  5454.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5455.      */
  5456.     protected function get_ServiceLocator_9M6_BTSService()
  5457.     {
  5458.         return $this->privates['.service_locator.9M6.bTS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5459.             'api' => ['privates''Acme\\SudcmsBundle\\Service\\ApiService''getApiServiceService'false],
  5460.             'basketService' => ['privates''Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService''getBasketServiceService'false],
  5461.             'otideaUtils' => ['privates''Acme\\SudcmsBundle\\Service\\OtideaUtils''getOtideaUtilsService'false],
  5462.             'repoAddress' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository''getEcoCustomersAddressesRepositoryService'false],
  5463.             'repoCustomers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  5464.             'repoDiscount' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository''getEcoDiscountRepositoryService'false],
  5465.         ], [
  5466.             'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
  5467.             'basketService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService',
  5468.             'otideaUtils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
  5469.             'repoAddress' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository',
  5470.             'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  5471.             'repoDiscount' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository',
  5472.         ]);
  5473.     }
  5474.     /**
  5475.      * Gets the private '.service_locator.A4H2mEQ' shared service.
  5476.      *
  5477.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5478.      */
  5479.     protected function get_ServiceLocator_A4H2mEQService()
  5480.     {
  5481.         return $this->privates['.service_locator.A4H2mEQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5482.             'repoElementValue' => ['privates''Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository''getFormElementsValuesRepositoryService'false],
  5483.             'repoElements' => ['privates''Acme\\SudcmsBundle\\Repository\\FormElementsRepository''getFormElementsRepositoryService'false],
  5484.         ], [
  5485.             'repoElementValue' => 'Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository',
  5486.             'repoElements' => 'Acme\\SudcmsBundle\\Repository\\FormElementsRepository',
  5487.         ]);
  5488.     }
  5489.     /**
  5490.      * Gets the private '.service_locator.Agb9EJO' shared service.
  5491.      *
  5492.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5493.      */
  5494.     protected function get_ServiceLocator_Agb9EJOService()
  5495.     {
  5496.         return $this->privates['.service_locator.Agb9EJO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5497.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository''getDocumentCategsRepositoryService'false],
  5498.             'repoDoc' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  5499.             'repoLinkTag' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository''getDocumentLinkTagsRepositoryService'false],
  5500.         ], [
  5501.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
  5502.             'repoDoc' => 'Acme\\SudcmsBundle\\Repository\\DocumentRepository',
  5503.             'repoLinkTag' => 'Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository',
  5504.         ]);
  5505.     }
  5506.     /**
  5507.      * Gets the private '.service_locator.AqNm9hN' shared service.
  5508.      *
  5509.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5510.      */
  5511.     protected function get_ServiceLocator_AqNm9hNService()
  5512.     {
  5513.         return $this->privates['.service_locator.AqNm9hN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5514.             'repoCarriers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository''getEcoShippingCarriersRepositoryService'false],
  5515.             'repoCountry' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository''getEcoShippingfeesCountryRepositoryService'false],
  5516.             'repoShipping' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository''getEcoShippingfeesRepositoryService'false],
  5517.         ], [
  5518.             'repoCarriers' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository',
  5519.             'repoCountry' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository',
  5520.             'repoShipping' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository',
  5521.         ]);
  5522.     }
  5523.     /**
  5524.      * Gets the private '.service_locator.ArN3xET' shared service.
  5525.      *
  5526.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5527.      */
  5528.     protected function get_ServiceLocator_ArN3xETService()
  5529.     {
  5530.         return $this->privates['.service_locator.ArN3xET'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5531.             'repoAnn' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookRepository''getAddressBookRepositoryService'false],
  5532.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository''getAddressBookCategoryRepositoryService'false],
  5533.             'repoLinkCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository''getAddressBookLinkCategoryRepositoryService'false],
  5534.         ], [
  5535.             'repoAnn' => 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository',
  5536.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
  5537.             'repoLinkCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository',
  5538.         ]);
  5539.     }
  5540.     /**
  5541.      * Gets the private '.service_locator.B5MUiv3' shared service.
  5542.      *
  5543.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5544.      */
  5545.     protected function get_ServiceLocator_B5MUiv3Service()
  5546.     {
  5547.         return $this->privates['.service_locator.B5MUiv3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5548.             'filesystem' => ['services''.container.private.filesystem''get_Container_Private_FilesystemService'false],
  5549.             'medias' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository''getAddressBookMediaRepositoryService'false],
  5550.         ], [
  5551.             'filesystem' => '?',
  5552.             'medias' => 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository',
  5553.         ]);
  5554.     }
  5555.     /**
  5556.      * Gets the private '.service_locator.BBvLUa0' shared service.
  5557.      *
  5558.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5559.      */
  5560.     protected function get_ServiceLocator_BBvLUa0Service()
  5561.     {
  5562.         return $this->privates['.service_locator.BBvLUa0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5563.             'repoAuthGroup' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthGroupRepository''getAuthGroupRepositoryService'false],
  5564.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository''getDocumentCategsRepositoryService'false],
  5565.             'repoDoc' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  5566.         ], [
  5567.             'repoAuthGroup' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository',
  5568.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
  5569.             'repoDoc' => 'Acme\\SudcmsBundle\\Repository\\DocumentRepository',
  5570.         ]);
  5571.     }
  5572.     /**
  5573.      * Gets the private '.service_locator.BUfq.EG' shared service.
  5574.      *
  5575.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5576.      */
  5577.     protected function get_ServiceLocator_BUfq_EGService()
  5578.     {
  5579.         return $this->privates['.service_locator.BUfq.EG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5580.             'repoProduct' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  5581.         ], [
  5582.             'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  5583.         ]);
  5584.     }
  5585.     /**
  5586.      * Gets the private '.service_locator.BWPb_E3' shared service.
  5587.      *
  5588.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5589.      */
  5590.     protected function get_ServiceLocator_BWPbE3Service()
  5591.     {
  5592.         return $this->privates['.service_locator.BWPb_E3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5593.             'basketService' => ['privates''Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService''getBasketServiceService'false],
  5594.             'repoDiscount' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository''getEcoDiscountRepositoryService'false],
  5595.             'repoOrder' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  5596.         ], [
  5597.             'basketService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService',
  5598.             'repoDiscount' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository',
  5599.             'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  5600.         ]);
  5601.     }
  5602.     /**
  5603.      * Gets the private '.service_locator.CC5lNLl' shared service.
  5604.      *
  5605.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5606.      */
  5607.     protected function get_ServiceLocator_CC5lNLlService()
  5608.     {
  5609.         return $this->privates['.service_locator.CC5lNLl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5610.             'repoOrders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  5611.             'repoRef' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  5612.         ], [
  5613.             'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  5614.             'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  5615.         ]);
  5616.     }
  5617.     /**
  5618.      * Gets the private '.service_locator.CSNJJoM' shared service.
  5619.      *
  5620.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5621.      */
  5622.     protected function get_ServiceLocator_CSNJJoMService()
  5623.     {
  5624.         return $this->privates['.service_locator.CSNJJoM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5625.             'ecoProductsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  5626.             'repoProviders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository''getEcoProvidersRepositoryService'false],
  5627.         ], [
  5628.             'ecoProductsRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  5629.             'repoProviders' => 'Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository',
  5630.         ]);
  5631.     }
  5632.     /**
  5633.      * Gets the private '.service_locator.DX3ZVKj' shared service.
  5634.      *
  5635.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5636.      */
  5637.     protected function get_ServiceLocator_DX3ZVKjService()
  5638.     {
  5639.         return $this->privates['.service_locator.DX3ZVKj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5640.             'api' => ['privates''Acme\\SudcmsBundle\\Service\\ApiService''getApiServiceService'false],
  5641.             'categorieRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CureCategorieRepository''getCureCategorieRepositoryService'false],
  5642.             'cureRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CureRepository''getCureRepositoryService'false],
  5643.         ], [
  5644.             'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
  5645.             'categorieRepository' => 'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository',
  5646.             'cureRepository' => 'Acme\\SudcmsBundle\\Repository\\CureRepository',
  5647.         ]);
  5648.     }
  5649.     /**
  5650.      * Gets the private '.service_locator.E9tbfcV' shared service.
  5651.      *
  5652.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5653.      */
  5654.     protected function get_ServiceLocator_E9tbfcVService()
  5655.     {
  5656.         return $this->privates['.service_locator.E9tbfcV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5657.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  5658.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookRepository''getAddressBookRepositoryService'false],
  5659.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository''getAddressBookCategoryRepositoryService'false],
  5660.         ], [
  5661.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  5662.             'repo' => 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository',
  5663.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
  5664.         ]);
  5665.     }
  5666.     /**
  5667.      * Gets the private '.service_locator.EPbTluD' shared service.
  5668.      *
  5669.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5670.      */
  5671.     protected function get_ServiceLocator_EPbTluDService()
  5672.     {
  5673.         return $this->privates['.service_locator.EPbTluD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5674.             'repoProductBundle' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsBundleRepository''getEcoProductsBundleRepositoryService'false],
  5675.         ], [
  5676.             'repoProductBundle' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsBundleRepository',
  5677.         ]);
  5678.     }
  5679.     /**
  5680.      * Gets the private '.service_locator.ETpYcDI' shared service.
  5681.      *
  5682.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5683.      */
  5684.     protected function get_ServiceLocator_ETpYcDIService()
  5685.     {
  5686.         return $this->privates['.service_locator.ETpYcDI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5687.             'repoAgd' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogRepository''getCatalogRepositoryService'false],
  5688.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository''getCatalogCategsRepositoryService'false],
  5689.             'repoUser' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthUserRepository''getAuthUserRepositoryService'false],
  5690.         ], [
  5691.             'repoAgd' => 'Acme\\SudcmsBundle\\Repository\\CatalogRepository',
  5692.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository',
  5693.             'repoUser' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
  5694.         ]);
  5695.     }
  5696.     /**
  5697.      * Gets the private '.service_locator.FIoiNhh' shared service.
  5698.      *
  5699.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5700.      */
  5701.     protected function get_ServiceLocator_FIoiNhhService()
  5702.     {
  5703.         return $this->privates['.service_locator.FIoiNhh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5704.             'orderService' => ['privates''Acme\\SudcmsBundle\\Service\\Ecommerce\\OrderService''getOrderServiceService'false],
  5705.             'repoAddress' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository''getEcoCustomersAddressesRepositoryService'false],
  5706.             'repoCountry' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository''getEcoShippingfeesCountryRepositoryService'false],
  5707.             'repoCustomer' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  5708.             'repoOrder' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  5709.             'repoOrdersProd' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository''getEcoOrdersProductsRepositoryService'false],
  5710.             'repoRef' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  5711.             'repoShipping' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository''getEcoShippingCarriersRepositoryService'false],
  5712.         ], [
  5713.             'orderService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\OrderService',
  5714.             'repoAddress' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository',
  5715.             'repoCountry' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository',
  5716.             'repoCustomer' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  5717.             'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  5718.             'repoOrdersProd' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository',
  5719.             'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  5720.             'repoShipping' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository',
  5721.         ]);
  5722.     }
  5723.     /**
  5724.      * Gets the private '.service_locator.FJW9c2I' shared service.
  5725.      *
  5726.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5727.      */
  5728.     protected function get_ServiceLocator_FJW9c2IService()
  5729.     {
  5730.         return $this->privates['.service_locator.FJW9c2I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5731.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthGroupRepository''getAuthGroupRepositoryService'false],
  5732.             'repoGroupModule' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthGroupModuleRepository''getAuthGroupModuleRepositoryService'false],
  5733.             'repoGroupSite' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthGroupSiteRepository''getAuthGroupSiteRepositoryService'false],
  5734.             'repoModule' => ['privates''Acme\\SudcmsBundle\\Repository\\ModuleRepository''getModuleRepositoryService'false],
  5735.             'repoSites' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteRepository''getSiteRepositoryService'false],
  5736.         ], [
  5737.             'repo' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository',
  5738.             'repoGroupModule' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupModuleRepository',
  5739.             'repoGroupSite' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupSiteRepository',
  5740.             'repoModule' => 'Acme\\SudcmsBundle\\Repository\\ModuleRepository',
  5741.             'repoSites' => 'Acme\\SudcmsBundle\\Repository\\SiteRepository',
  5742.         ]);
  5743.     }
  5744.     /**
  5745.      * Gets the private '.service_locator.FRZD_R5' shared service.
  5746.      *
  5747.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5748.      */
  5749.     protected function get_ServiceLocator_FRZDR5Service()
  5750.     {
  5751.         return $this->privates['.service_locator.FRZD_R5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5752.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  5753.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository''getActualiteCategsRepositoryService'false],
  5754.         ], [
  5755.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  5756.             'repo' => 'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository',
  5757.         ]);
  5758.     }
  5759.     /**
  5760.      * Gets the private '.service_locator.Fd5hyJS' shared service.
  5761.      *
  5762.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5763.      */
  5764.     protected function get_ServiceLocator_Fd5hyJSService()
  5765.     {
  5766.         return $this->privates['.service_locator.Fd5hyJS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5767.             'apiService' => ['privates''Acme\\SudcmsBundle\\Service\\ApiService''getApiServiceService'false],
  5768.             'repoLang' => ['privates''Acme\\SudcmsBundle\\Repository\\LanguageRepository''getLanguageRepositoryService'false],
  5769.             'repoSite' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteRepository''getSiteRepositoryService'false],
  5770.             'repoSiteLang' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteLangRepository''getSiteLangRepositoryService'false],
  5771.         ], [
  5772.             'apiService' => 'Acme\\SudcmsBundle\\Service\\ApiService',
  5773.             'repoLang' => 'Acme\\SudcmsBundle\\Repository\\LanguageRepository',
  5774.             'repoSite' => 'Acme\\SudcmsBundle\\Repository\\SiteRepository',
  5775.             'repoSiteLang' => 'Acme\\SudcmsBundle\\Repository\\SiteLangRepository',
  5776.         ]);
  5777.     }
  5778.     /**
  5779.      * Gets the private '.service_locator.GNc8e5B' shared service.
  5780.      *
  5781.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5782.      */
  5783.     protected function get_ServiceLocator_GNc8e5BService()
  5784.     {
  5785.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5786.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  5787.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5788.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5789.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5790.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5791.             'router' => ['services''router''getRouterService'false],
  5792.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5793.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  5794.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5795.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  5796.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  5797.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5798.         ], [
  5799.             'doctrine' => '?',
  5800.             'form.factory' => '?',
  5801.             'http_kernel' => '?',
  5802.             'parameter_bag' => '?',
  5803.             'request_stack' => '?',
  5804.             'router' => '?',
  5805.             'security.authorization_checker' => '?',
  5806.             'security.csrf.token_manager' => '?',
  5807.             'security.token_storage' => '?',
  5808.             'serializer' => '?',
  5809.             'session' => '.session.deprecated',
  5810.             'twig' => '?',
  5811.         ]);
  5812.     }
  5813.     /**
  5814.      * Gets the private '.service_locator.GXLTvxy' shared service.
  5815.      *
  5816.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5817.      */
  5818.     protected function get_ServiceLocator_GXLTvxyService()
  5819.     {
  5820.         return $this->privates['.service_locator.GXLTvxy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5821.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  5822.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5823.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5824.         ], [
  5825.             'security.firewall.map.context.admin' => '?',
  5826.             'security.firewall.map.context.dev' => '?',
  5827.             'security.firewall.map.context.main' => '?',
  5828.         ]);
  5829.     }
  5830.     /**
  5831.      * Gets the private '.service_locator.Gvt0ZM7' shared service.
  5832.      *
  5833.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5834.      */
  5835.     protected function get_ServiceLocator_Gvt0ZM7Service()
  5836.     {
  5837.         return $this->privates['.service_locator.Gvt0ZM7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5838.             'repoLinkTags' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository''getDocumentLinkTagsRepositoryService'false],
  5839.             'repoTags' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository''getDocumentTagsRepositoryService'false],
  5840.         ], [
  5841.             'repoLinkTags' => 'Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository',
  5842.             'repoTags' => 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository',
  5843.         ]);
  5844.     }
  5845.     /**
  5846.      * Gets the private '.service_locator.H02Pbe0' shared service.
  5847.      *
  5848.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5849.      */
  5850.     protected function get_ServiceLocator_H02Pbe0Service()
  5851.     {
  5852.         return $this->privates['.service_locator.H02Pbe0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5853.             'api' => ['privates''Acme\\SudcmsBundle\\Service\\ApiService''getApiServiceService'false],
  5854.             'basketService' => ['privates''Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService''getBasketServiceService'false],
  5855.             'repoOrder' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  5856.         ], [
  5857.             'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
  5858.             'basketService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService',
  5859.             'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  5860.         ]);
  5861.     }
  5862.     /**
  5863.      * Gets the private '.service_locator.H2HEDHr' shared service.
  5864.      *
  5865.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5866.      */
  5867.     protected function get_ServiceLocator_H2HEDHrService()
  5868.     {
  5869.         return $this->privates['.service_locator.H2HEDHr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5870.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository''getDocumentCategsRepositoryService'false],
  5871.             'repoDoc' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  5872.         ], [
  5873.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
  5874.             'repoDoc' => 'Acme\\SudcmsBundle\\Repository\\DocumentRepository',
  5875.         ]);
  5876.     }
  5877.     /**
  5878.      * Gets the private '.service_locator.HVknWFU' shared service.
  5879.      *
  5880.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5881.      */
  5882.     protected function get_ServiceLocator_HVknWFUService()
  5883.     {
  5884.         return $this->privates['.service_locator.HVknWFU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5885.             'repoAuthGroup' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthGroupRepository''getAuthGroupRepositoryService'false],
  5886.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository''getDocumentCategsRepositoryService'false],
  5887.             'repoDoc' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  5888.             'repoTags' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository''getDocumentTagsRepositoryService'false],
  5889.         ], [
  5890.             'repoAuthGroup' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository',
  5891.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
  5892.             'repoDoc' => 'Acme\\SudcmsBundle\\Repository\\DocumentRepository',
  5893.             'repoTags' => 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository',
  5894.         ]);
  5895.     }
  5896.     /**
  5897.      * Gets the private '.service_locator.IAx8FgZ' shared service.
  5898.      *
  5899.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5900.      */
  5901.     protected function get_ServiceLocator_IAx8FgZService()
  5902.     {
  5903.         return $this->privates['.service_locator.IAx8FgZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5904.             'repoFormElmt' => ['privates''Acme\\SudcmsBundle\\Repository\\FormElementsRepository''getFormElementsRepositoryService'false],
  5905.             'repoFormValues' => ['privates''Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository''getFormElementsValuesRepositoryService'false],
  5906.         ], [
  5907.             'repoFormElmt' => 'Acme\\SudcmsBundle\\Repository\\FormElementsRepository',
  5908.             'repoFormValues' => 'Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository',
  5909.         ]);
  5910.     }
  5911.     /**
  5912.      * Gets the private '.service_locator.IDp29vQ' shared service.
  5913.      *
  5914.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5915.      */
  5916.     protected function get_ServiceLocator_IDp29vQService()
  5917.     {
  5918.         return $this->privates['.service_locator.IDp29vQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5919.             'labelsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository''getEcoLabelsRepositoryService'false],
  5920.         ], [
  5921.             'labelsRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository',
  5922.         ]);
  5923.     }
  5924.     /**
  5925.      * Gets the private '.service_locator.IEoQEcF' shared service.
  5926.      *
  5927.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5928.      */
  5929.     protected function get_ServiceLocator_IEoQEcFService()
  5930.     {
  5931.         return $this->privates['.service_locator.IEoQEcF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5932.             'basketService' => ['privates''Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService''getBasketServiceService'false],
  5933.             'paybox' => ['privates''Acme\\SudcmsBundle\\Service\\Payment\\PayboxService''getPayboxServiceService'false],
  5934.             'repoAddress' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository''getEcoCustomersAddressesRepositoryService'false],
  5935.             'repoCustomers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  5936.             'repoDiscount' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository''getEcoDiscountRepositoryService'false],
  5937.             'repoOrders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  5938.             'repoProductsOrder' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository''getEcoOrdersProductsRepositoryService'false],
  5939.         ], [
  5940.             'basketService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService',
  5941.             'paybox' => 'Acme\\SudcmsBundle\\Service\\Payment\\PayboxService',
  5942.             'repoAddress' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository',
  5943.             'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  5944.             'repoDiscount' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository',
  5945.             'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  5946.             'repoProductsOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository',
  5947.         ]);
  5948.     }
  5949.     /**
  5950.      * Gets the private '.service_locator.IM6kYNu' shared service.
  5951.      *
  5952.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5953.      */
  5954.     protected function get_ServiceLocator_IM6kYNuService()
  5955.     {
  5956.         return $this->privates['.service_locator.IM6kYNu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5957.             'repoAttr' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository''getEcoAttributesRepositoryService'false],
  5958.         ], [
  5959.             'repoAttr' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository',
  5960.         ]);
  5961.     }
  5962.     /**
  5963.      * Gets the private '.service_locator.IRdNRcr' shared service.
  5964.      *
  5965.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5966.      */
  5967.     protected function get_ServiceLocator_IRdNRcrService()
  5968.     {
  5969.         return $this->privates['.service_locator.IRdNRcr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5970.             'repoAgd' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogRepository''getCatalogRepositoryService'false],
  5971.             'utils' => ['privates''Acme\\SudcmsBundle\\Service\\OtideaUtils''getOtideaUtilsService'false],
  5972.         ], [
  5973.             'repoAgd' => 'Acme\\SudcmsBundle\\Repository\\CatalogRepository',
  5974.             'utils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
  5975.         ]);
  5976.     }
  5977.     /**
  5978.      * Gets the private '.service_locator.IxqvbKp' shared service.
  5979.      *
  5980.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5981.      */
  5982.     protected function get_ServiceLocator_IxqvbKpService()
  5983.     {
  5984.         return $this->privates['.service_locator.IxqvbKp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5985.             'repoCustomers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  5986.         ], [
  5987.             'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  5988.         ]);
  5989.     }
  5990.     /**
  5991.      * Gets the private '.service_locator.J.4xKDb' shared service.
  5992.      *
  5993.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5994.      */
  5995.     protected function get_ServiceLocator_J_4xKDbService()
  5996.     {
  5997.         return $this->privates['.service_locator.J.4xKDb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5998.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  5999.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository''getAddressBookMediaRepositoryService'false],
  6000.         ], [
  6001.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  6002.             'repo' => 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository',
  6003.         ]);
  6004.     }
  6005.     /**
  6006.      * Gets the private '.service_locator.JKqXFIK' shared service.
  6007.      *
  6008.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6009.      */
  6010.     protected function get_ServiceLocator_JKqXFIKService()
  6011.     {
  6012.         return $this->privates['.service_locator.JKqXFIK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6013.             'customersRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  6014.             'passwordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  6015.             'repoCountry' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository''getEcoShippingfeesCountryRepositoryService'false],
  6016.         ], [
  6017.             'customersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  6018.             'passwordHasher' => '?',
  6019.             'repoCountry' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository',
  6020.         ]);
  6021.     }
  6022.     /**
  6023.      * Gets the private '.service_locator.JMNYlKS' shared service.
  6024.      *
  6025.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6026.      */
  6027.     protected function get_ServiceLocator_JMNYlKSService()
  6028.     {
  6029.         return $this->privates['.service_locator.JMNYlKS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6030.             'repoProvider' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository''getEcoProvidersRepositoryService'false],
  6031.         ], [
  6032.             'repoProvider' => 'Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository',
  6033.         ]);
  6034.     }
  6035.     /**
  6036.      * Gets the private '.service_locator.JXaW0Ro' shared service.
  6037.      *
  6038.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6039.      */
  6040.     protected function get_ServiceLocator_JXaW0RoService()
  6041.     {
  6042.         return $this->privates['.service_locator.JXaW0Ro'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6043.             'repoAttributes' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository''getEcoAttributesRepositoryService'false],
  6044.             'repoLink' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository''getEcoAttributesReferencesRepositoryService'false],
  6045.             'repoModels' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository''getEcoAttributesModelsRepositoryService'false],
  6046.             'repoProduct' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  6047.             'repoRef' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  6048.         ], [
  6049.             'repoAttributes' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository',
  6050.             'repoLink' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository',
  6051.             'repoModels' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository',
  6052.             'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  6053.             'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  6054.         ]);
  6055.     }
  6056.     /**
  6057.      * Gets the private '.service_locator.JZoCrEJ' shared service.
  6058.      *
  6059.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6060.      */
  6061.     protected function get_ServiceLocator_JZoCrEJService()
  6062.     {
  6063.         return $this->privates['.service_locator.JZoCrEJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6064.             'repoCustomers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  6065.             'repoOrders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  6066.         ], [
  6067.             'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  6068.             'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  6069.         ]);
  6070.     }
  6071.     /**
  6072.      * Gets the private '.service_locator.KFYOKLU' shared service.
  6073.      *
  6074.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6075.      */
  6076.     protected function get_ServiceLocator_KFYOKLUService()
  6077.     {
  6078.         return $this->privates['.service_locator.KFYOKLU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6079.             'repoModel' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository''getEcoAttributesModelsRepositoryService'false],
  6080.         ], [
  6081.             'repoModel' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository',
  6082.         ]);
  6083.     }
  6084.     /**
  6085.      * Gets the private '.service_locator.KTQNI0D' shared service.
  6086.      *
  6087.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6088.      */
  6089.     protected function get_ServiceLocator_KTQNI0DService()
  6090.     {
  6091.         return $this->privates['.service_locator.KTQNI0D'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6092.             'ecoOrdersRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  6093.             'ecoProductsReferencesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  6094.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  6095.             'repoOrderProd' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository''getEcoOrdersProductsRepositoryService'false],
  6096.         ], [
  6097.             'ecoOrdersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  6098.             'ecoProductsReferencesRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  6099.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  6100.             'repoOrderProd' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository',
  6101.         ]);
  6102.     }
  6103.     /**
  6104.      * Gets the private '.service_locator.KdEQnr.' shared service.
  6105.      *
  6106.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6107.      */
  6108.     protected function get_ServiceLocator_KdEQnr_Service()
  6109.     {
  6110.         return $this->privates['.service_locator.KdEQnr.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6111.             'authUserRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthUserRepository''getAuthUserRepositoryService'false],
  6112.             'repoCustomers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  6113.             'repoOrder' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  6114.         ], [
  6115.             'authUserRepository' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
  6116.             'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  6117.             'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  6118.         ]);
  6119.     }
  6120.     /**
  6121.      * Gets the private '.service_locator.KfbR3DY' shared service.
  6122.      *
  6123.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6124.      */
  6125.     protected function get_ServiceLocator_KfbR3DYService()
  6126.     {
  6127.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6128.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  6129.         ], [
  6130.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  6131.         ]);
  6132.     }
  6133.     /**
  6134.      * Gets the private '.service_locator.Kp9hiQJ' shared service.
  6135.      *
  6136.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6137.      */
  6138.     protected function get_ServiceLocator_Kp9hiQJService()
  6139.     {
  6140.         return $this->privates['.service_locator.Kp9hiQJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6141.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  6142.             'repoDiscount' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository''getEcoDiscountRepositoryService'false],
  6143.         ], [
  6144.             'paginator' => '?',
  6145.             'repoDiscount' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository',
  6146.         ]);
  6147.     }
  6148.     /**
  6149.      * Gets the private '.service_locator.KsoF3Vk' shared service.
  6150.      *
  6151.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6152.      */
  6153.     protected function get_ServiceLocator_KsoF3VkService()
  6154.     {
  6155.         return $this->privates['.service_locator.KsoF3Vk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6156.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  6157.             'repoAnnuaire' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookRepository''getAddressBookRepositoryService'false],
  6158.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository''getAddressBookCategoryRepositoryService'false],
  6159.         ], [
  6160.             'paginator' => '?',
  6161.             'repoAnnuaire' => 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository',
  6162.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
  6163.         ]);
  6164.     }
  6165.     /**
  6166.      * Gets the private '.service_locator.L7ME_D0' shared service.
  6167.      *
  6168.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6169.      */
  6170.     protected function get_ServiceLocator_L7MED0Service()
  6171.     {
  6172.         return $this->privates['.service_locator.L7ME_D0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6173.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository''getAddressBookCategoryRepositoryService'false],
  6174.         ], [
  6175.             'repo' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
  6176.         ]);
  6177.     }
  6178.     /**
  6179.      * Gets the private '.service_locator.LW.HB2_' shared service.
  6180.      *
  6181.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6182.      */
  6183.     protected function get_ServiceLocator_LW_HB2Service()
  6184.     {
  6185.         return $this->privates['.service_locator.LW.HB2_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6186.             'repoCountry' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository''getEcoShippingfeesCountryRepositoryService'false],
  6187.             'repoCustomers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  6188.         ], [
  6189.             'repoCountry' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository',
  6190.             'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  6191.         ]);
  6192.     }
  6193.     /**
  6194.      * Gets the private '.service_locator.Lb1oMjC' shared service.
  6195.      *
  6196.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6197.      */
  6198.     protected function get_ServiceLocator_Lb1oMjCService()
  6199.     {
  6200.         return $this->privates['.service_locator.Lb1oMjC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6201.             'favProdRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository''getEcoCustomersFavoritesProdRepositoryService'false],
  6202.             'otideaUtils' => ['privates''Acme\\SudcmsBundle\\Service\\OtideaUtils''getOtideaUtilsService'false],
  6203.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  6204.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\PagesRepository''getPagesRepositoryService'false],
  6205.             'repoCategs' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository''getEcoCategoriesRepositoryService'false],
  6206.             'repoMarks' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoMarksRepository''getEcoMarksRepositoryService'false],
  6207.             'repoProd' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  6208.         ], [
  6209.             'favProdRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository',
  6210.             'otideaUtils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
  6211.             'paginator' => '?',
  6212.             'repo' => 'Acme\\SudcmsBundle\\Repository\\PagesRepository',
  6213.             'repoCategs' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
  6214.             'repoMarks' => 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository',
  6215.             'repoProd' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  6216.         ]);
  6217.     }
  6218.     /**
  6219.      * Gets the private '.service_locator.Lh5oN8X' shared service.
  6220.      *
  6221.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6222.      */
  6223.     protected function get_ServiceLocator_Lh5oN8XService()
  6224.     {
  6225.         return $this->privates['.service_locator.Lh5oN8X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6226.             'fp' => ['privates''Acme\\SudcmsBundle\\Service\\Ecommerce\\ShippingFeesService''getShippingFeesServiceService'false],
  6227.         ], [
  6228.             'fp' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\ShippingFeesService',
  6229.         ]);
  6230.     }
  6231.     /**
  6232.      * Gets the private '.service_locator.LtghHIF' shared service.
  6233.      *
  6234.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6235.      */
  6236.     protected function get_ServiceLocator_LtghHIFService()
  6237.     {
  6238.         return $this->privates['.service_locator.LtghHIF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6239.             'repoAgd' => ['privates''Acme\\SudcmsBundle\\Repository\\ActualiteRepository''getActualiteRepositoryService'false],
  6240.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository''getActualiteCategsRepositoryService'false],
  6241.         ], [
  6242.             'repoAgd' => 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository',
  6243.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository',
  6244.         ]);
  6245.     }
  6246.     /**
  6247.      * Gets the private '.service_locator.M39jDxo' shared service.
  6248.      *
  6249.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6250.      */
  6251.     protected function get_ServiceLocator_M39jDxoService()
  6252.     {
  6253.         return $this->privates['.service_locator.M39jDxo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6254.             'repoRef' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  6255.         ], [
  6256.             'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  6257.         ]);
  6258.     }
  6259.     /**
  6260.      * Gets the private '.service_locator.M9PMcRV' shared service.
  6261.      *
  6262.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6263.      */
  6264.     protected function get_ServiceLocator_M9PMcRVService()
  6265.     {
  6266.         return $this->privates['.service_locator.M9PMcRV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6267.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  6268.         ], [
  6269.             'security' => '?',
  6270.         ]);
  6271.     }
  6272.     /**
  6273.      * Gets the private '.service_locator.MAzueQs' shared service.
  6274.      *
  6275.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6276.      */
  6277.     protected function get_ServiceLocator_MAzueQsService()
  6278.     {
  6279.         return $this->privates['.service_locator.MAzueQs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6280.             'favProdRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository''getEcoCustomersFavoritesProdRepositoryService'false],
  6281.             'otideaUtils' => ['privates''Acme\\SudcmsBundle\\Service\\OtideaUtils''getOtideaUtilsService'false],
  6282.             'repoLabels' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository''getEcoLabelsRepositoryService'false],
  6283.             'repoProd' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  6284.             'repoProdLabels' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository''getEcoProductsLabelsRepositoryService'false],
  6285.             'repoRef' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  6286.         ], [
  6287.             'favProdRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository',
  6288.             'otideaUtils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
  6289.             'repoLabels' => 'Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository',
  6290.             'repoProd' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  6291.             'repoProdLabels' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository',
  6292.             'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  6293.         ]);
  6294.     }
  6295.     /**
  6296.      * Gets the private '.service_locator.MDuFura' shared service.
  6297.      *
  6298.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6299.      */
  6300.     protected function get_ServiceLocator_MDuFuraService()
  6301.     {
  6302.         return $this->privates['.service_locator.MDuFura'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6303.             'repoDoc' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  6304.             'utils' => ['privates''Acme\\SudcmsBundle\\Service\\OtideaUtils''getOtideaUtilsService'false],
  6305.         ], [
  6306.             'repoDoc' => 'Acme\\SudcmsBundle\\Repository\\DocumentRepository',
  6307.             'utils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
  6308.         ]);
  6309.     }
  6310.     /**
  6311.      * Gets the private '.service_locator.MNmabl.' shared service.
  6312.      *
  6313.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6314.      */
  6315.     protected function get_ServiceLocator_MNmabl_Service()
  6316.     {
  6317.         return $this->privates['.service_locator.MNmabl.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6318.             'repoAnnuaire' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookRepository''getAddressBookRepositoryService'false],
  6319.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository''getAddressBookCategoryRepositoryService'false],
  6320.             'repoLinkCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository''getAddressBookLinkCategoryRepositoryService'false],
  6321.         ], [
  6322.             'repoAnnuaire' => 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository',
  6323.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
  6324.             'repoLinkCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository',
  6325.         ]);
  6326.     }
  6327.     /**
  6328.      * Gets the private '.service_locator.MVTuigj' shared service.
  6329.      *
  6330.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6331.      */
  6332.     protected function get_ServiceLocator_MVTuigjService()
  6333.     {
  6334.         return $this->privates['.service_locator.MVTuigj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6335.             'api' => ['privates''Acme\\SudcmsBundle\\Service\\ApiService''getApiServiceService'false],
  6336.             'catalogCategsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository''getCatalogCategsRepositoryService'false],
  6337.         ], [
  6338.             'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
  6339.             'catalogCategsRepository' => 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository',
  6340.         ]);
  6341.     }
  6342.     /**
  6343.      * Gets the private '.service_locator.Mse2B6j' shared service.
  6344.      *
  6345.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6346.      */
  6347.     protected function get_ServiceLocator_Mse2B6jService()
  6348.     {
  6349.         return $this->privates['.service_locator.Mse2B6j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6350.             'ecoSettingsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository''getEcoSettingsRepositoryService'false],
  6351.             'repoProduct' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  6352.             'repoReference' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  6353.         ], [
  6354.             'ecoSettingsRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository',
  6355.             'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  6356.             'repoReference' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  6357.         ]);
  6358.     }
  6359.     /**
  6360.      * Gets the private '.service_locator.MvGBho3' shared service.
  6361.      *
  6362.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6363.      */
  6364.     protected function get_ServiceLocator_MvGBho3Service()
  6365.     {
  6366.         return $this->privates['.service_locator.MvGBho3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6367.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthUserRepository''getAuthUserRepositoryService'false],
  6368.             'repoGroup' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthGroupRepository''getAuthGroupRepositoryService'false],
  6369.         ], [
  6370.             'repo' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
  6371.             'repoGroup' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository',
  6372.         ]);
  6373.     }
  6374.     /**
  6375.      * Gets the private '.service_locator.N1u.uQ2' shared service.
  6376.      *
  6377.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6378.      */
  6379.     protected function get_ServiceLocator_N1u_UQ2Service()
  6380.     {
  6381.         return $this->privates['.service_locator.N1u.uQ2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6382.             'repoMedia' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository''getAddressBookMediaRepositoryService'false],
  6383.         ], [
  6384.             'repoMedia' => 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository',
  6385.         ]);
  6386.     }
  6387.     /**
  6388.      * Gets the private '.service_locator.OWf16yq' shared service.
  6389.      *
  6390.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6391.      */
  6392.     protected function get_ServiceLocator_OWf16yqService()
  6393.     {
  6394.         return $this->privates['.service_locator.OWf16yq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6395.             'cureRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CureRepository''getCureRepositoryService'false],
  6396.         ], [
  6397.             'cureRepository' => 'Acme\\SudcmsBundle\\Repository\\CureRepository',
  6398.         ]);
  6399.     }
  6400.     /**
  6401.      * Gets the private '.service_locator.OXckDRo' shared service.
  6402.      *
  6403.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6404.      */
  6405.     protected function get_ServiceLocator_OXckDRoService()
  6406.     {
  6407.         return $this->privates['.service_locator.OXckDRo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6408.             'repoAttr' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository''getEcoAttributesRepositoryService'false],
  6409.             'repoModel' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository''getEcoAttributesModelsRepositoryService'false],
  6410.         ], [
  6411.             'repoAttr' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository',
  6412.             'repoModel' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository',
  6413.         ]);
  6414.     }
  6415.     /**
  6416.      * Gets the private '.service_locator.Or5FCkb' shared service.
  6417.      *
  6418.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6419.      */
  6420.     protected function get_ServiceLocator_Or5FCkbService()
  6421.     {
  6422.         return $this->privates['.service_locator.Or5FCkb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6423.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  6424.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository''getEcoCategoriesRepositoryService'false],
  6425.         ], [
  6426.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  6427.             'repo' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
  6428.         ]);
  6429.     }
  6430.     /**
  6431.      * Gets the private '.service_locator.OyXgdTa' shared service.
  6432.      *
  6433.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6434.      */
  6435.     protected function get_ServiceLocator_OyXgdTaService()
  6436.     {
  6437.         return $this->privates['.service_locator.OyXgdTa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6438.             'repoLinkCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository''getAddressBookLinkCategoryRepositoryService'false],
  6439.         ], [
  6440.             'repoLinkCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository',
  6441.         ]);
  6442.     }
  6443.     /**
  6444.      * Gets the private '.service_locator.P4Q3JCZ' shared service.
  6445.      *
  6446.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6447.      */
  6448.     protected function get_ServiceLocator_P4Q3JCZService()
  6449.     {
  6450.         return $this->privates['.service_locator.P4Q3JCZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6451.             'repoAgd' => ['privates''Acme\\SudcmsBundle\\Repository\\ActualiteRepository''getActualiteRepositoryService'false],
  6452.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository''getActualiteCategsRepositoryService'false],
  6453.             'repoUser' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthUserRepository''getAuthUserRepositoryService'false],
  6454.         ], [
  6455.             'repoAgd' => 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository',
  6456.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository',
  6457.             'repoUser' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
  6458.         ]);
  6459.     }
  6460.     /**
  6461.      * Gets the private '.service_locator.P5DsKwH' shared service.
  6462.      *
  6463.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6464.      */
  6465.     protected function get_ServiceLocator_P5DsKwHService()
  6466.     {
  6467.         return $this->privates['.service_locator.P5DsKwH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6468.             'repoSiteLang' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteLangRepository''getSiteLangRepositoryService'false],
  6469.         ], [
  6470.             'repoSiteLang' => 'Acme\\SudcmsBundle\\Repository\\SiteLangRepository',
  6471.         ]);
  6472.     }
  6473.     /**
  6474.      * Gets the private '.service_locator.PDRpPv6' shared service.
  6475.      *
  6476.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6477.      */
  6478.     protected function get_ServiceLocator_PDRpPv6Service()
  6479.     {
  6480.         return $this->privates['.service_locator.PDRpPv6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6481.             'promo' => ['privates''Acme\\SudcmsBundle\\Repository\\AutopromoRepository''getAutopromoRepositoryService'false],
  6482.         ], [
  6483.             'promo' => 'Acme\\SudcmsBundle\\Repository\\AutopromoRepository',
  6484.         ]);
  6485.     }
  6486.     /**
  6487.      * Gets the private '.service_locator.PJdHSib' shared service.
  6488.      *
  6489.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6490.      */
  6491.     protected function get_ServiceLocator_PJdHSibService()
  6492.     {
  6493.         return $this->privates['.service_locator.PJdHSib'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6494.             'repoProviders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository''getEcoProvidersRepositoryService'false],
  6495.         ], [
  6496.             'repoProviders' => 'Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository',
  6497.         ]);
  6498.     }
  6499.     /**
  6500.      * Gets the private '.service_locator.PuqYb_G' shared service.
  6501.      *
  6502.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6503.      */
  6504.     protected function get_ServiceLocator_PuqYbGService()
  6505.     {
  6506.         return $this->privates['.service_locator.PuqYb_G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6507.             'authUserRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthUserRepository''getAuthUserRepositoryService'false],
  6508.             'otideaUtils' => ['privates''Acme\\SudcmsBundle\\Service\\OtideaUtils''getOtideaUtilsService'false],
  6509.             'passwordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  6510.             'repoCountry' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository''getEcoShippingfeesCountryRepositoryService'false],
  6511.             'repoCustomers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  6512.             'repoCustomersAddresses' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository''getEcoCustomersAddressesRepositoryService'false],
  6513.         ], [
  6514.             'authUserRepository' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
  6515.             'otideaUtils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
  6516.             'passwordHasher' => '?',
  6517.             'repoCountry' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository',
  6518.             'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  6519.             'repoCustomersAddresses' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository',
  6520.         ]);
  6521.     }
  6522.     /**
  6523.      * Gets the private '.service_locator.QVTKniM' shared service.
  6524.      *
  6525.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6526.      */
  6527.     protected function get_ServiceLocator_QVTKniMService()
  6528.     {
  6529.         return $this->privates['.service_locator.QVTKniM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6530.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\CureCategorieRepository''getCureCategorieRepositoryService'false],
  6531.         ], [
  6532.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository',
  6533.         ]);
  6534.     }
  6535.     /**
  6536.      * Gets the private '.service_locator.QcjLBjH' shared service.
  6537.      *
  6538.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6539.      */
  6540.     protected function get_ServiceLocator_QcjLBjHService()
  6541.     {
  6542.         return $this->privates['.service_locator.QcjLBjH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6543.             'ecoProductsLabelsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository''getEcoProductsLabelsRepositoryService'false],
  6544.             'labelsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository''getEcoLabelsRepositoryService'false],
  6545.         ], [
  6546.             'ecoProductsLabelsRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository',
  6547.             'labelsRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository',
  6548.         ]);
  6549.     }
  6550.     /**
  6551.      * Gets the private '.service_locator.QrNbjAO' shared service.
  6552.      *
  6553.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6554.      */
  6555.     protected function get_ServiceLocator_QrNbjAOService()
  6556.     {
  6557.         return $this->privates['.service_locator.QrNbjAO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6558.             'categorieRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CureCategorieRepository''getCureCategorieRepositoryService'false],
  6559.             'cureRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CureRepository''getCureRepositoryService'false],
  6560.         ], [
  6561.             'categorieRepository' => 'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository',
  6562.             'cureRepository' => 'Acme\\SudcmsBundle\\Repository\\CureRepository',
  6563.         ]);
  6564.     }
  6565.     /**
  6566.      * Gets the private '.service_locator.R7IpwcO' shared service.
  6567.      *
  6568.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6569.      */
  6570.     protected function get_ServiceLocator_R7IpwcOService()
  6571.     {
  6572.         return $this->privates['.service_locator.R7IpwcO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6573.             'filesystem' => ['services''.container.private.filesystem''get_Container_Private_FilesystemService'false],
  6574.             'repoAnnuaire' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookRepository''getAddressBookRepositoryService'false],
  6575.             'repoAnnuaireMedia' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository''getAddressBookMediaRepositoryService'false],
  6576.             'utils' => ['privates''Acme\\SudcmsBundle\\Service\\OtideaUtils''getOtideaUtilsService'false],
  6577.         ], [
  6578.             'filesystem' => '?',
  6579.             'repoAnnuaire' => 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository',
  6580.             'repoAnnuaireMedia' => 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository',
  6581.             'utils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
  6582.         ]);
  6583.     }
  6584.     /**
  6585.      * Gets the private '.service_locator.RIfb_NY' shared service.
  6586.      *
  6587.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6588.      */
  6589.     protected function get_ServiceLocator_RIfbNYService()
  6590.     {
  6591.         return $this->privates['.service_locator.RIfb_NY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6592.             'fileService' => ['privates''Acme\\SudcmsBundle\\Service\\FileService''getFileServiceService'false],
  6593.             'mailer' => ['privates''Acme\\SudcmsBundle\\Service\\MailerService''getMailerServiceService'false],
  6594.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteRepository''getSiteRepositoryService'false],
  6595.             'repoLang' => ['privates''Acme\\SudcmsBundle\\Repository\\LanguageRepository''getLanguageRepositoryService'false],
  6596.             'repoMod' => ['privates''Acme\\SudcmsBundle\\Repository\\ModuleRepository''getModuleRepositoryService'false],
  6597.             'repoSiteLang' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteLangRepository''getSiteLangRepositoryService'false],
  6598.             'repoSiteModule' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteModuleRepository''getSiteModuleRepositoryService'false],
  6599.         ], [
  6600.             'fileService' => 'Acme\\SudcmsBundle\\Service\\FileService',
  6601.             'mailer' => 'Acme\\SudcmsBundle\\Service\\MailerService',
  6602.             'repo' => 'Acme\\SudcmsBundle\\Repository\\SiteRepository',
  6603.             'repoLang' => 'Acme\\SudcmsBundle\\Repository\\LanguageRepository',
  6604.             'repoMod' => 'Acme\\SudcmsBundle\\Repository\\ModuleRepository',
  6605.             'repoSiteLang' => 'Acme\\SudcmsBundle\\Repository\\SiteLangRepository',
  6606.             'repoSiteModule' => 'Acme\\SudcmsBundle\\Repository\\SiteModuleRepository',
  6607.         ]);
  6608.     }
  6609.     /**
  6610.      * Gets the private '.service_locator.S2Cn69A' shared service.
  6611.      *
  6612.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6613.      */
  6614.     protected function get_ServiceLocator_S2Cn69AService()
  6615.     {
  6616.         return $this->privates['.service_locator.S2Cn69A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6617.             'coordonneesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository''getSiteCoordonneesRepositoryService'false],
  6618.             'invoiceService' => ['privates''Acme\\SudcmsBundle\\Service\\Ecommerce\\InvoiceService''getInvoiceServiceService'false],
  6619.             'repoCustomer' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  6620.             'repoOrder' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  6621.             'repoRef' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  6622.             'siteRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteRepository''getSiteRepositoryService'false],
  6623.         ], [
  6624.             'coordonneesRepository' => 'Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository',
  6625.             'invoiceService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\InvoiceService',
  6626.             'repoCustomer' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  6627.             'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  6628.             'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  6629.             'siteRepository' => 'Acme\\SudcmsBundle\\Repository\\SiteRepository',
  6630.         ]);
  6631.     }
  6632.     /**
  6633.      * Gets the private '.service_locator.SFbo9uX' shared service.
  6634.      *
  6635.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6636.      */
  6637.     protected function get_ServiceLocator_SFbo9uXService()
  6638.     {
  6639.         return $this->privates['.service_locator.SFbo9uX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6640.             'repoLang' => ['privates''Acme\\SudcmsBundle\\Repository\\LanguageRepository''getLanguageRepositoryService'false],
  6641.             'repoSite' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteRepository''getSiteRepositoryService'false],
  6642.             'repoSiteLang' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteLangRepository''getSiteLangRepositoryService'false],
  6643.         ], [
  6644.             'repoLang' => 'Acme\\SudcmsBundle\\Repository\\LanguageRepository',
  6645.             'repoSite' => 'Acme\\SudcmsBundle\\Repository\\SiteRepository',
  6646.             'repoSiteLang' => 'Acme\\SudcmsBundle\\Repository\\SiteLangRepository',
  6647.         ]);
  6648.     }
  6649.     /**
  6650.      * Gets the private '.service_locator.T4y0eqK' shared service.
  6651.      *
  6652.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6653.      */
  6654.     protected function get_ServiceLocator_T4y0eqKService()
  6655.     {
  6656.         return $this->privates['.service_locator.T4y0eqK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6657.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  6658.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository''getDocumentCategsRepositoryService'false],
  6659.         ], [
  6660.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  6661.             'repo' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
  6662.         ]);
  6663.     }
  6664.     /**
  6665.      * Gets the private '.service_locator.T9V3Znc' shared service.
  6666.      *
  6667.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6668.      */
  6669.     protected function get_ServiceLocator_T9V3ZncService()
  6670.     {
  6671.         return $this->privates['.service_locator.T9V3Znc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6672.             'basketService' => ['privates''Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService''getBasketServiceService'false],
  6673.             'coordonneesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository''getSiteCoordonneesRepositoryService'false],
  6674.             'repoCustomer' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  6675.             'repoOrder' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  6676.         ], [
  6677.             'basketService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService',
  6678.             'coordonneesRepository' => 'Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository',
  6679.             'repoCustomer' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  6680.             'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  6681.         ]);
  6682.     }
  6683.     /**
  6684.      * Gets the private '.service_locator.UDgw6Ol' shared service.
  6685.      *
  6686.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6687.      */
  6688.     protected function get_ServiceLocator_UDgw6OlService()
  6689.     {
  6690.         return $this->privates['.service_locator.UDgw6Ol'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6691.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  6692.         ], [
  6693.             'authenticationUtils' => '?',
  6694.         ]);
  6695.     }
  6696.     /**
  6697.      * Gets the private '.service_locator.VWQCe06' shared service.
  6698.      *
  6699.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6700.      */
  6701.     protected function get_ServiceLocator_VWQCe06Service()
  6702.     {
  6703.         return $this->privates['.service_locator.VWQCe06'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6704.             'repoCustomerAddress' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository''getEcoCustomersAddressesRepositoryService'false],
  6705.         ], [
  6706.             'repoCustomerAddress' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository',
  6707.         ]);
  6708.     }
  6709.     /**
  6710.      * Gets the private '.service_locator.VeZ4.6U' shared service.
  6711.      *
  6712.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6713.      */
  6714.     protected function get_ServiceLocator_VeZ4_6UService()
  6715.     {
  6716.         return $this->privates['.service_locator.VeZ4.6U'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6717.             'customersRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  6718.             'ecoCustomersRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  6719.             'mailer' => ['privates''Acme\\SudcmsBundle\\Service\\MailerService''getMailerServiceService'false],
  6720.             'planningRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository''getEcoPlanningRepositoryService'false],
  6721.         ], [
  6722.             'customersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  6723.             'ecoCustomersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  6724.             'mailer' => 'Acme\\SudcmsBundle\\Service\\MailerService',
  6725.             'planningRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository',
  6726.         ]);
  6727.     }
  6728.     /**
  6729.      * Gets the private '.service_locator.VrV7kOR' shared service.
  6730.      *
  6731.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6732.      */
  6733.     protected function get_ServiceLocator_VrV7kORService()
  6734.     {
  6735.         return $this->privates['.service_locator.VrV7kOR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6736.             'repoCustomers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  6737.         ], [
  6738.             'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  6739.         ]);
  6740.     }
  6741.     /**
  6742.      * Gets the private '.service_locator.VwrFHVz' shared service.
  6743.      *
  6744.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6745.      */
  6746.     protected function get_ServiceLocator_VwrFHVzService()
  6747.     {
  6748.         return $this->privates['.service_locator.VwrFHVz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6749.             'repoDiscountProd' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoDiscountProductsRepository''getEcoDiscountProductsRepositoryService'false],
  6750.         ], [
  6751.             'repoDiscountProd' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountProductsRepository',
  6752.         ]);
  6753.     }
  6754.     /**
  6755.      * Gets the private '.service_locator.WdymlS8' shared service.
  6756.      *
  6757.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6758.      */
  6759.     protected function get_ServiceLocator_WdymlS8Service()
  6760.     {
  6761.         return $this->privates['.service_locator.WdymlS8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6762.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository''getDocumentCategsRepositoryService'false],
  6763.             'repoTags' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository''getDocumentTagsRepositoryService'false],
  6764.         ], [
  6765.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
  6766.             'repoTags' => 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository',
  6767.         ]);
  6768.     }
  6769.     /**
  6770.      * Gets the private '.service_locator.XrmflL5' shared service.
  6771.      *
  6772.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6773.      */
  6774.     protected function get_ServiceLocator_XrmflL5Service()
  6775.     {
  6776.         return $this->privates['.service_locator.XrmflL5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6777.             'apiSettingsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\ApiSettingsRepository''getApiSettingsRepositoryService'false],
  6778.         ], [
  6779.             'apiSettingsRepository' => 'Acme\\SudcmsBundle\\Repository\\ApiSettingsRepository',
  6780.         ]);
  6781.     }
  6782.     /**
  6783.      * Gets the private '.service_locator.XwtBxxm' shared service.
  6784.      *
  6785.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6786.      */
  6787.     protected function get_ServiceLocator_XwtBxxmService()
  6788.     {
  6789.         return $this->privates['.service_locator.XwtBxxm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6790.             'repoAddresses' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository''getEcoCustomersAddressesRepositoryService'false],
  6791.             'repoCountry' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository''getEcoShippingfeesCountryRepositoryService'false],
  6792.         ], [
  6793.             'repoAddresses' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository',
  6794.             'repoCountry' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository',
  6795.         ]);
  6796.     }
  6797.     /**
  6798.      * Gets the private '.service_locator.ZFS2vZ.' shared service.
  6799.      *
  6800.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6801.      */
  6802.     protected function get_ServiceLocator_ZFS2vZ_Service()
  6803.     {
  6804.         return $this->privates['.service_locator.ZFS2vZ.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6805.             'repoCarriers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository''getEcoShippingCarriersRepositoryService'false],
  6806.             'repoOrders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  6807.         ], [
  6808.             'repoCarriers' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository',
  6809.             'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  6810.         ]);
  6811.     }
  6812.     /**
  6813.      * Gets the private '.service_locator.ZngRaHn' shared service.
  6814.      *
  6815.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6816.      */
  6817.     protected function get_ServiceLocator_ZngRaHnService()
  6818.     {
  6819.         return $this->privates['.service_locator.ZngRaHn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6820.             'repoOpt' => ['privates''Acme\\SudcmsBundle\\Repository\\OptionsRepository''getOptionsRepositoryService'false],
  6821.             'siteCoordonneesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository''getSiteCoordonneesRepositoryService'false],
  6822.         ], [
  6823.             'repoOpt' => 'Acme\\SudcmsBundle\\Repository\\OptionsRepository',
  6824.             'siteCoordonneesRepository' => 'Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository',
  6825.         ]);
  6826.     }
  6827.     /**
  6828.      * Gets the private '.service_locator.ZrCEKtA' shared service.
  6829.      *
  6830.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6831.      */
  6832.     protected function get_ServiceLocator_ZrCEKtAService()
  6833.     {
  6834.         return $this->privates['.service_locator.ZrCEKtA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6835.             'repoCustomer' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  6836.             'repoTchat' => ['privates''Acme\\SudcmsBundle\\Repository\\TchatRepository''getTchatRepositoryService'false],
  6837.             'repoTchatMess' => ['privates''Acme\\SudcmsBundle\\Repository\\TchatMessagesRepository''getTchatMessagesRepositoryService'false],
  6838.             'repoTchatProds' => ['privates''Acme\\SudcmsBundle\\Repository\\TchatProductsRepository''getTchatProductsRepositoryService'false],
  6839.             'repoUsers' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthUserRepository''getAuthUserRepositoryService'false],
  6840.         ], [
  6841.             'repoCustomer' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  6842.             'repoTchat' => 'Acme\\SudcmsBundle\\Repository\\TchatRepository',
  6843.             'repoTchatMess' => 'Acme\\SudcmsBundle\\Repository\\TchatMessagesRepository',
  6844.             'repoTchatProds' => 'Acme\\SudcmsBundle\\Repository\\TchatProductsRepository',
  6845.             'repoUsers' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
  6846.         ]);
  6847.     }
  6848.     /**
  6849.      * Gets the private '.service_locator._Oh3dkG' shared service.
  6850.      *
  6851.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6852.      */
  6853.     protected function get_ServiceLocator_Oh3dkGService()
  6854.     {
  6855.         return $this->privates['.service_locator._Oh3dkG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6856.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  6857.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  6858.         ], [
  6859.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  6860.             'repo' => 'Acme\\SudcmsBundle\\Repository\\DocumentRepository',
  6861.         ]);
  6862.     }
  6863.     /**
  6864.      * Gets the private '.service_locator._ZGi03Z' shared service.
  6865.      *
  6866.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6867.      */
  6868.     protected function get_ServiceLocator_ZGi03ZService()
  6869.     {
  6870.         return $this->privates['.service_locator._ZGi03Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6871.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  6872.             'optRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\OptionsRepository''getOptionsRepositoryService'false],
  6873.         ], [
  6874.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  6875.             'optRepository' => 'Acme\\SudcmsBundle\\Repository\\OptionsRepository',
  6876.         ]);
  6877.     }
  6878.     /**
  6879.      * Gets the private '.service_locator._hqz3jS' shared service.
  6880.      *
  6881.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6882.      */
  6883.     protected function get_ServiceLocator_Hqz3jSService()
  6884.     {
  6885.         return $this->privates['.service_locator._hqz3jS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6886.             'ecoProductsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  6887.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository''getEcoCategoriesRepositoryService'false],
  6888.         ], [
  6889.             'ecoProductsRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  6890.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
  6891.         ]);
  6892.     }
  6893.     /**
  6894.      * Gets the private '.service_locator.a2oGEZ1' shared service.
  6895.      *
  6896.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6897.      */
  6898.     protected function get_ServiceLocator_A2oGEZ1Service()
  6899.     {
  6900.         return $this->privates['.service_locator.a2oGEZ1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6901.             'repoCarriers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository''getEcoShippingCarriersRepositoryService'false],
  6902.             'repoOrder' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  6903.         ], [
  6904.             'repoCarriers' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository',
  6905.             'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  6906.         ]);
  6907.     }
  6908.     /**
  6909.      * Gets the private '.service_locator.aVAyb3_' shared service.
  6910.      *
  6911.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6912.      */
  6913.     protected function get_ServiceLocator_AVAyb3Service()
  6914.     {
  6915.         return $this->privates['.service_locator.aVAyb3_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6916.             'repoAttr' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository''getEcoAttributesReferencesRepositoryService'false],
  6917.             'repoFavProd' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository''getEcoCustomersFavoritesProdRepositoryService'false],
  6918.             'repoProdBlock' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksRepository''getEcoProductsBlocksRepositoryService'false],
  6919.             'repoProdBlockMedias' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksMediasRepository''getEcoProductsBlocksMediasRepositoryService'false],
  6920.             'repoProduct' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  6921.             'repoReferences' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  6922.         ], [
  6923.             'repoAttr' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository',
  6924.             'repoFavProd' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository',
  6925.             'repoProdBlock' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksRepository',
  6926.             'repoProdBlockMedias' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksMediasRepository',
  6927.             'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  6928.             'repoReferences' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  6929.         ]);
  6930.     }
  6931.     /**
  6932.      * Gets the private '.service_locator.aYr6vm8' shared service.
  6933.      *
  6934.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6935.      */
  6936.     protected function get_ServiceLocator_AYr6vm8Service()
  6937.     {
  6938.         return $this->privates['.service_locator.aYr6vm8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6939.             'api' => ['privates''Acme\\SudcmsBundle\\Service\\ApiService''getApiServiceService'false],
  6940.             'loyaltySystem' => ['privates''Acme\\SudcmsBundle\\Service\\Ecommerce\\LoyaltySystemService''getLoyaltySystemServiceService'false],
  6941.             'repoOrders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  6942.             'repoShippingOrders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository''getEcoShippingOrdersRepositoryService'false],
  6943.         ], [
  6944.             'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
  6945.             'loyaltySystem' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\LoyaltySystemService',
  6946.             'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  6947.             'repoShippingOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository',
  6948.         ]);
  6949.     }
  6950.     /**
  6951.      * Gets the private '.service_locator.aefbH12' shared service.
  6952.      *
  6953.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6954.      */
  6955.     protected function get_ServiceLocator_AefbH12Service()
  6956.     {
  6957.         return $this->privates['.service_locator.aefbH12'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6958.             'ecoAttributesReferencesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository''getEcoAttributesReferencesRepositoryService'false],
  6959.             'repoProduct' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  6960.             'repoReference' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  6961.         ], [
  6962.             'ecoAttributesReferencesRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository',
  6963.             'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  6964.             'repoReference' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  6965.         ]);
  6966.     }
  6967.     /**
  6968.      * Gets the private '.service_locator.alpdh_0' shared service.
  6969.      *
  6970.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6971.      */
  6972.     protected function get_ServiceLocator_Alpdh0Service()
  6973.     {
  6974.         return $this->privates['.service_locator.alpdh_0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6975.             'api' => ['privates''Acme\\SudcmsBundle\\Service\\ApiService''getApiServiceService'false],
  6976.             'repoCatalog' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogRepository''getCatalogRepositoryService'false],
  6977.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository''getCatalogCategsRepositoryService'false],
  6978.             'repoPages' => ['privates''Acme\\SudcmsBundle\\Repository\\PagesRepository''getPagesRepositoryService'false],
  6979.             'repoSite' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteRepository''getSiteRepositoryService'false],
  6980.         ], [
  6981.             'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
  6982.             'repoCatalog' => 'Acme\\SudcmsBundle\\Repository\\CatalogRepository',
  6983.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository',
  6984.             'repoPages' => 'Acme\\SudcmsBundle\\Repository\\PagesRepository',
  6985.             'repoSite' => 'Acme\\SudcmsBundle\\Repository\\SiteRepository',
  6986.         ]);
  6987.     }
  6988.     /**
  6989.      * Gets the private '.service_locator.axKpmnn' shared service.
  6990.      *
  6991.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6992.      */
  6993.     protected function get_ServiceLocator_AxKpmnnService()
  6994.     {
  6995.         return $this->privates['.service_locator.axKpmnn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6996.             'repoShippingfees' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository''getEcoShippingfeesRepositoryService'false],
  6997.         ], [
  6998.             'repoShippingfees' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository',
  6999.         ]);
  7000.     }
  7001.     /**
  7002.      * Gets the private '.service_locator.axepjHz' shared service.
  7003.      *
  7004.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7005.      */
  7006.     protected function get_ServiceLocator_AxepjHzService()
  7007.     {
  7008.         return $this->privates['.service_locator.axepjHz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7009.             'repoNote' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersNotesRepository''getEcoCustomersNotesRepositoryService'false],
  7010.         ], [
  7011.             'repoNote' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersNotesRepository',
  7012.         ]);
  7013.     }
  7014.     /**
  7015.      * Gets the private '.service_locator.bEKx2c_' shared service.
  7016.      *
  7017.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7018.      */
  7019.     protected function get_ServiceLocator_BEKx2cService()
  7020.     {
  7021.         return $this->privates['.service_locator.bEKx2c_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7022.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository''getEcoCategoriesRepositoryService'false],
  7023.         ], [
  7024.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
  7025.         ]);
  7026.     }
  7027.     /**
  7028.      * Gets the private '.service_locator.bTwuE40' shared service.
  7029.      *
  7030.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7031.      */
  7032.     protected function get_ServiceLocator_BTwuE40Service()
  7033.     {
  7034.         return $this->privates['.service_locator.bTwuE40'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7035.             'anonimizedService' => ['privates''Acme\\SudcmsBundle\\Service\\AnonimizedService''getAnonimizedServiceService'false],
  7036.             'repoCustomers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  7037.             'repoOrder' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  7038.         ], [
  7039.             'anonimizedService' => 'Acme\\SudcmsBundle\\Service\\AnonimizedService',
  7040.             'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  7041.             'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  7042.         ]);
  7043.     }
  7044.     /**
  7045.      * Gets the private '.service_locator.bnY9_Pa' shared service.
  7046.      *
  7047.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7048.      */
  7049.     protected function get_ServiceLocator_BnY9PaService()
  7050.     {
  7051.         return $this->privates['.service_locator.bnY9_Pa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7052.             'repoProd' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  7053.         ], [
  7054.             'repoProd' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  7055.         ]);
  7056.     }
  7057.     /**
  7058.      * Gets the private '.service_locator.boRa70v' shared service.
  7059.      *
  7060.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7061.      */
  7062.     protected function get_ServiceLocator_BoRa70vService()
  7063.     {
  7064.         return $this->privates['.service_locator.boRa70v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7065.             'repoFlash' => ['privates''Acme\\SudcmsBundle\\Repository\\FlashMessageRepository''getFlashMessageRepositoryService'false],
  7066.         ], [
  7067.             'repoFlash' => 'Acme\\SudcmsBundle\\Repository\\FlashMessageRepository',
  7068.         ]);
  7069.     }
  7070.     /**
  7071.      * Gets the private '.service_locator.c0eFpqr' shared service.
  7072.      *
  7073.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7074.      */
  7075.     protected function get_ServiceLocator_C0eFpqrService()
  7076.     {
  7077.         return $this->privates['.service_locator.c0eFpqr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7078.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  7079.             'repoReseaux' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteReseauxRepository''getSiteReseauxRepositoryService'false],
  7080.         ], [
  7081.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  7082.             'repoReseaux' => 'Acme\\SudcmsBundle\\Repository\\SiteReseauxRepository',
  7083.         ]);
  7084.     }
  7085.     /**
  7086.      * Gets the private '.service_locator.c4HGK_0' shared service.
  7087.      *
  7088.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7089.      */
  7090.     protected function get_ServiceLocator_C4HGK0Service()
  7091.     {
  7092.         return $this->privates['.service_locator.c4HGK_0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7093.             'repoProdRef' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  7094.         ], [
  7095.             'repoProdRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  7096.         ]);
  7097.     }
  7098.     /**
  7099.      * Gets the private '.service_locator.d_XmiNT' shared service.
  7100.      *
  7101.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7102.      */
  7103.     protected function get_ServiceLocator_DXmiNTService()
  7104.     {
  7105.         return $this->privates['.service_locator.d_XmiNT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7106.             'ecoProductsReferencesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  7107.             'repoAttr' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository''getEcoAttributesRepositoryService'false],
  7108.         ], [
  7109.             'ecoProductsReferencesRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  7110.             'repoAttr' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository',
  7111.         ]);
  7112.     }
  7113.     /**
  7114.      * Gets the private '.service_locator.e3wCs9G' shared service.
  7115.      *
  7116.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7117.      */
  7118.     protected function get_ServiceLocator_E3wCs9GService()
  7119.     {
  7120.         return $this->privates['.service_locator.e3wCs9G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7121.             'api' => ['privates''Acme\\SudcmsBundle\\Service\\ApiService''getApiServiceService'false],
  7122.             'categorieRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CureCategorieRepository''getCureCategorieRepositoryService'false],
  7123.         ], [
  7124.             'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
  7125.             'categorieRepository' => 'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository',
  7126.         ]);
  7127.     }
  7128.     /**
  7129.      * Gets the private '.service_locator.eDzB7bW' shared service.
  7130.      *
  7131.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7132.      */
  7133.     protected function get_ServiceLocator_EDzB7bWService()
  7134.     {
  7135.         return $this->privates['.service_locator.eDzB7bW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7136.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  7137.             'repoTags' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository''getDocumentTagsRepositoryService'false],
  7138.         ], [
  7139.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  7140.             'repoTags' => 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository',
  7141.         ]);
  7142.     }
  7143.     /**
  7144.      * Gets the private '.service_locator.eEa23k5' shared service.
  7145.      *
  7146.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7147.      */
  7148.     protected function get_ServiceLocator_EEa23k5Service()
  7149.     {
  7150.         return $this->privates['.service_locator.eEa23k5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7151.             'ecoProductsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  7152.             'repoMarks' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoMarksRepository''getEcoMarksRepositoryService'false],
  7153.         ], [
  7154.             'ecoProductsRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  7155.             'repoMarks' => 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository',
  7156.         ]);
  7157.     }
  7158.     /**
  7159.      * Gets the private '.service_locator.eJR4Z4Z' shared service.
  7160.      *
  7161.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7162.      */
  7163.     protected function get_ServiceLocator_EJR4Z4ZService()
  7164.     {
  7165.         return $this->privates['.service_locator.eJR4Z4Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7166.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository''getEcoCategoriesRepositoryService'false],
  7167.             'repoDiscount' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository''getEcoDiscountRepositoryService'false],
  7168.             'repoDiscountCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoDiscountCategoriesRepository''getEcoDiscountCategoriesRepositoryService'false],
  7169.             'repoProduct' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  7170.         ], [
  7171.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
  7172.             'repoDiscount' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository',
  7173.             'repoDiscountCateg' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountCategoriesRepository',
  7174.             'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  7175.         ]);
  7176.     }
  7177.     /**
  7178.      * Gets the private '.service_locator.eNuwACV' shared service.
  7179.      *
  7180.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7181.      */
  7182.     protected function get_ServiceLocator_ENuwACVService()
  7183.     {
  7184.         return $this->privates['.service_locator.eNuwACV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7185.             'repoAgd' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogRepository''getCatalogRepositoryService'false],
  7186.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository''getCatalogCategsRepositoryService'false],
  7187.         ], [
  7188.             'repoAgd' => 'Acme\\SudcmsBundle\\Repository\\CatalogRepository',
  7189.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository',
  7190.         ]);
  7191.     }
  7192.     /**
  7193.      * Gets the private '.service_locator.emrJVm4' shared service.
  7194.      *
  7195.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7196.      */
  7197.     protected function get_ServiceLocator_EmrJVm4Service()
  7198.     {
  7199.         return $this->privates['.service_locator.emrJVm4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7200.             'repoCustomersAddresses' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository''getEcoCustomersAddressesRepositoryService'false],
  7201.         ], [
  7202.             'repoCustomersAddresses' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository',
  7203.         ]);
  7204.     }
  7205.     /**
  7206.      * Gets the private '.service_locator.eyQFafA' shared service.
  7207.      *
  7208.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7209.      */
  7210.     protected function get_ServiceLocator_EyQFafAService()
  7211.     {
  7212.         return $this->privates['.service_locator.eyQFafA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7213.             'ecoSettingsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository''getEcoSettingsRepositoryService'false],
  7214.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  7215.             'repoCategs' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository''getEcoCategoriesRepositoryService'false],
  7216.             'repoProduct' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  7217.             'repoRef' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  7218.         ], [
  7219.             'ecoSettingsRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository',
  7220.             'paginator' => '?',
  7221.             'repoCategs' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
  7222.             'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  7223.             'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  7224.         ]);
  7225.     }
  7226.     /**
  7227.      * Gets the private '.service_locator.fBZaO03' shared service.
  7228.      *
  7229.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7230.      */
  7231.     protected function get_ServiceLocator_FBZaO03Service()
  7232.     {
  7233.         return $this->privates['.service_locator.fBZaO03'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7234.             'pagesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\PagesRepository''getPagesRepositoryService'false],
  7235.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  7236.             'repoActu' => ['privates''Acme\\SudcmsBundle\\Repository\\ActualiteRepository''getActualiteRepositoryService'false],
  7237.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository''getActualiteCategsRepositoryService'false],
  7238.         ], [
  7239.             'pagesRepository' => 'Acme\\SudcmsBundle\\Repository\\PagesRepository',
  7240.             'paginator' => '?',
  7241.             'repoActu' => 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository',
  7242.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository',
  7243.         ]);
  7244.     }
  7245.     /**
  7246.      * Gets the private '.service_locator.fBoMzKa' shared service.
  7247.      *
  7248.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7249.      */
  7250.     protected function get_ServiceLocator_FBoMzKaService()
  7251.     {
  7252.         return $this->privates['.service_locator.fBoMzKa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7253.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository''getDocumentTagsRepositoryService'false],
  7254.         ], [
  7255.             'repo' => 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository',
  7256.         ]);
  7257.     }
  7258.     /**
  7259.      * Gets the private '.service_locator.feQmfUx' shared service.
  7260.      *
  7261.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7262.      */
  7263.     protected function get_ServiceLocator_FeQmfUxService()
  7264.     {
  7265.         return $this->privates['.service_locator.feQmfUx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7266.             'repoCustomers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  7267.             'repoTchat' => ['privates''Acme\\SudcmsBundle\\Repository\\TchatRepository''getTchatRepositoryService'false],
  7268.         ], [
  7269.             'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  7270.             'repoTchat' => 'Acme\\SudcmsBundle\\Repository\\TchatRepository',
  7271.         ]);
  7272.     }
  7273.     /**
  7274.      * Gets the private '.service_locator.ftX8zV6' shared service.
  7275.      *
  7276.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7277.      */
  7278.     protected function get_ServiceLocator_FtX8zV6Service()
  7279.     {
  7280.         return $this->privates['.service_locator.ftX8zV6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7281.             'repoAddressBook' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookRepository''getAddressBookRepositoryService'false],
  7282.             'repoAddressBookCategory' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository''getAddressBookCategoryRepositoryService'false],
  7283.             'repoAddressBookMedia' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository''getAddressBookMediaRepositoryService'false],
  7284.         ], [
  7285.             'repoAddressBook' => 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository',
  7286.             'repoAddressBookCategory' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
  7287.             'repoAddressBookMedia' => 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository',
  7288.         ]);
  7289.     }
  7290.     /**
  7291.      * Gets the private '.service_locator.fvEzm2S' shared service.
  7292.      *
  7293.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7294.      */
  7295.     protected function get_ServiceLocator_FvEzm2SService()
  7296.     {
  7297.         return $this->privates['.service_locator.fvEzm2S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7298.             'repoReseaux' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteReseauxRepository''getSiteReseauxRepositoryService'false],
  7299.         ], [
  7300.             'repoReseaux' => 'Acme\\SudcmsBundle\\Repository\\SiteReseauxRepository',
  7301.         ]);
  7302.     }
  7303.     /**
  7304.      * Gets the private '.service_locator.g3PpbLl' shared service.
  7305.      *
  7306.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7307.      */
  7308.     protected function get_ServiceLocator_G3PpbLlService()
  7309.     {
  7310.         return $this->privates['.service_locator.g3PpbLl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7311.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\FormSiteRepository''getFormSiteRepositoryService'false],
  7312.         ], [
  7313.             'repo' => 'Acme\\SudcmsBundle\\Repository\\FormSiteRepository',
  7314.         ]);
  7315.     }
  7316.     /**
  7317.      * Gets the private '.service_locator.g4WKUvj' shared service.
  7318.      *
  7319.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7320.      */
  7321.     protected function get_ServiceLocator_G4WKUvjService()
  7322.     {
  7323.         return $this->privates['.service_locator.g4WKUvj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7324.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  7325.             'repoLinkTags' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository''getDocumentLinkTagsRepositoryService'false],
  7326.             'repoTags' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository''getDocumentTagsRepositoryService'false],
  7327.         ], [
  7328.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  7329.             'repoLinkTags' => 'Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository',
  7330.             'repoTags' => 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository',
  7331.         ]);
  7332.     }
  7333.     /**
  7334.      * Gets the private '.service_locator.gHf5fP_' shared service.
  7335.      *
  7336.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7337.      */
  7338.     protected function get_ServiceLocator_GHf5fPService()
  7339.     {
  7340.         return $this->privates['.service_locator.gHf5fP_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7341.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  7342.             'security.event_dispatcher.admin' => ['privates''security.event_dispatcher.admin''getSecurity_EventDispatcher_AdminService'false],
  7343.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  7344.         ], [
  7345.             'event_dispatcher' => '?',
  7346.             'security.event_dispatcher.admin' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7347.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  7348.         ]);
  7349.     }
  7350.     /**
  7351.      * Gets the private '.service_locator.giXuPUV' shared service.
  7352.      *
  7353.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7354.      */
  7355.     protected function get_ServiceLocator_GiXuPUVService()
  7356.     {
  7357.         return $this->privates['.service_locator.giXuPUV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7358.             'coordRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository''getSiteCoordonneesRepositoryService'false],
  7359.             'ecoSettingsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository''getEcoSettingsRepositoryService'false],
  7360.             'params' => ['privates''parameter_bag''getParameterBagService'false],
  7361.         ], [
  7362.             'coordRepository' => 'Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository',
  7363.             'ecoSettingsRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository',
  7364.             'params' => '?',
  7365.         ]);
  7366.     }
  7367.     /**
  7368.      * Gets the private '.service_locator.h04RYGt' shared service.
  7369.      *
  7370.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7371.      */
  7372.     protected function get_ServiceLocator_H04RYGtService()
  7373.     {
  7374.         return $this->privates['.service_locator.h04RYGt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7375.             'appKernel' => ['services''kernel''getKernelService'false],
  7376.             'repoMess' => ['privates''Acme\\SudcmsBundle\\Repository\\TchatMessagesRepository''getTchatMessagesRepositoryService'false],
  7377.             'repoTchat' => ['privates''Acme\\SudcmsBundle\\Repository\\TchatRepository''getTchatRepositoryService'false],
  7378.         ], [
  7379.             'appKernel' => '?',
  7380.             'repoMess' => 'Acme\\SudcmsBundle\\Repository\\TchatMessagesRepository',
  7381.             'repoTchat' => 'Acme\\SudcmsBundle\\Repository\\TchatRepository',
  7382.         ]);
  7383.     }
  7384.     /**
  7385.      * Gets the private '.service_locator.h_fcfLP' shared service.
  7386.      *
  7387.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7388.      */
  7389.     protected function get_ServiceLocator_HFcfLPService()
  7390.     {
  7391.         return $this->privates['.service_locator.h_fcfLP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7392.             'autoPromoRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\AutopromoRepository''getAutopromoRepositoryService'false],
  7393.         ], [
  7394.             'autoPromoRepository' => 'Acme\\SudcmsBundle\\Repository\\AutopromoRepository',
  7395.         ]);
  7396.     }
  7397.     /**
  7398.      * Gets the private '.service_locator.huDKugI' shared service.
  7399.      *
  7400.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7401.      */
  7402.     protected function get_ServiceLocator_HuDKugIService()
  7403.     {
  7404.         return $this->privates['.service_locator.huDKugI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7405.             'repoAnnuaire' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookRepository''getAddressBookRepositoryService'false],
  7406.         ], [
  7407.             'repoAnnuaire' => 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository',
  7408.         ]);
  7409.     }
  7410.     /**
  7411.      * Gets the private '.service_locator.i2PnmtW' shared service.
  7412.      *
  7413.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7414.      */
  7415.     protected function get_ServiceLocator_I2PnmtWService()
  7416.     {
  7417.         return $this->privates['.service_locator.i2PnmtW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7418.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository''getAgendaCategsRepositoryService'false],
  7419.         ], [
  7420.             'repo' => 'Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository',
  7421.         ]);
  7422.     }
  7423.     /**
  7424.      * Gets the private '.service_locator.ikH9CWu' shared service.
  7425.      *
  7426.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7427.      */
  7428.     protected function get_ServiceLocator_IkH9CWuService()
  7429.     {
  7430.         return $this->privates['.service_locator.ikH9CWu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7431.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  7432.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository''getDocumentCategsRepositoryService'false],
  7433.             'repoDoc' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  7434.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  7435.         ], [
  7436.             'paginator' => '?',
  7437.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
  7438.             'repoDoc' => 'Acme\\SudcmsBundle\\Repository\\DocumentRepository',
  7439.             'security' => '?',
  7440.         ]);
  7441.     }
  7442.     /**
  7443.      * Gets the private '.service_locator.jL3ReLd' shared service.
  7444.      *
  7445.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7446.      */
  7447.     protected function get_ServiceLocator_JL3ReLdService()
  7448.     {
  7449.         return $this->privates['.service_locator.jL3ReLd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7450.             'repoMod' => ['privates''Acme\\SudcmsBundle\\Repository\\ModuleRepository''getModuleRepositoryService'false],
  7451.             'repoOpt' => ['privates''Acme\\SudcmsBundle\\Repository\\OptionsRepository''getOptionsRepositoryService'false],
  7452.         ], [
  7453.             'repoMod' => 'Acme\\SudcmsBundle\\Repository\\ModuleRepository',
  7454.             'repoOpt' => 'Acme\\SudcmsBundle\\Repository\\OptionsRepository',
  7455.         ]);
  7456.     }
  7457.     /**
  7458.      * Gets the private '.service_locator.jev2EZH' shared service.
  7459.      *
  7460.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7461.      */
  7462.     protected function get_ServiceLocator_Jev2EZHService()
  7463.     {
  7464.         return $this->privates['.service_locator.jev2EZH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7465.             'mailerService' => ['privates''Acme\\SudcmsBundle\\Service\\MailerService''getMailerServiceService'false],
  7466.             'repoRef' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository''getSiteReferencementRepositoryService'false],
  7467.             'users' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthUserRepository''getAuthUserRepositoryService'false],
  7468.         ], [
  7469.             'mailerService' => 'Acme\\SudcmsBundle\\Service\\MailerService',
  7470.             'repoRef' => 'Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository',
  7471.             'users' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
  7472.         ]);
  7473.     }
  7474.     /**
  7475.      * Gets the private '.service_locator.jfc1a7o' shared service.
  7476.      *
  7477.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7478.      */
  7479.     protected function get_ServiceLocator_Jfc1a7oService()
  7480.     {
  7481.         return $this->privates['.service_locator.jfc1a7o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7482.             'mailerService' => ['privates''Acme\\SudcmsBundle\\Service\\MailerService''getMailerServiceService'false],
  7483.             'users' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthUserRepository''getAuthUserRepositoryService'false],
  7484.         ], [
  7485.             'mailerService' => 'Acme\\SudcmsBundle\\Service\\MailerService',
  7486.             'users' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
  7487.         ]);
  7488.     }
  7489.     /**
  7490.      * Gets the private '.service_locator.jh5fKc_' shared service.
  7491.      *
  7492.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7493.      */
  7494.     protected function get_ServiceLocator_Jh5fKcService()
  7495.     {
  7496.         return $this->privates['.service_locator.jh5fKc_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7497.             'favProdRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository''getEcoCustomersFavoritesProdRepositoryService'false],
  7498.         ], [
  7499.             'favProdRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository',
  7500.         ]);
  7501.     }
  7502.     /**
  7503.      * Gets the private '.service_locator.k0ml9Qn' shared service.
  7504.      *
  7505.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7506.      */
  7507.     protected function get_ServiceLocator_K0ml9QnService()
  7508.     {
  7509.         return $this->privates['.service_locator.k0ml9Qn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7510.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  7511.             'repoAb' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookRepository''getAddressBookRepositoryService'false],
  7512.             'repoAbCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository''getAddressBookCategoryRepositoryService'false],
  7513.         ], [
  7514.             'paginator' => '?',
  7515.             'repoAb' => 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository',
  7516.             'repoAbCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
  7517.         ]);
  7518.     }
  7519.     /**
  7520.      * Gets the private '.service_locator.k0uPtKu' shared service.
  7521.      *
  7522.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7523.      */
  7524.     protected function get_ServiceLocator_K0uPtKuService()
  7525.     {
  7526.         return $this->privates['.service_locator.k0uPtKu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7527.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  7528.             'repoBundle' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsBundleRepository''getEcoProductsBundleRepositoryService'false],
  7529.         ], [
  7530.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  7531.             'repoBundle' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsBundleRepository',
  7532.         ]);
  7533.     }
  7534.     /**
  7535.      * Gets the private '.service_locator.lYvaYGo' shared service.
  7536.      *
  7537.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7538.      */
  7539.     protected function get_ServiceLocator_LYvaYGoService()
  7540.     {
  7541.         return $this->privates['.service_locator.lYvaYGo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7542.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  7543.             'repoCustomers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  7544.         ], [
  7545.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  7546.             'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  7547.         ]);
  7548.     }
  7549.     /**
  7550.      * Gets the private '.service_locator.mJcs0gj' shared service.
  7551.      *
  7552.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7553.      */
  7554.     protected function get_ServiceLocator_MJcs0gjService()
  7555.     {
  7556.         return $this->privates['.service_locator.mJcs0gj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7557.             'repoShipping' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository''getEcoShippingfeesRepositoryService'false],
  7558.         ], [
  7559.             'repoShipping' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository',
  7560.         ]);
  7561.     }
  7562.     /**
  7563.      * Gets the private '.service_locator.majt7i9' shared service.
  7564.      *
  7565.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7566.      */
  7567.     protected function get_ServiceLocator_Majt7i9Service()
  7568.     {
  7569.         return $this->privates['.service_locator.majt7i9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7570.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  7571.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository''getAddressBookCategoryRepositoryService'false],
  7572.         ], [
  7573.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  7574.             'repo' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
  7575.         ]);
  7576.     }
  7577.     /**
  7578.      * Gets the private '.service_locator.maklka0' shared service.
  7579.      *
  7580.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7581.      */
  7582.     protected function get_ServiceLocator_Maklka0Service()
  7583.     {
  7584.         return $this->privates['.service_locator.maklka0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7585.             'repoOrders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  7586.         ], [
  7587.             'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  7588.         ]);
  7589.     }
  7590.     /**
  7591.      * Gets the private '.service_locator.mgs1NVd' shared service.
  7592.      *
  7593.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7594.      */
  7595.     protected function get_ServiceLocator_Mgs1NVdService()
  7596.     {
  7597.         return $this->privates['.service_locator.mgs1NVd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7598.             'repoInvoices' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository''getEcoInvoicesRepositoryService'false],
  7599.             'repoOrders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  7600.             'repoRef' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  7601.             'repoShippingOrders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository''getEcoShippingOrdersRepositoryService'false],
  7602.         ], [
  7603.             'repoInvoices' => 'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository',
  7604.             'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  7605.             'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  7606.             'repoShippingOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository',
  7607.         ]);
  7608.     }
  7609.     /**
  7610.      * Gets the private '.service_locator.nk2MNGH' shared service.
  7611.      *
  7612.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7613.      */
  7614.     protected function get_ServiceLocator_Nk2MNGHService()
  7615.     {
  7616.         return $this->privates['.service_locator.nk2MNGH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7617.             'repoActu' => ['privates''Acme\\SudcmsBundle\\Repository\\ActualiteRepository''getActualiteRepositoryService'false],
  7618.             'repoBlocActus' => ['privates''Acme\\SudcmsBundle\\Repository\\PagesBlocsRepository''getPagesBlocsRepositoryService'false],
  7619.         ], [
  7620.             'repoActu' => 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository',
  7621.             'repoBlocActus' => 'Acme\\SudcmsBundle\\Repository\\PagesBlocsRepository',
  7622.         ]);
  7623.     }
  7624.     /**
  7625.      * Gets the private '.service_locator.o5km9mo' shared service.
  7626.      *
  7627.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7628.      */
  7629.     protected function get_ServiceLocator_O5km9moService()
  7630.     {
  7631.         return $this->privates['.service_locator.o5km9mo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7632.             'referencesRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  7633.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository''getEcoCategoriesRepositoryService'false],
  7634.             'repoLabels' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository''getEcoLabelsRepositoryService'false],
  7635.             'repoMarks' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoMarksRepository''getEcoMarksRepositoryService'false],
  7636.             'repoProdLabels' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository''getEcoProductsLabelsRepositoryService'false],
  7637.             'repoProduct' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  7638.             'repoProviders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository''getEcoProvidersRepositoryService'false],
  7639.         ], [
  7640.             'referencesRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  7641.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
  7642.             'repoLabels' => 'Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository',
  7643.             'repoMarks' => 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository',
  7644.             'repoProdLabels' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository',
  7645.             'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  7646.             'repoProviders' => 'Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository',
  7647.         ]);
  7648.     }
  7649.     /**
  7650.      * Gets the private '.service_locator.oNd05M.' shared service.
  7651.      *
  7652.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7653.      */
  7654.     protected function get_ServiceLocator_ONd05M_Service()
  7655.     {
  7656.         return $this->privates['.service_locator.oNd05M.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7657.             'repoMarks' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoMarksRepository''getEcoMarksRepositoryService'false],
  7658.         ], [
  7659.             'repoMarks' => 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository',
  7660.         ]);
  7661.     }
  7662.     /**
  7663.      * Gets the private '.service_locator.oRl7fCJ' shared service.
  7664.      *
  7665.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7666.      */
  7667.     protected function get_ServiceLocator_ORl7fCJService()
  7668.     {
  7669.         return $this->privates['.service_locator.oRl7fCJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7670.             'repoDiscount' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository''getEcoDiscountRepositoryService'false],
  7671.         ], [
  7672.             'repoDiscount' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository',
  7673.         ]);
  7674.     }
  7675.     /**
  7676.      * Gets the private '.service_locator.ocPBAfk' shared service.
  7677.      *
  7678.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7679.      */
  7680.     protected function get_ServiceLocator_OcPBAfkService()
  7681.     {
  7682.         return $this->privates['.service_locator.ocPBAfk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7683.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  7684.             'repoLangues' => ['privates''Acme\\SudcmsBundle\\Repository\\LanguageRepository''getLanguageRepositoryService'false],
  7685.         ], [
  7686.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  7687.             'repoLangues' => 'Acme\\SudcmsBundle\\Repository\\LanguageRepository',
  7688.         ]);
  7689.     }
  7690.     /**
  7691.      * Gets the private '.service_locator.ologSxD' shared service.
  7692.      *
  7693.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7694.      */
  7695.     protected function get_ServiceLocator_OlogSxDService()
  7696.     {
  7697.         return $this->privates['.service_locator.ologSxD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7698.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  7699.             'modRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\ModuleRepository''getModuleRepositoryService'false],
  7700.         ], [
  7701.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  7702.             'modRepository' => 'Acme\\SudcmsBundle\\Repository\\ModuleRepository',
  7703.         ]);
  7704.     }
  7705.     /**
  7706.      * Gets the private '.service_locator.p.ZagAN' shared service.
  7707.      *
  7708.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7709.      */
  7710.     protected function get_ServiceLocator_P_ZagANService()
  7711.     {
  7712.         return $this->privates['.service_locator.p.ZagAN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7713.             'repoConfig' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentConfigRepository''getDocumentConfigRepositoryService'false],
  7714.         ], [
  7715.             'repoConfig' => 'Acme\\SudcmsBundle\\Repository\\DocumentConfigRepository',
  7716.         ]);
  7717.     }
  7718.     /**
  7719.      * Gets the private '.service_locator.p2JJhzI' shared service.
  7720.      *
  7721.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7722.      */
  7723.     protected function get_ServiceLocator_P2JJhzIService()
  7724.     {
  7725.         return $this->privates['.service_locator.p2JJhzI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7726.             'api' => ['privates''Acme\\SudcmsBundle\\Service\\ApiService''getApiServiceService'false],
  7727.             'catalogCategsRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository''getCatalogCategsRepositoryService'false],
  7728.             'catalogRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogRepository''getCatalogRepositoryService'false],
  7729.         ], [
  7730.             'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
  7731.             'catalogCategsRepository' => 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository',
  7732.             'catalogRepository' => 'Acme\\SudcmsBundle\\Repository\\CatalogRepository',
  7733.         ]);
  7734.     }
  7735.     /**
  7736.      * Gets the private '.service_locator.p3u_jxu' shared service.
  7737.      *
  7738.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7739.      */
  7740.     protected function get_ServiceLocator_P3uJxuService()
  7741.     {
  7742.         return $this->privates['.service_locator.p3u_jxu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7743.             'api' => ['privates''Acme\\SudcmsBundle\\Service\\ApiService''getApiServiceService'false],
  7744.             'ecoCustomersRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  7745.             'passwordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  7746.         ], [
  7747.             'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
  7748.             'ecoCustomersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  7749.             'passwordHasher' => '?',
  7750.         ]);
  7751.     }
  7752.     /**
  7753.      * Gets the private '.service_locator.pgDIK6B' shared service.
  7754.      *
  7755.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7756.      */
  7757.     protected function get_ServiceLocator_PgDIK6BService()
  7758.     {
  7759.         return $this->privates['.service_locator.pgDIK6B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7760.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  7761.             'planningRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository''getEcoPlanningRepositoryService'false],
  7762.         ], [
  7763.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  7764.             'planningRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository',
  7765.         ]);
  7766.     }
  7767.     /**
  7768.      * Gets the private '.service_locator.poshs.G' shared service.
  7769.      *
  7770.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7771.      */
  7772.     protected function get_ServiceLocator_Poshs_GService()
  7773.     {
  7774.         return $this->privates['.service_locator.poshs.G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7775.             'api' => ['privates''Acme\\SudcmsBundle\\Service\\ApiService''getApiServiceService'false],
  7776.             'basketService' => ['privates''Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService''getBasketServiceService'false],
  7777.             'customersRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  7778.             'repoAddress' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository''getEcoCustomersAddressesRepositoryService'false],
  7779.             'repoDiscount' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository''getEcoDiscountRepositoryService'false],
  7780.             'repoOrder' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  7781.         ], [
  7782.             'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
  7783.             'basketService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService',
  7784.             'customersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  7785.             'repoAddress' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository',
  7786.             'repoDiscount' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository',
  7787.             'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  7788.         ]);
  7789.     }
  7790.     /**
  7791.      * Gets the private '.service_locator.ppeffFd' shared service.
  7792.      *
  7793.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7794.      */
  7795.     protected function get_ServiceLocator_PpeffFdService()
  7796.     {
  7797.         return $this->privates['.service_locator.ppeffFd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7798.             'appKernel' => ['services''kernel''getKernelService'false],
  7799.             'repoInvoices' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository''getEcoInvoicesRepositoryService'false],
  7800.             'repoOrders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  7801.         ], [
  7802.             'appKernel' => '?',
  7803.             'repoInvoices' => 'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository',
  7804.             'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  7805.         ]);
  7806.     }
  7807.     /**
  7808.      * Gets the private '.service_locator.pwZ6MTM' shared service.
  7809.      *
  7810.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7811.      */
  7812.     protected function get_ServiceLocator_PwZ6MTMService()
  7813.     {
  7814.         return $this->privates['.service_locator.pwZ6MTM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7815.             'passwordEncoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  7816.         ], [
  7817.             'passwordEncoder' => '?',
  7818.         ]);
  7819.     }
  7820.     /**
  7821.      * Gets the private '.service_locator.pyoAt8c' shared service.
  7822.      *
  7823.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7824.      */
  7825.     protected function get_ServiceLocator_PyoAt8cService()
  7826.     {
  7827.         return $this->privates['.service_locator.pyoAt8c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7828.             'basketService' => ['privates''Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService''getBasketServiceService'false],
  7829.         ], [
  7830.             'basketService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService',
  7831.         ]);
  7832.     }
  7833.     /**
  7834.      * Gets the private '.service_locator.q6xBJBM' shared service.
  7835.      *
  7836.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7837.      */
  7838.     protected function get_ServiceLocator_Q6xBJBMService()
  7839.     {
  7840.         return $this->privates['.service_locator.q6xBJBM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7841.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\FormSiteRepository''getFormSiteRepositoryService'false],
  7842.             'repoAddress' => ['privates''Acme\\SudcmsBundle\\Repository\\FormAdressesRepository''getFormAdressesRepositoryService'false],
  7843.         ], [
  7844.             'repo' => 'Acme\\SudcmsBundle\\Repository\\FormSiteRepository',
  7845.             'repoAddress' => 'Acme\\SudcmsBundle\\Repository\\FormAdressesRepository',
  7846.         ]);
  7847.     }
  7848.     /**
  7849.      * Gets the private '.service_locator.qPfhSwI' shared service.
  7850.      *
  7851.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7852.      */
  7853.     protected function get_ServiceLocator_QPfhSwIService()
  7854.     {
  7855.         return $this->privates['.service_locator.qPfhSwI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7856.             'repoAbCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository''getAddressBookCategoryRepositoryService'false],
  7857.         ], [
  7858.             'repoAbCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
  7859.         ]);
  7860.     }
  7861.     /**
  7862.      * Gets the private '.service_locator.qmz.gka' shared service.
  7863.      *
  7864.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7865.      */
  7866.     protected function get_ServiceLocator_Qmz_GkaService()
  7867.     {
  7868.         return $this->privates['.service_locator.qmz.gka'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7869.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\AutopromoRepository''getAutopromoRepositoryService'false],
  7870.         ], [
  7871.             'repo' => 'Acme\\SudcmsBundle\\Repository\\AutopromoRepository',
  7872.         ]);
  7873.     }
  7874.     /**
  7875.      * Gets the private '.service_locator.qxWSnnm' shared service.
  7876.      *
  7877.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7878.      */
  7879.     protected function get_ServiceLocator_QxWSnnmService()
  7880.     {
  7881.         return $this->privates['.service_locator.qxWSnnm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7882.             'repoCarriers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository''getEcoShippingCarriersRepositoryService'false],
  7883.         ], [
  7884.             'repoCarriers' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository',
  7885.         ]);
  7886.     }
  7887.     /**
  7888.      * Gets the private '.service_locator.qyKBtFx' shared service.
  7889.      *
  7890.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7891.      */
  7892.     protected function get_ServiceLocator_QyKBtFxService()
  7893.     {
  7894.         return $this->privates['.service_locator.qyKBtFx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7895.             'repoProducts' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository''getEcoOrdersProductsRepositoryService'false],
  7896.         ], [
  7897.             'repoProducts' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository',
  7898.         ]);
  7899.     }
  7900.     /**
  7901.      * Gets the private '.service_locator.r7wMxg1' shared service.
  7902.      *
  7903.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7904.      */
  7905.     protected function get_ServiceLocator_R7wMxg1Service()
  7906.     {
  7907.         return $this->privates['.service_locator.r7wMxg1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7908.             'repoOrders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  7909.             'repoProdRef' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  7910.             'repoProduct' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  7911.         ], [
  7912.             'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  7913.             'repoProdRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  7914.             'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  7915.         ]);
  7916.     }
  7917.     /**
  7918.      * Gets the private '.service_locator.r9pF1p_' shared service.
  7919.      *
  7920.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7921.      */
  7922.     protected function get_ServiceLocator_R9pF1pService()
  7923.     {
  7924.         return $this->privates['.service_locator.r9pF1p_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7925.             'repoMod' => ['privates''Acme\\SudcmsBundle\\Repository\\ModuleRepository''getModuleRepositoryService'false],
  7926.             'repoOpt' => ['privates''Acme\\SudcmsBundle\\Repository\\OptionsRepository''getOptionsRepositoryService'false],
  7927.             'repoUser' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthUserRepository''getAuthUserRepositoryService'false],
  7928.         ], [
  7929.             'repoMod' => 'Acme\\SudcmsBundle\\Repository\\ModuleRepository',
  7930.             'repoOpt' => 'Acme\\SudcmsBundle\\Repository\\OptionsRepository',
  7931.             'repoUser' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
  7932.         ]);
  7933.     }
  7934.     /**
  7935.      * Gets the private '.service_locator.rfiQQyp' shared service.
  7936.      *
  7937.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7938.      */
  7939.     protected function get_ServiceLocator_RfiQQypService()
  7940.     {
  7941.         return $this->privates['.service_locator.rfiQQyp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7942.             'repoCarriers' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository''getEcoShippingCarriersRepositoryService'false],
  7943.             'repoCountry' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository''getEcoShippingfeesCountryRepositoryService'false],
  7944.             'repoCustomer' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  7945.             'repoDiscountOrders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoDiscountOrdersRepository''getEcoDiscountOrdersRepositoryService'false],
  7946.             'repoEcoSettings' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository''getEcoSettingsRepositoryService'false],
  7947.             'repoInvoices' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository''getEcoInvoicesRepositoryService'false],
  7948.             'repoOrder' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  7949.             'repoRef' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  7950.             'repoShip' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository''getEcoShippingOrdersRepositoryService'false],
  7951.         ], [
  7952.             'repoCarriers' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository',
  7953.             'repoCountry' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository',
  7954.             'repoCustomer' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  7955.             'repoDiscountOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountOrdersRepository',
  7956.             'repoEcoSettings' => 'Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository',
  7957.             'repoInvoices' => 'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository',
  7958.             'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  7959.             'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  7960.             'repoShip' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository',
  7961.         ]);
  7962.     }
  7963.     /**
  7964.      * Gets the private '.service_locator.s0aQVV_' shared service.
  7965.      *
  7966.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7967.      */
  7968.     protected function get_ServiceLocator_S0aQVVService()
  7969.     {
  7970.         return $this->privates['.service_locator.s0aQVV_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7971.             'repoOpt' => ['privates''Acme\\SudcmsBundle\\Repository\\OptionsRepository''getOptionsRepositoryService'false],
  7972.             'repoRef' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository''getSiteReferencementRepositoryService'false],
  7973.         ], [
  7974.             'repoOpt' => 'Acme\\SudcmsBundle\\Repository\\OptionsRepository',
  7975.             'repoRef' => 'Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository',
  7976.         ]);
  7977.     }
  7978.     /**
  7979.      * Gets the private '.service_locator.sFxeuFi' shared service.
  7980.      *
  7981.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7982.      */
  7983.     protected function get_ServiceLocator_SFxeuFiService()
  7984.     {
  7985.         return $this->privates['.service_locator.sFxeuFi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7986.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  7987.             'repoModule' => ['privates''Acme\\SudcmsBundle\\Repository\\ModuleRepository''getModuleRepositoryService'false],
  7988.             'repoSite' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteRepository''getSiteRepositoryService'false],
  7989.             'repoSiteModule' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteModuleRepository''getSiteModuleRepositoryService'false],
  7990.             'siteLang' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteLangRepository''getSiteLangRepositoryService'false],
  7991.         ], [
  7992.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  7993.             'repoModule' => 'Acme\\SudcmsBundle\\Repository\\ModuleRepository',
  7994.             'repoSite' => 'Acme\\SudcmsBundle\\Repository\\SiteRepository',
  7995.             'repoSiteModule' => 'Acme\\SudcmsBundle\\Repository\\SiteModuleRepository',
  7996.             'siteLang' => 'Acme\\SudcmsBundle\\Repository\\SiteLangRepository',
  7997.         ]);
  7998.     }
  7999.     /**
  8000.      * Gets the private '.service_locator.sHnA6c9' shared service.
  8001.      *
  8002.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8003.      */
  8004.     protected function get_ServiceLocator_SHnA6c9Service()
  8005.     {
  8006.         return $this->privates['.service_locator.sHnA6c9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8007.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  8008.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository''getAgendaCategsRepositoryService'false],
  8009.         ], [
  8010.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  8011.             'repo' => 'Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository',
  8012.         ]);
  8013.     }
  8014.     /**
  8015.      * Gets the private '.service_locator.saObABm' shared service.
  8016.      *
  8017.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8018.      */
  8019.     protected function get_ServiceLocator_SaObABmService()
  8020.     {
  8021.         return $this->privates['.service_locator.saObABm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8022.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\FlashMessageRepository''getFlashMessageRepositoryService'false],
  8023.         ], [
  8024.             'repo' => 'Acme\\SudcmsBundle\\Repository\\FlashMessageRepository',
  8025.         ]);
  8026.     }
  8027.     /**
  8028.      * Gets the private '.service_locator.slfJhNU' shared service.
  8029.      *
  8030.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8031.      */
  8032.     protected function get_ServiceLocator_SlfJhNUService()
  8033.     {
  8034.         return $this->privates['.service_locator.slfJhNU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8035.             'ecoCustomersRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  8036.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  8037.             'mailer' => ['privates''Acme\\SudcmsBundle\\Service\\MailerService''getMailerServiceService'false],
  8038.             'planningRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository''getEcoPlanningRepositoryService'false],
  8039.         ], [
  8040.             'ecoCustomersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  8041.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  8042.             'mailer' => 'Acme\\SudcmsBundle\\Service\\MailerService',
  8043.             'planningRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository',
  8044.         ]);
  8045.     }
  8046.     /**
  8047.      * Gets the private '.service_locator.suetaYj' shared service.
  8048.      *
  8049.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8050.      */
  8051.     protected function get_ServiceLocator_SuetaYjService()
  8052.     {
  8053.         return $this->privates['.service_locator.suetaYj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8054.             'api' => ['privates''Acme\\SudcmsBundle\\Service\\ApiService''getApiServiceService'false],
  8055.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\CureCategorieRepository''getCureCategorieRepositoryService'false],
  8056.             'repoCure' => ['privates''Acme\\SudcmsBundle\\Repository\\CureRepository''getCureRepositoryService'false],
  8057.         ], [
  8058.             'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
  8059.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository',
  8060.             'repoCure' => 'Acme\\SudcmsBundle\\Repository\\CureRepository',
  8061.         ]);
  8062.     }
  8063.     /**
  8064.      * Gets the private '.service_locator.t6_3Sp2' shared service.
  8065.      *
  8066.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8067.      */
  8068.     protected function get_ServiceLocator_T63Sp2Service()
  8069.     {
  8070.         return $this->privates['.service_locator.t6_3Sp2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8071.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository''getAddressBookCategoryRepositoryService'false],
  8072.         ], [
  8073.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
  8074.         ]);
  8075.     }
  8076.     /**
  8077.      * Gets the private '.service_locator.tE5.8Ej' shared service.
  8078.      *
  8079.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8080.      */
  8081.     protected function get_ServiceLocator_TE5_8EjService()
  8082.     {
  8083.         return $this->privates['.service_locator.tE5.8Ej'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8084.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository''getActualiteCategsRepositoryService'false],
  8085.         ], [
  8086.             'repo' => 'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository',
  8087.         ]);
  8088.     }
  8089.     /**
  8090.      * Gets the private '.service_locator.tdcn7ZB' shared service.
  8091.      *
  8092.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8093.      */
  8094.     protected function get_ServiceLocator_Tdcn7ZBService()
  8095.     {
  8096.         return $this->privates['.service_locator.tdcn7ZB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8097.             'repoAgd' => ['privates''Acme\\SudcmsBundle\\Repository\\AgendaRepository''getAgendaRepositoryService'false],
  8098.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository''getAgendaCategsRepositoryService'false],
  8099.         ], [
  8100.             'repoAgd' => 'Acme\\SudcmsBundle\\Repository\\AgendaRepository',
  8101.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository',
  8102.         ]);
  8103.     }
  8104.     /**
  8105.      * Gets the private '.service_locator.to90PI8' shared service.
  8106.      *
  8107.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8108.      */
  8109.     protected function get_ServiceLocator_To90PI8Service()
  8110.     {
  8111.         return $this->privates['.service_locator.to90PI8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8112.             'formService' => ['privates''Acme\\SudcmsBundle\\Service\\FormBuilderService''getFormBuilderServiceService'false],
  8113.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\FormSiteRepository''getFormSiteRepositoryService'false],
  8114.             'slugger' => ['privates''slugger''getSluggerService'false],
  8115.         ], [
  8116.             'formService' => 'Acme\\SudcmsBundle\\Service\\FormBuilderService',
  8117.             'repo' => 'Acme\\SudcmsBundle\\Repository\\FormSiteRepository',
  8118.             'slugger' => '?',
  8119.         ]);
  8120.     }
  8121.     /**
  8122.      * Gets the private '.service_locator.u59_MoX' shared service.
  8123.      *
  8124.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8125.      */
  8126.     protected function get_ServiceLocator_U59MoXService()
  8127.     {
  8128.         return $this->privates['.service_locator.u59_MoX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8129.             'repoDoc' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentRepository''getDocumentRepositoryService'false],
  8130.             'urlizer' => ['privates''Acme\\SudcmsBundle\\Service\\UrlizerService''getUrlizerServiceService'false],
  8131.             'utils' => ['privates''Acme\\SudcmsBundle\\Service\\OtideaUtils''getOtideaUtilsService'false],
  8132.         ], [
  8133.             'repoDoc' => 'Acme\\SudcmsBundle\\Repository\\DocumentRepository',
  8134.             'urlizer' => 'Acme\\SudcmsBundle\\Service\\UrlizerService',
  8135.             'utils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
  8136.         ]);
  8137.     }
  8138.     /**
  8139.      * Gets the private '.service_locator.uQBtTVY' shared service.
  8140.      *
  8141.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8142.      */
  8143.     protected function get_ServiceLocator_UQBtTVYService()
  8144.     {
  8145.         return $this->privates['.service_locator.uQBtTVY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8146.             'brevoService' => ['privates''Acme\\SudcmsBundle\\Service\\BrevoService''getBrevoServiceService'false],
  8147.         ], [
  8148.             'brevoService' => 'Acme\\SudcmsBundle\\Service\\BrevoService',
  8149.         ]);
  8150.     }
  8151.     /**
  8152.      * Gets the private '.service_locator.upia77E' shared service.
  8153.      *
  8154.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8155.      */
  8156.     protected function get_ServiceLocator_Upia77EService()
  8157.     {
  8158.         return $this->privates['.service_locator.upia77E'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8159.             'appKernel' => ['services''kernel''getKernelService'false],
  8160.         ], [
  8161.             'appKernel' => '?',
  8162.         ]);
  8163.     }
  8164.     /**
  8165.      * Gets the private '.service_locator.vB7nj0_' shared service.
  8166.      *
  8167.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8168.      */
  8169.     protected function get_ServiceLocator_VB7nj0Service()
  8170.     {
  8171.         return $this->privates['.service_locator.vB7nj0_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8172.             'repoOrders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  8173.             'repoOrdersProd' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository''getEcoOrdersProductsRepositoryService'false],
  8174.             'repoProdRef' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository''getEcoProductsReferencesRepositoryService'false],
  8175.         ], [
  8176.             'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  8177.             'repoOrdersProd' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository',
  8178.             'repoProdRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
  8179.         ]);
  8180.     }
  8181.     /**
  8182.      * Gets the private '.service_locator.vIAzILW' shared service.
  8183.      *
  8184.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8185.      */
  8186.     protected function get_ServiceLocator_VIAzILWService()
  8187.     {
  8188.         return $this->privates['.service_locator.vIAzILW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8189.             'repoAddress' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository''getEcoCustomersAddressesRepositoryService'false],
  8190.             'repoCountry' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository''getEcoShippingfeesCountryRepositoryService'false],
  8191.             'repoCustomer' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  8192.         ], [
  8193.             'repoAddress' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository',
  8194.             'repoCountry' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository',
  8195.             'repoCustomer' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  8196.         ]);
  8197.     }
  8198.     /**
  8199.      * Gets the private '.service_locator.wA2VyVv' shared service.
  8200.      *
  8201.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8202.      */
  8203.     protected function get_ServiceLocator_WA2VyVvService()
  8204.     {
  8205.         return $this->privates['.service_locator.wA2VyVv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8206.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  8207.         ], [
  8208.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  8209.         ]);
  8210.     }
  8211.     /**
  8212.      * Gets the private '.service_locator.wV06.1Y' shared service.
  8213.      *
  8214.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8215.      */
  8216.     protected function get_ServiceLocator_WV06_1YService()
  8217.     {
  8218.         return $this->privates['.service_locator.wV06.1Y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8219.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository''getCatalogCategsRepositoryService'false],
  8220.         ], [
  8221.             'repo' => 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository',
  8222.         ]);
  8223.     }
  8224.     /**
  8225.      * Gets the private '.service_locator.wq.3aDh' shared service.
  8226.      *
  8227.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8228.      */
  8229.     protected function get_ServiceLocator_Wq_3aDhService()
  8230.     {
  8231.         return $this->privates['.service_locator.wq.3aDh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8232.             'repoLinkTags' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository''getDocumentLinkTagsRepositoryService'false],
  8233.         ], [
  8234.             'repoLinkTags' => 'Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository',
  8235.         ]);
  8236.     }
  8237.     /**
  8238.      * Gets the private '.service_locator.wucYR.F' shared service.
  8239.      *
  8240.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8241.      */
  8242.     protected function get_ServiceLocator_WucYR_FService()
  8243.     {
  8244.         return $this->privates['.service_locator.wucYR.F'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8245.             'repoMark' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoMarksRepository''getEcoMarksRepositoryService'false],
  8246.         ], [
  8247.             'repoMark' => 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository',
  8248.         ]);
  8249.     }
  8250.     /**
  8251.      * Gets the private '.service_locator.x2pffqE' shared service.
  8252.      *
  8253.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8254.      */
  8255.     protected function get_ServiceLocator_X2pffqEService()
  8256.     {
  8257.         return $this->privates['.service_locator.x2pffqE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8258.             'repo' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository''getDocumentCategsRepositoryService'false],
  8259.             'repoAuthGroup' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthGroupRepository''getAuthGroupRepositoryService'false],
  8260.         ], [
  8261.             'repo' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
  8262.             'repoAuthGroup' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository',
  8263.         ]);
  8264.     }
  8265.     /**
  8266.      * Gets the private '.service_locator.xXi.g7M' shared service.
  8267.      *
  8268.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8269.      */
  8270.     protected function get_ServiceLocator_XXi_G7MService()
  8271.     {
  8272.         return $this->privates['.service_locator.xXi.g7M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8273.             'autoPromoRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\AutopromoRepository''getAutopromoRepositoryService'false],
  8274.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  8275.         ], [
  8276.             'autoPromoRepository' => 'Acme\\SudcmsBundle\\Repository\\AutopromoRepository',
  8277.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  8278.         ]);
  8279.     }
  8280.     /**
  8281.      * Gets the private '.service_locator.xYjzVVL' shared service.
  8282.      *
  8283.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8284.      */
  8285.     protected function get_ServiceLocator_XYjzVVLService()
  8286.     {
  8287.         return $this->privates['.service_locator.xYjzVVL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8288.             'paybox' => ['privates''Acme\\SudcmsBundle\\Service\\Payment\\PayboxService''getPayboxServiceService'false],
  8289.             'repoOrders' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository''getEcoOrdersRepositoryService'false],
  8290.         ], [
  8291.             'paybox' => 'Acme\\SudcmsBundle\\Service\\Payment\\PayboxService',
  8292.             'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
  8293.         ]);
  8294.     }
  8295.     /**
  8296.      * Gets the private '.service_locator.xbvMKZc' shared service.
  8297.      *
  8298.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8299.      */
  8300.     protected function get_ServiceLocator_XbvMKZcService()
  8301.     {
  8302.         return $this->privates['.service_locator.xbvMKZc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8303.             'cureOrderRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CureOrderRepository''getCureOrderRepositoryService'false],
  8304.         ], [
  8305.             'cureOrderRepository' => 'Acme\\SudcmsBundle\\Repository\\CureOrderRepository',
  8306.         ]);
  8307.     }
  8308.     /**
  8309.      * Gets the private '.service_locator.xd_iSmB' shared service.
  8310.      *
  8311.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8312.      */
  8313.     protected function get_ServiceLocator_XdISmBService()
  8314.     {
  8315.         return $this->privates['.service_locator.xd_iSmB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8316.             'repoTags' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository''getDocumentTagsRepositoryService'false],
  8317.         ], [
  8318.             'repoTags' => 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository',
  8319.         ]);
  8320.     }
  8321.     /**
  8322.      * Gets the private '.service_locator.xfs5s9O' shared service.
  8323.      *
  8324.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8325.      */
  8326.     protected function get_ServiceLocator_Xfs5s9OService()
  8327.     {
  8328.         return $this->privates['.service_locator.xfs5s9O'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8329.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  8330.             'repoAuthUser' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthUserRepository''getAuthUserRepositoryService'false],
  8331.             'repoCountry' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository''getEcoShippingfeesCountryRepositoryService'false],
  8332.         ], [
  8333.             'authenticationUtils' => '?',
  8334.             'repoAuthUser' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
  8335.             'repoCountry' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository',
  8336.         ]);
  8337.     }
  8338.     /**
  8339.      * Gets the private '.service_locator.xzAFfs6' shared service.
  8340.      *
  8341.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8342.      */
  8343.     protected function get_ServiceLocator_XzAFfs6Service()
  8344.     {
  8345.         return $this->privates['.service_locator.xzAFfs6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8346.             'passwordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  8347.             'repoAuthUser' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthUserRepository''getAuthUserRepositoryService'false],
  8348.         ], [
  8349.             'passwordHasher' => '?',
  8350.             'repoAuthUser' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
  8351.         ]);
  8352.     }
  8353.     /**
  8354.      * Gets the private '.service_locator.yECt5pp' shared service.
  8355.      *
  8356.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8357.      */
  8358.     protected function get_ServiceLocator_YECt5ppService()
  8359.     {
  8360.         return $this->privates['.service_locator.yECt5pp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8361.             'repoAnnuaire' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookRepository''getAddressBookRepositoryService'false],
  8362.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository''getAddressBookCategoryRepositoryService'false],
  8363.             'repoMedia' => ['privates''Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository''getAddressBookMediaRepositoryService'false],
  8364.         ], [
  8365.             'repoAnnuaire' => 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository',
  8366.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
  8367.             'repoMedia' => 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository',
  8368.         ]);
  8369.     }
  8370.     /**
  8371.      * Gets the private '.service_locator.yLkgVSs' shared service.
  8372.      *
  8373.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8374.      */
  8375.     protected function get_ServiceLocator_YLkgVSsService()
  8376.     {
  8377.         return $this->privates['.service_locator.yLkgVSs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8378.             'customersRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository''getEcoCustomersRepositoryService'false],
  8379.             'planningRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository''getEcoPlanningRepositoryService'false],
  8380.         ], [
  8381.             'customersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
  8382.             'planningRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository',
  8383.         ]);
  8384.     }
  8385.     /**
  8386.      * Gets the private '.service_locator.yZvClaH' shared service.
  8387.      *
  8388.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8389.      */
  8390.     protected function get_ServiceLocator_YZvClaHService()
  8391.     {
  8392.         return $this->privates['.service_locator.yZvClaH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8393.             'repoInvoices' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository''getEcoInvoicesRepositoryService'false],
  8394.         ], [
  8395.             'repoInvoices' => 'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository',
  8396.         ]);
  8397.     }
  8398.     /**
  8399.      * Gets the private '.service_locator.ycYrg9z' shared service.
  8400.      *
  8401.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8402.      */
  8403.     protected function get_ServiceLocator_YcYrg9zService()
  8404.     {
  8405.         return $this->privates['.service_locator.ycYrg9z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8406.             'autopromoRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\AutopromoRepository''getAutopromoRepositoryService'false],
  8407.             'flashMessage' => ['privates''Acme\\SudcmsBundle\\Repository\\FlashMessageRepository''getFlashMessageRepositoryService'false],
  8408.             'otideaUtils' => ['privates''Acme\\SudcmsBundle\\Service\\OtideaUtils''getOtideaUtilsService'false],
  8409.             'repoAccRef' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository''getSiteReferencementRepositoryService'false],
  8410.             'repoActu' => ['privates''Acme\\SudcmsBundle\\Repository\\ActualiteRepository''getActualiteRepositoryService'false],
  8411.             'repoCatalog' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogRepository''getCatalogRepositoryService'false],
  8412.             'repoProd' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoProductsRepository''getEcoProductsRepositoryService'false],
  8413.             'siteRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\SiteRepository''getSiteRepositoryService'false],
  8414.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8415.         ], [
  8416.             'autopromoRepository' => 'Acme\\SudcmsBundle\\Repository\\AutopromoRepository',
  8417.             'flashMessage' => 'Acme\\SudcmsBundle\\Repository\\FlashMessageRepository',
  8418.             'otideaUtils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
  8419.             'repoAccRef' => 'Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository',
  8420.             'repoActu' => 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository',
  8421.             'repoCatalog' => 'Acme\\SudcmsBundle\\Repository\\CatalogRepository',
  8422.             'repoProd' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
  8423.             'siteRepository' => 'Acme\\SudcmsBundle\\Repository\\SiteRepository',
  8424.             'twig' => '?',
  8425.         ]);
  8426.     }
  8427.     /**
  8428.      * Gets the private '.service_locator.z3.0osA' shared service.
  8429.      *
  8430.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8431.      */
  8432.     protected function get_ServiceLocator_Z3_0osAService()
  8433.     {
  8434.         return $this->privates['.service_locator.z3.0osA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8435.             'repoOrdersProducts' => ['privates''Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository''getEcoOrdersProductsRepositoryService'false],
  8436.         ], [
  8437.             'repoOrdersProducts' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository',
  8438.         ]);
  8439.     }
  8440.     /**
  8441.      * Gets the private '.service_locator.zNqJdWs' shared service.
  8442.      *
  8443.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8444.      */
  8445.     protected function get_ServiceLocator_ZNqJdWsService()
  8446.     {
  8447.         return $this->privates['.service_locator.zNqJdWs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8448.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  8449.             'repoCatalog' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogRepository''getCatalogRepositoryService'false],
  8450.             'repoCateg' => ['privates''Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository''getCatalogCategsRepositoryService'false],
  8451.             'repoPages' => ['privates''Acme\\SudcmsBundle\\Repository\\PagesRepository''getPagesRepositoryService'false],
  8452.         ], [
  8453.             'paginator' => '?',
  8454.             'repoCatalog' => 'Acme\\SudcmsBundle\\Repository\\CatalogRepository',
  8455.             'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository',
  8456.             'repoPages' => 'Acme\\SudcmsBundle\\Repository\\PagesRepository',
  8457.         ]);
  8458.     }
  8459.     /**
  8460.      * Gets the private '.service_locator.zWGzXqJ' shared service.
  8461.      *
  8462.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8463.      */
  8464.     protected function get_ServiceLocator_ZWGzXqJService()
  8465.     {
  8466.         return $this->privates['.service_locator.zWGzXqJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8467.             'cureProductOrderRepository' => ['privates''Acme\\SudcmsBundle\\Repository\\CureProductOrderRepository''getCureProductOrderRepositoryService'false],
  8468.         ], [
  8469.             'cureProductOrderRepository' => 'Acme\\SudcmsBundle\\Repository\\CureProductOrderRepository',
  8470.         ]);
  8471.     }
  8472.     /**
  8473.      * Gets the private '.service_locator.zmAFeYs' shared service.
  8474.      *
  8475.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8476.      */
  8477.     protected function get_ServiceLocator_ZmAFeYsService()
  8478.     {
  8479.         return $this->privates['.service_locator.zmAFeYs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8480.             'flash' => ['privates''Acme\\SudcmsBundle\\Service\\FlashNotificationAjax''getFlashNotificationAjaxService'false],
  8481.             'repoDocCategs' => ['privates''Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository''getDocumentCategsRepositoryService'false],
  8482.             'repoGroup' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthGroupRepository''getAuthGroupRepositoryService'false],
  8483.             'repoUser' => ['privates''Acme\\SudcmsBundle\\Repository\\AuthUserRepository''getAuthUserRepositoryService'false],
  8484.         ], [
  8485.             'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
  8486.             'repoDocCategs' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
  8487.             'repoGroup' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository',
  8488.             'repoUser' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
  8489.         ]);
  8490.     }
  8491.     /**
  8492.      * Gets the private '.session.deprecated' shared service.
  8493.      *
  8494.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  8495.      */
  8496.     protected function get_Session_DeprecatedService()
  8497.     {
  8498.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  8499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  8500.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  8501.     }
  8502.     /**
  8503.      * Gets the private '.twig.command.debug.lazy' shared service.
  8504.      *
  8505.      * @return \Symfony\Component\Console\Command\LazyCommand
  8506.      */
  8507.     protected function get_Twig_Command_Debug_LazyService()
  8508.     {
  8509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  8511.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  8512.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  8513.         });
  8514.     }
  8515.     /**
  8516.      * Gets the private '.twig.command.lint.lazy' shared service.
  8517.      *
  8518.      * @return \Symfony\Component\Console\Command\LazyCommand
  8519.      */
  8520.     protected function get_Twig_Command_Lint_LazyService()
  8521.     {
  8522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  8524.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  8525.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  8526.         });
  8527.     }
  8528.     /**
  8529.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  8530.      *
  8531.      * @return \Symfony\Component\Console\Command\LazyCommand
  8532.      */
  8533.     protected function get_VarDumper_Command_ServerDump_LazyService()
  8534.     {
  8535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  8537.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  8538.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  8539.         });
  8540.     }
  8541.     /**
  8542.      * Gets the private 'Acme\SudcmsBundle\EventListener\BaseListener' shared autowired service.
  8543.      *
  8544.      * @return \Acme\SudcmsBundle\EventListener\BaseListener
  8545.      */
  8546.     protected function getBaseListenerService()
  8547.     {
  8548.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8549.         if (isset($this->privates['Acme\\SudcmsBundle\\EventListener\\BaseListener'])) {
  8550.             return $this->privates['Acme\\SudcmsBundle\\EventListener\\BaseListener'];
  8551.         }
  8552.         $b = ($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'] ?? $this->getApiServiceService());
  8553.         if (isset($this->privates['Acme\\SudcmsBundle\\EventListener\\BaseListener'])) {
  8554.             return $this->privates['Acme\\SudcmsBundle\\EventListener\\BaseListener'];
  8555.         }
  8556.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8557.         $d = ($this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'] ?? $this->getOtideaUtilsService());
  8558.         return $this->privates['Acme\\SudcmsBundle\\EventListener\\BaseListener'] = new \Acme\SudcmsBundle\EventListener\BaseListener($this$a$c, ($this->services['kernel'] ?? $this->get('kernel'1)), new \Acme\SudcmsBundle\Service\NewsletterService($c, ($this->privates['Acme\\SudcmsBundle\\Repository\\NewsletterRepository'] ?? $this->getNewsletterRepositoryService()), $d, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), $d, ($this->privates['Acme\\SudcmsBundle\\Repository\\SiteReseauxRepository'] ?? $this->getSiteReseauxRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\AuthUserRepository'] ?? $this->getAuthUserRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\SiteRepository'] ?? $this->getSiteRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository'] ?? $this->getSiteCoordonneesRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService'] ?? $this->getBasketServiceService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\TchatRepository'] ?? $this->getTchatRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\SiteGoogleTagManagerRepository'] ?? $this->getSiteGoogleTagManagerRepositoryService()), $b);
  8559.     }
  8560.     /**
  8561.      * Gets the private 'Acme\SudcmsBundle\EventSubscriber\LocaleSubscriber' shared autowired service.
  8562.      *
  8563.      * @return \Acme\SudcmsBundle\EventSubscriber\LocaleSubscriber
  8564.      */
  8565.     protected function getLocaleSubscriberService()
  8566.     {
  8567.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8568.         if (isset($this->privates['Acme\\SudcmsBundle\\EventSubscriber\\LocaleSubscriber'])) {
  8569.             return $this->privates['Acme\\SudcmsBundle\\EventSubscriber\\LocaleSubscriber'];
  8570.         }
  8571.         return $this->privates['Acme\\SudcmsBundle\\EventSubscriber\\LocaleSubscriber'] = new \Acme\SudcmsBundle\EventSubscriber\LocaleSubscriber('fr', ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Acme\\SudcmsBundle\\Repository\\SiteLangRepository'] ?? $this->getSiteLangRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, ($this->privates['Acme\\SudcmsBundle\\Repository\\AuthUserRepository'] ?? $this->getAuthUserRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  8572.     }
  8573.     /**
  8574.      * Gets the private 'Acme\SudcmsBundle\Form\ActualiteEditType' shared autowired service.
  8575.      *
  8576.      * @return \Acme\SudcmsBundle\Form\ActualiteEditType
  8577.      */
  8578.     protected function getActualiteEditTypeService()
  8579.     {
  8580.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8581.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8582.         include_once \dirname(__DIR__4).'/src/Form/ActualiteEditType.php';
  8583.         return $this->privates['Acme\\SudcmsBundle\\Form\\ActualiteEditType'] = new \Acme\SudcmsBundle\Form\ActualiteEditType();
  8584.     }
  8585.     /**
  8586.      * Gets the private 'Acme\SudcmsBundle\Form\AddressBookEditType' shared autowired service.
  8587.      *
  8588.      * @return \Acme\SudcmsBundle\Form\AddressBookEditType
  8589.      */
  8590.     protected function getAddressBookEditTypeService()
  8591.     {
  8592.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8593.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8594.         include_once \dirname(__DIR__4).'/src/Form/AddressBookEditType.php';
  8595.         return $this->privates['Acme\\SudcmsBundle\\Form\\AddressBookEditType'] = new \Acme\SudcmsBundle\Form\AddressBookEditType();
  8596.     }
  8597.     /**
  8598.      * Gets the private 'Acme\SudcmsBundle\Form\AgendaEditType' shared autowired service.
  8599.      *
  8600.      * @return \Acme\SudcmsBundle\Form\AgendaEditType
  8601.      */
  8602.     protected function getAgendaEditTypeService()
  8603.     {
  8604.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8605.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8606.         include_once \dirname(__DIR__4).'/src/Form/AgendaEditType.php';
  8607.         return $this->privates['Acme\\SudcmsBundle\\Form\\AgendaEditType'] = new \Acme\SudcmsBundle\Form\AgendaEditType();
  8608.     }
  8609.     /**
  8610.      * Gets the private 'Acme\SudcmsBundle\Form\AnnuaireType' shared autowired service.
  8611.      *
  8612.      * @return \Acme\SudcmsBundle\Form\AnnuaireType
  8613.      */
  8614.     protected function getAnnuaireTypeService()
  8615.     {
  8616.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8617.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8618.         include_once \dirname(__DIR__4).'/src/Form/AnnuaireType.php';
  8619.         return $this->privates['Acme\\SudcmsBundle\\Form\\AnnuaireType'] = new \Acme\SudcmsBundle\Form\AnnuaireType();
  8620.     }
  8621.     /**
  8622.      * Gets the private 'Acme\SudcmsBundle\Form\ApiSettingsType' shared autowired service.
  8623.      *
  8624.      * @return \Acme\SudcmsBundle\Form\ApiSettingsType
  8625.      */
  8626.     protected function getApiSettingsTypeService()
  8627.     {
  8628.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8629.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8630.         include_once \dirname(__DIR__4).'/src/Form/ApiSettingsType.php';
  8631.         return $this->privates['Acme\\SudcmsBundle\\Form\\ApiSettingsType'] = new \Acme\SudcmsBundle\Form\ApiSettingsType();
  8632.     }
  8633.     /**
  8634.      * Gets the private 'Acme\SudcmsBundle\Form\AutopromoType' shared autowired service.
  8635.      *
  8636.      * @return \Acme\SudcmsBundle\Form\AutopromoType
  8637.      */
  8638.     protected function getAutopromoTypeService()
  8639.     {
  8640.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8641.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8642.         include_once \dirname(__DIR__4).'/src/Form/AutopromoType.php';
  8643.         return $this->privates['Acme\\SudcmsBundle\\Form\\AutopromoType'] = new \Acme\SudcmsBundle\Form\AutopromoType();
  8644.     }
  8645.     /**
  8646.      * Gets the private 'Acme\SudcmsBundle\Form\CatalogEditType' shared autowired service.
  8647.      *
  8648.      * @return \Acme\SudcmsBundle\Form\CatalogEditType
  8649.      */
  8650.     protected function getCatalogEditTypeService()
  8651.     {
  8652.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8653.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8654.         include_once \dirname(__DIR__4).'/src/Form/CatalogEditType.php';
  8655.         return $this->privates['Acme\\SudcmsBundle\\Form\\CatalogEditType'] = new \Acme\SudcmsBundle\Form\CatalogEditType();
  8656.     }
  8657.     /**
  8658.      * Gets the private 'Acme\SudcmsBundle\Form\CatalogueCategType' shared autowired service.
  8659.      *
  8660.      * @return \Acme\SudcmsBundle\Form\CatalogueCategType
  8661.      */
  8662.     protected function getCatalogueCategTypeService()
  8663.     {
  8664.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8665.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8666.         include_once \dirname(__DIR__4).'/src/Form/CatalogueCategType.php';
  8667.         return $this->privates['Acme\\SudcmsBundle\\Form\\CatalogueCategType'] = new \Acme\SudcmsBundle\Form\CatalogueCategType();
  8668.     }
  8669.     /**
  8670.      * Gets the private 'Acme\SudcmsBundle\Form\CatalogueMediasType' shared autowired service.
  8671.      *
  8672.      * @return \Acme\SudcmsBundle\Form\CatalogueMediasType
  8673.      */
  8674.     protected function getCatalogueMediasTypeService()
  8675.     {
  8676.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8677.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8678.         include_once \dirname(__DIR__4).'/src/Form/CatalogueMediasType.php';
  8679.         return $this->privates['Acme\\SudcmsBundle\\Form\\CatalogueMediasType'] = new \Acme\SudcmsBundle\Form\CatalogueMediasType();
  8680.     }
  8681.     /**
  8682.      * Gets the private 'Acme\SudcmsBundle\Form\CatalogueType' shared autowired service.
  8683.      *
  8684.      * @return \Acme\SudcmsBundle\Form\CatalogueType
  8685.      */
  8686.     protected function getCatalogueTypeService()
  8687.     {
  8688.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8689.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8690.         include_once \dirname(__DIR__4).'/src/Form/CatalogueType.php';
  8691.         return $this->privates['Acme\\SudcmsBundle\\Form\\CatalogueType'] = new \Acme\SudcmsBundle\Form\CatalogueType();
  8692.     }
  8693.     /**
  8694.      * Gets the private 'Acme\SudcmsBundle\Form\ContactHistoriqueType' shared autowired service.
  8695.      *
  8696.      * @return \Acme\SudcmsBundle\Form\ContactHistoriqueType
  8697.      */
  8698.     protected function getContactHistoriqueTypeService()
  8699.     {
  8700.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8701.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8702.         include_once \dirname(__DIR__4).'/src/Form/ContactHistoriqueType.php';
  8703.         return $this->privates['Acme\\SudcmsBundle\\Form\\ContactHistoriqueType'] = new \Acme\SudcmsBundle\Form\ContactHistoriqueType();
  8704.     }
  8705.     /**
  8706.      * Gets the private 'Acme\SudcmsBundle\Form\DocumentConfigEditType' shared autowired service.
  8707.      *
  8708.      * @return \Acme\SudcmsBundle\Form\DocumentConfigEditType
  8709.      */
  8710.     protected function getDocumentConfigEditTypeService()
  8711.     {
  8712.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8713.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8714.         include_once \dirname(__DIR__4).'/src/Form/DocumentConfigEditType.php';
  8715.         return $this->privates['Acme\\SudcmsBundle\\Form\\DocumentConfigEditType'] = new \Acme\SudcmsBundle\Form\DocumentConfigEditType();
  8716.     }
  8717.     /**
  8718.      * Gets the private 'Acme\SudcmsBundle\Form\DocumentType' shared autowired service.
  8719.      *
  8720.      * @return \Acme\SudcmsBundle\Form\DocumentType
  8721.      */
  8722.     protected function getDocumentTypeService()
  8723.     {
  8724.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8725.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8726.         include_once \dirname(__DIR__4).'/src/Form/DocumentType.php';
  8727.         return $this->privates['Acme\\SudcmsBundle\\Form\\DocumentType'] = new \Acme\SudcmsBundle\Form\DocumentType();
  8728.     }
  8729.     /**
  8730.      * Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\CarrierType' shared autowired service.
  8731.      *
  8732.      * @return \Acme\SudcmsBundle\Form\Ecommerce\CarrierType
  8733.      */
  8734.     protected function getCarrierTypeService()
  8735.     {
  8736.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8737.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8738.         include_once \dirname(__DIR__4).'/src/Form/Ecommerce/CarrierType.php';
  8739.         return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\CarrierType'] = new \Acme\SudcmsBundle\Form\Ecommerce\CarrierType();
  8740.     }
  8741.     /**
  8742.      * Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\CustomerAddressType' shared autowired service.
  8743.      *
  8744.      * @return \Acme\SudcmsBundle\Form\Ecommerce\CustomerAddressType
  8745.      */
  8746.     protected function getCustomerAddressTypeService()
  8747.     {
  8748.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8749.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8750.         include_once \dirname(__DIR__4).'/src/Form/Ecommerce/CustomerAddressType.php';
  8751.         return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerAddressType'] = new \Acme\SudcmsBundle\Form\Ecommerce\CustomerAddressType();
  8752.     }
  8753.     /**
  8754.      * Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\CustomerFrontType' shared autowired service.
  8755.      *
  8756.      * @return \Acme\SudcmsBundle\Form\Ecommerce\CustomerFrontType
  8757.      */
  8758.     protected function getCustomerFrontTypeService()
  8759.     {
  8760.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8761.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8762.         include_once \dirname(__DIR__4).'/src/Form/Ecommerce/CustomerFrontType.php';
  8763.         return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerFrontType'] = new \Acme\SudcmsBundle\Form\Ecommerce\CustomerFrontType(($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'] ?? $this->getApiServiceService()));
  8764.     }
  8765.     /**
  8766.      * Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\CustomerRequestCompanyType' shared autowired service.
  8767.      *
  8768.      * @return \Acme\SudcmsBundle\Form\Ecommerce\CustomerRequestCompanyType
  8769.      */
  8770.     protected function getCustomerRequestCompanyTypeService()
  8771.     {
  8772.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8773.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8774.         include_once \dirname(__DIR__4).'/src/Form/Ecommerce/CustomerRequestCompanyType.php';
  8775.         return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerRequestCompanyType'] = new \Acme\SudcmsBundle\Form\Ecommerce\CustomerRequestCompanyType();
  8776.     }
  8777.     /**
  8778.      * Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\CustomerResetPasswordType' shared autowired service.
  8779.      *
  8780.      * @return \Acme\SudcmsBundle\Form\Ecommerce\CustomerResetPasswordType
  8781.      */
  8782.     protected function getCustomerResetPasswordTypeService()
  8783.     {
  8784.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8785.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8786.         include_once \dirname(__DIR__4).'/src/Form/Ecommerce/CustomerResetPasswordType.php';
  8787.         return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerResetPasswordType'] = new \Acme\SudcmsBundle\Form\Ecommerce\CustomerResetPasswordType();
  8788.     }
  8789.     /**
  8790.      * Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\CustomerType' shared autowired service.
  8791.      *
  8792.      * @return \Acme\SudcmsBundle\Form\Ecommerce\CustomerType
  8793.      */
  8794.     protected function getCustomerTypeService()
  8795.     {
  8796.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8797.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8798.         include_once \dirname(__DIR__4).'/src/Form/Ecommerce/CustomerType.php';
  8799.         return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerType'] = new \Acme\SudcmsBundle\Form\Ecommerce\CustomerType();
  8800.     }
  8801.     /**
  8802.      * Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\DiscountType' shared autowired service.
  8803.      *
  8804.      * @return \Acme\SudcmsBundle\Form\Ecommerce\DiscountType
  8805.      */
  8806.     protected function getDiscountTypeService()
  8807.     {
  8808.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8809.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8810.         include_once \dirname(__DIR__4).'/src/Form/Ecommerce/DiscountType.php';
  8811.         return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\DiscountType'] = new \Acme\SudcmsBundle\Form\Ecommerce\DiscountType();
  8812.     }
  8813.     /**
  8814.      * Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\FrontLoginType' shared autowired service.
  8815.      *
  8816.      * @return \Acme\SudcmsBundle\Form\Ecommerce\FrontLoginType
  8817.      */
  8818.     protected function getFrontLoginTypeService()
  8819.     {
  8820.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8821.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8822.         include_once \dirname(__DIR__4).'/src/Form/Ecommerce/FrontLoginType.php';
  8823.         return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\FrontLoginType'] = new \Acme\SudcmsBundle\Form\Ecommerce\FrontLoginType();
  8824.     }
  8825.     /**
  8826.      * Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\ProductReferenceType' shared autowired service.
  8827.      *
  8828.      * @return \Acme\SudcmsBundle\Form\Ecommerce\ProductReferenceType
  8829.      */
  8830.     protected function getProductReferenceTypeService()
  8831.     {
  8832.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8833.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8834.         include_once \dirname(__DIR__4).'/src/Form/Ecommerce/ProductReferenceType.php';
  8835.         return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\ProductReferenceType'] = new \Acme\SudcmsBundle\Form\Ecommerce\ProductReferenceType();
  8836.     }
  8837.     /**
  8838.      * Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\ProductType' shared autowired service.
  8839.      *
  8840.      * @return \Acme\SudcmsBundle\Form\Ecommerce\ProductType
  8841.      */
  8842.     protected function getProductTypeService()
  8843.     {
  8844.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8845.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8846.         include_once \dirname(__DIR__4).'/src/Form/Ecommerce/ProductType.php';
  8847.         return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\ProductType'] = new \Acme\SudcmsBundle\Form\Ecommerce\ProductType();
  8848.     }
  8849.     /**
  8850.      * Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\SettingsType' shared autowired service.
  8851.      *
  8852.      * @return \Acme\SudcmsBundle\Form\Ecommerce\SettingsType
  8853.      */
  8854.     protected function getSettingsTypeService()
  8855.     {
  8856.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8857.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8858.         include_once \dirname(__DIR__4).'/src/Form/Ecommerce/SettingsType.php';
  8859.         return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\SettingsType'] = new \Acme\SudcmsBundle\Form\Ecommerce\SettingsType();
  8860.     }
  8861.     /**
  8862.      * Gets the private 'Acme\SudcmsBundle\Form\FormAdressesType' shared autowired service.
  8863.      *
  8864.      * @return \Acme\SudcmsBundle\Form\FormAdressesType
  8865.      */
  8866.     protected function getFormAdressesTypeService()
  8867.     {
  8868.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8869.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8870.         include_once \dirname(__DIR__4).'/src/Form/FormAdressesType.php';
  8871.         return $this->privates['Acme\\SudcmsBundle\\Form\\FormAdressesType'] = new \Acme\SudcmsBundle\Form\FormAdressesType();
  8872.     }
  8873.     /**
  8874.      * Gets the private 'Acme\SudcmsBundle\Form\FormSiteType' shared autowired service.
  8875.      *
  8876.      * @return \Acme\SudcmsBundle\Form\FormSiteType
  8877.      */
  8878.     protected function getFormSiteTypeService()
  8879.     {
  8880.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8881.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8882.         include_once \dirname(__DIR__4).'/src/Form/FormSiteType.php';
  8883.         return $this->privates['Acme\\SudcmsBundle\\Form\\FormSiteType'] = new \Acme\SudcmsBundle\Form\FormSiteType();
  8884.     }
  8885.     /**
  8886.      * Gets the private 'Acme\SudcmsBundle\Form\FrontContactType' shared autowired service.
  8887.      *
  8888.      * @return \Acme\SudcmsBundle\Form\FrontContactType
  8889.      */
  8890.     protected function getFrontContactTypeService()
  8891.     {
  8892.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8893.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8894.         include_once \dirname(__DIR__4).'/src/Form/FrontContactType.php';
  8895.         return $this->privates['Acme\\SudcmsBundle\\Form\\FrontContactType'] = new \Acme\SudcmsBundle\Form\FrontContactType();
  8896.     }
  8897.     /**
  8898.      * Gets the private 'Acme\SudcmsBundle\Form\PlanningType' shared autowired service.
  8899.      *
  8900.      * @return \Acme\SudcmsBundle\Form\PlanningType
  8901.      */
  8902.     protected function getPlanningTypeService()
  8903.     {
  8904.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8905.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8906.         include_once \dirname(__DIR__4).'/src/Form/PlanningType.php';
  8907.         return $this->privates['Acme\\SudcmsBundle\\Form\\PlanningType'] = new \Acme\SudcmsBundle\Form\PlanningType();
  8908.     }
  8909.     /**
  8910.      * Gets the private 'Acme\SudcmsBundle\Form\ResetPassType' shared autowired service.
  8911.      *
  8912.      * @return \Acme\SudcmsBundle\Form\ResetPassType
  8913.      */
  8914.     protected function getResetPassTypeService()
  8915.     {
  8916.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8917.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8918.         include_once \dirname(__DIR__4).'/src/Form/ResetPassType.php';
  8919.         return $this->privates['Acme\\SudcmsBundle\\Form\\ResetPassType'] = new \Acme\SudcmsBundle\Form\ResetPassType();
  8920.     }
  8921.     /**
  8922.      * Gets the private 'Acme\SudcmsBundle\Form\SiteCoordonneesType' shared autowired service.
  8923.      *
  8924.      * @return \Acme\SudcmsBundle\Form\SiteCoordonneesType
  8925.      */
  8926.     protected function getSiteCoordonneesTypeService()
  8927.     {
  8928.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8929.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8930.         include_once \dirname(__DIR__4).'/src/Form/SiteCoordonneesType.php';
  8931.         return $this->privates['Acme\\SudcmsBundle\\Form\\SiteCoordonneesType'] = new \Acme\SudcmsBundle\Form\SiteCoordonneesType();
  8932.     }
  8933.     /**
  8934.      * Gets the private 'Acme\SudcmsBundle\Form\SiteEditType' shared autowired service.
  8935.      *
  8936.      * @return \Acme\SudcmsBundle\Form\SiteEditType
  8937.      */
  8938.     protected function getSiteEditTypeService()
  8939.     {
  8940.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8941.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8942.         include_once \dirname(__DIR__4).'/src/Form/SiteEditType.php';
  8943.         return $this->privates['Acme\\SudcmsBundle\\Form\\SiteEditType'] = new \Acme\SudcmsBundle\Form\SiteEditType();
  8944.     }
  8945.     /**
  8946.      * Gets the private 'Acme\SudcmsBundle\Form\SiteGoogleTagManagerType' shared autowired service.
  8947.      *
  8948.      * @return \Acme\SudcmsBundle\Form\SiteGoogleTagManagerType
  8949.      */
  8950.     protected function getSiteGoogleTagManagerTypeService()
  8951.     {
  8952.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8953.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8954.         include_once \dirname(__DIR__4).'/src/Form/SiteGoogleTagManagerType.php';
  8955.         return $this->privates['Acme\\SudcmsBundle\\Form\\SiteGoogleTagManagerType'] = new \Acme\SudcmsBundle\Form\SiteGoogleTagManagerType();
  8956.     }
  8957.     /**
  8958.      * Gets the private 'Acme\SudcmsBundle\Form\UserGroupType' shared autowired service.
  8959.      *
  8960.      * @return \Acme\SudcmsBundle\Form\UserGroupType
  8961.      */
  8962.     protected function getUserGroupTypeService()
  8963.     {
  8964.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8965.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8966.         include_once \dirname(__DIR__4).'/src/Form/UserGroupType.php';
  8967.         return $this->privates['Acme\\SudcmsBundle\\Form\\UserGroupType'] = new \Acme\SudcmsBundle\Form\UserGroupType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  8968.     }
  8969.     /**
  8970.      * Gets the private 'Acme\SudcmsBundle\Form\UserRegistrationType' shared autowired service.
  8971.      *
  8972.      * @return \Acme\SudcmsBundle\Form\UserRegistrationType
  8973.      */
  8974.     protected function getUserRegistrationTypeService()
  8975.     {
  8976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8978.         include_once \dirname(__DIR__4).'/src/Form/UserRegistrationType.php';
  8979.         return $this->privates['Acme\\SudcmsBundle\\Form\\UserRegistrationType'] = new \Acme\SudcmsBundle\Form\UserRegistrationType();
  8980.     }
  8981.     /**
  8982.      * Gets the private 'Acme\SudcmsBundle\Repository\ActualiteBlocsRepository' shared autowired service.
  8983.      *
  8984.      * @return \Acme\SudcmsBundle\Repository\ActualiteBlocsRepository
  8985.      */
  8986.     protected function getActualiteBlocsRepositoryService()
  8987.     {
  8988.         include_once \dirname(__DIR__4).'/src/Repository/ActualiteBlocsRepository.php';
  8989.         return $this->privates['Acme\\SudcmsBundle\\Repository\\ActualiteBlocsRepository'] = new \Acme\SudcmsBundle\Repository\ActualiteBlocsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8990.     }
  8991.     /**
  8992.      * Gets the private 'Acme\SudcmsBundle\Repository\ActualiteCategsRepository' shared autowired service.
  8993.      *
  8994.      * @return \Acme\SudcmsBundle\Repository\ActualiteCategsRepository
  8995.      */
  8996.     protected function getActualiteCategsRepositoryService()
  8997.     {
  8998.         include_once \dirname(__DIR__4).'/src/Repository/ActualiteCategsRepository.php';
  8999.         return $this->privates['Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository'] = new \Acme\SudcmsBundle\Repository\ActualiteCategsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9000.     }
  9001.     /**
  9002.      * Gets the private 'Acme\SudcmsBundle\Repository\ActualiteMediasRepository' shared autowired service.
  9003.      *
  9004.      * @return \Acme\SudcmsBundle\Repository\ActualiteMediasRepository
  9005.      */
  9006.     protected function getActualiteMediasRepositoryService()
  9007.     {
  9008.         include_once \dirname(__DIR__4).'/src/Repository/ActualiteMediasRepository.php';
  9009.         return $this->privates['Acme\\SudcmsBundle\\Repository\\ActualiteMediasRepository'] = new \Acme\SudcmsBundle\Repository\ActualiteMediasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9010.     }
  9011.     /**
  9012.      * Gets the private 'Acme\SudcmsBundle\Repository\ActualiteRepository' shared autowired service.
  9013.      *
  9014.      * @return \Acme\SudcmsBundle\Repository\ActualiteRepository
  9015.      */
  9016.     protected function getActualiteRepositoryService()
  9017.     {
  9018.         include_once \dirname(__DIR__4).'/src/Repository/ActualiteRepository.php';
  9019.         return $this->privates['Acme\\SudcmsBundle\\Repository\\ActualiteRepository'] = new \Acme\SudcmsBundle\Repository\ActualiteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9020.     }
  9021.     /**
  9022.      * Gets the private 'Acme\SudcmsBundle\Repository\AddressBookCategoryRepository' shared autowired service.
  9023.      *
  9024.      * @return \Acme\SudcmsBundle\Repository\AddressBookCategoryRepository
  9025.      */
  9026.     protected function getAddressBookCategoryRepositoryService()
  9027.     {
  9028.         include_once \dirname(__DIR__4).'/src/Repository/AddressBookCategoryRepository.php';
  9029.         return $this->privates['Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository'] = new \Acme\SudcmsBundle\Repository\AddressBookCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9030.     }
  9031.     /**
  9032.      * Gets the private 'Acme\SudcmsBundle\Repository\AddressBookLinkCategoryRepository' shared autowired service.
  9033.      *
  9034.      * @return \Acme\SudcmsBundle\Repository\AddressBookLinkCategoryRepository
  9035.      */
  9036.     protected function getAddressBookLinkCategoryRepositoryService()
  9037.     {
  9038.         include_once \dirname(__DIR__4).'/src/Repository/AddressBookLinkCategoryRepository.php';
  9039.         return $this->privates['Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository'] = new \Acme\SudcmsBundle\Repository\AddressBookLinkCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9040.     }
  9041.     /**
  9042.      * Gets the private 'Acme\SudcmsBundle\Repository\AddressBookMediaRepository' shared autowired service.
  9043.      *
  9044.      * @return \Acme\SudcmsBundle\Repository\AddressBookMediaRepository
  9045.      */
  9046.     protected function getAddressBookMediaRepositoryService()
  9047.     {
  9048.         include_once \dirname(__DIR__4).'/src/Repository/AddressBookMediaRepository.php';
  9049.         return $this->privates['Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository'] = new \Acme\SudcmsBundle\Repository\AddressBookMediaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9050.     }
  9051.     /**
  9052.      * Gets the private 'Acme\SudcmsBundle\Repository\AddressBookRepository' shared autowired service.
  9053.      *
  9054.      * @return \Acme\SudcmsBundle\Repository\AddressBookRepository
  9055.      */
  9056.     protected function getAddressBookRepositoryService()
  9057.     {
  9058.         include_once \dirname(__DIR__4).'/src/Repository/AddressBookRepository.php';
  9059.         return $this->privates['Acme\\SudcmsBundle\\Repository\\AddressBookRepository'] = new \Acme\SudcmsBundle\Repository\AddressBookRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9060.     }
  9061.     /**
  9062.      * Gets the private 'Acme\SudcmsBundle\Repository\AgendaBlocsRepository' shared autowired service.
  9063.      *
  9064.      * @return \Acme\SudcmsBundle\Repository\AgendaBlocsRepository
  9065.      */
  9066.     protected function getAgendaBlocsRepositoryService()
  9067.     {
  9068.         include_once \dirname(__DIR__4).'/src/Repository/AgendaBlocsRepository.php';
  9069.         return $this->privates['Acme\\SudcmsBundle\\Repository\\AgendaBlocsRepository'] = new \Acme\SudcmsBundle\Repository\AgendaBlocsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9070.     }
  9071.     /**
  9072.      * Gets the private 'Acme\SudcmsBundle\Repository\AgendaCategsRepository' shared autowired service.
  9073.      *
  9074.      * @return \Acme\SudcmsBundle\Repository\AgendaCategsRepository
  9075.      */
  9076.     protected function getAgendaCategsRepositoryService()
  9077.     {
  9078.         include_once \dirname(__DIR__4).'/src/Repository/AgendaCategsRepository.php';
  9079.         return $this->privates['Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository'] = new \Acme\SudcmsBundle\Repository\AgendaCategsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9080.     }
  9081.     /**
  9082.      * Gets the private 'Acme\SudcmsBundle\Repository\AgendaMediasRepository' shared autowired service.
  9083.      *
  9084.      * @return \Acme\SudcmsBundle\Repository\AgendaMediasRepository
  9085.      */
  9086.     protected function getAgendaMediasRepositoryService()
  9087.     {
  9088.         include_once \dirname(__DIR__4).'/src/Repository/AgendaMediasRepository.php';
  9089.         return $this->privates['Acme\\SudcmsBundle\\Repository\\AgendaMediasRepository'] = new \Acme\SudcmsBundle\Repository\AgendaMediasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9090.     }
  9091.     /**
  9092.      * Gets the private 'Acme\SudcmsBundle\Repository\AgendaRepository' shared autowired service.
  9093.      *
  9094.      * @return \Acme\SudcmsBundle\Repository\AgendaRepository
  9095.      */
  9096.     protected function getAgendaRepositoryService()
  9097.     {
  9098.         include_once \dirname(__DIR__4).'/src/Repository/AgendaRepository.php';
  9099.         return $this->privates['Acme\\SudcmsBundle\\Repository\\AgendaRepository'] = new \Acme\SudcmsBundle\Repository\AgendaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9100.     }
  9101.     /**
  9102.      * Gets the private 'Acme\SudcmsBundle\Repository\ApiSettingsRepository' shared autowired service.
  9103.      *
  9104.      * @return \Acme\SudcmsBundle\Repository\ApiSettingsRepository
  9105.      */
  9106.     protected function getApiSettingsRepositoryService()
  9107.     {
  9108.         include_once \dirname(__DIR__4).'/src/Repository/ApiSettingsRepository.php';
  9109.         return $this->privates['Acme\\SudcmsBundle\\Repository\\ApiSettingsRepository'] = new \Acme\SudcmsBundle\Repository\ApiSettingsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9110.     }
  9111.     /**
  9112.      * Gets the private 'Acme\SudcmsBundle\Repository\AuthGroupModuleRepository' shared autowired service.
  9113.      *
  9114.      * @return \Acme\SudcmsBundle\Repository\AuthGroupModuleRepository
  9115.      */
  9116.     protected function getAuthGroupModuleRepositoryService()
  9117.     {
  9118.         include_once \dirname(__DIR__4).'/src/Repository/AuthGroupModuleRepository.php';
  9119.         return $this->privates['Acme\\SudcmsBundle\\Repository\\AuthGroupModuleRepository'] = new \Acme\SudcmsBundle\Repository\AuthGroupModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9120.     }
  9121.     /**
  9122.      * Gets the private 'Acme\SudcmsBundle\Repository\AuthGroupRepository' shared autowired service.
  9123.      *
  9124.      * @return \Acme\SudcmsBundle\Repository\AuthGroupRepository
  9125.      */
  9126.     protected function getAuthGroupRepositoryService()
  9127.     {
  9128.         include_once \dirname(__DIR__4).'/src/Repository/AuthGroupRepository.php';
  9129.         return $this->privates['Acme\\SudcmsBundle\\Repository\\AuthGroupRepository'] = new \Acme\SudcmsBundle\Repository\AuthGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9130.     }
  9131.     /**
  9132.      * Gets the private 'Acme\SudcmsBundle\Repository\AuthGroupSiteRepository' shared autowired service.
  9133.      *
  9134.      * @return \Acme\SudcmsBundle\Repository\AuthGroupSiteRepository
  9135.      */
  9136.     protected function getAuthGroupSiteRepositoryService()
  9137.     {
  9138.         include_once \dirname(__DIR__4).'/src/Repository/AuthGroupSiteRepository.php';
  9139.         return $this->privates['Acme\\SudcmsBundle\\Repository\\AuthGroupSiteRepository'] = new \Acme\SudcmsBundle\Repository\AuthGroupSiteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9140.     }
  9141.     /**
  9142.      * Gets the private 'Acme\SudcmsBundle\Repository\AuthUserRepository' shared autowired service.
  9143.      *
  9144.      * @return \Acme\SudcmsBundle\Repository\AuthUserRepository
  9145.      */
  9146.     protected function getAuthUserRepositoryService()
  9147.     {
  9148.         return $this->privates['Acme\\SudcmsBundle\\Repository\\AuthUserRepository'] = new \Acme\SudcmsBundle\Repository\AuthUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9149.     }
  9150.     /**
  9151.      * Gets the private 'Acme\SudcmsBundle\Repository\AutopromoRepository' shared autowired service.
  9152.      *
  9153.      * @return \Acme\SudcmsBundle\Repository\AutopromoRepository
  9154.      */
  9155.     protected function getAutopromoRepositoryService()
  9156.     {
  9157.         include_once \dirname(__DIR__4).'/src/Repository/AutopromoRepository.php';
  9158.         return $this->privates['Acme\\SudcmsBundle\\Repository\\AutopromoRepository'] = new \Acme\SudcmsBundle\Repository\AutopromoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9159.     }
  9160.     /**
  9161.      * Gets the private 'Acme\SudcmsBundle\Repository\CatalogBlocsRepository' shared autowired service.
  9162.      *
  9163.      * @return \Acme\SudcmsBundle\Repository\CatalogBlocsRepository
  9164.      */
  9165.     protected function getCatalogBlocsRepositoryService()
  9166.     {
  9167.         include_once \dirname(__DIR__4).'/src/Repository/CatalogBlocsRepository.php';
  9168.         return $this->privates['Acme\\SudcmsBundle\\Repository\\CatalogBlocsRepository'] = new \Acme\SudcmsBundle\Repository\CatalogBlocsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9169.     }
  9170.     /**
  9171.      * Gets the private 'Acme\SudcmsBundle\Repository\CatalogCategsRepository' shared autowired service.
  9172.      *
  9173.      * @return \Acme\SudcmsBundle\Repository\CatalogCategsRepository
  9174.      */
  9175.     protected function getCatalogCategsRepositoryService()
  9176.     {
  9177.         include_once \dirname(__DIR__4).'/src/Repository/CatalogCategsRepository.php';
  9178.         return $this->privates['Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository'] = new \Acme\SudcmsBundle\Repository\CatalogCategsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9179.     }
  9180.     /**
  9181.      * Gets the private 'Acme\SudcmsBundle\Repository\CatalogMediasRepository' shared autowired service.
  9182.      *
  9183.      * @return \Acme\SudcmsBundle\Repository\CatalogMediasRepository
  9184.      */
  9185.     protected function getCatalogMediasRepositoryService()
  9186.     {
  9187.         include_once \dirname(__DIR__4).'/src/Repository/CatalogMediasRepository.php';
  9188.         return $this->privates['Acme\\SudcmsBundle\\Repository\\CatalogMediasRepository'] = new \Acme\SudcmsBundle\Repository\CatalogMediasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9189.     }
  9190.     /**
  9191.      * Gets the private 'Acme\SudcmsBundle\Repository\CatalogRepository' shared autowired service.
  9192.      *
  9193.      * @return \Acme\SudcmsBundle\Repository\CatalogRepository
  9194.      */
  9195.     protected function getCatalogRepositoryService()
  9196.     {
  9197.         include_once \dirname(__DIR__4).'/src/Repository/CatalogRepository.php';
  9198.         return $this->privates['Acme\\SudcmsBundle\\Repository\\CatalogRepository'] = new \Acme\SudcmsBundle\Repository\CatalogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9199.     }
  9200.     /**
  9201.      * Gets the private 'Acme\SudcmsBundle\Repository\ContactHistoriqueRepository' shared autowired service.
  9202.      *
  9203.      * @return \Acme\SudcmsBundle\Repository\ContactHistoriqueRepository
  9204.      */
  9205.     protected function getContactHistoriqueRepositoryService()
  9206.     {
  9207.         return $this->privates['Acme\\SudcmsBundle\\Repository\\ContactHistoriqueRepository'] = new \Acme\SudcmsBundle\Repository\ContactHistoriqueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9208.     }
  9209.     /**
  9210.      * Gets the private 'Acme\SudcmsBundle\Repository\CureCategorieRepository' shared autowired service.
  9211.      *
  9212.      * @return \Acme\SudcmsBundle\Repository\CureCategorieRepository
  9213.      */
  9214.     protected function getCureCategorieRepositoryService()
  9215.     {
  9216.         include_once \dirname(__DIR__4).'/src/Repository/CureCategorieRepository.php';
  9217.         return $this->privates['Acme\\SudcmsBundle\\Repository\\CureCategorieRepository'] = new \Acme\SudcmsBundle\Repository\CureCategorieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9218.     }
  9219.     /**
  9220.      * Gets the private 'Acme\SudcmsBundle\Repository\CureOrderRepository' shared autowired service.
  9221.      *
  9222.      * @return \Acme\SudcmsBundle\Repository\CureOrderRepository
  9223.      */
  9224.     protected function getCureOrderRepositoryService()
  9225.     {
  9226.         include_once \dirname(__DIR__4).'/src/Repository/CureOrderRepository.php';
  9227.         return $this->privates['Acme\\SudcmsBundle\\Repository\\CureOrderRepository'] = new \Acme\SudcmsBundle\Repository\CureOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9228.     }
  9229.     /**
  9230.      * Gets the private 'Acme\SudcmsBundle\Repository\CureProductOrderRepository' shared autowired service.
  9231.      *
  9232.      * @return \Acme\SudcmsBundle\Repository\CureProductOrderRepository
  9233.      */
  9234.     protected function getCureProductOrderRepositoryService()
  9235.     {
  9236.         include_once \dirname(__DIR__4).'/src/Repository/CureProductOrderRepository.php';
  9237.         return $this->privates['Acme\\SudcmsBundle\\Repository\\CureProductOrderRepository'] = new \Acme\SudcmsBundle\Repository\CureProductOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9238.     }
  9239.     /**
  9240.      * Gets the private 'Acme\SudcmsBundle\Repository\CureProductSoinsOrderRepository' shared autowired service.
  9241.      *
  9242.      * @return \Acme\SudcmsBundle\Repository\CureProductSoinsOrderRepository
  9243.      */
  9244.     protected function getCureProductSoinsOrderRepositoryService()
  9245.     {
  9246.         include_once \dirname(__DIR__4).'/src/Repository/CureProductSoinsOrderRepository.php';
  9247.         return $this->privates['Acme\\SudcmsBundle\\Repository\\CureProductSoinsOrderRepository'] = new \Acme\SudcmsBundle\Repository\CureProductSoinsOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9248.     }
  9249.     /**
  9250.      * Gets the private 'Acme\SudcmsBundle\Repository\CureRepository' shared autowired service.
  9251.      *
  9252.      * @return \Acme\SudcmsBundle\Repository\CureRepository
  9253.      */
  9254.     protected function getCureRepositoryService()
  9255.     {
  9256.         include_once \dirname(__DIR__4).'/src/Repository/CureRepository.php';
  9257.         return $this->privates['Acme\\SudcmsBundle\\Repository\\CureRepository'] = new \Acme\SudcmsBundle\Repository\CureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9258.     }
  9259.     /**
  9260.      * Gets the private 'Acme\SudcmsBundle\Repository\DocumentCategsRepository' shared autowired service.
  9261.      *
  9262.      * @return \Acme\SudcmsBundle\Repository\DocumentCategsRepository
  9263.      */
  9264.     protected function getDocumentCategsRepositoryService()
  9265.     {
  9266.         include_once \dirname(__DIR__4).'/src/Repository/DocumentCategsRepository.php';
  9267.         return $this->privates['Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository'] = new \Acme\SudcmsBundle\Repository\DocumentCategsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9268.     }
  9269.     /**
  9270.      * Gets the private 'Acme\SudcmsBundle\Repository\DocumentConfigRepository' shared autowired service.
  9271.      *
  9272.      * @return \Acme\SudcmsBundle\Repository\DocumentConfigRepository
  9273.      */
  9274.     protected function getDocumentConfigRepositoryService()
  9275.     {
  9276.         include_once \dirname(__DIR__4).'/src/Repository/DocumentConfigRepository.php';
  9277.         return $this->privates['Acme\\SudcmsBundle\\Repository\\DocumentConfigRepository'] = new \Acme\SudcmsBundle\Repository\DocumentConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9278.     }
  9279.     /**
  9280.      * Gets the private 'Acme\SudcmsBundle\Repository\DocumentLinkTagsRepository' shared autowired service.
  9281.      *
  9282.      * @return \Acme\SudcmsBundle\Repository\DocumentLinkTagsRepository
  9283.      */
  9284.     protected function getDocumentLinkTagsRepositoryService()
  9285.     {
  9286.         include_once \dirname(__DIR__4).'/src/Repository/DocumentLinkTagsRepository.php';
  9287.         return $this->privates['Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository'] = new \Acme\SudcmsBundle\Repository\DocumentLinkTagsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9288.     }
  9289.     /**
  9290.      * Gets the private 'Acme\SudcmsBundle\Repository\DocumentRepository' shared autowired service.
  9291.      *
  9292.      * @return \Acme\SudcmsBundle\Repository\DocumentRepository
  9293.      */
  9294.     protected function getDocumentRepositoryService()
  9295.     {
  9296.         include_once \dirname(__DIR__4).'/src/Repository/DocumentRepository.php';
  9297.         return $this->privates['Acme\\SudcmsBundle\\Repository\\DocumentRepository'] = new \Acme\SudcmsBundle\Repository\DocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9298.     }
  9299.     /**
  9300.      * Gets the private 'Acme\SudcmsBundle\Repository\DocumentStatsRepository' shared autowired service.
  9301.      *
  9302.      * @return \Acme\SudcmsBundle\Repository\DocumentStatsRepository
  9303.      */
  9304.     protected function getDocumentStatsRepositoryService()
  9305.     {
  9306.         include_once \dirname(__DIR__4).'/src/Repository/DocumentStatsRepository.php';
  9307.         return $this->privates['Acme\\SudcmsBundle\\Repository\\DocumentStatsRepository'] = new \Acme\SudcmsBundle\Repository\DocumentStatsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9308.     }
  9309.     /**
  9310.      * Gets the private 'Acme\SudcmsBundle\Repository\DocumentTagsRepository' shared autowired service.
  9311.      *
  9312.      * @return \Acme\SudcmsBundle\Repository\DocumentTagsRepository
  9313.      */
  9314.     protected function getDocumentTagsRepositoryService()
  9315.     {
  9316.         include_once \dirname(__DIR__4).'/src/Repository/DocumentTagsRepository.php';
  9317.         return $this->privates['Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository'] = new \Acme\SudcmsBundle\Repository\DocumentTagsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9318.     }
  9319.     /**
  9320.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoAttributesModelsRepository' shared autowired service.
  9321.      *
  9322.      * @return \Acme\SudcmsBundle\Repository\EcoAttributesModelsRepository
  9323.      */
  9324.     protected function getEcoAttributesModelsRepositoryService()
  9325.     {
  9326.         include_once \dirname(__DIR__4).'/src/Repository/EcoAttributesModelsRepository.php';
  9327.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository'] = new \Acme\SudcmsBundle\Repository\EcoAttributesModelsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9328.     }
  9329.     /**
  9330.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoAttributesReferencesRepository' shared autowired service.
  9331.      *
  9332.      * @return \Acme\SudcmsBundle\Repository\EcoAttributesReferencesRepository
  9333.      */
  9334.     protected function getEcoAttributesReferencesRepositoryService()
  9335.     {
  9336.         include_once \dirname(__DIR__4).'/src/Repository/EcoAttributesReferencesRepository.php';
  9337.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository'] = new \Acme\SudcmsBundle\Repository\EcoAttributesReferencesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9338.     }
  9339.     /**
  9340.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoAttributesRepository' shared autowired service.
  9341.      *
  9342.      * @return \Acme\SudcmsBundle\Repository\EcoAttributesRepository
  9343.      */
  9344.     protected function getEcoAttributesRepositoryService()
  9345.     {
  9346.         include_once \dirname(__DIR__4).'/src/Repository/EcoAttributesRepository.php';
  9347.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository'] = new \Acme\SudcmsBundle\Repository\EcoAttributesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9348.     }
  9349.     /**
  9350.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoCategoriesRepository' shared autowired service.
  9351.      *
  9352.      * @return \Acme\SudcmsBundle\Repository\EcoCategoriesRepository
  9353.      */
  9354.     protected function getEcoCategoriesRepositoryService()
  9355.     {
  9356.         include_once \dirname(__DIR__4).'/src/Repository/EcoCategoriesRepository.php';
  9357.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository'] = new \Acme\SudcmsBundle\Repository\EcoCategoriesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9358.     }
  9359.     /**
  9360.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoCustomersAddressesRepository' shared autowired service.
  9361.      *
  9362.      * @return \Acme\SudcmsBundle\Repository\EcoCustomersAddressesRepository
  9363.      */
  9364.     protected function getEcoCustomersAddressesRepositoryService()
  9365.     {
  9366.         include_once \dirname(__DIR__4).'/src/Repository/EcoCustomersAddressesRepository.php';
  9367.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository'] = new \Acme\SudcmsBundle\Repository\EcoCustomersAddressesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9368.     }
  9369.     /**
  9370.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoCustomersFavoritesProdRepository' shared autowired service.
  9371.      *
  9372.      * @return \Acme\SudcmsBundle\Repository\EcoCustomersFavoritesProdRepository
  9373.      */
  9374.     protected function getEcoCustomersFavoritesProdRepositoryService()
  9375.     {
  9376.         include_once \dirname(__DIR__4).'/src/Repository/EcoCustomersFavoritesProdRepository.php';
  9377.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository'] = new \Acme\SudcmsBundle\Repository\EcoCustomersFavoritesProdRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9378.     }
  9379.     /**
  9380.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoCustomersNotesRepository' shared autowired service.
  9381.      *
  9382.      * @return \Acme\SudcmsBundle\Repository\EcoCustomersNotesRepository
  9383.      */
  9384.     protected function getEcoCustomersNotesRepositoryService()
  9385.     {
  9386.         include_once \dirname(__DIR__4).'/src/Repository/EcoCustomersNotesRepository.php';
  9387.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoCustomersNotesRepository'] = new \Acme\SudcmsBundle\Repository\EcoCustomersNotesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9388.     }
  9389.     /**
  9390.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoCustomersRepository' shared autowired service.
  9391.      *
  9392.      * @return \Acme\SudcmsBundle\Repository\EcoCustomersRepository
  9393.      */
  9394.     protected function getEcoCustomersRepositoryService()
  9395.     {
  9396.         include_once \dirname(__DIR__4).'/src/Repository/EcoCustomersRepository.php';
  9397.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository'] = new \Acme\SudcmsBundle\Repository\EcoCustomersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9398.     }
  9399.     /**
  9400.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoDiscountCategoriesRepository' shared autowired service.
  9401.      *
  9402.      * @return \Acme\SudcmsBundle\Repository\EcoDiscountCategoriesRepository
  9403.      */
  9404.     protected function getEcoDiscountCategoriesRepositoryService()
  9405.     {
  9406.         include_once \dirname(__DIR__4).'/src/Repository/EcoDiscountCategoriesRepository.php';
  9407.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoDiscountCategoriesRepository'] = new \Acme\SudcmsBundle\Repository\EcoDiscountCategoriesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9408.     }
  9409.     /**
  9410.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoDiscountOrdersRepository' shared autowired service.
  9411.      *
  9412.      * @return \Acme\SudcmsBundle\Repository\EcoDiscountOrdersRepository
  9413.      */
  9414.     protected function getEcoDiscountOrdersRepositoryService()
  9415.     {
  9416.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoDiscountOrdersRepository'] = new \Acme\SudcmsBundle\Repository\EcoDiscountOrdersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9417.     }
  9418.     /**
  9419.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoDiscountProductsRepository' shared autowired service.
  9420.      *
  9421.      * @return \Acme\SudcmsBundle\Repository\EcoDiscountProductsRepository
  9422.      */
  9423.     protected function getEcoDiscountProductsRepositoryService()
  9424.     {
  9425.         include_once \dirname(__DIR__4).'/src/Repository/EcoDiscountProductsRepository.php';
  9426.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoDiscountProductsRepository'] = new \Acme\SudcmsBundle\Repository\EcoDiscountProductsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9427.     }
  9428.     /**
  9429.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoDiscountRepository' shared autowired service.
  9430.      *
  9431.      * @return \Acme\SudcmsBundle\Repository\EcoDiscountRepository
  9432.      */
  9433.     protected function getEcoDiscountRepositoryService()
  9434.     {
  9435.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository'] = new \Acme\SudcmsBundle\Repository\EcoDiscountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9436.     }
  9437.     /**
  9438.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoInvoicesElementsRepository' shared autowired service.
  9439.      *
  9440.      * @return \Acme\SudcmsBundle\Repository\EcoInvoicesElementsRepository
  9441.      */
  9442.     protected function getEcoInvoicesElementsRepositoryService()
  9443.     {
  9444.         include_once \dirname(__DIR__4).'/src/Repository/EcoInvoicesElementsRepository.php';
  9445.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoInvoicesElementsRepository'] = new \Acme\SudcmsBundle\Repository\EcoInvoicesElementsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9446.     }
  9447.     /**
  9448.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoInvoicesRepository' shared autowired service.
  9449.      *
  9450.      * @return \Acme\SudcmsBundle\Repository\EcoInvoicesRepository
  9451.      */
  9452.     protected function getEcoInvoicesRepositoryService()
  9453.     {
  9454.         include_once \dirname(__DIR__4).'/src/Repository/EcoInvoicesRepository.php';
  9455.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository'] = new \Acme\SudcmsBundle\Repository\EcoInvoicesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9456.     }
  9457.     /**
  9458.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoLabelsRepository' shared autowired service.
  9459.      *
  9460.      * @return \Acme\SudcmsBundle\Repository\EcoLabelsRepository
  9461.      */
  9462.     protected function getEcoLabelsRepositoryService()
  9463.     {
  9464.         include_once \dirname(__DIR__4).'/src/Repository/EcoLabelsRepository.php';
  9465.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository'] = new \Acme\SudcmsBundle\Repository\EcoLabelsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9466.     }
  9467.     /**
  9468.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoMarksRepository' shared autowired service.
  9469.      *
  9470.      * @return \Acme\SudcmsBundle\Repository\EcoMarksRepository
  9471.      */
  9472.     protected function getEcoMarksRepositoryService()
  9473.     {
  9474.         include_once \dirname(__DIR__4).'/src/Repository/EcoMarksRepository.php';
  9475.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoMarksRepository'] = new \Acme\SudcmsBundle\Repository\EcoMarksRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9476.     }
  9477.     /**
  9478.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoOrdersProductsRepository' shared autowired service.
  9479.      *
  9480.      * @return \Acme\SudcmsBundle\Repository\EcoOrdersProductsRepository
  9481.      */
  9482.     protected function getEcoOrdersProductsRepositoryService()
  9483.     {
  9484.         include_once \dirname(__DIR__4).'/src/Repository/EcoOrdersProductsRepository.php';
  9485.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository'] = new \Acme\SudcmsBundle\Repository\EcoOrdersProductsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9486.     }
  9487.     /**
  9488.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoOrdersRepository' shared autowired service.
  9489.      *
  9490.      * @return \Acme\SudcmsBundle\Repository\EcoOrdersRepository
  9491.      */
  9492.     protected function getEcoOrdersRepositoryService()
  9493.     {
  9494.         include_once \dirname(__DIR__4).'/src/Repository/EcoOrdersRepository.php';
  9495.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository'] = new \Acme\SudcmsBundle\Repository\EcoOrdersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9496.     }
  9497.     /**
  9498.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoPlanningRepository' shared autowired service.
  9499.      *
  9500.      * @return \Acme\SudcmsBundle\Repository\EcoPlanningRepository
  9501.      */
  9502.     protected function getEcoPlanningRepositoryService()
  9503.     {
  9504.         include_once \dirname(__DIR__4).'/src/Repository/EcoPlanningRepository.php';
  9505.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository'] = new \Acme\SudcmsBundle\Repository\EcoPlanningRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9506.     }
  9507.     /**
  9508.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoProductsBlocksMediasRepository' shared autowired service.
  9509.      *
  9510.      * @return \Acme\SudcmsBundle\Repository\EcoProductsBlocksMediasRepository
  9511.      */
  9512.     protected function getEcoProductsBlocksMediasRepositoryService()
  9513.     {
  9514.         include_once \dirname(__DIR__4).'/src/Repository/EcoProductsBlocksMediasRepository.php';
  9515.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksMediasRepository'] = new \Acme\SudcmsBundle\Repository\EcoProductsBlocksMediasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9516.     }
  9517.     /**
  9518.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoProductsBlocksRepository' shared autowired service.
  9519.      *
  9520.      * @return \Acme\SudcmsBundle\Repository\EcoProductsBlocksRepository
  9521.      */
  9522.     protected function getEcoProductsBlocksRepositoryService()
  9523.     {
  9524.         include_once \dirname(__DIR__4).'/src/Repository/EcoProductsBlocksRepository.php';
  9525.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksRepository'] = new \Acme\SudcmsBundle\Repository\EcoProductsBlocksRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9526.     }
  9527.     /**
  9528.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoProductsBundleRepository' shared autowired service.
  9529.      *
  9530.      * @return \Acme\SudcmsBundle\Repository\EcoProductsBundleRepository
  9531.      */
  9532.     protected function getEcoProductsBundleRepositoryService()
  9533.     {
  9534.         include_once \dirname(__DIR__4).'/src/Repository/EcoProductsBundleRepository.php';
  9535.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsBundleRepository'] = new \Acme\SudcmsBundle\Repository\EcoProductsBundleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9536.     }
  9537.     /**
  9538.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoProductsCategoriesRepository' shared autowired service.
  9539.      *
  9540.      * @return \Acme\SudcmsBundle\Repository\EcoProductsCategoriesRepository
  9541.      */
  9542.     protected function getEcoProductsCategoriesRepositoryService()
  9543.     {
  9544.         include_once \dirname(__DIR__4).'/src/Repository/EcoProductsCategoriesRepository.php';
  9545.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsCategoriesRepository'] = new \Acme\SudcmsBundle\Repository\EcoProductsCategoriesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9546.     }
  9547.     /**
  9548.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoProductsCombinationRepository' shared autowired service.
  9549.      *
  9550.      * @return \Acme\SudcmsBundle\Repository\EcoProductsCombinationRepository
  9551.      */
  9552.     protected function getEcoProductsCombinationRepositoryService()
  9553.     {
  9554.         include_once \dirname(__DIR__4).'/src/Repository/EcoProductsCombinationRepository.php';
  9555.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsCombinationRepository'] = new \Acme\SudcmsBundle\Repository\EcoProductsCombinationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9556.     }
  9557.     /**
  9558.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoProductsLabelsRepository' shared autowired service.
  9559.      *
  9560.      * @return \Acme\SudcmsBundle\Repository\EcoProductsLabelsRepository
  9561.      */
  9562.     protected function getEcoProductsLabelsRepositoryService()
  9563.     {
  9564.         include_once \dirname(__DIR__4).'/src/Repository/EcoProductsLabelsRepository.php';
  9565.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository'] = new \Acme\SudcmsBundle\Repository\EcoProductsLabelsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9566.     }
  9567.     /**
  9568.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoProductsMediasRepository' shared autowired service.
  9569.      *
  9570.      * @return \Acme\SudcmsBundle\Repository\EcoProductsMediasRepository
  9571.      */
  9572.     protected function getEcoProductsMediasRepositoryService()
  9573.     {
  9574.         include_once \dirname(__DIR__4).'/src/Repository/EcoProductsMediasRepository.php';
  9575.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsMediasRepository'] = new \Acme\SudcmsBundle\Repository\EcoProductsMediasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9576.     }
  9577.     /**
  9578.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoProductsReferencesRepository' shared autowired service.
  9579.      *
  9580.      * @return \Acme\SudcmsBundle\Repository\EcoProductsReferencesRepository
  9581.      */
  9582.     protected function getEcoProductsReferencesRepositoryService()
  9583.     {
  9584.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository'] = new \Acme\SudcmsBundle\Repository\EcoProductsReferencesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9585.     }
  9586.     /**
  9587.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoProductsRepository' shared autowired service.
  9588.      *
  9589.      * @return \Acme\SudcmsBundle\Repository\EcoProductsRepository
  9590.      */
  9591.     protected function getEcoProductsRepositoryService()
  9592.     {
  9593.         include_once \dirname(__DIR__4).'/src/Repository/EcoProductsRepository.php';
  9594.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsRepository'] = new \Acme\SudcmsBundle\Repository\EcoProductsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9595.     }
  9596.     /**
  9597.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoProvidersRepository' shared autowired service.
  9598.      *
  9599.      * @return \Acme\SudcmsBundle\Repository\EcoProvidersRepository
  9600.      */
  9601.     protected function getEcoProvidersRepositoryService()
  9602.     {
  9603.         include_once \dirname(__DIR__4).'/src/Repository/EcoProvidersRepository.php';
  9604.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository'] = new \Acme\SudcmsBundle\Repository\EcoProvidersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9605.     }
  9606.     /**
  9607.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoSettingsRepository' shared autowired service.
  9608.      *
  9609.      * @return \Acme\SudcmsBundle\Repository\EcoSettingsRepository
  9610.      */
  9611.     protected function getEcoSettingsRepositoryService()
  9612.     {
  9613.         include_once \dirname(__DIR__4).'/src/Repository/EcoSettingsRepository.php';
  9614.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository'] = new \Acme\SudcmsBundle\Repository\EcoSettingsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9615.     }
  9616.     /**
  9617.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoShippingCarriersRepository' shared autowired service.
  9618.      *
  9619.      * @return \Acme\SudcmsBundle\Repository\EcoShippingCarriersRepository
  9620.      */
  9621.     protected function getEcoShippingCarriersRepositoryService()
  9622.     {
  9623.         include_once \dirname(__DIR__4).'/src/Repository/EcoShippingCarriersRepository.php';
  9624.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository'] = new \Acme\SudcmsBundle\Repository\EcoShippingCarriersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9625.     }
  9626.     /**
  9627.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoShippingOrdersRepository' shared autowired service.
  9628.      *
  9629.      * @return \Acme\SudcmsBundle\Repository\EcoShippingOrdersRepository
  9630.      */
  9631.     protected function getEcoShippingOrdersRepositoryService()
  9632.     {
  9633.         include_once \dirname(__DIR__4).'/src/Repository/EcoShippingOrdersRepository.php';
  9634.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository'] = new \Acme\SudcmsBundle\Repository\EcoShippingOrdersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9635.     }
  9636.     /**
  9637.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoShippingProductsExpeditionsRepository' shared autowired service.
  9638.      *
  9639.      * @return \Acme\SudcmsBundle\Repository\EcoShippingProductsExpeditionsRepository
  9640.      */
  9641.     protected function getEcoShippingProductsExpeditionsRepositoryService()
  9642.     {
  9643.         include_once \dirname(__DIR__4).'/src/Repository/EcoShippingProductsExpeditionsRepository.php';
  9644.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoShippingProductsExpeditionsRepository'] = new \Acme\SudcmsBundle\Repository\EcoShippingProductsExpeditionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9645.     }
  9646.     /**
  9647.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoShippingfeesCountryRepository' shared autowired service.
  9648.      *
  9649.      * @return \Acme\SudcmsBundle\Repository\EcoShippingfeesCountryRepository
  9650.      */
  9651.     protected function getEcoShippingfeesCountryRepositoryService()
  9652.     {
  9653.         include_once \dirname(__DIR__4).'/src/Repository/EcoShippingfeesCountryRepository.php';
  9654.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository'] = new \Acme\SudcmsBundle\Repository\EcoShippingfeesCountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9655.     }
  9656.     /**
  9657.      * Gets the private 'Acme\SudcmsBundle\Repository\EcoShippingfeesRepository' shared autowired service.
  9658.      *
  9659.      * @return \Acme\SudcmsBundle\Repository\EcoShippingfeesRepository
  9660.      */
  9661.     protected function getEcoShippingfeesRepositoryService()
  9662.     {
  9663.         return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository'] = new \Acme\SudcmsBundle\Repository\EcoShippingfeesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9664.     }
  9665.     /**
  9666.      * Gets the private 'Acme\SudcmsBundle\Repository\FlashMessageRepository' shared autowired service.
  9667.      *
  9668.      * @return \Acme\SudcmsBundle\Repository\FlashMessageRepository
  9669.      */
  9670.     protected function getFlashMessageRepositoryService()
  9671.     {
  9672.         include_once \dirname(__DIR__4).'/src/Repository/FlashMessageRepository.php';
  9673.         return $this->privates['Acme\\SudcmsBundle\\Repository\\FlashMessageRepository'] = new \Acme\SudcmsBundle\Repository\FlashMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9674.     }
  9675.     /**
  9676.      * Gets the private 'Acme\SudcmsBundle\Repository\FormAdressesRepository' shared autowired service.
  9677.      *
  9678.      * @return \Acme\SudcmsBundle\Repository\FormAdressesRepository
  9679.      */
  9680.     protected function getFormAdressesRepositoryService()
  9681.     {
  9682.         include_once \dirname(__DIR__4).'/src/Repository/FormAdressesRepository.php';
  9683.         return $this->privates['Acme\\SudcmsBundle\\Repository\\FormAdressesRepository'] = new \Acme\SudcmsBundle\Repository\FormAdressesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9684.     }
  9685.     /**
  9686.      * Gets the private 'Acme\SudcmsBundle\Repository\FormElementsRepository' shared autowired service.
  9687.      *
  9688.      * @return \Acme\SudcmsBundle\Repository\FormElementsRepository
  9689.      */
  9690.     protected function getFormElementsRepositoryService()
  9691.     {
  9692.         include_once \dirname(__DIR__4).'/src/Repository/FormElementsRepository.php';
  9693.         return $this->privates['Acme\\SudcmsBundle\\Repository\\FormElementsRepository'] = new \Acme\SudcmsBundle\Repository\FormElementsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9694.     }
  9695.     /**
  9696.      * Gets the private 'Acme\SudcmsBundle\Repository\FormElementsValuesRepository' shared autowired service.
  9697.      *
  9698.      * @return \Acme\SudcmsBundle\Repository\FormElementsValuesRepository
  9699.      */
  9700.     protected function getFormElementsValuesRepositoryService()
  9701.     {
  9702.         include_once \dirname(__DIR__4).'/src/Repository/FormElementsValuesRepository.php';
  9703.         return $this->privates['Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository'] = new \Acme\SudcmsBundle\Repository\FormElementsValuesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9704.     }
  9705.     /**
  9706.      * Gets the private 'Acme\SudcmsBundle\Repository\FormSiteRepository' shared autowired service.
  9707.      *
  9708.      * @return \Acme\SudcmsBundle\Repository\FormSiteRepository
  9709.      */
  9710.     protected function getFormSiteRepositoryService()
  9711.     {
  9712.         include_once \dirname(__DIR__4).'/src/Repository/FormSiteRepository.php';
  9713.         return $this->privates['Acme\\SudcmsBundle\\Repository\\FormSiteRepository'] = new \Acme\SudcmsBundle\Repository\FormSiteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9714.     }
  9715.     /**
  9716.      * Gets the private 'Acme\SudcmsBundle\Repository\LanguageRepository' shared autowired service.
  9717.      *
  9718.      * @return \Acme\SudcmsBundle\Repository\LanguageRepository
  9719.      */
  9720.     protected function getLanguageRepositoryService()
  9721.     {
  9722.         include_once \dirname(__DIR__4).'/src/Repository/LanguageRepository.php';
  9723.         return $this->privates['Acme\\SudcmsBundle\\Repository\\LanguageRepository'] = new \Acme\SudcmsBundle\Repository\LanguageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9724.     }
  9725.     /**
  9726.      * Gets the private 'Acme\SudcmsBundle\Repository\ModuleRepository' shared autowired service.
  9727.      *
  9728.      * @return \Acme\SudcmsBundle\Repository\ModuleRepository
  9729.      */
  9730.     protected function getModuleRepositoryService()
  9731.     {
  9732.         return $this->privates['Acme\\SudcmsBundle\\Repository\\ModuleRepository'] = new \Acme\SudcmsBundle\Repository\ModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9733.     }
  9734.     /**
  9735.      * Gets the private 'Acme\SudcmsBundle\Repository\NewsletterRepository' shared autowired service.
  9736.      *
  9737.      * @return \Acme\SudcmsBundle\Repository\NewsletterRepository
  9738.      */
  9739.     protected function getNewsletterRepositoryService()
  9740.     {
  9741.         return $this->privates['Acme\\SudcmsBundle\\Repository\\NewsletterRepository'] = new \Acme\SudcmsBundle\Repository\NewsletterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9742.     }
  9743.     /**
  9744.      * Gets the private 'Acme\SudcmsBundle\Repository\OptionsRepository' shared autowired service.
  9745.      *
  9746.      * @return \Acme\SudcmsBundle\Repository\OptionsRepository
  9747.      */
  9748.     protected function getOptionsRepositoryService()
  9749.     {
  9750.         include_once \dirname(__DIR__4).'/src/Repository/OptionsRepository.php';
  9751.         return $this->privates['Acme\\SudcmsBundle\\Repository\\OptionsRepository'] = new \Acme\SudcmsBundle\Repository\OptionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9752.     }
  9753.     /**
  9754.      * Gets the private 'Acme\SudcmsBundle\Repository\PagesBlocsRepository' shared autowired service.
  9755.      *
  9756.      * @return \Acme\SudcmsBundle\Repository\PagesBlocsRepository
  9757.      */
  9758.     protected function getPagesBlocsRepositoryService()
  9759.     {
  9760.         include_once \dirname(__DIR__4).'/src/Repository/PagesBlocsRepository.php';
  9761.         return $this->privates['Acme\\SudcmsBundle\\Repository\\PagesBlocsRepository'] = new \Acme\SudcmsBundle\Repository\PagesBlocsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9762.     }
  9763.     /**
  9764.      * Gets the private 'Acme\SudcmsBundle\Repository\PagesMediasRepository' shared autowired service.
  9765.      *
  9766.      * @return \Acme\SudcmsBundle\Repository\PagesMediasRepository
  9767.      */
  9768.     protected function getPagesMediasRepositoryService()
  9769.     {
  9770.         include_once \dirname(__DIR__4).'/src/Repository/PagesMediasRepository.php';
  9771.         return $this->privates['Acme\\SudcmsBundle\\Repository\\PagesMediasRepository'] = new \Acme\SudcmsBundle\Repository\PagesMediasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9772.     }
  9773.     /**
  9774.      * Gets the private 'Acme\SudcmsBundle\Repository\PagesRepository' shared autowired service.
  9775.      *
  9776.      * @return \Acme\SudcmsBundle\Repository\PagesRepository
  9777.      */
  9778.     protected function getPagesRepositoryService()
  9779.     {
  9780.         include_once \dirname(__DIR__4).'/src/Repository/PagesRepository.php';
  9781.         return $this->privates['Acme\\SudcmsBundle\\Repository\\PagesRepository'] = new \Acme\SudcmsBundle\Repository\PagesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9782.     }
  9783.     /**
  9784.      * Gets the private 'Acme\SudcmsBundle\Repository\SiteCoordonneesRepository' shared autowired service.
  9785.      *
  9786.      * @return \Acme\SudcmsBundle\Repository\SiteCoordonneesRepository
  9787.      */
  9788.     protected function getSiteCoordonneesRepositoryService()
  9789.     {
  9790.         return $this->privates['Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository'] = new \Acme\SudcmsBundle\Repository\SiteCoordonneesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9791.     }
  9792.     /**
  9793.      * Gets the private 'Acme\SudcmsBundle\Repository\SiteGoogleTagManagerRepository' shared autowired service.
  9794.      *
  9795.      * @return \Acme\SudcmsBundle\Repository\SiteGoogleTagManagerRepository
  9796.      */
  9797.     protected function getSiteGoogleTagManagerRepositoryService()
  9798.     {
  9799.         return $this->privates['Acme\\SudcmsBundle\\Repository\\SiteGoogleTagManagerRepository'] = new \Acme\SudcmsBundle\Repository\SiteGoogleTagManagerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9800.     }
  9801.     /**
  9802.      * Gets the private 'Acme\SudcmsBundle\Repository\SiteLangRepository' shared autowired service.
  9803.      *
  9804.      * @return \Acme\SudcmsBundle\Repository\SiteLangRepository
  9805.      */
  9806.     protected function getSiteLangRepositoryService()
  9807.     {
  9808.         return $this->privates['Acme\\SudcmsBundle\\Repository\\SiteLangRepository'] = new \Acme\SudcmsBundle\Repository\SiteLangRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9809.     }
  9810.     /**
  9811.      * Gets the private 'Acme\SudcmsBundle\Repository\SiteModuleRepository' shared autowired service.
  9812.      *
  9813.      * @return \Acme\SudcmsBundle\Repository\SiteModuleRepository
  9814.      */
  9815.     protected function getSiteModuleRepositoryService()
  9816.     {
  9817.         include_once \dirname(__DIR__4).'/src/Repository/SiteModuleRepository.php';
  9818.         return $this->privates['Acme\\SudcmsBundle\\Repository\\SiteModuleRepository'] = new \Acme\SudcmsBundle\Repository\SiteModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9819.     }
  9820.     /**
  9821.      * Gets the private 'Acme\SudcmsBundle\Repository\SiteReferencementRepository' shared autowired service.
  9822.      *
  9823.      * @return \Acme\SudcmsBundle\Repository\SiteReferencementRepository
  9824.      */
  9825.     protected function getSiteReferencementRepositoryService()
  9826.     {
  9827.         include_once \dirname(__DIR__4).'/src/Repository/SiteReferencementRepository.php';
  9828.         return $this->privates['Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository'] = new \Acme\SudcmsBundle\Repository\SiteReferencementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9829.     }
  9830.     /**
  9831.      * Gets the private 'Acme\SudcmsBundle\Repository\SiteRepository' shared autowired service.
  9832.      *
  9833.      * @return \Acme\SudcmsBundle\Repository\SiteRepository
  9834.      */
  9835.     protected function getSiteRepositoryService()
  9836.     {
  9837.         return $this->privates['Acme\\SudcmsBundle\\Repository\\SiteRepository'] = new \Acme\SudcmsBundle\Repository\SiteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9838.     }
  9839.     /**
  9840.      * Gets the private 'Acme\SudcmsBundle\Repository\SiteReseauxRepository' shared autowired service.
  9841.      *
  9842.      * @return \Acme\SudcmsBundle\Repository\SiteReseauxRepository
  9843.      */
  9844.     protected function getSiteReseauxRepositoryService()
  9845.     {
  9846.         return $this->privates['Acme\\SudcmsBundle\\Repository\\SiteReseauxRepository'] = new \Acme\SudcmsBundle\Repository\SiteReseauxRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9847.     }
  9848.     /**
  9849.      * Gets the private 'Acme\SudcmsBundle\Repository\TchatMessagesRepository' shared autowired service.
  9850.      *
  9851.      * @return \Acme\SudcmsBundle\Repository\TchatMessagesRepository
  9852.      */
  9853.     protected function getTchatMessagesRepositoryService()
  9854.     {
  9855.         include_once \dirname(__DIR__4).'/src/Repository/TchatMessagesRepository.php';
  9856.         return $this->privates['Acme\\SudcmsBundle\\Repository\\TchatMessagesRepository'] = new \Acme\SudcmsBundle\Repository\TchatMessagesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9857.     }
  9858.     /**
  9859.      * Gets the private 'Acme\SudcmsBundle\Repository\TchatProductsRepository' shared autowired service.
  9860.      *
  9861.      * @return \Acme\SudcmsBundle\Repository\TchatProductsRepository
  9862.      */
  9863.     protected function getTchatProductsRepositoryService()
  9864.     {
  9865.         include_once \dirname(__DIR__4).'/src/Repository/TchatProductsRepository.php';
  9866.         return $this->privates['Acme\\SudcmsBundle\\Repository\\TchatProductsRepository'] = new \Acme\SudcmsBundle\Repository\TchatProductsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9867.     }
  9868.     /**
  9869.      * Gets the private 'Acme\SudcmsBundle\Repository\TchatRepository' shared autowired service.
  9870.      *
  9871.      * @return \Acme\SudcmsBundle\Repository\TchatRepository
  9872.      */
  9873.     protected function getTchatRepositoryService()
  9874.     {
  9875.         return $this->privates['Acme\\SudcmsBundle\\Repository\\TchatRepository'] = new \Acme\SudcmsBundle\Repository\TchatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9876.     }
  9877.     /**
  9878.      * Gets the private 'Acme\SudcmsBundle\Service\AnonimizedService' shared autowired service.
  9879.      *
  9880.      * @return \Acme\SudcmsBundle\Service\AnonimizedService
  9881.      */
  9882.     protected function getAnonimizedServiceService()
  9883.     {
  9884.         include_once \dirname(__DIR__4).'/src/Service/AnonimizedService.php';
  9885.         return $this->privates['Acme\\SudcmsBundle\\Service\\AnonimizedService'] = new \Acme\SudcmsBundle\Service\AnonimizedService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository'] ?? $this->getEcoCustomersAddressesRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository'] ?? $this->getEcoOrdersRepositoryService()));
  9886.     }
  9887.     /**
  9888.      * Gets the private 'Acme\SudcmsBundle\Service\ApiLogsService' shared autowired service.
  9889.      *
  9890.      * @return \Acme\SudcmsBundle\Service\ApiLogsService
  9891.      */
  9892.     protected function getApiLogsServiceService()
  9893.     {
  9894.         $a = ($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'] ?? $this->getMailerServiceService());
  9895.         if (isset($this->privates['Acme\\SudcmsBundle\\Service\\ApiLogsService'])) {
  9896.             return $this->privates['Acme\\SudcmsBundle\\Service\\ApiLogsService'];
  9897.         }
  9898.         return $this->privates['Acme\\SudcmsBundle\\Service\\ApiLogsService'] = new \Acme\SudcmsBundle\Service\ApiLogsService(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9899.     }
  9900.     /**
  9901.      * Gets the private 'Acme\SudcmsBundle\Service\ApiService' shared autowired service.
  9902.      *
  9903.      * @return \Acme\SudcmsBundle\Service\ApiService
  9904.      */
  9905.     protected function getApiServiceService()
  9906.     {
  9907.         $a = ($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'] ?? $this->getMailerServiceService());
  9908.         if (isset($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'])) {
  9909.             return $this->privates['Acme\\SudcmsBundle\\Service\\ApiService'];
  9910.         }
  9911.         $b = ($this->privates['Acme\\SudcmsBundle\\Service\\ApiLogsService'] ?? $this->getApiLogsServiceService());
  9912.         if (isset($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'])) {
  9913.             return $this->privates['Acme\\SudcmsBundle\\Service\\ApiService'];
  9914.         }
  9915.         return $this->privates['Acme\\SudcmsBundle\\Service\\ApiService'] = new \Acme\SudcmsBundle\Service\ApiService($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9916.     }
  9917.     /**
  9918.      * Gets the private 'Acme\SudcmsBundle\Service\BrevoService' shared autowired service.
  9919.      *
  9920.      * @return \Acme\SudcmsBundle\Service\BrevoService
  9921.      */
  9922.     protected function getBrevoServiceService()
  9923.     {
  9924.         include_once \dirname(__DIR__4).'/src/Service/BrevoService.php';
  9925.         $a = ($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'] ?? $this->getMailerServiceService());
  9926.         if (isset($this->privates['Acme\\SudcmsBundle\\Service\\BrevoService'])) {
  9927.             return $this->privates['Acme\\SudcmsBundle\\Service\\BrevoService'];
  9928.         }
  9929.         return $this->privates['Acme\\SudcmsBundle\\Service\\BrevoService'] = new \Acme\SudcmsBundle\Service\BrevoService(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9930.     }
  9931.     /**
  9932.      * Gets the private 'Acme\SudcmsBundle\Service\DuplicateContent' shared autowired service.
  9933.      *
  9934.      * @return \Acme\SudcmsBundle\Service\DuplicateContent
  9935.      */
  9936.     protected function getDuplicateContentService()
  9937.     {
  9938.         include_once \dirname(__DIR__4).'/src/Service/DuplicateContent.php';
  9939.         return $this->privates['Acme\\SudcmsBundle\\Service\\DuplicateContent'] = new \Acme\SudcmsBundle\Service\DuplicateContent(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Acme\\SudcmsBundle\\Repository\\PagesRepository'] ?? $this->getPagesRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\PagesBlocsRepository'] ?? $this->getPagesBlocsRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\PagesMediasRepository'] ?? $this->getPagesMediasRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'] ?? $this->getOtideaUtilsService()));
  9940.     }
  9941.     /**
  9942.      * Gets the private 'Acme\SudcmsBundle\Service\Ecommerce\BasketService' shared autowired service.
  9943.      *
  9944.      * @return \Acme\SudcmsBundle\Service\Ecommerce\BasketService
  9945.      */
  9946.     protected function getBasketServiceService()
  9947.     {
  9948.         $a = ($this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'] ?? $this->getOtideaUtilsService());
  9949.         if (isset($this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService'])) {
  9950.             return $this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService'];
  9951.         }
  9952.         $b = ($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'] ?? $this->getApiServiceService());
  9953.         if (isset($this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService'])) {
  9954.             return $this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService'];
  9955.         }
  9956.         return $this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService'] = new \Acme\SudcmsBundle\Service\Ecommerce\BasketService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\ShippingFeesService'] ?? $this->getShippingFeesServiceService()), ($this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\DiscountService'] ?? $this->getDiscountServiceService()), $a$b);
  9957.     }
  9958.     /**
  9959.      * Gets the private 'Acme\SudcmsBundle\Service\Ecommerce\DiscountService' shared autowired service.
  9960.      *
  9961.      * @return \Acme\SudcmsBundle\Service\Ecommerce\DiscountService
  9962.      */
  9963.     protected function getDiscountServiceService()
  9964.     {
  9965.         return $this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\DiscountService'] = new \Acme\SudcmsBundle\Service\Ecommerce\DiscountService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository'] ?? $this->getEcoDiscountRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository'] ?? $this->getEcoProductsReferencesRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\EcoDiscountOrdersRepository'] ?? $this->getEcoDiscountOrdersRepositoryService()));
  9966.     }
  9967.     /**
  9968.      * Gets the private 'Acme\SudcmsBundle\Service\Ecommerce\InvoiceService' shared autowired service.
  9969.      *
  9970.      * @return \Acme\SudcmsBundle\Service\Ecommerce\InvoiceService
  9971.      */
  9972.     protected function getInvoiceServiceService()
  9973.     {
  9974.         include_once \dirname(__DIR__4).'/src/Service/Ecommerce/InvoiceService.php';
  9975.         return $this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\InvoiceService'] = new \Acme\SudcmsBundle\Service\Ecommerce\InvoiceService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\ShippingFeesService'] ?? $this->getShippingFeesServiceService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository'] ?? $this->getEcoOrdersRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository'] ?? $this->getEcoProductsReferencesRepositoryService()));
  9976.     }
  9977.     /**
  9978.      * Gets the private 'Acme\SudcmsBundle\Service\Ecommerce\LoyaltySystemService' shared autowired service.
  9979.      *
  9980.      * @return \Acme\SudcmsBundle\Service\Ecommerce\LoyaltySystemService
  9981.      */
  9982.     protected function getLoyaltySystemServiceService()
  9983.     {
  9984.         include_once \dirname(__DIR__4).'/src/Service/Ecommerce/LoyaltySystemService.php';
  9985.         return $this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\LoyaltySystemService'] = new \Acme\SudcmsBundle\Service\Ecommerce\LoyaltySystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository'] ?? $this->getEcoOrdersRepositoryService()));
  9986.     }
  9987.     /**
  9988.      * Gets the private 'Acme\SudcmsBundle\Service\Ecommerce\OrderService' shared autowired service.
  9989.      *
  9990.      * @return \Acme\SudcmsBundle\Service\Ecommerce\OrderService
  9991.      */
  9992.     protected function getOrderServiceService()
  9993.     {
  9994.         include_once \dirname(__DIR__4).'/src/Service/Ecommerce/OrderService.php';
  9995.         return $this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\OrderService'] = new \Acme\SudcmsBundle\Service\Ecommerce\OrderService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\ShippingFeesService'] ?? $this->getShippingFeesServiceService()));
  9996.     }
  9997.     /**
  9998.      * Gets the private 'Acme\SudcmsBundle\Service\Ecommerce\ShippingFeesService' shared autowired service.
  9999.      *
  10000.      * @return \Acme\SudcmsBundle\Service\Ecommerce\ShippingFeesService
  10001.      */
  10002.     protected function getShippingFeesServiceService()
  10003.     {
  10004.         return $this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\ShippingFeesService'] = new \Acme\SudcmsBundle\Service\Ecommerce\ShippingFeesService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository'] ?? $this->getEcoShippingfeesRepositoryService()));
  10005.     }
  10006.     /**
  10007.      * Gets the private 'Acme\SudcmsBundle\Service\FileService' shared autowired service.
  10008.      *
  10009.      * @return \Acme\SudcmsBundle\Service\FileService
  10010.      */
  10011.     protected function getFileServiceService()
  10012.     {
  10013.         include_once \dirname(__DIR__4).'/src/Service/FileService.php';
  10014.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  10015.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  10016.         return $this->privates['Acme\\SudcmsBundle\\Service\\FileService'] = new \Acme\SudcmsBundle\Service\FileService(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr'))), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  10017.     }
  10018.     /**
  10019.      * Gets the private 'Acme\SudcmsBundle\Service\FlashNotificationAjax' shared autowired service.
  10020.      *
  10021.      * @return \Acme\SudcmsBundle\Service\FlashNotificationAjax
  10022.      */
  10023.     protected function getFlashNotificationAjaxService()
  10024.     {
  10025.         include_once \dirname(__DIR__4).'/src/Service/FlashNotificationAjax.php';
  10026.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  10027.         if (isset($this->privates['Acme\\SudcmsBundle\\Service\\FlashNotificationAjax'])) {
  10028.             return $this->privates['Acme\\SudcmsBundle\\Service\\FlashNotificationAjax'];
  10029.         }
  10030.         return $this->privates['Acme\\SudcmsBundle\\Service\\FlashNotificationAjax'] = new \Acme\SudcmsBundle\Service\FlashNotificationAjax($a);
  10031.     }
  10032.     /**
  10033.      * Gets the private 'Acme\SudcmsBundle\Service\FormBuilderService' shared autowired service.
  10034.      *
  10035.      * @return \Acme\SudcmsBundle\Service\FormBuilderService
  10036.      */
  10037.     protected function getFormBuilderServiceService()
  10038.     {
  10039.         include_once \dirname(__DIR__4).'/src/Service/FormBuilderService.php';
  10040.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  10041.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  10042.         return $this->privates['Acme\\SudcmsBundle\\Service\\FormBuilderService'] = new \Acme\SudcmsBundle\Service\FormBuilderService(($this->privates['Acme\\SudcmsBundle\\Repository\\FormElementsRepository'] ?? $this->getFormElementsRepositoryService()), ($this->privates['Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository'] ?? $this->getFormElementsValuesRepositoryService()), ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr'))));
  10043.     }
  10044.     /**
  10045.      * Gets the private 'Acme\SudcmsBundle\Service\MailerService' shared autowired service.
  10046.      *
  10047.      * @return \Acme\SudcmsBundle\Service\MailerService
  10048.      */
  10049.     protected function getMailerServiceService()
  10050.     {
  10051.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10052.         if (isset($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'])) {
  10053.             return $this->privates['Acme\\SudcmsBundle\\Service\\MailerService'];
  10054.         }
  10055.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  10056.         if (isset($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'])) {
  10057.             return $this->privates['Acme\\SudcmsBundle\\Service\\MailerService'];
  10058.         }
  10059.         $c = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  10060.         return $this->privates['Acme\\SudcmsBundle\\Service\\MailerService'] = new \Acme\SudcmsBundle\Service\MailerService(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  10061.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  10062.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  10063.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  10064.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  10065.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_URL')]), NULL$a), $b, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $c$c);
  10066.     }
  10067.     /**
  10068.      * Gets the private 'Acme\SudcmsBundle\Service\OtideaUtils' shared autowired service.
  10069.      *
  10070.      * @return \Acme\SudcmsBundle\Service\OtideaUtils
  10071.      */
  10072.     protected function getOtideaUtilsService()
  10073.     {
  10074.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  10075.         if (isset($this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'])) {
  10076.             return $this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'];
  10077.         }
  10078.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  10079.         if (isset($this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'])) {
  10080.             return $this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'];
  10081.         }
  10082.         return $this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'] = new \Acme\SudcmsBundle\Service\OtideaUtils($a, ($this->privates['Acme\\SudcmsBundle\\Repository\\ContactHistoriqueRepository'] ?? $this->getContactHistoriqueRepositoryService()), $b, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10083.     }
  10084.     /**
  10085.      * Gets the private 'Acme\SudcmsBundle\Service\Payment\PayboxService' shared autowired service.
  10086.      *
  10087.      * @return \Acme\SudcmsBundle\Service\Payment\PayboxService
  10088.      */
  10089.     protected function getPayboxServiceService()
  10090.     {
  10091.         include_once \dirname(__DIR__4).'/src/Service/Payment/PayboxService.php';
  10092.         return $this->privates['Acme\\SudcmsBundle\\Service\\Payment\\PayboxService'] = new \Acme\SudcmsBundle\Service\Payment\PayboxService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10093.     }
  10094.     /**
  10095.      * Gets the private 'Acme\SudcmsBundle\Service\UrlizerService' shared autowired service.
  10096.      *
  10097.      * @return \Acme\SudcmsBundle\Service\UrlizerService
  10098.      */
  10099.     protected function getUrlizerServiceService()
  10100.     {
  10101.         include_once \dirname(__DIR__4).'/src/Service/UrlizerService.php';
  10102.         return $this->privates['Acme\\SudcmsBundle\\Service\\UrlizerService'] = new \Acme\SudcmsBundle\Service\UrlizerService();
  10103.     }
  10104.     /**
  10105.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  10106.      *
  10107.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  10108.      */
  10109.     protected function getManagerRegistryAwareConnectionProviderService()
  10110.     {
  10111.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  10112.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  10113.         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'));
  10114.     }
  10115.     /**
  10116.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  10117.      *
  10118.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  10119.      */
  10120.     protected function getRunSqlCommandService()
  10121.     {
  10122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10123.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  10124.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  10125.         $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()));
  10126.         $instance->setName('dbal:run-sql');
  10127.         return $instance;
  10128.     }
  10129.     /**
  10130.      * Gets the private 'annotations.cache_adapter' shared service.
  10131.      *
  10132.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  10133.      */
  10134.     protected function getAnnotations_CacheAdapterService()
  10135.     {
  10136.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  10137.     }
  10138.     /**
  10139.      * Gets the private 'annotations.cache_warmer' shared service.
  10140.      *
  10141.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  10142.      */
  10143.     protected function getAnnotations_CacheWarmerService()
  10144.     {
  10145.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10146.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10147.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  10148.         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);
  10149.     }
  10150.     /**
  10151.      * Gets the private 'annotations.cached_reader' shared service.
  10152.      *
  10153.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  10154.      */
  10155.     protected function getAnnotations_CachedReaderService()
  10156.     {
  10157.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  10158.     }
  10159.     /**
  10160.      * Gets the private 'annotations.reader' shared service.
  10161.      *
  10162.      * @return \Doctrine\Common\Annotations\AnnotationReader
  10163.      */
  10164.     protected function getAnnotations_ReaderService()
  10165.     {
  10166.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  10167.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  10168.         $a->registerUniqueLoader('class_exists');
  10169.         $instance->addGlobalIgnoredName('required'$a);
  10170.         return $instance;
  10171.     }
  10172.     /**
  10173.      * Gets the private 'assets._package_bain-rocher' shared service.
  10174.      *
  10175.      * @return \Symfony\Component\Asset\UrlPackage
  10176.      */
  10177.     protected function getAssets_PackageBainrocherService()
  10178.     {
  10179.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  10180.         return $this->privates['assets._package_bain-rocher'] = new \Symfony\Component\Asset\UrlPackage([=> 'https://www.bains-rocher.fr/'], ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  10181.     }
  10182.     /**
  10183.      * Gets the private 'assets._package_local' shared service.
  10184.      *
  10185.      * @return \Symfony\Component\Asset\UrlPackage
  10186.      */
  10187.     protected function getAssets_PackageLocalService()
  10188.     {
  10189.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  10190.         return $this->privates['assets._package_local'] = new \Symfony\Component\Asset\UrlPackage([=> 'http://127.0.0.1:8000/'], ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  10191.     }
  10192.     /**
  10193.      * Gets the private 'assets._package_main-app' shared service.
  10194.      *
  10195.      * @return \Symfony\Component\Asset\UrlPackage
  10196.      */
  10197.     protected function getAssets_PackageMainappService()
  10198.     {
  10199.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  10200.         return $this->privates['assets._package_main-app'] = new \Symfony\Component\Asset\UrlPackage([=> 'https://www.preprod.th-cauteret.otidea.ovh/'], ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  10201.     }
  10202.     /**
  10203.      * Gets the private 'assets.context' shared service.
  10204.      *
  10205.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  10206.      */
  10207.     protected function getAssets_ContextService()
  10208.     {
  10209.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  10210.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  10211.     }
  10212.     /**
  10213.      * Gets the private 'cache.annotations' shared service.
  10214.      *
  10215.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10216.      */
  10217.     protected function getCache_AnnotationsService()
  10218.     {
  10219.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MIOYDIDdIS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  10220.     }
  10221.     /**
  10222.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  10223.      *
  10224.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10225.      */
  10226.     protected function getCache_Doctrine_Orm_Default_QueryService()
  10227.     {
  10228.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  10229.     }
  10230.     /**
  10231.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  10232.      *
  10233.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10234.      */
  10235.     protected function getCache_Doctrine_Orm_Default_ResultService()
  10236.     {
  10237.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  10238.     }
  10239.     /**
  10240.      * Gets the private 'cache.property_info' shared service.
  10241.      *
  10242.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10243.      */
  10244.     protected function getCache_PropertyInfoService()
  10245.     {
  10246.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cxgDn3tBoB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  10247.     }
  10248.     /**
  10249.      * Gets the private 'cache.security_expression_language' shared service.
  10250.      *
  10251.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10252.      */
  10253.     protected function getCache_SecurityExpressionLanguageService()
  10254.     {
  10255.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZQoPhNLqJq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  10256.     }
  10257.     /**
  10258.      * Gets the private 'cache.serializer' shared service.
  10259.      *
  10260.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10261.      */
  10262.     protected function getCache_SerializerService()
  10263.     {
  10264.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('R5EOfYQmBM'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  10265.     }
  10266.     /**
  10267.      * Gets the private 'cache.validator' shared service.
  10268.      *
  10269.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10270.      */
  10271.     protected function getCache_ValidatorService()
  10272.     {
  10273.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GukoOO8HXJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  10274.     }
  10275.     /**
  10276.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  10277.      *
  10278.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  10279.      */
  10280.     protected function getCachePoolClearer_CacheWarmerService()
  10281.     {
  10282.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10283.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  10284.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  10285.     }
  10286.     /**
  10287.      * Gets the private 'config_builder.warmer' shared service.
  10288.      *
  10289.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  10290.      */
  10291.     protected function getConfigBuilder_WarmerService()
  10292.     {
  10293.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10294.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  10295.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10296.     }
  10297.     /**
  10298.      * Gets the private 'config_cache_factory' shared service.
  10299.      *
  10300.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  10301.      */
  10302.     protected function getConfigCacheFactoryService()
  10303.     {
  10304.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  10305.             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)));
  10306.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  10307.         }, 2));
  10308.     }
  10309.     /**
  10310.      * Gets the private 'console.command.about' shared service.
  10311.      *
  10312.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  10313.      */
  10314.     protected function getConsole_Command_AboutService()
  10315.     {
  10316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10317.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  10318.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  10319.         $instance->setName('about');
  10320.         $instance->setDescription('Display information about the current project');
  10321.         return $instance;
  10322.     }
  10323.     /**
  10324.      * Gets the private 'console.command.assets_install' shared service.
  10325.      *
  10326.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  10327.      */
  10328.     protected function getConsole_Command_AssetsInstallService()
  10329.     {
  10330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10331.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  10332.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  10333.         $instance->setName('assets:install');
  10334.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  10335.         return $instance;
  10336.     }
  10337.     /**
  10338.      * Gets the private 'console.command.cache_clear' shared service.
  10339.      *
  10340.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  10341.      */
  10342.     protected function getConsole_Command_CacheClearService()
  10343.     {
  10344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  10346.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  10347.         $instance->setName('cache:clear');
  10348.         $instance->setDescription('Clear the cache');
  10349.         return $instance;
  10350.     }
  10351.     /**
  10352.      * Gets the private 'console.command.cache_pool_clear' shared service.
  10353.      *
  10354.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  10355.      */
  10356.     protected function getConsole_Command_CachePoolClearService()
  10357.     {
  10358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  10360.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  10361.         $instance->setName('cache:pool:clear');
  10362.         $instance->setDescription('Clear cache pools');
  10363.         return $instance;
  10364.     }
  10365.     /**
  10366.      * Gets the private 'console.command.cache_pool_delete' shared service.
  10367.      *
  10368.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  10369.      */
  10370.     protected function getConsole_Command_CachePoolDeleteService()
  10371.     {
  10372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10373.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  10374.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  10375.         $instance->setName('cache:pool:delete');
  10376.         $instance->setDescription('Delete an item from a cache pool');
  10377.         return $instance;
  10378.     }
  10379.     /**
  10380.      * Gets the private 'console.command.cache_pool_list' shared service.
  10381.      *
  10382.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  10383.      */
  10384.     protected function getConsole_Command_CachePoolListService()
  10385.     {
  10386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10387.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  10388.         $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.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  10389.         $instance->setName('cache:pool:list');
  10390.         $instance->setDescription('List available cache pools');
  10391.         return $instance;
  10392.     }
  10393.     /**
  10394.      * Gets the private 'console.command.cache_pool_prune' shared service.
  10395.      *
  10396.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  10397.      */
  10398.     protected function getConsole_Command_CachePoolPruneService()
  10399.     {
  10400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10401.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  10402.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  10403.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  10404.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  10405.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  10406.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  10407.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  10408.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  10409.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  10410.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  10411.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  10412.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  10413.         }, 10));
  10414.         $instance->setName('cache:pool:prune');
  10415.         $instance->setDescription('Prune cache pools');
  10416.         return $instance;
  10417.     }
  10418.     /**
  10419.      * Gets the private 'console.command.cache_warmup' shared service.
  10420.      *
  10421.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  10422.      */
  10423.     protected function getConsole_Command_CacheWarmupService()
  10424.     {
  10425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10426.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  10427.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  10428.         $instance->setName('cache:warmup');
  10429.         $instance->setDescription('Warm up an empty cache');
  10430.         return $instance;
  10431.     }
  10432.     /**
  10433.      * Gets the private 'console.command.config_debug' shared service.
  10434.      *
  10435.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  10436.      */
  10437.     protected function getConsole_Command_ConfigDebugService()
  10438.     {
  10439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10440.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10441.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10442.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  10443.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  10444.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  10445.         $instance->setName('debug:config');
  10446.         $instance->setDescription('Dump the current configuration for an extension');
  10447.         return $instance;
  10448.     }
  10449.     /**
  10450.      * Gets the private 'console.command.config_dump_reference' shared service.
  10451.      *
  10452.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  10453.      */
  10454.     protected function getConsole_Command_ConfigDumpReferenceService()
  10455.     {
  10456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10457.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10458.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10459.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  10460.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  10461.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  10462.         $instance->setName('config:dump-reference');
  10463.         $instance->setDescription('Dump the default configuration for an extension');
  10464.         return $instance;
  10465.     }
  10466.     /**
  10467.      * Gets the private 'console.command.container_debug' shared service.
  10468.      *
  10469.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  10470.      */
  10471.     protected function getConsole_Command_ContainerDebugService()
  10472.     {
  10473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10474.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10475.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10476.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  10477.         $instance->setName('debug:container');
  10478.         $instance->setDescription('Display current services for an application');
  10479.         return $instance;
  10480.     }
  10481.     /**
  10482.      * Gets the private 'console.command.container_lint' shared service.
  10483.      *
  10484.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  10485.      */
  10486.     protected function getConsole_Command_ContainerLintService()
  10487.     {
  10488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10489.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  10490.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  10491.         $instance->setName('lint:container');
  10492.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  10493.         return $instance;
  10494.     }
  10495.     /**
  10496.      * Gets the private 'console.command.debug_autowiring' shared service.
  10497.      *
  10498.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  10499.      */
  10500.     protected function getConsole_Command_DebugAutowiringService()
  10501.     {
  10502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10503.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10504.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  10505.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  10506.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  10507.         $instance->setName('debug:autowiring');
  10508.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  10509.         return $instance;
  10510.     }
  10511.     /**
  10512.      * Gets the private 'console.command.dotenv_debug' shared service.
  10513.      *
  10514.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  10515.      */
  10516.     protected function getConsole_Command_DotenvDebugService()
  10517.     {
  10518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10519.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  10520.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  10521.         $instance->setName('debug:dotenv');
  10522.         $instance->setDescription('Lists all dotenv files with variables and values');
  10523.         return $instance;
  10524.     }
  10525.     /**
  10526.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  10527.      *
  10528.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  10529.      */
  10530.     protected function getConsole_Command_EventDispatcherDebugService()
  10531.     {
  10532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10533.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  10534.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.gHf5fP_'] ?? $this->get_ServiceLocator_GHf5fPService()));
  10535.         $instance->setName('debug:event-dispatcher');
  10536.         $instance->setDescription('Display configured listeners for an application');
  10537.         return $instance;
  10538.     }
  10539.     /**
  10540.      * Gets the private 'console.command.form_debug' shared service.
  10541.      *
  10542.      * @return \Symfony\Component\Form\Command\DebugCommand
  10543.      */
  10544.     protected function getConsole_Command_FormDebugService()
  10545.     {
  10546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10547.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  10548.         $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'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'Liip\\ImagineBundle\\Form\\Type'=> 'Acme\\SudcmsBundle\\Form'=> 'Acme\\SudcmsBundle\\Form\\Ecommerce'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'=> 'Liip\\ImagineBundle\\Form\\Type\\ImageType'=> 'Acme\\SudcmsBundle\\Form\\ActualiteEditType'=> 'Acme\\SudcmsBundle\\Form\\AddressBookEditType'=> 'Acme\\SudcmsBundle\\Form\\AgendaEditType'=> 'Acme\\SudcmsBundle\\Form\\AnnuaireType'10 => 'Acme\\SudcmsBundle\\Form\\ApiSettingsType'11 => 'Acme\\SudcmsBundle\\Form\\AutopromoType'12 => 'Acme\\SudcmsBundle\\Form\\CatalogEditType'13 => 'Acme\\SudcmsBundle\\Form\\CatalogueCategType'14 => 'Acme\\SudcmsBundle\\Form\\CatalogueMediasType'15 => 'Acme\\SudcmsBundle\\Form\\CatalogueType'16 => 'Acme\\SudcmsBundle\\Form\\ContactHistoriqueType'17 => 'Acme\\SudcmsBundle\\Form\\DocumentConfigEditType'18 => 'Acme\\SudcmsBundle\\Form\\DocumentType'19 => 'Acme\\SudcmsBundle\\Form\\Ecommerce\\CarrierType'20 => 'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerAddressType'21 => 'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerFrontType'22 => 'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerRequestCompanyType'23 => 'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerResetPasswordType'24 => 'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerType'25 => 'Acme\\SudcmsBundle\\Form\\Ecommerce\\DiscountType'26 => 'Acme\\SudcmsBundle\\Form\\Ecommerce\\FrontLoginType'27 => 'Acme\\SudcmsBundle\\Form\\Ecommerce\\ProductReferenceType'28 => 'Acme\\SudcmsBundle\\Form\\Ecommerce\\ProductType'29 => 'Acme\\SudcmsBundle\\Form\\Ecommerce\\SettingsType'30 => 'Acme\\SudcmsBundle\\Form\\FormAdressesType'31 => 'Acme\\SudcmsBundle\\Form\\FormSiteType'32 => 'Acme\\SudcmsBundle\\Form\\FrontContactType'33 => 'Acme\\SudcmsBundle\\Form\\PlanningType'34 => 'Acme\\SudcmsBundle\\Form\\ResetPassType'35 => 'Acme\\SudcmsBundle\\Form\\SiteCoordonneesType'36 => 'Acme\\SudcmsBundle\\Form\\SiteEditType'37 => 'Acme\\SudcmsBundle\\Form\\SiteGoogleTagManagerType'38 => 'Acme\\SudcmsBundle\\Form\\UserGroupType'39 => 'Acme\\SudcmsBundle\\Form\\UserRegistrationType'], [=> '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()));
  10549.         $instance->setName('debug:form');
  10550.         $instance->setDescription('Display form type information');
  10551.         return $instance;
  10552.     }
  10553.     /**
  10554.      * Gets the private 'console.command.router_debug' shared service.
  10555.      *
  10556.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  10557.      */
  10558.     protected function getConsole_Command_RouterDebugService()
  10559.     {
  10560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10561.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  10562.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  10563.         $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()));
  10564.         $instance->setName('debug:router');
  10565.         $instance->setDescription('Display current routes for an application');
  10566.         return $instance;
  10567.     }
  10568.     /**
  10569.      * Gets the private 'console.command.router_match' shared service.
  10570.      *
  10571.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  10572.      */
  10573.     protected function getConsole_Command_RouterMatchService()
  10574.     {
  10575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10576.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  10577.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  10578.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  10579.         }, 1));
  10580.         $instance->setName('router:match');
  10581.         $instance->setDescription('Help debug routes by simulating a path info match');
  10582.         return $instance;
  10583.     }
  10584.     /**
  10585.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  10586.      *
  10587.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  10588.      */
  10589.     protected function getConsole_Command_SecretsDecryptToLocalService()
  10590.     {
  10591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10592.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  10593.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10594.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10595.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  10596.         $instance->setName('secrets:decrypt-to-local');
  10597.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  10598.         return $instance;
  10599.     }
  10600.     /**
  10601.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  10602.      *
  10603.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  10604.      */
  10605.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  10606.     {
  10607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10608.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  10609.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10610.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10611.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  10612.         $instance->setName('secrets:encrypt-from-local');
  10613.         $instance->setDescription('Encrypt all local secrets to the vault');
  10614.         return $instance;
  10615.     }
  10616.     /**
  10617.      * Gets the private 'console.command.secrets_generate_key' shared service.
  10618.      *
  10619.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  10620.      */
  10621.     protected function getConsole_Command_SecretsGenerateKeyService()
  10622.     {
  10623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10624.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  10625.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10626.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10627.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  10628.         $instance->setName('secrets:generate-keys');
  10629.         $instance->setDescription('Generate new encryption keys');
  10630.         return $instance;
  10631.     }
  10632.     /**
  10633.      * Gets the private 'console.command.secrets_list' shared service.
  10634.      *
  10635.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  10636.      */
  10637.     protected function getConsole_Command_SecretsListService()
  10638.     {
  10639.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10640.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  10641.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10642.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10643.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  10644.         $instance->setName('secrets:list');
  10645.         $instance->setDescription('List all secrets');
  10646.         return $instance;
  10647.     }
  10648.     /**
  10649.      * Gets the private 'console.command.secrets_remove' shared service.
  10650.      *
  10651.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  10652.      */
  10653.     protected function getConsole_Command_SecretsRemoveService()
  10654.     {
  10655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10656.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  10657.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10658.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10659.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  10660.         $instance->setName('secrets:remove');
  10661.         $instance->setDescription('Remove a secret from the vault');
  10662.         return $instance;
  10663.     }
  10664.     /**
  10665.      * Gets the private 'console.command.secrets_set' shared service.
  10666.      *
  10667.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  10668.      */
  10669.     protected function getConsole_Command_SecretsSetService()
  10670.     {
  10671.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10672.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  10673.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10674.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  10675.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  10676.         $instance->setName('secrets:set');
  10677.         $instance->setDescription('Set a secret in the vault');
  10678.         return $instance;
  10679.     }
  10680.     /**
  10681.      * Gets the private 'console.command.translation_debug' shared service.
  10682.      *
  10683.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  10684.      */
  10685.     protected function getConsole_Command_TranslationDebugService()
  10686.     {
  10687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10688.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  10689.         $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).'/../main-app/templates'), => (\dirname(__DIR__4).'/../bain-rocher/templates'), => (\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/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 17 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  10690.         $instance->setName('debug:translation');
  10691.         $instance->setDescription('Display translation messages information');
  10692.         return $instance;
  10693.     }
  10694.     /**
  10695.      * Gets the private 'console.command.translation_extract' shared service.
  10696.      *
  10697.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  10698.      */
  10699.     protected function getConsole_Command_TranslationExtractService()
  10700.     {
  10701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10702.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  10703.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($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).'/../main-app/templates'), => (\dirname(__DIR__4).'/../bain-rocher/templates'), => (\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/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 17 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  10704.         $instance->setName('translation:extract');
  10705.         $instance->setAliases([=> 'translation:update']);
  10706.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  10707.         return $instance;
  10708.     }
  10709.     /**
  10710.      * Gets the private 'console.command.translation_pull' shared service.
  10711.      *
  10712.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  10713.      */
  10714.     protected function getConsole_Command_TranslationPullService()
  10715.     {
  10716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10717.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  10718.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  10719.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'fr', [], []);
  10720.         $instance->setName('translation:pull');
  10721.         $instance->setDescription('Pull translations from a given provider.');
  10722.         return $instance;
  10723.     }
  10724.     /**
  10725.      * Gets the private 'console.command.translation_push' shared service.
  10726.      *
  10727.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  10728.      */
  10729.     protected function getConsole_Command_TranslationPushService()
  10730.     {
  10731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10732.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  10733.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  10734.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  10735.         $instance->setName('translation:push');
  10736.         $instance->setDescription('Push translations to a given provider.');
  10737.         return $instance;
  10738.     }
  10739.     /**
  10740.      * Gets the private 'console.command.validator_debug' shared service.
  10741.      *
  10742.      * @return \Symfony\Component\Validator\Command\DebugCommand
  10743.      */
  10744.     protected function getConsole_Command_ValidatorDebugService()
  10745.     {
  10746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10747.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  10748.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  10749.         $instance->setName('debug:validator');
  10750.         $instance->setDescription('Display validation constraints for classes');
  10751.         return $instance;
  10752.     }
  10753.     /**
  10754.      * Gets the private 'console.command.xliff_lint' shared service.
  10755.      *
  10756.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  10757.      */
  10758.     protected function getConsole_Command_XliffLintService()
  10759.     {
  10760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10761.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  10762.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  10763.         $instance->setName('lint:xliff');
  10764.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  10765.         return $instance;
  10766.     }
  10767.     /**
  10768.      * Gets the private 'console.command.yaml_lint' shared service.
  10769.      *
  10770.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  10771.      */
  10772.     protected function getConsole_Command_YamlLintService()
  10773.     {
  10774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10775.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  10776.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  10777.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  10778.         $instance->setName('lint:yaml');
  10779.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  10780.         return $instance;
  10781.     }
  10782.     /**
  10783.      * Gets the private 'console.error_listener' shared service.
  10784.      *
  10785.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  10786.      */
  10787.     protected function getConsole_ErrorListenerService()
  10788.     {
  10789.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  10790.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  10791.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10792.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10793.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10794.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  10795.     }
  10796.     /**
  10797.      * Gets the private 'container.env_var_processor' shared service.
  10798.      *
  10799.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  10800.      */
  10801.     protected function getContainer_EnvVarProcessorService()
  10802.     {
  10803.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  10804.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  10805.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  10806.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  10807.         }, 1));
  10808.     }
  10809.     /**
  10810.      * Gets the private 'container.getenv' shared service.
  10811.      *
  10812.      * @return \Closure
  10813.      */
  10814.     protected function getContainer_GetenvService()
  10815.     {
  10816.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  10817.     }
  10818.     /**
  10819.      * Gets the private 'data_collector.form' shared service.
  10820.      *
  10821.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  10822.      */
  10823.     protected function getDataCollector_FormService()
  10824.     {
  10825.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  10826.     }
  10827.     /**
  10828.      * Gets the private 'data_collector.request' shared service.
  10829.      *
  10830.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  10831.      */
  10832.     protected function getDataCollector_RequestService()
  10833.     {
  10834.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  10835.     }
  10836.     /**
  10837.      * Gets the private 'data_collector.request.session_collector' shared service.
  10838.      *
  10839.      * @return \Closure
  10840.      */
  10841.     protected function getDataCollector_Request_SessionCollectorService()
  10842.     {
  10843.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  10844.     }
  10845.     /**
  10846.      * Gets the private 'debug.argument_resolver.default' shared service.
  10847.      *
  10848.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10849.      */
  10850.     protected function getDebug_ArgumentResolver_DefaultService()
  10851.     {
  10852.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10853.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10854.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  10855.         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))));
  10856.     }
  10857.     /**
  10858.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  10859.      *
  10860.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10861.      */
  10862.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  10863.     {
  10864.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10865.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10866.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  10867.         $a = ($this->privates['.service_locator.4ZSzEBQ'] ?? $this->get_ServiceLocator_4ZSzEBQService());
  10868.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  10869.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  10870.         }
  10871.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10872.     }
  10873.     /**
  10874.      * Gets the private 'debug.argument_resolver.request' shared service.
  10875.      *
  10876.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10877.      */
  10878.     protected function getDebug_ArgumentResolver_RequestService()
  10879.     {
  10880.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10881.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10882.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  10883.         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))));
  10884.     }
  10885.     /**
  10886.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  10887.      *
  10888.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10889.      */
  10890.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  10891.     {
  10892.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10893.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10894.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  10895.         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))));
  10896.     }
  10897.     /**
  10898.      * Gets the private 'debug.argument_resolver.service' shared service.
  10899.      *
  10900.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10901.      */
  10902.     protected function getDebug_ArgumentResolver_ServiceService()
  10903.     {
  10904.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10905.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10906.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  10907.         $a = ($this->privates['.service_locator.4ZSzEBQ'] ?? $this->get_ServiceLocator_4ZSzEBQService());
  10908.         if (isset($this->privates['debug.argument_resolver.service'])) {
  10909.             return $this->privates['debug.argument_resolver.service'];
  10910.         }
  10911.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  10912.     }
  10913.     /**
  10914.      * Gets the private 'debug.argument_resolver.session' shared service.
  10915.      *
  10916.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10917.      */
  10918.     protected function getDebug_ArgumentResolver_SessionService()
  10919.     {
  10920.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10921.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10922.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  10923.         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))));
  10924.     }
  10925.     /**
  10926.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  10927.      *
  10928.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  10929.      */
  10930.     protected function getDebug_ArgumentResolver_VariadicService()
  10931.     {
  10932.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  10933.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  10934.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  10935.         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))));
  10936.     }
  10937.     /**
  10938.      * Gets the private 'debug.debug_handlers_listener' shared service.
  10939.      *
  10940.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  10941.      */
  10942.     protected function getDebug_DebugHandlersListenerService()
  10943.     {
  10944.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  10945.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10946.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10947.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10948.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10949.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  10950.     }
  10951.     /**
  10952.      * Gets the private 'debug.dump_listener' shared service.
  10953.      *
  10954.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  10955.      */
  10956.     protected function getDebug_DumpListenerService()
  10957.     {
  10958.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  10959.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  10960.         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()));
  10961.     }
  10962.     /**
  10963.      * Gets the private 'debug.file_link_formatter' shared service.
  10964.      *
  10965.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  10966.      */
  10967.     protected function getDebug_FileLinkFormatterService()
  10968.     {
  10969.         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 () {
  10970.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  10971.         });
  10972.     }
  10973.     /**
  10974.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  10975.      *
  10976.      * @return \string
  10977.      */
  10978.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  10979.     {
  10980.         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');
  10981.     }
  10982.     /**
  10983.      * Gets the private 'debug.log_processor' shared service.
  10984.      *
  10985.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  10986.      */
  10987.     protected function getDebug_LogProcessorService()
  10988.     {
  10989.         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())));
  10990.     }
  10991.     /**
  10992.      * Gets the private 'debug.security.access.decision_manager' shared service.
  10993.      *
  10994.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  10995.      */
  10996.     protected function getDebug_Security_Access_DecisionManagerService()
  10997.     {
  10998.         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 () {
  10999.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  11000.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  11001.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  11002.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  11003.     }
  11004.     /**
  11005.      * Gets the private 'debug.security.firewall' shared service.
  11006.      *
  11007.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  11008.      */
  11009.     protected function getDebug_Security_FirewallService()
  11010.     {
  11011.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  11012.         if (isset($this->privates['debug.security.firewall'])) {
  11013.             return $this->privates['debug.security.firewall'];
  11014.         }
  11015.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11016.         if (isset($this->privates['debug.security.firewall'])) {
  11017.             return $this->privates['debug.security.firewall'];
  11018.         }
  11019.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  11020.     }
  11021.     /**
  11022.      * Gets the private 'debug.security.firewall.authenticator.admin' shared service.
  11023.      *
  11024.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  11025.      */
  11026.     protected function getDebug_Security_Firewall_Authenticator_AdminService()
  11027.     {
  11028.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  11029.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  11030.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  11031.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  11032.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  11033.         $a = ($this->privates['security.authenticator.guard.admin.0'] ?? $this->getSecurity_Authenticator_Guard_Admin_0Service());
  11034.         if (isset($this->privates['debug.security.firewall.authenticator.admin'])) {
  11035.             return $this->privates['debug.security.firewall.authenticator.admin'];
  11036.         }
  11037.         $b = ($this->privates['security.authenticator.form_login.admin'] ?? $this->getSecurity_Authenticator_FormLogin_AdminService());
  11038.         if (isset($this->privates['debug.security.firewall.authenticator.admin'])) {
  11039.             return $this->privates['debug.security.firewall.authenticator.admin'];
  11040.         }
  11041.         return $this->privates['debug.security.firewall.authenticator.admin'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> $a=> $b], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  11042.     }
  11043.     /**
  11044.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  11045.      *
  11046.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  11047.      */
  11048.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  11049.     {
  11050.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  11051.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  11052.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  11053.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  11054.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  11055.         $a = ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service());
  11056.         if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  11057.             return $this->privates['debug.security.firewall.authenticator.main'];
  11058.         }
  11059.         $b = ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService());
  11060.         if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  11061.             return $this->privates['debug.security.firewall.authenticator.main'];
  11062.         }
  11063.         return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> $a=> $b], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  11064.     }
  11065.     /**
  11066.      * Gets the private 'debug.security.user_value_resolver' shared service.
  11067.      *
  11068.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  11069.      */
  11070.     protected function getDebug_Security_UserValueResolverService()
  11071.     {
  11072.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  11073.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  11074.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  11075.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  11076.     }
  11077.     /**
  11078.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  11079.      *
  11080.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11081.      */
  11082.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  11083.     {
  11084.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11085.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11086.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11087.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  11088.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11089.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  11090.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  11091.         }
  11092.         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()))), $a);
  11093.     }
  11094.     /**
  11095.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  11096.      *
  11097.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11098.      */
  11099.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  11100.     {
  11101.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11102.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11103.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11104.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  11105.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  11106.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  11107.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  11108.         }
  11109.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11110.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  11111.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  11112.         }
  11113.         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())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
  11114.     }
  11115.     /**
  11116.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  11117.      *
  11118.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  11119.      */
  11120.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  11121.     {
  11122.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  11123.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  11124.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  11125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  11126.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  11127.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11128.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  11129.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  11130.         }
  11131.         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())), $a);
  11132.     }
  11133.     /**
  11134.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  11135.      *
  11136.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  11137.      */
  11138.     protected function getDebug_Security_Voter_VoteListenerService()
  11139.     {
  11140.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  11141.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  11142.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  11143.             return $this->privates['debug.security.voter.vote_listener'];
  11144.         }
  11145.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  11146.     }
  11147.     /**
  11148.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  11149.      *
  11150.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  11151.      */
  11152.     protected function getDoctrine_CacheClearMetadataCommandService()
  11153.     {
  11154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11155.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11156.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  11157.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  11158.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11159.         $instance->setName('doctrine:cache:clear-metadata');
  11160.         return $instance;
  11161.     }
  11162.     /**
  11163.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  11164.      *
  11165.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  11166.      */
  11167.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  11168.     {
  11169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11170.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11171.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  11172.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  11173.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11174.         $instance->setName('doctrine:cache:clear-query');
  11175.         return $instance;
  11176.     }
  11177.     /**
  11178.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  11179.      *
  11180.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  11181.      */
  11182.     protected function getDoctrine_CacheClearResultCommandService()
  11183.     {
  11184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11185.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11186.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  11187.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  11188.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11189.         $instance->setName('doctrine:cache:clear-result');
  11190.         return $instance;
  11191.     }
  11192.     /**
  11193.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  11194.      *
  11195.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  11196.      */
  11197.     protected function getDoctrine_CacheCollectionRegionCommandService()
  11198.     {
  11199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11200.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11201.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  11202.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  11203.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11204.         $instance->setName('doctrine:cache:clear-collection-region');
  11205.         return $instance;
  11206.     }
  11207.     /**
  11208.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  11209.      *
  11210.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  11211.      */
  11212.     protected function getDoctrine_ClearEntityRegionCommandService()
  11213.     {
  11214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11215.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11216.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  11217.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  11218.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11219.         $instance->setName('doctrine:cache:clear-entity-region');
  11220.         return $instance;
  11221.     }
  11222.     /**
  11223.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  11224.      *
  11225.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  11226.      */
  11227.     protected function getDoctrine_ClearQueryRegionCommandService()
  11228.     {
  11229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11230.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11231.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  11232.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  11233.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11234.         $instance->setName('doctrine:cache:clear-query-region');
  11235.         return $instance;
  11236.     }
  11237.     /**
  11238.      * Gets the private 'doctrine.database_create_command' shared service.
  11239.      *
  11240.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  11241.      */
  11242.     protected function getDoctrine_DatabaseCreateCommandService()
  11243.     {
  11244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11245.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  11246.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  11247.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11248.         $instance->setName('doctrine:database:create');
  11249.         return $instance;
  11250.     }
  11251.     /**
  11252.      * Gets the private 'doctrine.database_drop_command' shared service.
  11253.      *
  11254.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  11255.      */
  11256.     protected function getDoctrine_DatabaseDropCommandService()
  11257.     {
  11258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11259.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  11260.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  11261.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11262.         $instance->setName('doctrine:database:drop');
  11263.         return $instance;
  11264.     }
  11265.     /**
  11266.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  11267.      *
  11268.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  11269.      */
  11270.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  11271.     {
  11272.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11273.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  11274.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  11275.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  11276.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  11277.         ], [
  11278.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  11279.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  11280.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  11281.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  11282.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  11283.     }
  11284.     /**
  11285.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  11286.      *
  11287.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  11288.      */
  11289.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  11290.     {
  11291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11292.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11293.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  11294.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  11295.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11296.         $instance->setName('doctrine:ensure-production-settings');
  11297.         return $instance;
  11298.     }
  11299.     /**
  11300.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  11301.      *
  11302.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  11303.      */
  11304.     protected function getDoctrine_FixturesLoadCommandService()
  11305.     {
  11306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11307.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  11308.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/CommandCompatibility.php';
  11309.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  11310.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  11311.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  11312.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyBridgeLoader.php';
  11313.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  11314.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  11315.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  11316.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  11317.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  11318.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  11319.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  11320.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  11321.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  11322.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  11323.         $a->addFixtures([=> ['fixture' => new \Acme\SudcmsBundle\DataFixtures\AppFixtures(), 'groups' => []]]);
  11324.         $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()]);
  11325.         $instance->setName('doctrine:fixtures:load');
  11326.         return $instance;
  11327.     }
  11328.     /**
  11329.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  11330.      *
  11331.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  11332.      */
  11333.     protected function getDoctrine_MappingConvertCommandService()
  11334.     {
  11335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11336.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11337.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  11338.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  11339.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11340.         $instance->setName('doctrine:mapping:convert');
  11341.         return $instance;
  11342.     }
  11343.     /**
  11344.      * Gets the private 'doctrine.mapping_import_command' shared service.
  11345.      *
  11346.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  11347.      */
  11348.     protected function getDoctrine_MappingImportCommandService()
  11349.     {
  11350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11351.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  11352.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  11353.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  11354.         $instance->setName('doctrine:mapping:import');
  11355.         return $instance;
  11356.     }
  11357.     /**
  11358.      * Gets the private 'doctrine.mapping_info_command' shared service.
  11359.      *
  11360.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  11361.      */
  11362.     protected function getDoctrine_MappingInfoCommandService()
  11363.     {
  11364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11365.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11366.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  11367.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  11368.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11369.         $instance->setName('doctrine:mapping:info');
  11370.         return $instance;
  11371.     }
  11372.     /**
  11373.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  11374.      *
  11375.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  11376.      */
  11377.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  11378.     {
  11379.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  11380.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  11381.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  11382.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  11383.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  11384.         }
  11385.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  11386.     }
  11387.     /**
  11388.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  11389.      *
  11390.      * @return \Doctrine\Migrations\DependencyFactory
  11391.      */
  11392.     protected function getDoctrine_Migrations_DependencyFactoryService()
  11393.     {
  11394.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  11395.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  11396.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  11397.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  11398.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  11399.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  11400.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  11401.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  11402.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  11403.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/src/migrations'));
  11404.         $a->setAllOrNothing(false);
  11405.         $a->setCheckDatabasePlatform(true);
  11406.         $a->setTransactional(true);
  11407.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  11408.         $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()));
  11409.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  11410.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  11411.         });
  11412.         return $instance;
  11413.     }
  11414.     /**
  11415.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  11416.      *
  11417.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  11418.      */
  11419.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  11420.     {
  11421.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  11422.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  11423.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11424.     }
  11425.     /**
  11426.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  11427.      *
  11428.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  11429.      */
  11430.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  11431.     {
  11432.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  11433.         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()));
  11434.     }
  11435.     /**
  11436.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  11437.      *
  11438.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  11439.      */
  11440.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  11441.     {
  11442.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  11443.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  11444.     }
  11445.     /**
  11446.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  11447.      *
  11448.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  11449.      */
  11450.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  11451.     {
  11452.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  11453.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  11454.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  11455.     }
  11456.     /**
  11457.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  11458.      *
  11459.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  11460.      */
  11461.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  11462.     {
  11463.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  11464.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  11465.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  11466.             return new \EmptyIterator();
  11467.         }, 0));
  11468.     }
  11469.     /**
  11470.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  11471.      *
  11472.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  11473.      */
  11474.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  11475.     {
  11476.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  11477.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  11478.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  11479.     }
  11480.     /**
  11481.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  11482.      *
  11483.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  11484.      */
  11485.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  11486.     {
  11487.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11488.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  11489.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11490.     }
  11491.     /**
  11492.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  11493.      *
  11494.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  11495.      */
  11496.     protected function getDoctrine_Orm_Validator_UniqueService()
  11497.     {
  11498.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11499.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11500.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  11501.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11502.     }
  11503.     /**
  11504.      * Gets the private 'doctrine.query_dql_command' shared service.
  11505.      *
  11506.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  11507.      */
  11508.     protected function getDoctrine_QueryDqlCommandService()
  11509.     {
  11510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11511.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11512.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  11513.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  11514.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11515.         $instance->setName('doctrine:query:dql');
  11516.         return $instance;
  11517.     }
  11518.     /**
  11519.      * Gets the private 'doctrine.query_sql_command' shared service.
  11520.      *
  11521.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  11522.      */
  11523.     protected function getDoctrine_QuerySqlCommandService()
  11524.     {
  11525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11526.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  11527.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  11528.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  11529.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  11530.         $instance->setName('doctrine:query:sql');
  11531.         return $instance;
  11532.     }
  11533.     /**
  11534.      * Gets the private 'doctrine.schema_create_command' shared service.
  11535.      *
  11536.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  11537.      */
  11538.     protected function getDoctrine_SchemaCreateCommandService()
  11539.     {
  11540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11541.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11542.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  11543.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  11544.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  11545.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11546.         $instance->setName('doctrine:schema:create');
  11547.         return $instance;
  11548.     }
  11549.     /**
  11550.      * Gets the private 'doctrine.schema_drop_command' shared service.
  11551.      *
  11552.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  11553.      */
  11554.     protected function getDoctrine_SchemaDropCommandService()
  11555.     {
  11556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11557.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11558.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  11559.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  11560.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  11561.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11562.         $instance->setName('doctrine:schema:drop');
  11563.         return $instance;
  11564.     }
  11565.     /**
  11566.      * Gets the private 'doctrine.schema_update_command' shared service.
  11567.      *
  11568.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  11569.      */
  11570.     protected function getDoctrine_SchemaUpdateCommandService()
  11571.     {
  11572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11573.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11574.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  11575.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  11576.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  11577.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11578.         $instance->setName('doctrine:schema:update');
  11579.         return $instance;
  11580.     }
  11581.     /**
  11582.      * Gets the private 'doctrine.schema_validate_command' shared service.
  11583.      *
  11584.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  11585.      */
  11586.     protected function getDoctrine_SchemaValidateCommandService()
  11587.     {
  11588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11589.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  11590.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/CommandCompatibility.php';
  11591.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  11592.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  11593.         $instance->setName('doctrine:schema:validate');
  11594.         return $instance;
  11595.     }
  11596.     /**
  11597.      * Gets the private 'doctrine.ulid_generator' shared service.
  11598.      *
  11599.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  11600.      */
  11601.     protected function getDoctrine_UlidGeneratorService()
  11602.     {
  11603.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  11604.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  11605.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  11606.     }
  11607.     /**
  11608.      * Gets the private 'doctrine.uuid_generator' shared service.
  11609.      *
  11610.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  11611.      */
  11612.     protected function getDoctrine_UuidGeneratorService()
  11613.     {
  11614.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  11615.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  11616.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  11617.     }
  11618.     /**
  11619.      * Gets the private 'doctrine_migrations.current_command' shared service.
  11620.      *
  11621.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  11622.      */
  11623.     protected function getDoctrineMigrations_CurrentCommandService()
  11624.     {
  11625.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11626.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11627.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  11628.         $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');
  11629.         $instance->setName('doctrine:migrations:current');
  11630.         return $instance;
  11631.     }
  11632.     /**
  11633.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  11634.      *
  11635.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  11636.      */
  11637.     protected function getDoctrineMigrations_DiffCommandService()
  11638.     {
  11639.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11640.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11641.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  11642.         $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');
  11643.         $instance->setName('doctrine:migrations:diff');
  11644.         return $instance;
  11645.     }
  11646.     /**
  11647.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  11648.      *
  11649.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  11650.      */
  11651.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  11652.     {
  11653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11654.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11655.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  11656.         $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');
  11657.         $instance->setName('doctrine:migrations:dump-schema');
  11658.         return $instance;
  11659.     }
  11660.     /**
  11661.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  11662.      *
  11663.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  11664.      */
  11665.     protected function getDoctrineMigrations_ExecuteCommandService()
  11666.     {
  11667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11668.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11669.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  11670.         $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');
  11671.         $instance->setName('doctrine:migrations:execute');
  11672.         return $instance;
  11673.     }
  11674.     /**
  11675.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  11676.      *
  11677.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  11678.      */
  11679.     protected function getDoctrineMigrations_GenerateCommandService()
  11680.     {
  11681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11682.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11683.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  11684.         $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');
  11685.         $instance->setName('doctrine:migrations:generate');
  11686.         return $instance;
  11687.     }
  11688.     /**
  11689.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  11690.      *
  11691.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  11692.      */
  11693.     protected function getDoctrineMigrations_LatestCommandService()
  11694.     {
  11695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11696.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11697.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  11698.         $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');
  11699.         $instance->setName('doctrine:migrations:latest');
  11700.         return $instance;
  11701.     }
  11702.     /**
  11703.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  11704.      *
  11705.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  11706.      */
  11707.     protected function getDoctrineMigrations_MigrateCommandService()
  11708.     {
  11709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11710.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11711.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  11712.         $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');
  11713.         $instance->setName('doctrine:migrations:migrate');
  11714.         return $instance;
  11715.     }
  11716.     /**
  11717.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  11718.      *
  11719.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  11720.      */
  11721.     protected function getDoctrineMigrations_RollupCommandService()
  11722.     {
  11723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11724.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11725.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  11726.         $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');
  11727.         $instance->setName('doctrine:migrations:rollup');
  11728.         return $instance;
  11729.     }
  11730.     /**
  11731.      * Gets the private 'doctrine_migrations.status_command' shared service.
  11732.      *
  11733.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  11734.      */
  11735.     protected function getDoctrineMigrations_StatusCommandService()
  11736.     {
  11737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11738.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11739.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  11740.         $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');
  11741.         $instance->setName('doctrine:migrations:status');
  11742.         return $instance;
  11743.     }
  11744.     /**
  11745.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  11746.      *
  11747.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  11748.      */
  11749.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  11750.     {
  11751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11752.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11753.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  11754.         $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');
  11755.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  11756.         return $instance;
  11757.     }
  11758.     /**
  11759.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  11760.      *
  11761.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  11762.      */
  11763.     protected function getDoctrineMigrations_UpToDateCommandService()
  11764.     {
  11765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11766.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11767.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  11768.         $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');
  11769.         $instance->setName('doctrine:migrations:up-to-date');
  11770.         return $instance;
  11771.     }
  11772.     /**
  11773.      * Gets the private 'doctrine_migrations.version_command' shared service.
  11774.      *
  11775.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  11776.      */
  11777.     protected function getDoctrineMigrations_VersionCommandService()
  11778.     {
  11779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11780.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11781.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  11782.         $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');
  11783.         $instance->setName('doctrine:migrations:version');
  11784.         return $instance;
  11785.     }
  11786.     /**
  11787.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  11788.      *
  11789.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  11790.      */
  11791.     protected function getDoctrineMigrations_VersionsCommandService()
  11792.     {
  11793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11794.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  11795.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  11796.         $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');
  11797.         $instance->setName('doctrine:migrations:list');
  11798.         return $instance;
  11799.     }
  11800.     /**
  11801.      * Gets the private 'error_handler.error_renderer.html' shared service.
  11802.      *
  11803.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  11804.      */
  11805.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  11806.     {
  11807.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  11808.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  11809.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  11810.         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()));
  11811.     }
  11812.     /**
  11813.      * Gets the private 'exception_listener' shared service.
  11814.      *
  11815.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  11816.      */
  11817.     protected function getExceptionListenerService()
  11818.     {
  11819.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  11820.     }
  11821.     /**
  11822.      * Gets the private 'form.choice_list_factory.cached' shared service.
  11823.      *
  11824.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  11825.      */
  11826.     protected function getForm_ChoiceListFactory_CachedService()
  11827.     {
  11828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  11829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  11830.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  11831.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  11832.         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())));
  11833.     }
  11834.     /**
  11835.      * Gets the private 'form.registry' shared service.
  11836.      *
  11837.      * @return \Symfony\Component\Form\FormRegistry
  11838.      */
  11839.     protected function getForm_RegistryService()
  11840.     {
  11841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  11842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  11843.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  11844.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  11845.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  11846.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  11847.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  11848.         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, [
  11849.             'Acme\\SudcmsBundle\\Form\\ActualiteEditType' => ['privates''Acme\\SudcmsBundle\\Form\\ActualiteEditType''getActualiteEditTypeService'false],
  11850.             'Acme\\SudcmsBundle\\Form\\AddressBookEditType' => ['privates''Acme\\SudcmsBundle\\Form\\AddressBookEditType''getAddressBookEditTypeService'false],
  11851.             'Acme\\SudcmsBundle\\Form\\AgendaEditType' => ['privates''Acme\\SudcmsBundle\\Form\\AgendaEditType''getAgendaEditTypeService'false],
  11852.             'Acme\\SudcmsBundle\\Form\\AnnuaireType' => ['privates''Acme\\SudcmsBundle\\Form\\AnnuaireType''getAnnuaireTypeService'false],
  11853.             'Acme\\SudcmsBundle\\Form\\ApiSettingsType' => ['privates''Acme\\SudcmsBundle\\Form\\ApiSettingsType''getApiSettingsTypeService'false],
  11854.             'Acme\\SudcmsBundle\\Form\\AutopromoType' => ['privates''Acme\\SudcmsBundle\\Form\\AutopromoType''getAutopromoTypeService'false],
  11855.             'Acme\\SudcmsBundle\\Form\\CatalogEditType' => ['privates''Acme\\SudcmsBundle\\Form\\CatalogEditType''getCatalogEditTypeService'false],
  11856.             'Acme\\SudcmsBundle\\Form\\CatalogueCategType' => ['privates''Acme\\SudcmsBundle\\Form\\CatalogueCategType''getCatalogueCategTypeService'false],
  11857.             'Acme\\SudcmsBundle\\Form\\CatalogueMediasType' => ['privates''Acme\\SudcmsBundle\\Form\\CatalogueMediasType''getCatalogueMediasTypeService'false],
  11858.             'Acme\\SudcmsBundle\\Form\\CatalogueType' => ['privates''Acme\\SudcmsBundle\\Form\\CatalogueType''getCatalogueTypeService'false],
  11859.             'Acme\\SudcmsBundle\\Form\\ContactHistoriqueType' => ['privates''Acme\\SudcmsBundle\\Form\\ContactHistoriqueType''getContactHistoriqueTypeService'false],
  11860.             'Acme\\SudcmsBundle\\Form\\DocumentConfigEditType' => ['privates''Acme\\SudcmsBundle\\Form\\DocumentConfigEditType''getDocumentConfigEditTypeService'false],
  11861.             'Acme\\SudcmsBundle\\Form\\DocumentType' => ['privates''Acme\\SudcmsBundle\\Form\\DocumentType''getDocumentTypeService'false],
  11862.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\CarrierType' => ['privates''Acme\\SudcmsBundle\\Form\\Ecommerce\\CarrierType''getCarrierTypeService'false],
  11863.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerAddressType' => ['privates''Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerAddressType''getCustomerAddressTypeService'false],
  11864.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerFrontType' => ['privates''Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerFrontType''getCustomerFrontTypeService'false],
  11865.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerRequestCompanyType' => ['privates''Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerRequestCompanyType''getCustomerRequestCompanyTypeService'false],
  11866.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerResetPasswordType' => ['privates''Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerResetPasswordType''getCustomerResetPasswordTypeService'false],
  11867.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerType' => ['privates''Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerType''getCustomerTypeService'false],
  11868.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\DiscountType' => ['privates''Acme\\SudcmsBundle\\Form\\Ecommerce\\DiscountType''getDiscountTypeService'false],
  11869.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\FrontLoginType' => ['privates''Acme\\SudcmsBundle\\Form\\Ecommerce\\FrontLoginType''getFrontLoginTypeService'false],
  11870.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\ProductReferenceType' => ['privates''Acme\\SudcmsBundle\\Form\\Ecommerce\\ProductReferenceType''getProductReferenceTypeService'false],
  11871.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\ProductType' => ['privates''Acme\\SudcmsBundle\\Form\\Ecommerce\\ProductType''getProductTypeService'false],
  11872.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\SettingsType' => ['privates''Acme\\SudcmsBundle\\Form\\Ecommerce\\SettingsType''getSettingsTypeService'false],
  11873.             'Acme\\SudcmsBundle\\Form\\FormAdressesType' => ['privates''Acme\\SudcmsBundle\\Form\\FormAdressesType''getFormAdressesTypeService'false],
  11874.             'Acme\\SudcmsBundle\\Form\\FormSiteType' => ['privates''Acme\\SudcmsBundle\\Form\\FormSiteType''getFormSiteTypeService'false],
  11875.             'Acme\\SudcmsBundle\\Form\\FrontContactType' => ['privates''Acme\\SudcmsBundle\\Form\\FrontContactType''getFrontContactTypeService'false],
  11876.             'Acme\\SudcmsBundle\\Form\\PlanningType' => ['privates''Acme\\SudcmsBundle\\Form\\PlanningType''getPlanningTypeService'false],
  11877.             'Acme\\SudcmsBundle\\Form\\ResetPassType' => ['privates''Acme\\SudcmsBundle\\Form\\ResetPassType''getResetPassTypeService'false],
  11878.             'Acme\\SudcmsBundle\\Form\\SiteCoordonneesType' => ['privates''Acme\\SudcmsBundle\\Form\\SiteCoordonneesType''getSiteCoordonneesTypeService'false],
  11879.             'Acme\\SudcmsBundle\\Form\\SiteEditType' => ['privates''Acme\\SudcmsBundle\\Form\\SiteEditType''getSiteEditTypeService'false],
  11880.             'Acme\\SudcmsBundle\\Form\\SiteGoogleTagManagerType' => ['privates''Acme\\SudcmsBundle\\Form\\SiteGoogleTagManagerType''getSiteGoogleTagManagerTypeService'false],
  11881.             'Acme\\SudcmsBundle\\Form\\UserGroupType' => ['privates''Acme\\SudcmsBundle\\Form\\UserGroupType''getUserGroupTypeService'false],
  11882.             'Acme\\SudcmsBundle\\Form\\UserRegistrationType' => ['privates''Acme\\SudcmsBundle\\Form\\UserRegistrationType''getUserRegistrationTypeService'false],
  11883.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  11884.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  11885.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  11886.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  11887.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  11888.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  11889.         ], [
  11890.             'Acme\\SudcmsBundle\\Form\\ActualiteEditType' => '?',
  11891.             'Acme\\SudcmsBundle\\Form\\AddressBookEditType' => '?',
  11892.             'Acme\\SudcmsBundle\\Form\\AgendaEditType' => '?',
  11893.             'Acme\\SudcmsBundle\\Form\\AnnuaireType' => '?',
  11894.             'Acme\\SudcmsBundle\\Form\\ApiSettingsType' => '?',
  11895.             'Acme\\SudcmsBundle\\Form\\AutopromoType' => '?',
  11896.             'Acme\\SudcmsBundle\\Form\\CatalogEditType' => '?',
  11897.             'Acme\\SudcmsBundle\\Form\\CatalogueCategType' => '?',
  11898.             'Acme\\SudcmsBundle\\Form\\CatalogueMediasType' => '?',
  11899.             'Acme\\SudcmsBundle\\Form\\CatalogueType' => '?',
  11900.             'Acme\\SudcmsBundle\\Form\\ContactHistoriqueType' => '?',
  11901.             'Acme\\SudcmsBundle\\Form\\DocumentConfigEditType' => '?',
  11902.             'Acme\\SudcmsBundle\\Form\\DocumentType' => '?',
  11903.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\CarrierType' => '?',
  11904.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerAddressType' => '?',
  11905.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerFrontType' => '?',
  11906.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerRequestCompanyType' => '?',
  11907.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerResetPasswordType' => '?',
  11908.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerType' => '?',
  11909.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\DiscountType' => '?',
  11910.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\FrontLoginType' => '?',
  11911.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\ProductReferenceType' => '?',
  11912.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\ProductType' => '?',
  11913.             'Acme\\SudcmsBundle\\Form\\Ecommerce\\SettingsType' => '?',
  11914.             'Acme\\SudcmsBundle\\Form\\FormAdressesType' => '?',
  11915.             'Acme\\SudcmsBundle\\Form\\FormSiteType' => '?',
  11916.             'Acme\\SudcmsBundle\\Form\\FrontContactType' => '?',
  11917.             'Acme\\SudcmsBundle\\Form\\PlanningType' => '?',
  11918.             'Acme\\SudcmsBundle\\Form\\ResetPassType' => '?',
  11919.             'Acme\\SudcmsBundle\\Form\\SiteCoordonneesType' => '?',
  11920.             'Acme\\SudcmsBundle\\Form\\SiteEditType' => '?',
  11921.             'Acme\\SudcmsBundle\\Form\\SiteGoogleTagManagerType' => '?',
  11922.             'Acme\\SudcmsBundle\\Form\\UserGroupType' => '?',
  11923.             'Acme\\SudcmsBundle\\Form\\UserRegistrationType' => '?',
  11924.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  11925.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  11926.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  11927.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  11928.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  11929.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  11930.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  11931.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  11932.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  11933.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  11934.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  11935.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  11936.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  11937.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  11938.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  11939.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  11940.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  11941.         }, 1)], new RewindableGenerator(function () {
  11942.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  11943.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  11944.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  11945.     }
  11946.     /**
  11947.      * Gets the private 'form.server_params' shared service.
  11948.      *
  11949.      * @return \Symfony\Component\Form\Util\ServerParams
  11950.      */
  11951.     protected function getForm_ServerParamsService()
  11952.     {
  11953.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  11954.         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())));
  11955.     }
  11956.     /**
  11957.      * Gets the private 'form.type.choice' shared service.
  11958.      *
  11959.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  11960.      */
  11961.     protected function getForm_Type_ChoiceService()
  11962.     {
  11963.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11964.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11965.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  11966.         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()));
  11967.     }
  11968.     /**
  11969.      * Gets the private 'form.type.color' shared service.
  11970.      *
  11971.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  11972.      */
  11973.     protected function getForm_Type_ColorService()
  11974.     {
  11975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  11978.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  11979.     }
  11980.     /**
  11981.      * Gets the private 'form.type.entity' shared service.
  11982.      *
  11983.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  11984.      */
  11985.     protected function getForm_Type_EntityService()
  11986.     {
  11987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11988.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11989.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  11990.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  11991.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  11992.     }
  11993.     /**
  11994.      * Gets the private 'form.type.form' shared service.
  11995.      *
  11996.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  11997.      */
  11998.     protected function getForm_Type_FormService()
  11999.     {
  12000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12002.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  12003.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  12004.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  12005.     }
  12006.     /**
  12007.      * Gets the private 'form.type_extension.csrf' shared service.
  12008.      *
  12009.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  12010.      */
  12011.     protected function getForm_TypeExtension_CsrfService()
  12012.     {
  12013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12014.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12015.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  12016.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  12017.     }
  12018.     /**
  12019.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  12020.      *
  12021.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  12022.      */
  12023.     protected function getForm_TypeExtension_Form_DataCollectorService()
  12024.     {
  12025.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12026.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12027.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  12028.         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()));
  12029.     }
  12030.     /**
  12031.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  12032.      *
  12033.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  12034.      */
  12035.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  12036.     {
  12037.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12038.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12039.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  12040.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  12041.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  12042.         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())));
  12043.     }
  12044.     /**
  12045.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  12046.      *
  12047.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  12048.      */
  12049.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  12050.     {
  12051.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12052.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12053.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  12054.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  12055.     }
  12056.     /**
  12057.      * Gets the private 'form.type_extension.form.validator' shared service.
  12058.      *
  12059.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  12060.      */
  12061.     protected function getForm_TypeExtension_Form_ValidatorService()
  12062.     {
  12063.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12064.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12065.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  12066.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  12067.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  12068.     }
  12069.     /**
  12070.      * Gets the private 'form.type_extension.upload.validator' shared service.
  12071.      *
  12072.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  12073.      */
  12074.     protected function getForm_TypeExtension_Upload_ValidatorService()
  12075.     {
  12076.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  12077.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  12078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  12079.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  12080.     }
  12081.     /**
  12082.      * Gets the private 'form.type_guesser.doctrine' shared service.
  12083.      *
  12084.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  12085.      */
  12086.     protected function getForm_TypeGuesser_DoctrineService()
  12087.     {
  12088.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  12089.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  12090.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12091.     }
  12092.     /**
  12093.      * Gets the private 'form.type_guesser.validator' shared service.
  12094.      *
  12095.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  12096.      */
  12097.     protected function getForm_TypeGuesser_ValidatorService()
  12098.     {
  12099.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  12100.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  12101.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  12102.     }
  12103.     /**
  12104.      * Gets the private 'fragment.renderer.inline' shared service.
  12105.      *
  12106.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  12107.      */
  12108.     protected function getFragment_Renderer_InlineService()
  12109.     {
  12110.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  12111.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  12112.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  12113.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  12114.         if (isset($this->privates['fragment.renderer.inline'])) {
  12115.             return $this->privates['fragment.renderer.inline'];
  12116.         }
  12117.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12118.         if (isset($this->privates['fragment.renderer.inline'])) {
  12119.             return $this->privates['fragment.renderer.inline'];
  12120.         }
  12121.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  12122.         $instance->setFragmentPath('/_fragment');
  12123.         return $instance;
  12124.     }
  12125.     /**
  12126.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  12127.      *
  12128.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  12129.      */
  12130.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  12131.     {
  12132.         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())));
  12133.     }
  12134.     /**
  12135.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  12136.      *
  12137.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  12138.      */
  12139.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  12140.     {
  12141.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  12142.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  12143.             return $this->privates['framework_extra_bundle.event.is_granted'];
  12144.         }
  12145.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  12146.     }
  12147.     /**
  12148.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  12149.      *
  12150.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  12151.      */
  12152.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  12153.     {
  12154.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  12155.     }
  12156.     /**
  12157.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  12158.      *
  12159.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  12160.      */
  12161.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  12162.     {
  12163.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  12164.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  12165.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  12166.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  12167.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  12168.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  12169.     }
  12170.     /**
  12171.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  12172.      *
  12173.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  12174.      */
  12175.     protected function getLiipImagine_Command_CacheRemoveService()
  12176.     {
  12177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12178.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  12179.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  12180.         $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()));
  12181.         $instance->setName('liip:imagine:cache:remove');
  12182.         return $instance;
  12183.     }
  12184.     /**
  12185.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  12186.      *
  12187.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  12188.      */
  12189.     protected function getLiipImagine_Command_CacheResolveService()
  12190.     {
  12191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12192.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  12193.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  12194.         $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()));
  12195.         $instance->setName('liip:imagine:cache:resolve');
  12196.         return $instance;
  12197.     }
  12198.     /**
  12199.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  12200.      *
  12201.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  12202.      */
  12203.     protected function getLiipImagine_Filter_ConfigurationService()
  12204.     {
  12205.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  12206.     }
  12207.     /**
  12208.      * Gets the private 'liip_imagine.form.type.image' shared service.
  12209.      *
  12210.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  12211.      */
  12212.     protected function getLiipImagine_Form_Type_ImageService()
  12213.     {
  12214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12215.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12216.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  12217.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  12218.     }
  12219.     /**
  12220.      * Gets the private 'liip_imagine.gd' shared service.
  12221.      *
  12222.      * @return \Imagine\Gd\Imagine
  12223.      */
  12224.     protected function getLiipImagine_GdService()
  12225.     {
  12226.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  12227.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  12228.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  12229.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  12230.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  12231.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  12232.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  12233.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  12234.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  12235.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  12236.         return $instance;
  12237.     }
  12238.     /**
  12239.      * Gets the private 'liip_imagine.service.filter' shared service.
  12240.      *
  12241.      * @return \Liip\ImagineBundle\Service\FilterService
  12242.      */
  12243.     protected function getLiipImagine_Service_FilterService()
  12244.     {
  12245.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  12246.         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()));
  12247.     }
  12248.     /**
  12249.      * Gets the private 'locale_aware_listener' shared service.
  12250.      *
  12251.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  12252.      */
  12253.     protected function getLocaleAwareListenerService()
  12254.     {
  12255.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  12256.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  12257.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  12258.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12259.     }
  12260.     /**
  12261.      * Gets the private 'locale_listener' shared service.
  12262.      *
  12263.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  12264.      */
  12265.     protected function getLocaleListenerService()
  12266.     {
  12267.         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()), false, []);
  12268.     }
  12269.     /**
  12270.      * Gets the private 'mailer.transport_factory.native' shared service.
  12271.      *
  12272.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  12273.      */
  12274.     protected function getMailer_TransportFactory_NativeService()
  12275.     {
  12276.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12277.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12278.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  12279.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12280.         if (isset($this->privates['mailer.transport_factory.native'])) {
  12281.             return $this->privates['mailer.transport_factory.native'];
  12282.         }
  12283.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12284.     }
  12285.     /**
  12286.      * Gets the private 'mailer.transport_factory.null' shared service.
  12287.      *
  12288.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  12289.      */
  12290.     protected function getMailer_TransportFactory_NullService()
  12291.     {
  12292.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12293.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12294.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  12295.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12296.         if (isset($this->privates['mailer.transport_factory.null'])) {
  12297.             return $this->privates['mailer.transport_factory.null'];
  12298.         }
  12299.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12300.     }
  12301.     /**
  12302.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  12303.      *
  12304.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  12305.      */
  12306.     protected function getMailer_TransportFactory_SendmailService()
  12307.     {
  12308.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12309.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12310.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  12311.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12312.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  12313.             return $this->privates['mailer.transport_factory.sendmail'];
  12314.         }
  12315.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12316.     }
  12317.     /**
  12318.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  12319.      *
  12320.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  12321.      */
  12322.     protected function getMailer_TransportFactory_SmtpService()
  12323.     {
  12324.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  12325.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  12326.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  12327.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  12328.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  12329.             return $this->privates['mailer.transport_factory.smtp'];
  12330.         }
  12331.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  12332.     }
  12333.     /**
  12334.      * Gets the private 'maker.auto_command.make_auth' shared service.
  12335.      *
  12336.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12337.      */
  12338.     protected function getMaker_AutoCommand_MakeAuthService()
  12339.     {
  12340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12341.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12342.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12343.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12344.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  12345.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  12346.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  12347.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  12348.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  12349.         $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);
  12350.         $instance->setName('make:auth');
  12351.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  12352.         return $instance;
  12353.     }
  12354.     /**
  12355.      * Gets the private 'maker.auto_command.make_command' shared service.
  12356.      *
  12357.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12358.      */
  12359.     protected function getMaker_AutoCommand_MakeCommandService()
  12360.     {
  12361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12362.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12363.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12364.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  12366.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12367.         $instance->setName('make:command');
  12368.         $instance->setDescription('Creates a new console command class');
  12369.         return $instance;
  12370.     }
  12371.     /**
  12372.      * Gets the private 'maker.auto_command.make_controller' shared service.
  12373.      *
  12374.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12375.      */
  12376.     protected function getMaker_AutoCommand_MakeControllerService()
  12377.     {
  12378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12379.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12380.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12381.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12382.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  12383.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12384.         $instance->setName('make:controller');
  12385.         $instance->setDescription('Creates a new controller class');
  12386.         return $instance;
  12387.     }
  12388.     /**
  12389.      * Gets the private 'maker.auto_command.make_crud' shared service.
  12390.      *
  12391.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12392.      */
  12393.     protected function getMaker_AutoCommand_MakeCrudService()
  12394.     {
  12395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12396.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12397.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12398.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12399.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  12400.         $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()));
  12401.         $instance->setName('make:crud');
  12402.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  12403.         return $instance;
  12404.     }
  12405.     /**
  12406.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  12407.      *
  12408.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12409.      */
  12410.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  12411.     {
  12412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12413.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12414.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12415.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12416.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  12417.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  12418.         $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()));
  12419.         $instance->setName('make:docker:database');
  12420.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  12421.         return $instance;
  12422.     }
  12423.     /**
  12424.      * Gets the private 'maker.auto_command.make_entity' shared service.
  12425.      *
  12426.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12427.      */
  12428.     protected function getMaker_AutoCommand_MakeEntityService()
  12429.     {
  12430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12431.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12432.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12433.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12434.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  12435.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  12436.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  12437.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  12438.         $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()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b);
  12439.         $instance->setName('make:entity');
  12440.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  12441.         return $instance;
  12442.     }
  12443.     /**
  12444.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  12445.      *
  12446.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12447.      */
  12448.     protected function getMaker_AutoCommand_MakeFixturesService()
  12449.     {
  12450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12451.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12452.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12453.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12454.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  12455.         $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()));
  12456.         $instance->setName('make:fixtures');
  12457.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  12458.         return $instance;
  12459.     }
  12460.     /**
  12461.      * Gets the private 'maker.auto_command.make_form' shared service.
  12462.      *
  12463.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12464.      */
  12465.     protected function getMaker_AutoCommand_MakeFormService()
  12466.     {
  12467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12468.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12469.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12470.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12471.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  12472.         $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()));
  12473.         $instance->setName('make:form');
  12474.         $instance->setDescription('Creates a new form class');
  12475.         return $instance;
  12476.     }
  12477.     /**
  12478.      * Gets the private 'maker.auto_command.make_message' shared service.
  12479.      *
  12480.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12481.      */
  12482.     protected function getMaker_AutoCommand_MakeMessageService()
  12483.     {
  12484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12485.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12486.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12487.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12488.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  12489.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  12490.         $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()));
  12491.         $instance->setName('make:message');
  12492.         $instance->setDescription('Creates a new message and handler');
  12493.         return $instance;
  12494.     }
  12495.     /**
  12496.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  12497.      *
  12498.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12499.      */
  12500.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  12501.     {
  12502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12503.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12504.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12505.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12506.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  12507.         $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()));
  12508.         $instance->setName('make:messenger-middleware');
  12509.         $instance->setDescription('Creates a new messenger middleware');
  12510.         return $instance;
  12511.     }
  12512.     /**
  12513.      * Gets the private 'maker.auto_command.make_migration' shared service.
  12514.      *
  12515.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12516.      */
  12517.     protected function getMaker_AutoCommand_MakeMigrationService()
  12518.     {
  12519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12520.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12521.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12522.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12523.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  12524.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  12525.         $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()));
  12526.         $instance->setName('make:migration');
  12527.         $instance->setDescription('Creates a new migration based on database changes');
  12528.         return $instance;
  12529.     }
  12530.     /**
  12531.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  12532.      *
  12533.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12534.      */
  12535.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  12536.     {
  12537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12538.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12539.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12540.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12541.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  12542.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  12543.         $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()));
  12544.         $instance->setName('make:registration-form');
  12545.         $instance->setDescription('Creates a new registration form system');
  12546.         return $instance;
  12547.     }
  12548.     /**
  12549.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  12550.      *
  12551.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12552.      */
  12553.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  12554.     {
  12555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12556.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12557.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12558.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12559.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  12560.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  12561.         $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()));
  12562.         $instance->setName('make:reset-password');
  12563.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  12564.         return $instance;
  12565.     }
  12566.     /**
  12567.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  12568.      *
  12569.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12570.      */
  12571.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  12572.     {
  12573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12574.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12575.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12576.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12577.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  12578.         $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()));
  12579.         $instance->setName('make:serializer:encoder');
  12580.         $instance->setDescription('Creates a new serializer encoder class');
  12581.         return $instance;
  12582.     }
  12583.     /**
  12584.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  12585.      *
  12586.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12587.      */
  12588.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  12589.     {
  12590.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12591.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12592.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12593.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12594.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  12595.         $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()));
  12596.         $instance->setName('make:serializer:normalizer');
  12597.         $instance->setDescription('Creates a new serializer normalizer class');
  12598.         return $instance;
  12599.     }
  12600.     /**
  12601.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  12602.      *
  12603.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12604.      */
  12605.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  12606.     {
  12607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12608.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12609.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12610.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12611.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  12612.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12613.         $instance->setName('make:stimulus-controller');
  12614.         $instance->setDescription('Creates a new Stimulus controller');
  12615.         return $instance;
  12616.     }
  12617.     /**
  12618.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  12619.      *
  12620.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12621.      */
  12622.     protected function getMaker_AutoCommand_MakeSubscriberService()
  12623.     {
  12624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12625.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12626.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12627.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12628.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  12629.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  12630.         $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()));
  12631.         $instance->setName('make:subscriber');
  12632.         $instance->setDescription('Creates a new event subscriber class');
  12633.         return $instance;
  12634.     }
  12635.     /**
  12636.      * Gets the private 'maker.auto_command.make_test' shared service.
  12637.      *
  12638.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12639.      */
  12640.     protected function getMaker_AutoCommand_MakeTestService()
  12641.     {
  12642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12643.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12644.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12645.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12646.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  12647.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  12648.         $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()));
  12649.         $instance->setName('make:test');
  12650.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  12651.         $instance->setDescription('Creates a new test class');
  12652.         return $instance;
  12653.     }
  12654.     /**
  12655.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  12656.      *
  12657.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12658.      */
  12659.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  12660.     {
  12661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12662.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12663.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12664.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12665.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  12666.         $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()));
  12667.         $instance->setName('make:twig-extension');
  12668.         $instance->setDescription('Creates a new Twig extension class');
  12669.         return $instance;
  12670.     }
  12671.     /**
  12672.      * Gets the private 'maker.auto_command.make_user' shared service.
  12673.      *
  12674.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12675.      */
  12676.     protected function getMaker_AutoCommand_MakeUserService()
  12677.     {
  12678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12679.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12680.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12681.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12682.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  12683.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  12684.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  12685.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  12686.         $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()));
  12687.         $instance->setName('make:user');
  12688.         $instance->setDescription('Creates a new security user class');
  12689.         return $instance;
  12690.     }
  12691.     /**
  12692.      * Gets the private 'maker.auto_command.make_validator' shared service.
  12693.      *
  12694.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12695.      */
  12696.     protected function getMaker_AutoCommand_MakeValidatorService()
  12697.     {
  12698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12699.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12700.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12701.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12702.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  12703.         $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()));
  12704.         $instance->setName('make:validator');
  12705.         $instance->setDescription('Creates a new validator and constraint class');
  12706.         return $instance;
  12707.     }
  12708.     /**
  12709.      * Gets the private 'maker.auto_command.make_voter' shared service.
  12710.      *
  12711.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  12712.      */
  12713.     protected function getMaker_AutoCommand_MakeVoterService()
  12714.     {
  12715.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12716.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  12717.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  12718.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  12719.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  12720.         $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()));
  12721.         $instance->setName('make:voter');
  12722.         $instance->setDescription('Creates a new security voter class');
  12723.         return $instance;
  12724.     }
  12725.     /**
  12726.      * Gets the private 'maker.doctrine_helper' shared service.
  12727.      *
  12728.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  12729.      */
  12730.     protected function getMaker_DoctrineHelperService()
  12731.     {
  12732.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  12733.         $a = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/src/Entity')], false)));
  12734.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('Acme\\SudcmsBundle\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'Acme\\SudcmsBundle\\Entity'=> $a]]]);
  12735.     }
  12736.     /**
  12737.      * Gets the private 'maker.entity_class_generator' shared service.
  12738.      *
  12739.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  12740.      */
  12741.     protected function getMaker_EntityClassGeneratorService()
  12742.     {
  12743.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  12744.         return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  12745.     }
  12746.     /**
  12747.      * Gets the private 'maker.file_manager' shared service.
  12748.      *
  12749.      * @return \Symfony\Bundle\MakerBundle\FileManager
  12750.      */
  12751.     protected function getMaker_FileManagerService()
  12752.     {
  12753.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  12754.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  12755.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  12756.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  12757.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('Acme\\SudcmsBundle')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  12758.     }
  12759.     /**
  12760.      * Gets the private 'maker.generator' shared service.
  12761.      *
  12762.      * @return \Symfony\Bundle\MakerBundle\Generator
  12763.      */
  12764.     protected function getMaker_GeneratorService()
  12765.     {
  12766.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  12767.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  12768.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  12769.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'Acme\\SudcmsBundle'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  12770.     }
  12771.     /**
  12772.      * Gets the private 'maker.php_compat_util' shared service.
  12773.      *
  12774.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  12775.      */
  12776.     protected function getMaker_PhpCompatUtilService()
  12777.     {
  12778.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  12779.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  12780.     }
  12781.     /**
  12782.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  12783.      *
  12784.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  12785.      */
  12786.     protected function getMaker_Renderer_FormTypeRendererService()
  12787.     {
  12788.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  12789.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  12790.     }
  12791.     /**
  12792.      * Gets the private 'mime_types' shared service.
  12793.      *
  12794.      * @return \Symfony\Component\Mime\MimeTypes
  12795.      */
  12796.     protected function getMimeTypesService()
  12797.     {
  12798.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  12799.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  12800.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  12801.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  12802.         $instance->setDefault($instance);
  12803.         return $instance;
  12804.     }
  12805.     /**
  12806.      * Gets the private 'monolog.command.server_log' shared service.
  12807.      *
  12808.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  12809.      */
  12810.     protected function getMonolog_Command_ServerLogService()
  12811.     {
  12812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12813.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  12814.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  12815.         $instance->setName('server:log');
  12816.         $instance->setDescription('Start a log server that displays logs in real time');
  12817.         return $instance;
  12818.     }
  12819.     /**
  12820.      * Gets the private 'monolog.handler.console' shared service.
  12821.      *
  12822.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  12823.      */
  12824.     protected function getMonolog_Handler_ConsoleService()
  12825.     {
  12826.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  12827.     }
  12828.     /**
  12829.      * Gets the private 'monolog.handler.main' shared service.
  12830.      *
  12831.      * @return \Monolog\Handler\StreamHandler
  12832.      */
  12833.     protected function getMonolog_Handler_MainService()
  12834.     {
  12835.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  12836.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  12837.         return $instance;
  12838.     }
  12839.     /**
  12840.      * Gets the private 'monolog.logger' shared service.
  12841.      *
  12842.      * @return \Symfony\Bridge\Monolog\Logger
  12843.      */
  12844.     protected function getMonolog_LoggerService()
  12845.     {
  12846.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  12847.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12848.         $instance->useMicrosecondTimestamps(true);
  12849.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12850.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12851.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  12852.         return $instance;
  12853.     }
  12854.     /**
  12855.      * Gets the private 'monolog.logger.cache' shared service.
  12856.      *
  12857.      * @return \Symfony\Bridge\Monolog\Logger
  12858.      */
  12859.     protected function getMonolog_Logger_CacheService()
  12860.     {
  12861.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  12862.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12863.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12864.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12865.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  12866.         return $instance;
  12867.     }
  12868.     /**
  12869.      * Gets the private 'monolog.logger.mailer' shared service.
  12870.      *
  12871.      * @return \Symfony\Bridge\Monolog\Logger
  12872.      */
  12873.     protected function getMonolog_Logger_MailerService()
  12874.     {
  12875.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  12876.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12877.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12878.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12879.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  12880.         return $instance;
  12881.     }
  12882.     /**
  12883.      * Gets the private 'monolog.logger.request' shared service.
  12884.      *
  12885.      * @return \Symfony\Bridge\Monolog\Logger
  12886.      */
  12887.     protected function getMonolog_Logger_RequestService()
  12888.     {
  12889.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  12890.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12891.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12892.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12893.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  12894.         return $instance;
  12895.     }
  12896.     /**
  12897.      * Gets the private 'monolog.logger.security' shared service.
  12898.      *
  12899.      * @return \Symfony\Bridge\Monolog\Logger
  12900.      */
  12901.     protected function getMonolog_Logger_SecurityService()
  12902.     {
  12903.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  12904.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12905.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12906.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12907.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  12908.         return $instance;
  12909.     }
  12910.     /**
  12911.      * Gets the private 'parameter_bag' shared service.
  12912.      *
  12913.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  12914.      */
  12915.     protected function getParameterBagService()
  12916.     {
  12917.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  12918.     }
  12919.     /**
  12920.      * Gets the private 'profiler_listener' shared service.
  12921.      *
  12922.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  12923.      */
  12924.     protected function getProfilerListenerService()
  12925.     {
  12926.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  12927.         if (isset($this->privates['profiler_listener'])) {
  12928.             return $this->privates['profiler_listener'];
  12929.         }
  12930.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  12931.     }
  12932.     /**
  12933.      * Gets the private 'property_accessor' shared service.
  12934.      *
  12935.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  12936.      */
  12937.     protected function getPropertyAccessorService()
  12938.     {
  12939.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  12940.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  12941.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  12942.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  12943.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  12944.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  12945.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  12946.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  12947.     }
  12948.     /**
  12949.      * Gets the private 'property_info' shared service.
  12950.      *
  12951.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  12952.      */
  12953.     protected function getPropertyInfoService()
  12954.     {
  12955.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  12956.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  12957.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  12958.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  12959.         }, 3), new RewindableGenerator(function () {
  12960.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  12961.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  12962.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  12963.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  12964.         }, 4), new RewindableGenerator(function () {
  12965.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  12966.         }, 1), new RewindableGenerator(function () {
  12967.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  12968.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  12969.         }, 2), new RewindableGenerator(function () {
  12970.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  12971.         }, 1));
  12972.     }
  12973.     /**
  12974.      * Gets the private 'property_info.serializer_extractor' shared service.
  12975.      *
  12976.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  12977.      */
  12978.     protected function getPropertyInfo_SerializerExtractorService()
  12979.     {
  12980.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  12981.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  12982.     }
  12983.     /**
  12984.      * Gets the private 'router.cache_warmer' shared service.
  12985.      *
  12986.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  12987.      */
  12988.     protected function getRouter_CacheWarmerService()
  12989.     {
  12990.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12991.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  12992.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12993.             'router' => ['services''router''getRouterService'false],
  12994.         ], [
  12995.             'router' => '?',
  12996.         ]))->withContext('router.cache_warmer'$this));
  12997.     }
  12998.     /**
  12999.      * Gets the private 'router.expression_language_provider' shared service.
  13000.      *
  13001.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  13002.      */
  13003.     protected function getRouter_ExpressionLanguageProviderService()
  13004.     {
  13005.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13006.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  13007.         ], [
  13008.             'env' => 'Closure',
  13009.         ]));
  13010.     }
  13011.     /**
  13012.      * Gets the private 'router.request_context' shared service.
  13013.      *
  13014.      * @return \Symfony\Component\Routing\RequestContext
  13015.      */
  13016.     protected function getRouter_RequestContextService()
  13017.     {
  13018.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  13019.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  13020.         return $instance;
  13021.     }
  13022.     /**
  13023.      * Gets the private 'router_listener' shared service.
  13024.      *
  13025.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  13026.      */
  13027.     protected function getRouterListenerService()
  13028.     {
  13029.         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);
  13030.     }
  13031.     /**
  13032.      * Gets the private 'secrets.vault' shared service.
  13033.      *
  13034.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  13035.      */
  13036.     protected function getSecrets_VaultService()
  13037.     {
  13038.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  13039.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  13040.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  13041.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  13042.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  13043.     }
  13044.     /**
  13045.      * Gets the private 'security.access_listener' shared service.
  13046.      *
  13047.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  13048.      */
  13049.     protected function getSecurity_AccessListenerService()
  13050.     {
  13051.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  13052.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  13053.         if (isset($this->privates['security.access_listener'])) {
  13054.             return $this->privates['security.access_listener'];
  13055.         }
  13056.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), false);
  13057.     }
  13058.     /**
  13059.      * Gets the private 'security.access_map' shared service.
  13060.      *
  13061.      * @return \Symfony\Component\Security\Http\AccessMap
  13062.      */
  13063.     protected function getSecurity_AccessMapService()
  13064.     {
  13065.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  13066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  13067.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  13068.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  13069.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  13070.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/'), [=> 'ROLE_LOGIN_BO'], NULL);
  13071.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/compte-client/'), [=> 'ROLE_CUSTOMER'], NULL);
  13072.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/panier/$'), [=> 'PUBLIC_ACCESS'], NULL);
  13073.         return $instance;
  13074.     }
  13075.     /**
  13076.      * Gets the private 'security.authentication.session_strategy' shared service.
  13077.      *
  13078.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  13079.      */
  13080.     protected function getSecurity_Authentication_SessionStrategyService()
  13081.     {
  13082.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  13083.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  13084.         return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  13085.     }
  13086.     /**
  13087.      * Gets the private 'security.authentication_utils' shared service.
  13088.      *
  13089.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  13090.      */
  13091.     protected function getSecurity_AuthenticationUtilsService()
  13092.     {
  13093.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  13094.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  13095.     }
  13096.     /**
  13097.      * Gets the private 'security.authenticator.form_login.admin' shared service.
  13098.      *
  13099.      * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  13100.      */
  13101.     protected function getSecurity_Authenticator_FormLogin_AdminService()
  13102.     {
  13103.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  13104.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  13105.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  13106.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  13107.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  13108.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  13109.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  13110.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  13111.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  13112.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  13113.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  13114.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  13115.         if (isset($this->privates['security.authenticator.form_login.admin'])) {
  13116.             return $this->privates['security.authenticator.form_login.admin'];
  13117.         }
  13118.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  13119.         $c = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($b, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13120.         $c->setOptions(['login_path' => 'admin_app_login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  13121.         $c->setFirewallName('admin');
  13122.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($a$b, [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  13123.         $d->setOptions(['login_path' => 'admin_app_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  13124.         return $this->privates['security.authenticator.form_login.admin'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($b, ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), $c$d, ['login_path' => 'admin_app_login''check_path' => 'admin_app_login''enable_csrf' => true'use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true'form_only' => false]);
  13125.     }
  13126.     /**
  13127.      * Gets the private 'security.authenticator.form_login.main' shared service.
  13128.      *
  13129.      * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  13130.      */
  13131.     protected function getSecurity_Authenticator_FormLogin_MainService()
  13132.     {
  13133.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  13134.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  13135.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  13136.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  13137.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  13138.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
  13139.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  13140.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  13141.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  13142.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  13143.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  13144.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  13145.         if (isset($this->privates['security.authenticator.form_login.main'])) {
  13146.             return $this->privates['security.authenticator.form_login.main'];
  13147.         }
  13148.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  13149.         $c = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($b, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13150.         $c->setOptions(['login_path' => 'front_app_login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  13151.         $c->setFirewallName('main');
  13152.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($a$b, [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  13153.         $d->setOptions(['login_path' => 'front_app_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  13154.         return $this->privates['security.authenticator.form_login.main'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($b, ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), $c$d, ['login_path' => 'front_app_login''check_path' => 'front_app_login''enable_csrf' => true'use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true'form_only' => false]);
  13155.     }
  13156.     /**
  13157.      * Gets the private 'security.authenticator.guard.admin.0' shared service.
  13158.      *
  13159.      * @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
  13160.      */
  13161.     protected function getSecurity_Authenticator_Guard_Admin_0Service()
  13162.     {
  13163.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  13164.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  13165.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  13166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
  13167.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  13168.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  13169.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  13170.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  13171.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  13172.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  13173.         $a = ($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'] ?? $this->getApiServiceService());
  13174.         if (isset($this->privates['security.authenticator.guard.admin.0'])) {
  13175.             return $this->privates['security.authenticator.guard.admin.0'];
  13176.         }
  13177.         return $this->privates['security.authenticator.guard.admin.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \Acme\SudcmsBundle\Security\LoginFormAuthenticator($a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService())), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  13178.     }
  13179.     /**
  13180.      * Gets the private 'security.authenticator.guard.main.0' shared service.
  13181.      *
  13182.      * @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
  13183.      */
  13184.     protected function getSecurity_Authenticator_Guard_Main_0Service()
  13185.     {
  13186.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  13187.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  13188.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  13189.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
  13190.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  13191.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  13192.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  13193.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  13194.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  13195.         include_once \dirname(__DIR__4).'/src/Security/LoginFormFrontAuthenticator.php';
  13196.         $a = ($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'] ?? $this->getApiServiceService());
  13197.         if (isset($this->privates['security.authenticator.guard.main.0'])) {
  13198.             return $this->privates['security.authenticator.guard.main.0'];
  13199.         }
  13200.         return $this->privates['security.authenticator.guard.main.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \Acme\SudcmsBundle\Security\LoginFormFrontAuthenticator($a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService())), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  13201.     }
  13202.     /**
  13203.      * Gets the private 'security.channel_listener' shared service.
  13204.      *
  13205.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  13206.      */
  13207.     protected function getSecurity_ChannelListenerService()
  13208.     {
  13209.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  13210.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  13211.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  13212.     }
  13213.     /**
  13214.      * Gets the private 'security.command.debug_firewall' shared service.
  13215.      *
  13216.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  13217.      */
  13218.     protected function getSecurity_Command_DebugFirewallService()
  13219.     {
  13220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13221.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  13222.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.GXLTvxy'] ?? $this->get_ServiceLocator_GXLTvxyService()), ($this->privates['.service_locator.gHf5fP_'] ?? $this->get_ServiceLocator_GHf5fPService()), ['admin' => [=> ($this->privates['security.authenticator.guard.admin.0'] ?? $this->getSecurity_Authenticator_Guard_Admin_0Service()), => ($this->privates['security.authenticator.form_login.admin'] ?? $this->getSecurity_Authenticator_FormLogin_AdminService())], 'main' => [=> ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service()), => ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService())]], true);
  13223.         $instance->setName('debug:firewall');
  13224.         $instance->setDescription('Display information about your security firewall(s)');
  13225.         return $instance;
  13226.     }
  13227.     /**
  13228.      * Gets the private 'security.command.user_password_encoder' shared service.
  13229.      *
  13230.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  13231.      *
  13232.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  13233.      */
  13234.     protected function getSecurity_Command_UserPasswordEncoderService()
  13235.     {
  13236.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  13237.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'Acme\\SudcmsBundle\\Entity\\AuthUser']);
  13238.         $instance->setName('security:encode-password');
  13239.         $instance->setDescription('Encode a password');
  13240.         return $instance;
  13241.     }
  13242.     /**
  13243.      * Gets the private 'security.command.user_password_hash' shared service.
  13244.      *
  13245.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  13246.      */
  13247.     protected function getSecurity_Command_UserPasswordHashService()
  13248.     {
  13249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13250.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  13251.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'Acme\\SudcmsBundle\\Entity\\AuthUser']);
  13252.         $instance->setName('security:hash-password');
  13253.         $instance->setDescription('Hash a user password');
  13254.         return $instance;
  13255.     }
  13256.     /**
  13257.      * Gets the private 'security.context_listener.0' shared service.
  13258.      *
  13259.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  13260.      */
  13261.     protected function getSecurity_ContextListener_0Service()
  13262.     {
  13263.         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 () {
  13264.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  13265.         }, 1), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  13266.     }
  13267.     /**
  13268.      * Gets the private 'security.context_listener.1' shared service.
  13269.      *
  13270.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  13271.      */
  13272.     protected function getSecurity_ContextListener_1Service()
  13273.     {
  13274.         return $this->privates['security.context_listener.1'] = 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 () {
  13275.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  13276.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  13277.     }
  13278.     /**
  13279.      * Gets the private 'security.csrf.token_storage' shared service.
  13280.      *
  13281.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  13282.      */
  13283.     protected function getSecurity_Csrf_TokenStorageService()
  13284.     {
  13285.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  13286.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  13287.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  13288.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  13289.     }
  13290.     /**
  13291.      * Gets the private 'security.encoder_factory.generic' shared service.
  13292.      *
  13293.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  13294.      *
  13295.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  13296.      */
  13297.     protected function getSecurity_EncoderFactory_GenericService()
  13298.     {
  13299.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  13300.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Acme\\SudcmsBundle\\Entity\\AuthUser' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  13301.     }
  13302.     /**
  13303.      * Gets the private 'security.event_dispatcher.admin' shared service.
  13304.      *
  13305.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  13306.      */
  13307.     protected function getSecurity_EventDispatcher_AdminService()
  13308.     {
  13309.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  13310.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  13311.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->getSecurity_Listener_Admin_UserProviderService());
  13312.         }, => 'checkPassport'], 2048);
  13313.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  13314.             return ($this->privates['security.listener.session.admin'] ?? $this->getSecurity_Listener_Session_AdminService());
  13315.         }, => 'onSuccessfulLogin'], 0);
  13316.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  13317.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->getSecurity_Logout_Listener_Default_AdminService());
  13318.         }, => 'onLogout'], 64);
  13319.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  13320.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->getSecurity_Listener_UserChecker_AdminService());
  13321.         }, => 'preCheckCredentials'], 256);
  13322.         $instance->addListener('security.authentication.success', [=> function () {
  13323.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->getSecurity_Listener_UserChecker_AdminService());
  13324.         }, => 'postCheckCredentials'], 256);
  13325.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  13326.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  13327.         }, => 'checkPassport'], 1024);
  13328.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  13329.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  13330.         }, => 'checkPassport'], 0);
  13331.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  13332.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  13333.         }, => 'onLoginSuccess'], 0);
  13334.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  13335.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  13336.         }, => 'checkPassport'], 512);
  13337.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  13338.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  13339.         }, => 'onLogout'], 0);
  13340.         return $instance;
  13341.     }
  13342.     /**
  13343.      * Gets the private 'security.event_dispatcher.main' shared service.
  13344.      *
  13345.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  13346.      */
  13347.     protected function getSecurity_EventDispatcher_MainService()
  13348.     {
  13349.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  13350.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  13351.             return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  13352.         }, => 'checkPassport'], 2048);
  13353.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  13354.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  13355.         }, => 'onSuccessfulLogin'], 0);
  13356.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  13357.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  13358.         }, => 'onLogout'], 64);
  13359.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  13360.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  13361.         }, => 'preCheckCredentials'], 256);
  13362.         $instance->addListener('security.authentication.success', [=> function () {
  13363.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  13364.         }, => 'postCheckCredentials'], 256);
  13365.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  13366.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  13367.         }, => 'checkPassport'], 1024);
  13368.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  13369.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  13370.         }, => 'checkPassport'], 0);
  13371.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  13372.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  13373.         }, => 'onLoginSuccess'], 0);
  13374.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  13375.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  13376.         }, => 'checkPassport'], 512);
  13377.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  13378.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  13379.         }, => 'onLogout'], 0);
  13380.         return $instance;
  13381.     }
  13382.     /**
  13383.      * Gets the private 'security.firewall.map' shared service.
  13384.      *
  13385.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  13386.      */
  13387.     protected function getSecurity_Firewall_MapService()
  13388.     {
  13389.         $a = ($this->privates['.service_locator.GXLTvxy'] ?? $this->get_ServiceLocator_GXLTvxyService());
  13390.         if (isset($this->privates['security.firewall.map'])) {
  13391.             return $this->privates['security.firewall.map'];
  13392.         }
  13393.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  13394.             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)/')));
  13395.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  13396.             yield 'security.firewall.map.context.main' => NULL;
  13397.         }, 3));
  13398.     }
  13399.     /**
  13400.      * Gets the private 'security.firewall.map.context.admin' shared service.
  13401.      *
  13402.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  13403.      */
  13404.     protected function getSecurity_Firewall_Map_Context_AdminService()
  13405.     {
  13406.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  13407.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  13408.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  13409.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
  13410.         include_once \dirname(__DIR__4).'/src/Security/AccessDeniedHandler.php';
  13411.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  13412.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  13413.         $a = ($this->privates['security.authenticator.form_login.admin'] ?? $this->getSecurity_Authenticator_FormLogin_AdminService());
  13414.         if (isset($this->privates['security.firewall.map.context.admin'])) {
  13415.             return $this->privates['security.firewall.map.context.admin'];
  13416.         }
  13417.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  13418.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  13419.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  13420.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  13421.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  13422.             yield => ($this->privates['debug.security.firewall.authenticator.admin'] ?? $this->getDebug_Security_Firewall_Authenticator_AdminService());
  13423.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  13424.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c'admin'$aNULL, new \Acme\SudcmsBundle\Security\AccessDeniedHandler(($this->services['router'] ?? $this->getRouterService())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b$c, ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'admin_app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin''security.user_checker''.security.request_matcher.B3ldH_a'truefalse'security.user.provider.concrete.app_user_provider''admin''security.authenticator.form_login.admin''Acme\\SudcmsBundle\\Security\\AccessDeniedHandler'NULL, [=> 'guard'=> 'form_login'], NULL));
  13425.     }
  13426.     /**
  13427.      * Gets the private 'security.firewall.map.context.dev' shared service.
  13428.      *
  13429.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  13430.      */
  13431.     protected function getSecurity_Firewall_Map_Context_DevService()
  13432.     {
  13433.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  13434.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  13435.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  13436.             return new \EmptyIterator();
  13437.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  13438.     }
  13439.     /**
  13440.      * Gets the private 'security.firewall.map.context.main' shared service.
  13441.      *
  13442.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  13443.      */
  13444.     protected function getSecurity_Firewall_Map_Context_MainService()
  13445.     {
  13446.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  13447.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  13448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  13449.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
  13450.         include_once \dirname(__DIR__4).'/src/Security/AccessDeniedHandlerFront.php';
  13451.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  13452.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  13453.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  13454.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  13455.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  13456.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  13457.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  13458.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  13459.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  13460.         }, 4), 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())), $b'main', ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService()), NULL, new \Acme\SudcmsBundle\Security\AccessDeniedHandlerFront(($this->services['router'] ?? $this->getRouterService())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'front_app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''security.authenticator.form_login.main''Acme\\SudcmsBundle\\Security\\AccessDeniedHandlerFront'NULL, [=> 'guard'=> 'form_login'], NULL));
  13461.     }
  13462.     /**
  13463.      * Gets the private 'security.helper' shared service.
  13464.      *
  13465.      * @return \Symfony\Component\Security\Core\Security
  13466.      */
  13467.     protected function getSecurity_HelperService()
  13468.     {
  13469.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13470.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  13471.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  13472.         ], [
  13473.             'security.authorization_checker' => '?',
  13474.             'security.token_storage' => '?',
  13475.         ]));
  13476.     }
  13477.     /**
  13478.      * Gets the private 'security.http_utils' shared service.
  13479.      *
  13480.      * @return \Symfony\Component\Security\Http\HttpUtils
  13481.      */
  13482.     protected function getSecurity_HttpUtilsService()
  13483.     {
  13484.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  13485.         $a = ($this->services['router'] ?? $this->getRouterService());
  13486.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  13487.     }
  13488.     /**
  13489.      * Gets the private 'security.listener.admin.user_provider' shared service.
  13490.      *
  13491.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  13492.      */
  13493.     protected function getSecurity_Listener_Admin_UserProviderService()
  13494.     {
  13495.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  13496.         return $this->privates['security.listener.admin.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  13497.     }
  13498.     /**
  13499.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  13500.      *
  13501.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  13502.      */
  13503.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  13504.     {
  13505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  13506.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  13507.     }
  13508.     /**
  13509.      * Gets the private 'security.listener.csrf_protection' shared service.
  13510.      *
  13511.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  13512.      */
  13513.     protected function getSecurity_Listener_CsrfProtectionService()
  13514.     {
  13515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  13516.         return $this->privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  13517.     }
  13518.     /**
  13519.      * Gets the private 'security.listener.main.user_provider' shared service.
  13520.      *
  13521.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  13522.      */
  13523.     protected function getSecurity_Listener_Main_UserProviderService()
  13524.     {
  13525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  13526.         return $this->privates['security.listener.main.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  13527.     }
  13528.     /**
  13529.      * Gets the private 'security.listener.password_migrating' shared service.
  13530.      *
  13531.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  13532.      */
  13533.     protected function getSecurity_Listener_PasswordMigratingService()
  13534.     {
  13535.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  13536.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  13537.     }
  13538.     /**
  13539.      * Gets the private 'security.listener.session.admin' shared service.
  13540.      *
  13541.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  13542.      */
  13543.     protected function getSecurity_Listener_Session_AdminService()
  13544.     {
  13545.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  13546.         return $this->privates['security.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  13547.     }
  13548.     /**
  13549.      * Gets the private 'security.listener.session.main' shared service.
  13550.      *
  13551.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  13552.      */
  13553.     protected function getSecurity_Listener_Session_MainService()
  13554.     {
  13555.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  13556.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  13557.     }
  13558.     /**
  13559.      * Gets the private 'security.listener.user_checker.admin' shared service.
  13560.      *
  13561.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  13562.      */
  13563.     protected function getSecurity_Listener_UserChecker_AdminService()
  13564.     {
  13565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  13566.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  13567.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  13568.         return $this->privates['security.listener.user_checker.admin'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  13569.     }
  13570.     /**
  13571.      * Gets the private 'security.listener.user_checker.main' shared service.
  13572.      *
  13573.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  13574.      */
  13575.     protected function getSecurity_Listener_UserChecker_MainService()
  13576.     {
  13577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  13578.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  13579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  13580.         return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  13581.     }
  13582.     /**
  13583.      * Gets the private 'security.listener.user_provider' shared service.
  13584.      *
  13585.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  13586.      */
  13587.     protected function getSecurity_Listener_UserProviderService()
  13588.     {
  13589.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  13590.         return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  13591.     }
  13592.     /**
  13593.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  13594.      *
  13595.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  13596.      */
  13597.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  13598.     {
  13599.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  13600.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  13601.     }
  13602.     /**
  13603.      * Gets the private 'security.logout.listener.default.admin' shared service.
  13604.      *
  13605.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  13606.      */
  13607.     protected function getSecurity_Logout_Listener_Default_AdminService()
  13608.     {
  13609.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  13610.         return $this->privates['security.logout.listener.default.admin'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'admin_app_login');
  13611.     }
  13612.     /**
  13613.      * Gets the private 'security.logout.listener.default.main' shared service.
  13614.      *
  13615.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  13616.      */
  13617.     protected function getSecurity_Logout_Listener_Default_MainService()
  13618.     {
  13619.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  13620.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'front_app_login');
  13621.     }
  13622.     /**
  13623.      * Gets the private 'security.logout_url_generator' shared service.
  13624.      *
  13625.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  13626.      */
  13627.     protected function getSecurity_LogoutUrlGeneratorService()
  13628.     {
  13629.         $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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  13630.         $instance->registerListener('admin''admin_app_logout''logout''_csrf_token'NULLNULL);
  13631.         $instance->registerListener('main''front_app_logout''logout''_csrf_token'NULLNULL);
  13632.         return $instance;
  13633.     }
  13634.     /**
  13635.      * Gets the private 'security.password_hasher_factory' shared service.
  13636.      *
  13637.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  13638.      */
  13639.     protected function getSecurity_PasswordHasherFactoryService()
  13640.     {
  13641.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  13642.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  13643.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Acme\\SudcmsBundle\\Entity\\AuthUser' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  13644.     }
  13645.     /**
  13646.      * Gets the private 'security.role_hierarchy' shared service.
  13647.      *
  13648.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  13649.      */
  13650.     protected function getSecurity_RoleHierarchyService()
  13651.     {
  13652.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  13653.     }
  13654.     /**
  13655.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  13656.      *
  13657.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  13658.      */
  13659.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  13660.     {
  13661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  13662.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  13663.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Acme\\SudcmsBundle\\Entity\\AuthUser''email'NULL);
  13664.     }
  13665.     /**
  13666.      * Gets the private 'security.user_password_hasher' shared service.
  13667.      *
  13668.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  13669.      */
  13670.     protected function getSecurity_UserPasswordHasherService()
  13671.     {
  13672.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  13673.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  13674.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  13675.     }
  13676.     /**
  13677.      * Gets the private 'security.validator.user_password' shared service.
  13678.      *
  13679.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  13680.      */
  13681.     protected function getSecurity_Validator_UserPasswordService()
  13682.     {
  13683.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  13684.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  13685.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  13686.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  13687.     }
  13688.     /**
  13689.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  13690.      *
  13691.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  13692.      */
  13693.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  13694.     {
  13695.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  13696.     }
  13697.     /**
  13698.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  13699.      *
  13700.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  13701.      */
  13702.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  13703.     {
  13704.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  13705.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  13706.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  13707.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  13708.     }
  13709.     /**
  13710.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  13711.      *
  13712.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  13713.      */
  13714.     protected function getSensioFrameworkExtra_Security_ListenerService()
  13715.     {
  13716.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  13717.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  13718.             return $this->privates['sensio_framework_extra.security.listener'];
  13719.         }
  13720.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13721.     }
  13722.     /**
  13723.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  13724.      *
  13725.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  13726.      */
  13727.     protected function getSensioFrameworkExtra_View_ListenerService()
  13728.     {
  13729.         $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))));
  13730.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13731.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  13732.         ], [
  13733.             'twig' => '?',
  13734.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  13735.         return $instance;
  13736.     }
  13737.     /**
  13738.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  13739.      *
  13740.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  13741.      */
  13742.     protected function getSerializer_Mapping_CacheWarmerService()
  13743.     {
  13744.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13745.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  13746.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  13747.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  13748.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  13749.         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'));
  13750.     }
  13751.     /**
  13752.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  13753.      *
  13754.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  13755.      */
  13756.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  13757.     {
  13758.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  13759.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  13760.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  13761.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  13762.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  13763.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  13764.         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()))]));
  13765.     }
  13766.     /**
  13767.      * Gets the private 'session.factory' shared service.
  13768.      *
  13769.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  13770.      */
  13771.     protected function getSession_FactoryService()
  13772.     {
  13773.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  13774.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  13775.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  13776.         if (isset($this->privates['session.factory'])) {
  13777.             return $this->privates['session.factory'];
  13778.         }
  13779.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  13780.     }
  13781.     /**
  13782.      * Gets the private 'session.storage.factory.service' shared service.
  13783.      *
  13784.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  13785.      *
  13786.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  13787.      */
  13788.     protected function getSession_Storage_Factory_ServiceService()
  13789.     {
  13790.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  13791.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  13792.     }
  13793.     /**
  13794.      * Gets the private 'session.storage.metadata_bag' shared service.
  13795.      *
  13796.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  13797.      *
  13798.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  13799.      */
  13800.     protected function getSession_Storage_MetadataBagService()
  13801.     {
  13802.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  13803.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  13804.     }
  13805.     /**
  13806.      * Gets the private 'session.storage.native' shared service.
  13807.      *
  13808.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  13809.      *
  13810.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  13811.      */
  13812.     protected function getSession_Storage_NativeService()
  13813.     {
  13814.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  13815.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  13816.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  13817.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  13818.     }
  13819.     /**
  13820.      * Gets the private 'session_listener' shared service.
  13821.      *
  13822.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  13823.      */
  13824.     protected function getSessionListenerService()
  13825.     {
  13826.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13827.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  13828.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  13829.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  13830.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  13831.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  13832.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  13833.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  13834.         ], [
  13835.             'initialized_session' => '?',
  13836.             'logger' => '?',
  13837.             'request_stack' => '?',
  13838.             'session' => '?',
  13839.             'session_collector' => '?',
  13840.             'session_factory' => '?',
  13841.             'session_storage' => '?',
  13842.         ]), true$this->parameters['session.storage.options']);
  13843.     }
  13844.     /**
  13845.      * Gets the private 'slugger' shared service.
  13846.      *
  13847.      * @return \Symfony\Component\String\Slugger\AsciiSlugger
  13848.      */
  13849.     protected function getSluggerService()
  13850.     {
  13851.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  13852.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  13853.         return $this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr');
  13854.     }
  13855.     /**
  13856.      * Gets the private 'translation.extractor' shared service.
  13857.      *
  13858.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  13859.      */
  13860.     protected function getTranslation_ExtractorService()
  13861.     {
  13862.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  13863.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  13864.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  13865.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  13866.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  13867.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  13868.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  13869.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  13870.         return $instance;
  13871.     }
  13872.     /**
  13873.      * Gets the private 'translation.loader.csv' shared service.
  13874.      *
  13875.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  13876.      */
  13877.     protected function getTranslation_Loader_CsvService()
  13878.     {
  13879.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13880.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13881.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13882.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  13883.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  13884.     }
  13885.     /**
  13886.      * Gets the private 'translation.loader.dat' shared service.
  13887.      *
  13888.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  13889.      */
  13890.     protected function getTranslation_Loader_DatService()
  13891.     {
  13892.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13893.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  13894.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  13895.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  13896.     }
  13897.     /**
  13898.      * Gets the private 'translation.loader.ini' shared service.
  13899.      *
  13900.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  13901.      */
  13902.     protected function getTranslation_Loader_IniService()
  13903.     {
  13904.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13905.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13906.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13907.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  13908.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  13909.     }
  13910.     /**
  13911.      * Gets the private 'translation.loader.json' shared service.
  13912.      *
  13913.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  13914.      */
  13915.     protected function getTranslation_Loader_JsonService()
  13916.     {
  13917.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13918.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13919.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13920.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  13921.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  13922.     }
  13923.     /**
  13924.      * Gets the private 'translation.loader.mo' shared service.
  13925.      *
  13926.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  13927.      */
  13928.     protected function getTranslation_Loader_MoService()
  13929.     {
  13930.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13931.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13932.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13933.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  13934.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  13935.     }
  13936.     /**
  13937.      * Gets the private 'translation.loader.php' shared service.
  13938.      *
  13939.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  13940.      */
  13941.     protected function getTranslation_Loader_PhpService()
  13942.     {
  13943.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13944.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13945.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13946.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  13947.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  13948.     }
  13949.     /**
  13950.      * Gets the private 'translation.loader.po' shared service.
  13951.      *
  13952.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  13953.      */
  13954.     protected function getTranslation_Loader_PoService()
  13955.     {
  13956.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13957.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13958.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13959.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  13960.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  13961.     }
  13962.     /**
  13963.      * Gets the private 'translation.loader.qt' shared service.
  13964.      *
  13965.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  13966.      */
  13967.     protected function getTranslation_Loader_QtService()
  13968.     {
  13969.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13970.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  13971.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  13972.     }
  13973.     /**
  13974.      * Gets the private 'translation.loader.res' shared service.
  13975.      *
  13976.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  13977.      */
  13978.     protected function getTranslation_Loader_ResService()
  13979.     {
  13980.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13981.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  13982.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  13983.     }
  13984.     /**
  13985.      * Gets the private 'translation.loader.xliff' shared service.
  13986.      *
  13987.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  13988.      */
  13989.     protected function getTranslation_Loader_XliffService()
  13990.     {
  13991.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13992.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  13993.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  13994.     }
  13995.     /**
  13996.      * Gets the private 'translation.loader.yml' shared service.
  13997.      *
  13998.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  13999.      */
  14000.     protected function getTranslation_Loader_YmlService()
  14001.     {
  14002.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14003.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14004.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14005.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  14006.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  14007.     }
  14008.     /**
  14009.      * Gets the private 'translation.provider_collection' shared service.
  14010.      *
  14011.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  14012.      */
  14013.     protected function getTranslation_ProviderCollectionService()
  14014.     {
  14015.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  14016.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  14017.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  14018.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  14019.         }, 1), []))->fromConfig([]);
  14020.     }
  14021.     /**
  14022.      * Gets the private 'translation.reader' shared service.
  14023.      *
  14024.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  14025.      */
  14026.     protected function getTranslation_ReaderService()
  14027.     {
  14028.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  14029.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  14030.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  14031.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  14032.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  14033.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  14034.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  14035.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  14036.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  14037.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  14038.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  14039.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  14040.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  14041.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  14042.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  14043.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  14044.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  14045.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  14046.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  14047.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  14048.         $instance->addLoader('yaml'$a);
  14049.         $instance->addLoader('yml'$a);
  14050.         $instance->addLoader('xlf'$b);
  14051.         $instance->addLoader('xliff'$b);
  14052.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  14053.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  14054.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  14055.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  14056.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  14057.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  14058.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  14059.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  14060.         return $instance;
  14061.     }
  14062.     /**
  14063.      * Gets the private 'translation.warmer' shared service.
  14064.      *
  14065.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  14066.      */
  14067.     protected function getTranslation_WarmerService()
  14068.     {
  14069.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14070.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  14071.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14072.             'translator' => ['services''translator''getTranslatorService'false],
  14073.         ], [
  14074.             'translator' => '?',
  14075.         ]))->withContext('translation.warmer'$this));
  14076.     }
  14077.     /**
  14078.      * Gets the private 'translation.writer' shared service.
  14079.      *
  14080.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  14081.      */
  14082.     protected function getTranslation_WriterService()
  14083.     {
  14084.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  14085.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  14086.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  14087.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  14088.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  14089.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  14090.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  14091.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  14092.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  14093.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  14094.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  14095.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  14096.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  14097.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  14098.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  14099.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  14100.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  14101.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  14102.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  14103.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  14104.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  14105.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  14106.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  14107.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  14108.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  14109.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  14110.         return $instance;
  14111.     }
  14112.     /**
  14113.      * Gets the private 'translator.default' shared service.
  14114.      *
  14115.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  14116.      */
  14117.     protected function getTranslator_DefaultService()
  14118.     {
  14119.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14120.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  14121.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  14122.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  14123.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  14124.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  14125.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  14126.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  14127.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  14128.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  14129.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  14130.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  14131.         ], [
  14132.             'translation.loader.csv' => '?',
  14133.             'translation.loader.dat' => '?',
  14134.             'translation.loader.ini' => '?',
  14135.             'translation.loader.json' => '?',
  14136.             'translation.loader.mo' => '?',
  14137.             'translation.loader.php' => '?',
  14138.             'translation.loader.po' => '?',
  14139.             'translation.loader.qt' => '?',
  14140.             'translation.loader.res' => '?',
  14141.             'translation.loader.xliff' => '?',
  14142.             'translation.loader.yml' => '?',
  14143.         ]), 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')], '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')], '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')], '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')], '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')], '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')], '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).'/translations/messages+intl-icu.de.xlf'), => (\dirname(__DIR__4).'/translations/security.de.xlf'), => (\dirname(__DIR__4).'/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.de.xlf'), => (\dirname(__DIR__4).'/translations/security.de.xlf'), => (\dirname(__DIR__4).'/translations/validators.de.xlf')], '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')], '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).'/translations/messages+intl-icu.en.xlf'), => (\dirname(__DIR__4).'/translations/security.en.xlf'), => (\dirname(__DIR__4).'/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.en.xlf'), => (\dirname(__DIR__4).'/translations/security.en.xlf'), => (\dirname(__DIR__4).'/translations/validators.en.xlf')], '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).'/translations/messages+intl-icu.es.xlf'), => (\dirname(__DIR__4).'/translations/security.es.xlf'), => (\dirname(__DIR__4).'/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.es.xlf'), => (\dirname(__DIR__4).'/translations/security.es.xlf'), => (\dirname(__DIR__4).'/translations/validators.es.xlf')], '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')], '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')], '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')], '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')], '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).'/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/translations/validators.fr.xlf')], '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')], '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')], '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')], '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')], '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')], '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).'/translations/messages+intl-icu.it.xlf'), => (\dirname(__DIR__4).'/translations/security.it.xlf'), => (\dirname(__DIR__4).'/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.it.xlf'), => (\dirname(__DIR__4).'/translations/security.it.xlf'), => (\dirname(__DIR__4).'/translations/validators.it.xlf')], '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')], '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')], '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')], '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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], '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')], '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')], '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).'/translations/messages+intl-icu.pl.xlf'), => (\dirname(__DIR__4).'/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.pl.xlf'), => (\dirname(__DIR__4).'/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/translations/validators.pl.xlf')], '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).'/translations/messages+intl-icu.pt.xlf'), => (\dirname(__DIR__4).'/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.pt.xlf'), => (\dirname(__DIR__4).'/translations/validators.pt.xlf')], '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')], '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')], '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).'/translations/messages+intl-icu.ru.xlf'), => (\dirname(__DIR__4).'/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.ru.xlf'), => (\dirname(__DIR__4).'/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/translations/validators.ru.xlf')], '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')], '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')], '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')], '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')], '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')], '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).'/translations/messages+intl-icu.tr.xlf'), => (\dirname(__DIR__4).'/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.tr.xlf'), => (\dirname(__DIR__4).'/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/translations/validators.tr.xlf')], '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')], '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')], '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')], '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')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'zh' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.zh.xlf'), => (\dirname(__DIR__4).'/translations/security.zh.xlf'), => (\dirname(__DIR__4).'/translations/validators.zh.xlf'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.zh.xlf'), => (\dirname(__DIR__4).'/translations/security.zh.xlf'), => (\dirname(__DIR__4).'/translations/validators.zh.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/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'=> 'translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'10 => 'vendor/symfony/monolog-bundle/translations'11 => 'vendor/symfony/debug-bundle/translations'12 => 'vendor/sensio/framework-extra-bundle/src/translations'13 => 'vendor/doctrine/doctrine-bundle/translations'14 => 'vendor/doctrine/doctrine-migrations-bundle/translations'15 => 'vendor/symfony/security-bundle/translations'16 => 'vendor/symfony/maker-bundle/src/translations'17 => 'vendor/liip/imagine-bundle/translations'18 => 'vendor/doctrine/doctrine-fixtures-bundle/translations']]], []);
  14144.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  14145.         $instance->setFallbackLocales([=> 'fr']);
  14146.         return $instance;
  14147.     }
  14148.     /**
  14149.      * Gets the private 'twig.command.debug' shared service.
  14150.      *
  14151.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  14152.      */
  14153.     protected function getTwig_Command_DebugService()
  14154.     {
  14155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14156.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  14157.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  14158.         $instance->setName('debug:twig');
  14159.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  14160.         return $instance;
  14161.     }
  14162.     /**
  14163.      * Gets the private 'twig.command.lint' shared service.
  14164.      *
  14165.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  14166.      */
  14167.     protected function getTwig_Command_LintService()
  14168.     {
  14169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14170.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  14171.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  14172.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  14173.         $instance->setName('lint:twig');
  14174.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  14175.         return $instance;
  14176.     }
  14177.     /**
  14178.      * Gets the private 'twig.form.engine' shared service.
  14179.      *
  14180.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  14181.      */
  14182.     protected function getTwig_Form_EngineService()
  14183.     {
  14184.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  14185.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  14186.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  14187.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  14188.         if (isset($this->privates['twig.form.engine'])) {
  14189.             return $this->privates['twig.form.engine'];
  14190.         }
  14191.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  14192.     }
  14193.     /**
  14194.      * Gets the private 'twig.form.renderer' shared service.
  14195.      *
  14196.      * @return \Symfony\Component\Form\FormRenderer
  14197.      */
  14198.     protected function getTwig_Form_RendererService()
  14199.     {
  14200.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  14201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  14202.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  14203.         if (isset($this->privates['twig.form.renderer'])) {
  14204.             return $this->privates['twig.form.renderer'];
  14205.         }
  14206.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  14207.     }
  14208.     /**
  14209.      * Gets the private 'twig.mailer.message_listener' shared service.
  14210.      *
  14211.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  14212.      */
  14213.     protected function getTwig_Mailer_MessageListenerService()
  14214.     {
  14215.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  14216.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  14217.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  14218.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  14219.         if (isset($this->privates['twig.mailer.message_listener'])) {
  14220.             return $this->privates['twig.mailer.message_listener'];
  14221.         }
  14222.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  14223.     }
  14224.     /**
  14225.      * Gets the private 'twig.runtime.httpkernel' shared service.
  14226.      *
  14227.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  14228.      */
  14229.     protected function getTwig_Runtime_HttpkernelService()
  14230.     {
  14231.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  14232.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  14233.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  14234.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  14235.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  14236.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  14237.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  14238.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14239.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  14240.         ], [
  14241.             'inline' => '?',
  14242.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  14243.     }
  14244.     /**
  14245.      * Gets the private 'twig.runtime.security_csrf' shared service.
  14246.      *
  14247.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  14248.      */
  14249.     protected function getTwig_Runtime_SecurityCsrfService()
  14250.     {
  14251.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  14252.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  14253.     }
  14254.     /**
  14255.      * Gets the private 'twig.runtime.serializer' shared service.
  14256.      *
  14257.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  14258.      */
  14259.     protected function getTwig_Runtime_SerializerService()
  14260.     {
  14261.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14262.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  14263.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  14264.     }
  14265.     /**
  14266.      * Gets the private 'validator.builder' shared service.
  14267.      *
  14268.      * @return \Symfony\Component\Validator\ValidatorBuilder
  14269.      */
  14270.     protected function getValidator_BuilderService()
  14271.     {
  14272.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  14273.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  14274.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14275.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  14276.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  14277.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  14278.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  14279.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  14280.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  14281.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  14282.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  14283.         ], [
  14284.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  14285.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  14286.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  14287.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  14288.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  14289.             'doctrine.orm.validator.unique' => '?',
  14290.             'security.validator.user_password' => '?',
  14291.             'validator.expression' => '?',
  14292.         ])));
  14293.         if ($this->has('translator')) {
  14294.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  14295.         }
  14296.         $instance->setTranslationDomain('validators');
  14297.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  14298.         $instance->enableAnnotationMapping(true);
  14299.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  14300.         $instance->addMethodMapping('loadValidatorMetadata');
  14301.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  14302.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  14303.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  14304.         return $instance;
  14305.     }
  14306.     /**
  14307.      * Gets the private 'validator.email' shared service.
  14308.      *
  14309.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  14310.      */
  14311.     protected function getValidator_EmailService()
  14312.     {
  14313.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14314.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14315.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  14316.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  14317.     }
  14318.     /**
  14319.      * Gets the private 'validator.expression' shared service.
  14320.      *
  14321.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  14322.      */
  14323.     protected function getValidator_ExpressionService()
  14324.     {
  14325.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14326.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14327.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  14328.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  14329.     }
  14330.     /**
  14331.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  14332.      *
  14333.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  14334.      */
  14335.     protected function getValidator_Mapping_CacheWarmerService()
  14336.     {
  14337.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14338.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  14339.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  14340.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  14341.     }
  14342.     /**
  14343.      * Gets the private 'validator.not_compromised_password' shared service.
  14344.      *
  14345.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  14346.      */
  14347.     protected function getValidator_NotCompromisedPasswordService()
  14348.     {
  14349.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14350.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14351.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  14352.         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);
  14353.     }
  14354.     /**
  14355.      * Gets the private 'var_dumper.command.server_dump' shared service.
  14356.      *
  14357.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  14358.      */
  14359.     protected function getVarDumper_Command_ServerDumpService()
  14360.     {
  14361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14362.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  14363.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  14364.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  14365.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  14366.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  14367.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  14368.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  14369.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  14370.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  14371.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  14372.         $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()))]);
  14373.         $instance->setName('server:dump');
  14374.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  14375.         return $instance;
  14376.     }
  14377.     /**
  14378.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  14379.      *
  14380.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  14381.      */
  14382.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  14383.     {
  14384.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  14385.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  14386.         return $instance;
  14387.     }
  14388.     /**
  14389.      * Gets the private 'var_dumper.html_dumper' shared service.
  14390.      *
  14391.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  14392.      */
  14393.     protected function getVarDumper_HtmlDumperService()
  14394.     {
  14395.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  14396.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  14397.         return $instance;
  14398.     }
  14399.     /**
  14400.      * Gets the private 'var_dumper.server_connection' shared service.
  14401.      *
  14402.      * @return \Symfony\Component\VarDumper\Server\Connection
  14403.      */
  14404.     protected function getVarDumper_ServerConnectionService()
  14405.     {
  14406.         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()]);
  14407.     }
  14408.     /**
  14409.      * Gets the private 'web_profiler.csp.handler' shared service.
  14410.      *
  14411.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  14412.      */
  14413.     protected function getWebProfiler_Csp_HandlerService()
  14414.     {
  14415.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  14416.     }
  14417.     /**
  14418.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  14419.      *
  14420.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  14421.      */
  14422.     protected function getWebProfiler_DebugToolbarService()
  14423.     {
  14424.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  14425.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  14426.             return $this->privates['web_profiler.debug_toolbar'];
  14427.         }
  14428.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  14429.     }
  14430.     /**
  14431.      * Gets the public 'cache_clearer' alias.
  14432.      *
  14433.      * @return object The ".container.private.cache_clearer" service.
  14434.      */
  14435.     protected function getCacheClearerService()
  14436.     {
  14437.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  14438.         return $this->get('.container.private.cache_clearer');
  14439.     }
  14440.     /**
  14441.      * Gets the public 'filesystem' alias.
  14442.      *
  14443.      * @return object The ".container.private.filesystem" service.
  14444.      */
  14445.     protected function getFilesystemService()
  14446.     {
  14447.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  14448.         return $this->get('.container.private.filesystem');
  14449.     }
  14450.     /**
  14451.      * Gets the public 'serializer' alias.
  14452.      *
  14453.      * @return object The ".container.private.serializer" service.
  14454.      */
  14455.     protected function getSerializerService()
  14456.     {
  14457.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  14458.         return $this->get('.container.private.serializer');
  14459.     }
  14460.     /**
  14461.      * Gets the public 'security.csrf.token_manager' alias.
  14462.      *
  14463.      * @return object The ".container.private.security.csrf.token_manager" service.
  14464.      */
  14465.     protected function getSecurity_Csrf_TokenManagerService()
  14466.     {
  14467.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  14468.         return $this->get('.container.private.security.csrf.token_manager');
  14469.     }
  14470.     /**
  14471.      * Gets the public 'form.factory' alias.
  14472.      *
  14473.      * @return object The ".container.private.form.factory" service.
  14474.      */
  14475.     protected function getForm_FactoryService()
  14476.     {
  14477.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  14478.         return $this->get('.container.private.form.factory');
  14479.     }
  14480.     /**
  14481.      * Gets the public 'form.type.file' alias.
  14482.      *
  14483.      * @return object The ".container.private.form.type.file" service.
  14484.      */
  14485.     protected function getForm_Type_FileService()
  14486.     {
  14487.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  14488.         return $this->get('.container.private.form.type.file');
  14489.     }
  14490.     /**
  14491.      * Gets the public 'profiler' alias.
  14492.      *
  14493.      * @return object The ".container.private.profiler" service.
  14494.      */
  14495.     protected function getProfilerService()
  14496.     {
  14497.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  14498.         return $this->get('.container.private.profiler');
  14499.     }
  14500.     /**
  14501.      * Gets the public 'twig' alias.
  14502.      *
  14503.      * @return object The ".container.private.twig" service.
  14504.      */
  14505.     protected function getTwigService()
  14506.     {
  14507.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  14508.         return $this->get('.container.private.twig');
  14509.     }
  14510.     /**
  14511.      * Gets the public 'security.authorization_checker' alias.
  14512.      *
  14513.      * @return object The ".container.private.security.authorization_checker" service.
  14514.      */
  14515.     protected function getSecurity_AuthorizationCheckerService()
  14516.     {
  14517.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  14518.         return $this->get('.container.private.security.authorization_checker');
  14519.     }
  14520.     /**
  14521.      * Gets the public 'security.token_storage' alias.
  14522.      *
  14523.      * @return object The ".container.private.security.token_storage" service.
  14524.      */
  14525.     protected function getSecurity_TokenStorageService()
  14526.     {
  14527.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  14528.         return $this->get('.container.private.security.token_storage');
  14529.     }
  14530.     /**
  14531.      * Gets the public 'security.password_encoder' alias.
  14532.      *
  14533.      * @return object The ".container.private.security.password_encoder" service.
  14534.      */
  14535.     protected function getSecurity_PasswordEncoderService()
  14536.     {
  14537.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  14538.         return $this->get('.container.private.security.password_encoder');
  14539.     }
  14540.     /**
  14541.      * Gets the public 'session' alias.
  14542.      *
  14543.      * @return object The ".container.private.session" service.
  14544.      */
  14545.     protected function getSessionService()
  14546.     {
  14547.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  14548.         return $this->get('.container.private.session');
  14549.     }
  14550.     /**
  14551.      * Gets the public 'validator' alias.
  14552.      *
  14553.      * @return object The ".container.private.validator" service.
  14554.      */
  14555.     protected function getValidatorService()
  14556.     {
  14557.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  14558.         return $this->get('.container.private.validator');
  14559.     }
  14560.     /**
  14561.      * @return array|bool|float|int|string|\UnitEnum|null
  14562.      */
  14563.     public function getParameter(string $name)
  14564.     {
  14565.         if (isset($this->buildParameters[$name])) {
  14566.             return $this->buildParameters[$name];
  14567.         }
  14568.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  14569.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  14570.         }
  14571.         if (isset($this->loadedDynamicParameters[$name])) {
  14572.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  14573.         }
  14574.         return $this->parameters[$name];
  14575.     }
  14576.     public function hasParameter(string $name): bool
  14577.     {
  14578.         if (isset($this->buildParameters[$name])) {
  14579.             return true;
  14580.         }
  14581.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  14582.     }
  14583.     public function setParameter(string $name$value): void
  14584.     {
  14585.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  14586.     }
  14587.     public function getParameterBag(): ParameterBagInterface
  14588.     {
  14589.         if (null === $this->parameterBag) {
  14590.             $parameters $this->parameters;
  14591.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  14592.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  14593.             }
  14594.             foreach ($this->buildParameters as $name => $value) {
  14595.                 $parameters[$name] = $value;
  14596.             }
  14597.             $this->parameterBag = new FrozenParameterBag($parameters);
  14598.         }
  14599.         return $this->parameterBag;
  14600.     }
  14601.     private $loadedDynamicParameters = [
  14602.         'kernel.runtime_environment' => false,
  14603.         'kernel.build_dir' => false,
  14604.         'kernel.cache_dir' => false,
  14605.         'timezone' => false,
  14606.         'kernel.secret' => false,
  14607.         'debug.container.dump' => false,
  14608.         'serializer.mapping.cache.file' => false,
  14609.         'validator.mapping.cache.file' => false,
  14610.         'profiler.storage.dsn' => false,
  14611.         'doctrine.orm.proxy_dir' => false,
  14612.     ];
  14613.     private $dynamicParameters = [];
  14614.     private function getDynamicParameter(string $name)
  14615.     {
  14616.         switch ($name) {
  14617.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  14618.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  14619.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  14620.             case 'timezone'$value $this->getEnv('APP_TIMEZONE'); break;
  14621.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  14622.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Acme_SudcmsBundle_KernelDevDebugContainer.xml'); break;
  14623.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  14624.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  14625.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  14626.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  14627.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  14628.         }
  14629.         $this->loadedDynamicParameters[$name] = true;
  14630.         return $this->dynamicParameters[$name] = $value;
  14631.     }
  14632.     protected function getDefaultParameters(): array
  14633.     {
  14634.         return [
  14635.             'kernel.project_dir' => \dirname(__DIR__4),
  14636.             'kernel.environment' => 'dev',
  14637.             'kernel.debug' => true,
  14638.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  14639.             'kernel.bundles' => [
  14640.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  14641.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  14642.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  14643.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  14644.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  14645.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  14646.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  14647.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  14648.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  14649.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  14650.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  14651.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  14652.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  14653.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  14654.                 'AcmeSudcmsBundle' => 'Acme\\SudcmsBundle\\AcmeSudcmsBundle',
  14655.             ],
  14656.             'kernel.bundles_metadata' => [
  14657.                 'FrameworkBundle' => [
  14658.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  14659.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  14660.                 ],
  14661.                 'TwigBundle' => [
  14662.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  14663.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  14664.                 ],
  14665.                 'TwigExtraBundle' => [
  14666.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  14667.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  14668.                 ],
  14669.                 'WebProfilerBundle' => [
  14670.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  14671.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  14672.                 ],
  14673.                 'MonologBundle' => [
  14674.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  14675.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  14676.                 ],
  14677.                 'DebugBundle' => [
  14678.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  14679.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  14680.                 ],
  14681.                 'SensioFrameworkExtraBundle' => [
  14682.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  14683.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  14684.                 ],
  14685.                 'DoctrineBundle' => [
  14686.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  14687.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  14688.                 ],
  14689.                 'DoctrineMigrationsBundle' => [
  14690.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  14691.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  14692.                 ],
  14693.                 'SecurityBundle' => [
  14694.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  14695.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  14696.                 ],
  14697.                 'MakerBundle' => [
  14698.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  14699.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  14700.                 ],
  14701.                 'LiipImagineBundle' => [
  14702.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  14703.                     'namespace' => 'Liip\\ImagineBundle',
  14704.                 ],
  14705.                 'KnpPaginatorBundle' => [
  14706.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  14707.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  14708.                 ],
  14709.                 'DoctrineFixturesBundle' => [
  14710.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  14711.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  14712.                 ],
  14713.                 'AcmeSudcmsBundle' => [
  14714.                     'path' => \dirname(__DIR__4),
  14715.                     'namespace' => 'Acme\\SudcmsBundle',
  14716.                 ],
  14717.             ],
  14718.             'kernel.charset' => 'UTF-8',
  14719.             'kernel.container_class' => 'Acme_SudcmsBundle_KernelDevDebugContainer',
  14720.             'container.dumper.inline_class_loader' => true,
  14721.             'container.dumper.inline_factories' => true,
  14722.             'SITE1_ID' => 1,
  14723.             'SITE1_HOST' => 'www.preprod.th-cauteret.otidea.ovh',
  14724.             'SITE1_DB' => 'lerexhotubpr',
  14725.             'preprod' => 1,
  14726.             'SITE2_ID' => 2,
  14727.             'SITE2_HOST' => 'www.bains-rocher.fr',
  14728.             'SITE2_DB' => 'lerexhotubpr',
  14729.             'bains-rocher' => 2,
  14730.             'locale' => 'fr',
  14731.             'app.locales' => [
  14732.                 => 'fr',
  14733.                 => 'en',
  14734.                 => 'es',
  14735.                 => 'it',
  14736.                 => 'de',
  14737.                 => 'pt',
  14738.                 => 'pl',
  14739.                 => 'ru',
  14740.                 => 'zh',
  14741.                 => 'tr',
  14742.             ],
  14743.             'upload_directory' => (\dirname(__DIR__4).'/public/medias_front'),
  14744.             'upload_autopromo' => (\dirname(__DIR__4).'/public/medias_front/autopromo'),
  14745.             'upload_actualite' => (\dirname(__DIR__4).'/public/medias_front/actualite'),
  14746.             'upload_catalog' => (\dirname(__DIR__4).'/public/medias_front/catalog'),
  14747.             'upload_agenda' => (\dirname(__DIR__4).'/public/medias_front/agenda'),
  14748.             'upload_products' => (\dirname(__DIR__4).'/public/medias_front/products'),
  14749.             'upload_labels' => (\dirname(__DIR__4).'/public/medias_front/products/labels'),
  14750.             'upload_carriers' => (\dirname(__DIR__4).'/public/medias_front/carriers'),
  14751.             'upload_catalogue_medias' => (\dirname(__DIR__4).'/public/medias_front/catalogue'),
  14752.             'upload_document_medias' => (\dirname(__DIR__4).'/public/medias_front/documents'),
  14753.             'upload_catalogue_files' => (\dirname(__DIR__4).'/public/medias_front/catalogue/files'),
  14754.             'upload_address_book_media' => (\dirname(__DIR__4).'/public/medias_front/address_book'),
  14755.             'upload_tchat' => (\dirname(__DIR__4).'/public/medias_front/tchat'),
  14756.             'upload_mail_media' => (\dirname(__DIR__4).'/public/medias_front/mail'),
  14757.             'site_media' => (\dirname(__DIR__4).'/public/medias_front/address_book'),
  14758.             'OPEN_WEATHER_KEY' => '1910f3a43037172a5e61fa80d8d8b846',
  14759.             'OPEN_WEATHER_ID' => '2978640',
  14760.             'errorEmailRecipient' => 'contact@otidea.com',
  14761.             'DEFAULT_ID' => 1,
  14762.             'event_dispatcher.event_aliases' => [
  14763.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  14764.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  14765.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  14766.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  14767.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  14768.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  14769.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  14770.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  14771.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  14772.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  14773.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  14774.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  14775.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  14776.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  14777.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  14778.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  14779.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  14780.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  14781.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  14782.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  14783.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  14784.             ],
  14785.             'fragment.renderer.hinclude.global_template' => NULL,
  14786.             'fragment.path' => '/_fragment',
  14787.             'kernel.http_method_override' => true,
  14788.             'kernel.trusted_hosts' => [
  14789.             ],
  14790.             'kernel.default_locale' => 'fr',
  14791.             'kernel.enabled_locales' => [
  14792.             ],
  14793.             'kernel.error_controller' => 'error_controller',
  14794.             'debug.file_link_format' => NULL,
  14795.             'asset.request_context.base_path' => NULL,
  14796.             'asset.request_context.secure' => NULL,
  14797.             'translator.logging' => false,
  14798.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  14799.             'debug.error_handler.throw_at' => -1,
  14800.             'router.request_context.host' => 'localhost',
  14801.             'router.request_context.scheme' => 'http',
  14802.             'router.request_context.base_url' => '',
  14803.             'router.resource' => 'kernel::loadRoutes',
  14804.             'request_listener.http_port' => 80,
  14805.             'request_listener.https_port' => 443,
  14806.             'session.metadata.storage_key' => '_sf2_meta',
  14807.             'session.storage.options' => [
  14808.                 'cache_limiter' => '0',
  14809.                 'cookie_secure' => 'auto',
  14810.                 'cookie_httponly' => true,
  14811.                 'cookie_samesite' => 'lax',
  14812.                 'gc_probability' => 1,
  14813.             ],
  14814.             'session.save_path' => NULL,
  14815.             'session.metadata.update_threshold' => 0,
  14816.             'form.type_extension.csrf.enabled' => true,
  14817.             'form.type_extension.csrf.field_name' => '_token',
  14818.             'validator.translation_domain' => 'validators',
  14819.             'profiler_listener.only_exceptions' => false,
  14820.             'profiler_listener.only_main_requests' => false,
  14821.             'twig.form.resources' => [
  14822.                 => 'form_div_layout.html.twig',
  14823.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  14824.                 => 'bootstrap_4_layout.html.twig',
  14825.             ],
  14826.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  14827.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  14828.             'web_profiler.debug_toolbar.mode' => 2,
  14829.             'monolog.use_microseconds' => true,
  14830.             'monolog.swift_mailer.handlers' => [
  14831.             ],
  14832.             'monolog.handlers_to_channels' => [
  14833.                 'monolog.handler.console' => [
  14834.                     'type' => 'exclusive',
  14835.                     'elements' => [
  14836.                         => 'event',
  14837.                         => 'doctrine',
  14838.                         => 'console',
  14839.                     ],
  14840.                 ],
  14841.                 'monolog.handler.main' => [
  14842.                     'type' => 'exclusive',
  14843.                     'elements' => [
  14844.                         => 'event',
  14845.                     ],
  14846.                 ],
  14847.             ],
  14848.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  14849.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  14850.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  14851.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  14852.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  14853.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  14854.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  14855.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  14856.             'doctrine.entity_managers' => [
  14857.                 'default' => 'doctrine.orm.default_entity_manager',
  14858.             ],
  14859.             'doctrine.default_entity_manager' => 'default',
  14860.             'doctrine.dbal.connection_factory.types' => [
  14861.             ],
  14862.             'doctrine.connections' => [
  14863.                 'default' => 'doctrine.dbal.default_connection',
  14864.             ],
  14865.             'doctrine.default_connection' => 'default',
  14866.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  14867.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  14868.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  14869.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  14870.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  14871.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  14872.             'doctrine.orm.cache.memcache_host' => 'localhost',
  14873.             'doctrine.orm.cache.memcache_port' => 11211,
  14874.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  14875.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  14876.             'doctrine.orm.cache.memcached_host' => 'localhost',
  14877.             'doctrine.orm.cache.memcached_port' => 11211,
  14878.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  14879.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  14880.             'doctrine.orm.cache.redis_host' => 'localhost',
  14881.             'doctrine.orm.cache.redis_port' => 6379,
  14882.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  14883.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  14884.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  14885.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  14886.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  14887.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  14888.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  14889.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  14890.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  14891.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  14892.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  14893.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  14894.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  14895.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  14896.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  14897.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  14898.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  14899.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  14900.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  14901.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  14902.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  14903.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  14904.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  14905.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  14906.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  14907.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  14908.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  14909.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  14910.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  14911.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  14912.             'doctrine.orm.auto_generate_proxy_classes' => true,
  14913.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  14914.             'doctrine.orm.proxy_namespace' => 'Proxies',
  14915.             'doctrine.migrations.preferred_em' => NULL,
  14916.             'doctrine.migrations.preferred_connection' => NULL,
  14917.             'security.role_hierarchy.roles' => [
  14918.                 'ROLE_ADMIN' => [
  14919.                     => 'ROLE_USER',
  14920.                 ],
  14921.                 'ROLE_SUPER_ADMIN' => [
  14922.                     => 'ROLE_ADMIN',
  14923.                     => 'ROLE_LOGIN_BO',
  14924.                 ],
  14925.             ],
  14926.             'security.access.denied_url' => NULL,
  14927.             'security.authentication.manager.erase_credentials' => true,
  14928.             'security.authentication.session_strategy.strategy' => 'migrate',
  14929.             'security.access.always_authenticate_before_granting' => false,
  14930.             'security.authentication.hide_user_not_found' => true,
  14931.             'security.firewalls' => [
  14932.                 => 'dev',
  14933.                 => 'admin',
  14934.                 => 'main',
  14935.             ],
  14936.             'liip_imagine.resolvers' => [
  14937.                 'default' => [
  14938.                     'web_path' => [
  14939.                         'web_root' => (\dirname(__DIR__4).'/public'),
  14940.                         'cache_prefix' => 'media/cache',
  14941.                     ],
  14942.                 ],
  14943.             ],
  14944.             'liip_imagine.loaders' => [
  14945.                 'default' => [
  14946.                     'filesystem' => [
  14947.                         'locator' => 'filesystem',
  14948.                         'data_root' => [
  14949.                             => (\dirname(__DIR__4).'/public'),
  14950.                         ],
  14951.                         'allow_unresolvable_data_roots' => false,
  14952.                         'bundle_resources' => [
  14953.                             'enabled' => false,
  14954.                             'access_control_type' => 'blacklist',
  14955.                             'access_control_list' => [
  14956.                             ],
  14957.                         ],
  14958.                     ],
  14959.                 ],
  14960.             ],
  14961.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  14962.             'liip_imagine.jpegoptim.stripAll' => true,
  14963.             'liip_imagine.jpegoptim.max' => NULL,
  14964.             'liip_imagine.jpegoptim.progressive' => true,
  14965.             'liip_imagine.jpegoptim.tempDir' => NULL,
  14966.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  14967.             'liip_imagine.optipng.level' => 7,
  14968.             'liip_imagine.optipng.stripAll' => true,
  14969.             'liip_imagine.optipng.tempDir' => NULL,
  14970.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  14971.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  14972.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  14973.             'liip_imagine.cwebp.tempDir' => NULL,
  14974.             'liip_imagine.cwebp.q' => 75,
  14975.             'liip_imagine.cwebp.alphaQ' => 100,
  14976.             'liip_imagine.cwebp.m' => 4,
  14977.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  14978.             'liip_imagine.cwebp.alphaMethod' => 1,
  14979.             'liip_imagine.cwebp.exact' => false,
  14980.             'liip_imagine.cwebp.metadata' => [
  14981.                 => 'none',
  14982.             ],
  14983.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  14984.             'liip_imagine.cache.resolver.default' => 'default',
  14985.             'liip_imagine.default_image' => NULL,
  14986.             'liip_imagine.filter_sets' => [
  14987.                 'admin_default' => [
  14988.                     'quality' => 100,
  14989.                     'jpeg_quality' => 100,
  14990.                     'png_compression_level' => NULL,
  14991.                     'png_compression_filter' => NULL,
  14992.                     'format' => NULL,
  14993.                     'animated' => false,
  14994.                     'cache' => NULL,
  14995.                     'data_loader' => NULL,
  14996.                     'default_image' => NULL,
  14997.                     'filters' => [
  14998.                         'thumbnail' => [
  14999.                             'size' => [
  15000.                                 => 150,
  15001.                                 => 150,
  15002.                             ],
  15003.                             'mode' => 'outbound',
  15004.                         ],
  15005.                     ],
  15006.                     'post_processors' => [
  15007.                     ],
  15008.                 ],
  15009.                 'admin_product_row' => [
  15010.                     'quality' => 100,
  15011.                     'jpeg_quality' => 100,
  15012.                     'png_compression_level' => NULL,
  15013.                     'png_compression_filter' => NULL,
  15014.                     'format' => NULL,
  15015.                     'animated' => false,
  15016.                     'cache' => NULL,
  15017.                     'data_loader' => NULL,
  15018.                     'default_image' => NULL,
  15019.                     'filters' => [
  15020.                         'thumbnail' => [
  15021.                             'size' => [
  15022.                                 => 70,
  15023.                                 => 70,
  15024.                             ],
  15025.                             'mode' => 'outbound',
  15026.                         ],
  15027.                     ],
  15028.                     'post_processors' => [
  15029.                     ],
  15030.                 ],
  15031.                 'admin_bandeau_categ_dialog' => [
  15032.                     'quality' => 100,
  15033.                     'jpeg_quality' => 100,
  15034.                     'png_compression_level' => NULL,
  15035.                     'png_compression_filter' => NULL,
  15036.                     'format' => NULL,
  15037.                     'animated' => false,
  15038.                     'cache' => NULL,
  15039.                     'data_loader' => NULL,
  15040.                     'default_image' => NULL,
  15041.                     'filters' => [
  15042.                         'thumbnail' => [
  15043.                             'size' => [
  15044.                                 => 434,
  15045.                                 => 434,
  15046.                             ],
  15047.                             'mode' => 'outbound',
  15048.                         ],
  15049.                     ],
  15050.                     'post_processors' => [
  15051.                     ],
  15052.                 ],
  15053.                 'admin_pages_bandeau' => [
  15054.                     'quality' => 100,
  15055.                     'jpeg_quality' => 100,
  15056.                     'png_compression_level' => NULL,
  15057.                     'png_compression_filter' => NULL,
  15058.                     'format' => NULL,
  15059.                     'animated' => false,
  15060.                     'cache' => NULL,
  15061.                     'data_loader' => NULL,
  15062.                     'default_image' => NULL,
  15063.                     'filters' => [
  15064.                         'thumbnail' => [
  15065.                             'size' => [
  15066.                                 => 1065,
  15067.                                 => 166,
  15068.                             ],
  15069.                             'mode' => 'outbound',
  15070.                         ],
  15071.                     ],
  15072.                     'post_processors' => [
  15073.                     ],
  15074.                 ],
  15075.                 'admin_site_mail_dialog' => [
  15076.                     'quality' => 100,
  15077.                     'jpeg_quality' => 100,
  15078.                     'png_compression_level' => NULL,
  15079.                     'png_compression_filter' => NULL,
  15080.                     'format' => NULL,
  15081.                     'animated' => false,
  15082.                     'cache' => NULL,
  15083.                     'data_loader' => NULL,
  15084.                     'default_image' => NULL,
  15085.                     'filters' => [
  15086.                         'thumbnail' => [
  15087.                             'size' => [
  15088.                                 => 580,
  15089.                                 => 184,
  15090.                             ],
  15091.                             'mode' => 'outbound',
  15092.                         ],
  15093.                     ],
  15094.                     'post_processors' => [
  15095.                     ],
  15096.                 ],
  15097.                 'bo_list' => [
  15098.                     'quality' => 100,
  15099.                     'jpeg_quality' => 85,
  15100.                     'png_compression_level' => NULL,
  15101.                     'png_compression_filter' => NULL,
  15102.                     'format' => NULL,
  15103.                     'animated' => false,
  15104.                     'cache' => NULL,
  15105.                     'data_loader' => NULL,
  15106.                     'default_image' => NULL,
  15107.                     'filters' => [
  15108.                         'thumbnail' => [
  15109.                             'size' => [
  15110.                                 => 200,
  15111.                                 => 150,
  15112.                             ],
  15113.                             'mode' => 'outbound',
  15114.                         ],
  15115.                     ],
  15116.                     'post_processors' => [
  15117.                     ],
  15118.                 ],
  15119.                 'front_autopromo' => [
  15120.                     'quality' => 100,
  15121.                     'jpeg_quality' => 100,
  15122.                     'png_compression_level' => NULL,
  15123.                     'png_compression_filter' => NULL,
  15124.                     'format' => NULL,
  15125.                     'animated' => false,
  15126.                     'cache' => NULL,
  15127.                     'data_loader' => NULL,
  15128.                     'default_image' => NULL,
  15129.                     'filters' => [
  15130.                         'thumbnail' => [
  15131.                             'size' => [
  15132.                                 => 1920,
  15133.                                 => 1080,
  15134.                             ],
  15135.                             'mode' => 'outbound',
  15136.                         ],
  15137.                     ],
  15138.                     'post_processors' => [
  15139.                     ],
  15140.                 ],
  15141.                 'front_Bandeau_1920' => [
  15142.                     'quality' => 100,
  15143.                     'jpeg_quality' => 100,
  15144.                     'png_compression_level' => NULL,
  15145.                     'png_compression_filter' => NULL,
  15146.                     'format' => NULL,
  15147.                     'animated' => false,
  15148.                     'cache' => NULL,
  15149.                     'data_loader' => NULL,
  15150.                     'default_image' => NULL,
  15151.                     'filters' => [
  15152.                         'thumbnail' => [
  15153.                             'size' => [
  15154.                                 => 1920,
  15155.                                 => 800,
  15156.                             ],
  15157.                             'mode' => 'outbound',
  15158.                         ],
  15159.                     ],
  15160.                     'post_processors' => [
  15161.                     ],
  15162.                 ],
  15163.                 'front_Bandeau_500' => [
  15164.                     'quality' => 100,
  15165.                     'jpeg_quality' => 100,
  15166.                     'png_compression_level' => NULL,
  15167.                     'png_compression_filter' => NULL,
  15168.                     'format' => NULL,
  15169.                     'animated' => false,
  15170.                     'cache' => NULL,
  15171.                     'data_loader' => NULL,
  15172.                     'default_image' => NULL,
  15173.                     'filters' => [
  15174.                         'thumbnail' => [
  15175.                             'size' => [
  15176.                                 => 600,
  15177.                                 => 600,
  15178.                             ],
  15179.                             'mode' => 'outbound',
  15180.                         ],
  15181.                     ],
  15182.                     'post_processors' => [
  15183.                     ],
  15184.                 ],
  15185.                 'front_autopromo2' => [
  15186.                     'quality' => 100,
  15187.                     'jpeg_quality' => 100,
  15188.                     'png_compression_level' => NULL,
  15189.                     'png_compression_filter' => NULL,
  15190.                     'format' => NULL,
  15191.                     'animated' => false,
  15192.                     'cache' => NULL,
  15193.                     'data_loader' => NULL,
  15194.                     'default_image' => NULL,
  15195.                     'filters' => [
  15196.                         'thumbnail' => [
  15197.                             'size' => [
  15198.                                 => 872,
  15199.                                 => 533,
  15200.                             ],
  15201.                             'mode' => 'outbound',
  15202.                         ],
  15203.                     ],
  15204.                     'post_processors' => [
  15205.                     ],
  15206.                 ],
  15207.                 'front_autopromo3' => [
  15208.                     'quality' => 100,
  15209.                     'jpeg_quality' => 80,
  15210.                     'png_compression_level' => NULL,
  15211.                     'png_compression_filter' => NULL,
  15212.                     'format' => NULL,
  15213.                     'animated' => false,
  15214.                     'cache' => NULL,
  15215.                     'data_loader' => NULL,
  15216.                     'default_image' => NULL,
  15217.                     'filters' => [
  15218.                         'thumbnail' => [
  15219.                             'size' => [
  15220.                                 => 700,
  15221.                                 => 700,
  15222.                             ],
  15223.                             'mode' => 'outbound',
  15224.                         ],
  15225.                     ],
  15226.                     'post_processors' => [
  15227.                     ],
  15228.                 ],
  15229.                 'front_actu_accueil' => [
  15230.                     'quality' => 100,
  15231.                     'jpeg_quality' => 100,
  15232.                     'png_compression_level' => NULL,
  15233.                     'png_compression_filter' => NULL,
  15234.                     'format' => NULL,
  15235.                     'animated' => false,
  15236.                     'cache' => NULL,
  15237.                     'data_loader' => NULL,
  15238.                     'default_image' => NULL,
  15239.                     'filters' => [
  15240.                         'thumbnail' => [
  15241.                             'size' => [
  15242.                                 => 510,
  15243.                                 => 510,
  15244.                             ],
  15245.                             'mode' => 'outbound',
  15246.                         ],
  15247.                     ],
  15248.                     'post_processors' => [
  15249.                     ],
  15250.                 ],
  15251.                 'front_fnd_cat_catalogue' => [
  15252.                     'quality' => 100,
  15253.                     'jpeg_quality' => 100,
  15254.                     'png_compression_level' => NULL,
  15255.                     'png_compression_filter' => NULL,
  15256.                     'format' => NULL,
  15257.                     'animated' => false,
  15258.                     'cache' => NULL,
  15259.                     'data_loader' => NULL,
  15260.                     'default_image' => NULL,
  15261.                     'filters' => [
  15262.                         'thumbnail' => [
  15263.                             'size' => [
  15264.                                 => 368,
  15265.                                 => 368,
  15266.                             ],
  15267.                             'mode' => 'outbound',
  15268.                         ],
  15269.                     ],
  15270.                     'post_processors' => [
  15271.                     ],
  15272.                 ],
  15273.                 'front_image_catalogue' => [
  15274.                     'quality' => 100,
  15275.                     'jpeg_quality' => 100,
  15276.                     'png_compression_level' => NULL,
  15277.                     'png_compression_filter' => NULL,
  15278.                     'format' => NULL,
  15279.                     'animated' => false,
  15280.                     'cache' => NULL,
  15281.                     'data_loader' => NULL,
  15282.                     'default_image' => NULL,
  15283.                     'filters' => [
  15284.                         'thumbnail' => [
  15285.                             'size' => [
  15286.                                 => 485,
  15287.                                 => 485,
  15288.                             ],
  15289.                             'mode' => 'outbound',
  15290.                         ],
  15291.                     ],
  15292.                     'post_processors' => [
  15293.                     ],
  15294.                 ],
  15295.                 'front_fancy' => [
  15296.                     'quality' => 100,
  15297.                     'jpeg_quality' => 100,
  15298.                     'png_compression_level' => NULL,
  15299.                     'png_compression_filter' => NULL,
  15300.                     'format' => NULL,
  15301.                     'animated' => false,
  15302.                     'cache' => NULL,
  15303.                     'data_loader' => NULL,
  15304.                     'default_image' => NULL,
  15305.                     'filters' => [
  15306.                         'thumbnail' => [
  15307.                             'size' => [
  15308.                                 => 1920,
  15309.                                 => 1080,
  15310.                             ],
  15311.                             'mode' => 'inset',
  15312.                         ],
  15313.                     ],
  15314.                     'post_processors' => [
  15315.                     ],
  15316.                 ],
  15317.                 'front_sejourner' => [
  15318.                     'quality' => 100,
  15319.                     'jpeg_quality' => 100,
  15320.                     'png_compression_level' => NULL,
  15321.                     'png_compression_filter' => NULL,
  15322.                     'format' => NULL,
  15323.                     'animated' => false,
  15324.                     'cache' => NULL,
  15325.                     'data_loader' => NULL,
  15326.                     'default_image' => NULL,
  15327.                     'filters' => [
  15328.                         'thumbnail' => [
  15329.                             'size' => [
  15330.                                 => 1150,
  15331.                                 => 500,
  15332.                             ],
  15333.                             'mode' => 'outbound',
  15334.                         ],
  15335.                     ],
  15336.                     'post_processors' => [
  15337.                     ],
  15338.                 ],
  15339.                 'front_sousMenu' => [
  15340.                     'quality' => 100,
  15341.                     'jpeg_quality' => 100,
  15342.                     'png_compression_level' => NULL,
  15343.                     'png_compression_filter' => NULL,
  15344.                     'format' => NULL,
  15345.                     'animated' => false,
  15346.                     'cache' => NULL,
  15347.                     'data_loader' => NULL,
  15348.                     'default_image' => NULL,
  15349.                     'filters' => [
  15350.                         'thumbnail' => [
  15351.                             'size' => [
  15352.                                 => 773,
  15353.                                 => 320,
  15354.                             ],
  15355.                             'mode' => 'outbound',
  15356.                         ],
  15357.                     ],
  15358.                     'post_processors' => [
  15359.                     ],
  15360.                 ],
  15361.                 'front_blocTexteImage' => [
  15362.                     'quality' => 100,
  15363.                     'jpeg_quality' => 100,
  15364.                     'png_compression_level' => NULL,
  15365.                     'png_compression_filter' => NULL,
  15366.                     'format' => NULL,
  15367.                     'animated' => false,
  15368.                     'cache' => NULL,
  15369.                     'data_loader' => NULL,
  15370.                     'default_image' => NULL,
  15371.                     'filters' => [
  15372.                         'thumbnail' => [
  15373.                             'size' => [
  15374.                                 => 1220,
  15375.                                 => 960,
  15376.                             ],
  15377.                             'mode' => 'outbound',
  15378.                         ],
  15379.                     ],
  15380.                     'post_processors' => [
  15381.                     ],
  15382.                 ],
  15383.                 'front_blocTexteImage1920' => [
  15384.                     'quality' => 100,
  15385.                     'jpeg_quality' => 100,
  15386.                     'png_compression_level' => NULL,
  15387.                     'png_compression_filter' => NULL,
  15388.                     'format' => NULL,
  15389.                     'animated' => false,
  15390.                     'cache' => NULL,
  15391.                     'data_loader' => NULL,
  15392.                     'default_image' => NULL,
  15393.                     'filters' => [
  15394.                         'thumbnail' => [
  15395.                             'size' => [
  15396.                                 => 1920,
  15397.                                 => 1200,
  15398.                             ],
  15399.                             'mode' => 'outbound',
  15400.                         ],
  15401.                     ],
  15402.                     'post_processors' => [
  15403.                     ],
  15404.                 ],
  15405.                 'front_blocTexteImageInset' => [
  15406.                     'quality' => 100,
  15407.                     'jpeg_quality' => 100,
  15408.                     'png_compression_level' => NULL,
  15409.                     'png_compression_filter' => NULL,
  15410.                     'format' => NULL,
  15411.                     'animated' => false,
  15412.                     'cache' => NULL,
  15413.                     'data_loader' => NULL,
  15414.                     'default_image' => NULL,
  15415.                     'filters' => [
  15416.                         'thumbnail' => [
  15417.                             'size' => [
  15418.                                 => 1220,
  15419.                                 => 960,
  15420.                             ],
  15421.                             'mode' => 'inset',
  15422.                         ],
  15423.                     ],
  15424.                     'post_processors' => [
  15425.                     ],
  15426.                 ],
  15427.                 'front_blocTexteImageRondeInset' => [
  15428.                     'quality' => 100,
  15429.                     'jpeg_quality' => 100,
  15430.                     'png_compression_level' => NULL,
  15431.                     'png_compression_filter' => NULL,
  15432.                     'format' => NULL,
  15433.                     'animated' => false,
  15434.                     'cache' => NULL,
  15435.                     'data_loader' => NULL,
  15436.                     'default_image' => NULL,
  15437.                     'filters' => [
  15438.                         'thumbnail' => [
  15439.                             'size' => [
  15440.                                 => 800,
  15441.                                 => 800,
  15442.                             ],
  15443.                             'mode' => 'outbound',
  15444.                         ],
  15445.                     ],
  15446.                     'post_processors' => [
  15447.                     ],
  15448.                 ],
  15449.                 'front_blocTexteImageMasked' => [
  15450.                     'quality' => 100,
  15451.                     'jpeg_quality' => 100,
  15452.                     'png_compression_level' => NULL,
  15453.                     'png_compression_filter' => NULL,
  15454.                     'format' => NULL,
  15455.                     'animated' => false,
  15456.                     'cache' => NULL,
  15457.                     'data_loader' => NULL,
  15458.                     'default_image' => NULL,
  15459.                     'filters' => [
  15460.                         'thumbnail' => [
  15461.                             'size' => [
  15462.                                 => 100,
  15463.                                 => 100,
  15464.                             ],
  15465.                             'mode' => 'outbound',
  15466.                         ],
  15467.                     ],
  15468.                     'post_processors' => [
  15469.                     ],
  15470.                 ],
  15471.                 'front_blocImage' => [
  15472.                     'quality' => 100,
  15473.                     'jpeg_quality' => 100,
  15474.                     'png_compression_level' => NULL,
  15475.                     'png_compression_filter' => NULL,
  15476.                     'format' => NULL,
  15477.                     'animated' => false,
  15478.                     'cache' => NULL,
  15479.                     'data_loader' => NULL,
  15480.                     'default_image' => NULL,
  15481.                     'filters' => [
  15482.                         'thumbnail' => [
  15483.                             'size' => [
  15484.                                 => 1920,
  15485.                                 => 1080,
  15486.                             ],
  15487.                             'mode' => 'outbound',
  15488.                         ],
  15489.                     ],
  15490.                     'post_processors' => [
  15491.                     ],
  15492.                 ],
  15493.                 'front_blocImage250' => [
  15494.                     'quality' => 100,
  15495.                     'jpeg_quality' => 100,
  15496.                     'png_compression_level' => NULL,
  15497.                     'png_compression_filter' => NULL,
  15498.                     'format' => NULL,
  15499.                     'animated' => false,
  15500.                     'cache' => NULL,
  15501.                     'data_loader' => NULL,
  15502.                     'default_image' => NULL,
  15503.                     'filters' => [
  15504.                         'thumbnail' => [
  15505.                             'size' => [
  15506.                                 => 250,
  15507.                                 => 1080,
  15508.                             ],
  15509.                             'mode' => 'outbound',
  15510.                         ],
  15511.                     ],
  15512.                     'post_processors' => [
  15513.                     ],
  15514.                 ],
  15515.                 'front_blocImage465' => [
  15516.                     'quality' => 100,
  15517.                     'jpeg_quality' => 100,
  15518.                     'png_compression_level' => NULL,
  15519.                     'png_compression_filter' => NULL,
  15520.                     'format' => NULL,
  15521.                     'animated' => false,
  15522.                     'cache' => NULL,
  15523.                     'data_loader' => NULL,
  15524.                     'default_image' => NULL,
  15525.                     'filters' => [
  15526.                         'thumbnail' => [
  15527.                             'size' => [
  15528.                                 => 465,
  15529.                                 => 1080,
  15530.                             ],
  15531.                             'mode' => 'outbound',
  15532.                         ],
  15533.                     ],
  15534.                     'post_processors' => [
  15535.                     ],
  15536.                 ],
  15537.                 'front_blocImage1200' => [
  15538.                     'quality' => 100,
  15539.                     'jpeg_quality' => 100,
  15540.                     'png_compression_level' => NULL,
  15541.                     'png_compression_filter' => NULL,
  15542.                     'format' => NULL,
  15543.                     'animated' => false,
  15544.                     'cache' => NULL,
  15545.                     'data_loader' => NULL,
  15546.                     'default_image' => NULL,
  15547.                     'filters' => [
  15548.                         'thumbnail' => [
  15549.                             'size' => [
  15550.                                 => 1200,
  15551.                                 => 1080,
  15552.                             ],
  15553.                             'mode' => 'outbound',
  15554.                         ],
  15555.                     ],
  15556.                     'post_processors' => [
  15557.                     ],
  15558.                 ],
  15559.                 'front_blocImage_0' => [
  15560.                     'quality' => 100,
  15561.                     'jpeg_quality' => 100,
  15562.                     'png_compression_level' => NULL,
  15563.                     'png_compression_filter' => NULL,
  15564.                     'format' => NULL,
  15565.                     'animated' => false,
  15566.                     'cache' => NULL,
  15567.                     'data_loader' => NULL,
  15568.                     'default_image' => NULL,
  15569.                     'filters' => [
  15570.                         'thumbnail' => [
  15571.                             'size' => [
  15572.                                 => 1920,
  15573.                                 => 1080,
  15574.                             ],
  15575.                             'mode' => 'inset',
  15576.                         ],
  15577.                     ],
  15578.                     'post_processors' => [
  15579.                     ],
  15580.                 ],
  15581.                 'front_blocImage250_0' => [
  15582.                     'quality' => 100,
  15583.                     'jpeg_quality' => 100,
  15584.                     'png_compression_level' => NULL,
  15585.                     'png_compression_filter' => NULL,
  15586.                     'format' => NULL,
  15587.                     'animated' => false,
  15588.                     'cache' => NULL,
  15589.                     'data_loader' => NULL,
  15590.                     'default_image' => NULL,
  15591.                     'filters' => [
  15592.                         'thumbnail' => [
  15593.                             'size' => [
  15594.                                 => 250,
  15595.                                 => 1080,
  15596.                             ],
  15597.                             'mode' => 'inset',
  15598.                         ],
  15599.                     ],
  15600.                     'post_processors' => [
  15601.                     ],
  15602.                 ],
  15603.                 'front_blocImage465_0' => [
  15604.                     'quality' => 100,
  15605.                     'jpeg_quality' => 100,
  15606.                     'png_compression_level' => NULL,
  15607.                     'png_compression_filter' => NULL,
  15608.                     'format' => NULL,
  15609.                     'animated' => false,
  15610.                     'cache' => NULL,
  15611.                     'data_loader' => NULL,
  15612.                     'default_image' => NULL,
  15613.                     'filters' => [
  15614.                         'thumbnail' => [
  15615.                             'size' => [
  15616.                                 => 465,
  15617.                                 => 1080,
  15618.                             ],
  15619.                             'mode' => 'inset',
  15620.                         ],
  15621.                     ],
  15622.                     'post_processors' => [
  15623.                     ],
  15624.                 ],
  15625.                 'front_blocImage1200_0' => [
  15626.                     'quality' => 100,
  15627.                     'jpeg_quality' => 100,
  15628.                     'png_compression_level' => NULL,
  15629.                     'png_compression_filter' => NULL,
  15630.                     'format' => NULL,
  15631.                     'animated' => false,
  15632.                     'cache' => NULL,
  15633.                     'data_loader' => NULL,
  15634.                     'default_image' => NULL,
  15635.                     'filters' => [
  15636.                         'thumbnail' => [
  15637.                             'size' => [
  15638.                                 => 1200,
  15639.                                 => 1080,
  15640.                             ],
  15641.                             'mode' => 'inset',
  15642.                         ],
  15643.                     ],
  15644.                     'post_processors' => [
  15645.                     ],
  15646.                 ],
  15647.                 'front_blocGalerie0' => [
  15648.                     'quality' => 100,
  15649.                     'jpeg_quality' => 100,
  15650.                     'png_compression_level' => NULL,
  15651.                     'png_compression_filter' => NULL,
  15652.                     'format' => NULL,
  15653.                     'animated' => false,
  15654.                     'cache' => NULL,
  15655.                     'data_loader' => NULL,
  15656.                     'default_image' => NULL,
  15657.                     'filters' => [
  15658.                         'thumbnail' => [
  15659.                             'size' => [
  15660.                                 => 250,
  15661.                                 => 250,
  15662.                             ],
  15663.                             'mode' => 'outbound',
  15664.                         ],
  15665.                     ],
  15666.                     'post_processors' => [
  15667.                     ],
  15668.                 ],
  15669.                 'front_blocGalerie1' => [
  15670.                     'quality' => 100,
  15671.                     'jpeg_quality' => 100,
  15672.                     'png_compression_level' => NULL,
  15673.                     'png_compression_filter' => NULL,
  15674.                     'format' => NULL,
  15675.                     'animated' => false,
  15676.                     'cache' => NULL,
  15677.                     'data_loader' => NULL,
  15678.                     'default_image' => NULL,
  15679.                     'filters' => [
  15680.                         'thumbnail' => [
  15681.                             'size' => [
  15682.                                 => 650,
  15683.                                 => 650,
  15684.                             ],
  15685.                             'mode' => 'outbound',
  15686.                         ],
  15687.                     ],
  15688.                     'post_processors' => [
  15689.                     ],
  15690.                 ],
  15691.                 'front_blocGalerie2' => [
  15692.                     'quality' => 100,
  15693.                     'jpeg_quality' => 100,
  15694.                     'png_compression_level' => NULL,
  15695.                     'png_compression_filter' => NULL,
  15696.                     'format' => NULL,
  15697.                     'animated' => false,
  15698.                     'cache' => NULL,
  15699.                     'data_loader' => NULL,
  15700.                     'default_image' => NULL,
  15701.                     'filters' => [
  15702.                         'thumbnail' => [
  15703.                             'size' => [
  15704.                                 => 250,
  15705.                                 => 250,
  15706.                             ],
  15707.                             'mode' => 'outbound',
  15708.                         ],
  15709.                     ],
  15710.                     'post_processors' => [
  15711.                     ],
  15712.                 ],
  15713.                 'front_blocGalerie3' => [
  15714.                     'quality' => 100,
  15715.                     'jpeg_quality' => 100,
  15716.                     'png_compression_level' => NULL,
  15717.                     'png_compression_filter' => NULL,
  15718.                     'format' => NULL,
  15719.                     'animated' => false,
  15720.                     'cache' => NULL,
  15721.                     'data_loader' => NULL,
  15722.                     'default_image' => NULL,
  15723.                     'filters' => [
  15724.                         'thumbnail' => [
  15725.                             'size' => [
  15726.                                 => 250,
  15727.                                 => 250,
  15728.                             ],
  15729.                             'mode' => 'inset',
  15730.                         ],
  15731.                     ],
  15732.                     'post_processors' => [
  15733.                     ],
  15734.                 ],
  15735.                 'front_blocGalerie4' => [
  15736.                     'quality' => 100,
  15737.                     'jpeg_quality' => 100,
  15738.                     'png_compression_level' => NULL,
  15739.                     'png_compression_filter' => NULL,
  15740.                     'format' => NULL,
  15741.                     'animated' => false,
  15742.                     'cache' => NULL,
  15743.                     'data_loader' => NULL,
  15744.                     'default_image' => NULL,
  15745.                     'filters' => [
  15746.                         'thumbnail' => [
  15747.                             'size' => [
  15748.                                 => 1920,
  15749.                                 => 1080,
  15750.                             ],
  15751.                             'mode' => 'outbound',
  15752.                         ],
  15753.                     ],
  15754.                     'post_processors' => [
  15755.                     ],
  15756.                 ],
  15757.                 'front_blocGalerie5' => [
  15758.                     'quality' => 100,
  15759.                     'jpeg_quality' => 100,
  15760.                     'png_compression_level' => NULL,
  15761.                     'png_compression_filter' => NULL,
  15762.                     'format' => NULL,
  15763.                     'animated' => false,
  15764.                     'cache' => NULL,
  15765.                     'data_loader' => NULL,
  15766.                     'default_image' => NULL,
  15767.                     'filters' => [
  15768.                         'thumbnail' => [
  15769.                             'size' => [
  15770.                                 => 1920,
  15771.                                 => 1080,
  15772.                             ],
  15773.                             'mode' => 'outbound',
  15774.                         ],
  15775.                     ],
  15776.                     'post_processors' => [
  15777.                     ],
  15778.                 ],
  15779.                 'front_blocImageCata' => [
  15780.                     'quality' => 100,
  15781.                     'jpeg_quality' => 100,
  15782.                     'png_compression_level' => NULL,
  15783.                     'png_compression_filter' => NULL,
  15784.                     'format' => NULL,
  15785.                     'animated' => false,
  15786.                     'cache' => NULL,
  15787.                     'data_loader' => NULL,
  15788.                     'default_image' => NULL,
  15789.                     'filters' => [
  15790.                         'thumbnail' => [
  15791.                             'size' => [
  15792.                                 => 800,
  15793.                                 => 533,
  15794.                             ],
  15795.                             'mode' => 'outbound',
  15796.                         ],
  15797.                     ],
  15798.                     'post_processors' => [
  15799.                     ],
  15800.                 ],
  15801.                 'front_blocImageCata250' => [
  15802.                     'quality' => 100,
  15803.                     'jpeg_quality' => 100,
  15804.                     'png_compression_level' => NULL,
  15805.                     'png_compression_filter' => NULL,
  15806.                     'format' => NULL,
  15807.                     'animated' => false,
  15808.                     'cache' => NULL,
  15809.                     'data_loader' => NULL,
  15810.                     'default_image' => NULL,
  15811.                     'filters' => [
  15812.                         'thumbnail' => [
  15813.                             'size' => [
  15814.                                 => 250,
  15815.                                 => 167,
  15816.                             ],
  15817.                             'mode' => 'outbound',
  15818.                         ],
  15819.                     ],
  15820.                     'post_processors' => [
  15821.                     ],
  15822.                 ],
  15823.                 'front_blocImageCata465' => [
  15824.                     'quality' => 100,
  15825.                     'jpeg_quality' => 100,
  15826.                     'png_compression_level' => NULL,
  15827.                     'png_compression_filter' => NULL,
  15828.                     'format' => NULL,
  15829.                     'animated' => false,
  15830.                     'cache' => NULL,
  15831.                     'data_loader' => NULL,
  15832.                     'default_image' => NULL,
  15833.                     'filters' => [
  15834.                         'thumbnail' => [
  15835.                             'size' => [
  15836.                                 => 465,
  15837.                                 => 310,
  15838.                             ],
  15839.                             'mode' => 'outbound',
  15840.                         ],
  15841.                     ],
  15842.                     'post_processors' => [
  15843.                     ],
  15844.                 ],
  15845.                 'front_blocImageCata1200' => [
  15846.                     'quality' => 100,
  15847.                     'jpeg_quality' => 100,
  15848.                     'png_compression_level' => NULL,
  15849.                     'png_compression_filter' => NULL,
  15850.                     'format' => NULL,
  15851.                     'animated' => false,
  15852.                     'cache' => NULL,
  15853.                     'data_loader' => NULL,
  15854.                     'default_image' => NULL,
  15855.                     'filters' => [
  15856.                         'thumbnail' => [
  15857.                             'size' => [
  15858.                                 => 800,
  15859.                                 => 533,
  15860.                             ],
  15861.                             'mode' => 'outbound',
  15862.                         ],
  15863.                     ],
  15864.                     'post_processors' => [
  15865.                     ],
  15866.                 ],
  15867.                 'front_blocImageCata1200-2' => [
  15868.                     'quality' => 100,
  15869.                     'jpeg_quality' => 100,
  15870.                     'png_compression_level' => NULL,
  15871.                     'png_compression_filter' => NULL,
  15872.                     'format' => NULL,
  15873.                     'animated' => false,
  15874.                     'cache' => NULL,
  15875.                     'data_loader' => NULL,
  15876.                     'default_image' => NULL,
  15877.                     'filters' => [
  15878.                         'thumbnail' => [
  15879.                             'size' => [
  15880.                                 => 1200,
  15881.                                 => 800,
  15882.                             ],
  15883.                             'mode' => 'outbound',
  15884.                         ],
  15885.                     ],
  15886.                     'post_processors' => [
  15887.                     ],
  15888.                 ],
  15889.                 'front_basket' => [
  15890.                     'quality' => 100,
  15891.                     'jpeg_quality' => 100,
  15892.                     'png_compression_level' => NULL,
  15893.                     'png_compression_filter' => NULL,
  15894.                     'format' => NULL,
  15895.                     'animated' => false,
  15896.                     'cache' => NULL,
  15897.                     'data_loader' => NULL,
  15898.                     'default_image' => NULL,
  15899.                     'filters' => [
  15900.                         'thumbnail' => [
  15901.                             'size' => [
  15902.                                 => 150,
  15903.                                 => 150,
  15904.                             ],
  15905.                             'mode' => 'outbound',
  15906.                         ],
  15907.                     ],
  15908.                     'post_processors' => [
  15909.                     ],
  15910.                 ],
  15911.                 'front_fiche_ecommerce' => [
  15912.                     'quality' => 100,
  15913.                     'jpeg_quality' => 100,
  15914.                     'png_compression_level' => NULL,
  15915.                     'png_compression_filter' => NULL,
  15916.                     'format' => NULL,
  15917.                     'animated' => false,
  15918.                     'cache' => NULL,
  15919.                     'data_loader' => NULL,
  15920.                     'default_image' => NULL,
  15921.                     'filters' => [
  15922.                         'thumbnail' => [
  15923.                             'size' => [
  15924.                                 => 500,
  15925.                                 => 500,
  15926.                             ],
  15927.                             'mode' => 'outbound',
  15928.                         ],
  15929.                     ],
  15930.                     'post_processors' => [
  15931.                     ],
  15932.                 ],
  15933.                 'front_product_label' => [
  15934.                     'quality' => 100,
  15935.                     'jpeg_quality' => 100,
  15936.                     'png_compression_level' => NULL,
  15937.                     'png_compression_filter' => NULL,
  15938.                     'format' => NULL,
  15939.                     'animated' => false,
  15940.                     'cache' => NULL,
  15941.                     'data_loader' => NULL,
  15942.                     'default_image' => NULL,
  15943.                     'filters' => [
  15944.                         'thumbnail' => [
  15945.                             'size' => [
  15946.                                 => 64,
  15947.                                 => 64,
  15948.                             ],
  15949.                             'mode' => 'outbound',
  15950.                         ],
  15951.                     ],
  15952.                     'post_processors' => [
  15953.                     ],
  15954.                 ],
  15955.                 'front_product' => [
  15956.                     'quality' => 100,
  15957.                     'jpeg_quality' => 100,
  15958.                     'png_compression_level' => NULL,
  15959.                     'png_compression_filter' => NULL,
  15960.                     'format' => NULL,
  15961.                     'animated' => false,
  15962.                     'cache' => NULL,
  15963.                     'data_loader' => NULL,
  15964.                     'default_image' => NULL,
  15965.                     'filters' => [
  15966.                         'thumbnail' => [
  15967.                             'size' => [
  15968.                                 => 500,
  15969.                                 => 330,
  15970.                             ],
  15971.                             'mode' => 'outbound',
  15972.                         ],
  15973.                     ],
  15974.                     'post_processors' => [
  15975.                     ],
  15976.                 ],
  15977.                 'front_product2' => [
  15978.                     'quality' => 100,
  15979.                     'jpeg_quality' => 100,
  15980.                     'png_compression_level' => NULL,
  15981.                     'png_compression_filter' => NULL,
  15982.                     'format' => NULL,
  15983.                     'animated' => false,
  15984.                     'cache' => NULL,
  15985.                     'data_loader' => NULL,
  15986.                     'default_image' => NULL,
  15987.                     'filters' => [
  15988.                         'thumbnail' => [
  15989.                             'size' => [
  15990.                                 => 500,
  15991.                                 => 330,
  15992.                             ],
  15993.                             'position' => 'center',
  15994.                             'mode' => 'inset',
  15995.                         ],
  15996.                     ],
  15997.                     'post_processors' => [
  15998.                     ],
  15999.                 ],
  16000.                 'front_product3' => [
  16001.                     'quality' => 100,
  16002.                     'jpeg_quality' => 100,
  16003.                     'png_compression_level' => NULL,
  16004.                     'png_compression_filter' => NULL,
  16005.                     'format' => NULL,
  16006.                     'animated' => false,
  16007.                     'cache' => NULL,
  16008.                     'data_loader' => NULL,
  16009.                     'default_image' => NULL,
  16010.                     'filters' => [
  16011.                         'fixed' => [
  16012.                             'width' => 350,
  16013.                             'height' => 350,
  16014.                         ],
  16015.                     ],
  16016.                     'post_processors' => [
  16017.                     ],
  16018.                 ],
  16019.             ],
  16020.             'liip_imagine.binary.loader.default' => 'default',
  16021.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  16022.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  16023.             'liip_imagine.webp.generate' => false,
  16024.             'liip_imagine.webp.options' => [
  16025.                 'quality' => 100,
  16026.                 'cache' => NULL,
  16027.                 'data_loader' => NULL,
  16028.                 'post_processors' => [
  16029.                 ],
  16030.             ],
  16031.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  16032.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  16033.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  16034.             'knp_paginator.page_range' => 5,
  16035.             'knp_paginator.page_limit' => NULL,
  16036.             'upload_directory_2' => (\dirname(__DIR__4).'/../bain-rocher/public/medias_front'),
  16037.             'upload_autopromo_2' => (\dirname(__DIR__4).'/../bain-rocher/public/medias_front/autopromo'),
  16038.             'upload_actualite_2' => (\dirname(__DIR__4).'/../bain-rocher/public/medias_front/actualite'),
  16039.             'upload_agenda_2' => (\dirname(__DIR__4).'/../bain-rocher/public/medias_front/agenda'),
  16040.             'upload_products_2' => (\dirname(__DIR__4).'/../bain-rocher/public/medias_front/products'),
  16041.             'upload_labels_2' => (\dirname(__DIR__4).'/../bain-rocher/public/medias_front/products/labels'),
  16042.             'upload_carriers_2' => (\dirname(__DIR__4).'/../bain-rocher/public/medias_front/carriers'),
  16043.             'upload_pages_medias_2' => (\dirname(__DIR__4).'/../bain-rocher/public/medias_front/pages'),
  16044.             'upload_catalogue_medias_2' => (\dirname(__DIR__4).'/../bain-rocher/public/medias_front/catalog'),
  16045.             'upload_cure_medias_2' => (\dirname(__DIR__4).'/../bain-rocher/public/medias_front/cure'),
  16046.             'upload_document_medias_2' => (\dirname(__DIR__4).'/../bain-rocher/public/medias_front/documents'),
  16047.             'upload_catalogue_files_2' => (\dirname(__DIR__4).'/../bain-rocher/public/medias_front/catalogue/files'),
  16048.             'upload_address_book_media_2' => (\dirname(__DIR__4).'/../bain-rocher/public/medias_front/address_book'),
  16049.             'upload_tchat_2' => (\dirname(__DIR__4).'/../bain-rocher/public/medias_front/tchat'),
  16050.             'upload_mail_media_2' => (\dirname(__DIR__4).'/../bain-rocher/public/medias_front/mail'),
  16051.             'site_media_2' => (\dirname(__DIR__4).'/../bain-rocher/public/medias_front/address_book'),
  16052.             'upload_directory_1' => (\dirname(__DIR__4).'/public/medias_front'),
  16053.             'upload_autopromo_1' => (\dirname(__DIR__4).'/public/medias_front/autopromo'),
  16054.             'upload_actualite_1' => (\dirname(__DIR__4).'/public/medias_front/actualite'),
  16055.             'upload_agenda_1' => (\dirname(__DIR__4).'/public/medias_front/agenda'),
  16056.             'upload_products_1' => (\dirname(__DIR__4).'/public/medias_front/products'),
  16057.             'upload_labels_1' => (\dirname(__DIR__4).'/public/medias_front/products/labels'),
  16058.             'upload_carriers_1' => (\dirname(__DIR__4).'/public/medias_front/carriers'),
  16059.             'upload_pages_medias_1' => (\dirname(__DIR__4).'/public/medias_front/pages'),
  16060.             'upload_catalogue_medias_1' => (\dirname(__DIR__4).'/public/medias_front/catalog'),
  16061.             'upload_document_medias_1' => (\dirname(__DIR__4).'/public/medias_front/documents'),
  16062.             'upload_catalogue_files_1' => (\dirname(__DIR__4).'/public/medias_front/catalogue/files'),
  16063.             'upload_address_book_media_1' => (\dirname(__DIR__4).'/public/medias_front/address_book'),
  16064.             'upload_tchat_1' => (\dirname(__DIR__4).'/public/medias_front/tchat'),
  16065.             'upload_mail_media_1' => (\dirname(__DIR__4).'/public/medias_front/mail'),
  16066.             'site_media_1' => (\dirname(__DIR__4).'/public/medias_front/address_book'),
  16067.             'maker.compatible_check.doctrine.supports_attributes' => true,
  16068.             'data_collector.templates' => [
  16069.                 'data_collector.request' => [
  16070.                     => 'request',
  16071.                     => '@WebProfiler/Collector/request.html.twig',
  16072.                 ],
  16073.                 'data_collector.time' => [
  16074.                     => 'time',
  16075.                     => '@WebProfiler/Collector/time.html.twig',
  16076.                 ],
  16077.                 'data_collector.memory' => [
  16078.                     => 'memory',
  16079.                     => '@WebProfiler/Collector/memory.html.twig',
  16080.                 ],
  16081.                 'data_collector.validator' => [
  16082.                     => 'validator',
  16083.                     => '@WebProfiler/Collector/validator.html.twig',
  16084.                 ],
  16085.                 'data_collector.ajax' => [
  16086.                     => 'ajax',
  16087.                     => '@WebProfiler/Collector/ajax.html.twig',
  16088.                 ],
  16089.                 'data_collector.form' => [
  16090.                     => 'form',
  16091.                     => '@WebProfiler/Collector/form.html.twig',
  16092.                 ],
  16093.                 'data_collector.exception' => [
  16094.                     => 'exception',
  16095.                     => '@WebProfiler/Collector/exception.html.twig',
  16096.                 ],
  16097.                 'data_collector.logger' => [
  16098.                     => 'logger',
  16099.                     => '@WebProfiler/Collector/logger.html.twig',
  16100.                 ],
  16101.                 'data_collector.events' => [
  16102.                     => 'events',
  16103.                     => '@WebProfiler/Collector/events.html.twig',
  16104.                 ],
  16105.                 'data_collector.router' => [
  16106.                     => 'router',
  16107.                     => '@WebProfiler/Collector/router.html.twig',
  16108.                 ],
  16109.                 'data_collector.cache' => [
  16110.                     => 'cache',
  16111.                     => '@WebProfiler/Collector/cache.html.twig',
  16112.                 ],
  16113.                 'data_collector.translation' => [
  16114.                     => 'translation',
  16115.                     => '@WebProfiler/Collector/translation.html.twig',
  16116.                 ],
  16117.                 'data_collector.security' => [
  16118.                     => 'security',
  16119.                     => '@Security/Collector/security.html.twig',
  16120.                 ],
  16121.                 'data_collector.twig' => [
  16122.                     => 'twig',
  16123.                     => '@WebProfiler/Collector/twig.html.twig',
  16124.                 ],
  16125.                 'data_collector.http_client' => [
  16126.                     => 'http_client',
  16127.                     => '@WebProfiler/Collector/http_client.html.twig',
  16128.                 ],
  16129.                 'data_collector.doctrine' => [
  16130.                     => 'db',
  16131.                     => '@Doctrine/Collector/db.html.twig',
  16132.                 ],
  16133.                 'data_collector.dump' => [
  16134.                     => 'dump',
  16135.                     => '@Debug/Profiler/dump.html.twig',
  16136.                 ],
  16137.                 'mailer.data_collector' => [
  16138.                     => 'mailer',
  16139.                     => '@WebProfiler/Collector/mailer.html.twig',
  16140.                 ],
  16141.                 'notifier.data_collector' => [
  16142.                     => 'notifier',
  16143.                     => '@WebProfiler/Collector/notifier.html.twig',
  16144.                 ],
  16145.                 'data_collector.config' => [
  16146.                     => 'config',
  16147.                     => '@WebProfiler/Collector/config.html.twig',
  16148.                 ],
  16149.             ],
  16150.             'console.command.ids' => [
  16151.             ],
  16152.         ];
  16153.     }
  16154.     protected function throw($message)
  16155.     {
  16156.         throw new RuntimeException($message);
  16157.     }
  16158. }