<?php
namespace ContainerUu2tgRI;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class Acme_SudcmsBundle_KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.session' => 'get_Container_Private_SessionService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController' => 'getAdminAddressBookControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController' => 'getAdminAgendaControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController' => 'getAdminAutopromoControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController' => 'getAdminBlockControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController' => 'getAdminCalendarControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController' => 'getAdminCatalogControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController' => 'getAdminCureControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController' => 'getAdminCustomersControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController' => 'getAdminDocumentControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController' => 'getAdminFlashInfosControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController' => 'getAdminFormControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController' => 'getAdminGestionEcommerceControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminLogsController' => 'getAdminLogsControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController' => 'getAdminNewsControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController' => 'getAdminNewsletterControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController' => 'getAdminOrdersControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController' => 'getAdminPagesControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController' => 'getAdminProductsControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSearchController' => 'getAdminSearchControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController' => 'getAdminSiteControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSupportController' => 'getAdminSupportControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController' => 'getAdminTchatControllerService',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController' => 'getAdminUserControllerService',
'Acme\\SudcmsBundle\\Controller\\Front\\CheckIpController' => 'getCheckIpControllerService',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController' => 'getFrontAddressBookControllerService',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController' => 'getFrontAgendaControllerService',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController' => 'getFrontBasketControllerService',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController' => 'getFrontCatalogControllerService',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController' => 'getFrontCureControllerService',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController' => 'getFrontCustomerAccountControllerService',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController' => 'getFrontDocumentControllerService',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController' => 'getFrontHomeControllerService',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController' => 'getFrontNewsControllerService',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontPageController' => 'getFrontPageControllerService',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController' => 'getFrontPayzenControllerService',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontReseauxController' => 'getFrontReseauxControllerService',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController' => 'getFrontShoppingControllerService',
'Acme\\SudcmsBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
'Acme\\SudcmsBundle\\Controller\\SecurityFrontController' => 'getSecurityFrontControllerService',
'Acme\\SudcmsBundle\\Controller\\SitemapController' => 'getSitemapControllerService',
'Acme\\SudcmsBundle\\Controller\\TacheCronController' => 'getTacheCronControllerService',
'Acme\\SudcmsBundle\\Service\\BlocService' => 'getBlocServiceService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'cache.app' => 'getCache_AppService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system' => 'getCache_SystemService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'cache_warmer' => 'getCacheWarmerService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'error_controller' => 'getErrorControllerService',
'event_dispatcher' => 'getEventDispatcherService',
'http_kernel' => 'getHttpKernelService',
'knp_paginator' => 'getKnpPaginatorService',
'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'twig' => 'getTwigService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->aliases = [
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
include_once \dirname(__DIR__, 4).'/src/DBAL/MultiDbConnectionWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/BaseListener.php';
include_once \dirname(__DIR__, 4).'/src/Service/NewsletterService.php';
include_once \dirname(__DIR__, 4).'/src/Service/WheatherService.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/LocaleSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/AuthUserRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ContactHistoriqueRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/EcoDiscountOrdersRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/EcoDiscountRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/EcoProductsReferencesRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/EcoShippingfeesRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ModuleRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/NewsletterRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SiteCoordonneesRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SiteGoogleTagManagerRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SiteLangRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SiteRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SiteReseauxRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TchatRepository.php';
include_once \dirname(__DIR__, 4).'/src/Service/CommonLogsService.php';
include_once \dirname(__DIR__, 4).'/src/Service/ApiLogsService.php';
include_once \dirname(__DIR__, 4).'/src/Service/ApiService.php';
include_once \dirname(__DIR__, 4).'/src/Service/Ecommerce/BasketService.php';
include_once \dirname(__DIR__, 4).'/src/Service/Ecommerce/DiscountService.php';
include_once \dirname(__DIR__, 4).'/src/Service/Ecommerce/ShippingFeesService.php';
include_once \dirname(__DIR__, 4).'/src/Service/MailerService.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
include_once \dirname(__DIR__, 4).'/src/Service/OtideaUtils.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/string-extra/StringExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
include_once \dirname(__DIR__, 4).'/src/Twig/AppExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ExternalLinkFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
include_once __DIR__.'/proxy-classes.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
protected function createProxy($class, \Closure $factory)
{
return $factory();
}
/**
* Gets the public '.container.private.cache_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
*/
protected function get_Container_Private_CacheClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
}, 1));
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public '.container.private.form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function get_Container_Private_Form_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
}
/**
* Gets the public '.container.private.form.type.file' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FileType
*/
protected function get_Container_Private_Form_Type_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$f->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Acme_SudcmsBundle_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$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));
$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())));
$instance->add($e);
$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([])))));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$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()))));
$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()))));
$instance->add($f);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['.container.private.security.authorization_checker'])) {
return $this->services['.container.private.security.authorization_checker'];
}
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()), $a, false, false, false);
}
/**
* Gets the public '.container.private.security.csrf.token_manager' shared service.
*
* @return \Symfony\Component\Security\Csrf\CsrfTokenManager
*/
protected function get_Container_Private_Security_Csrf_TokenManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
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())));
}
/**
* Gets the public '.container.private.security.password_encoder' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
*
* @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
*/
protected function get_Container_Private_Security_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
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()));
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
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, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.serializer' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function get_Container_Private_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
$a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
$c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
$d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 2 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 3 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 4 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), 5 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b, $c, $d, $e, NULL)), 6 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 7 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 8 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 9 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 10 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 11 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b, $c, $a, $d, $e, NULL)], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
}
/**
* Gets the public '.container.private.session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function get_Container_Private_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
$a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
if (isset($this->services['.container.private.session'])) {
return $this->services['.container.private.session'];
}
return $this->services['.container.private.session'] = $a->createSession();
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$a->addPath((\dirname(__DIR__, 4).'/../main-app/templates'), 'main-app');
$a->addPath((\dirname(__DIR__, 4).'/../cieleo/templates'), 'cieleo');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/templates'), 'AcmeSudcms');
$a->addPath((\dirname(__DIR__, 4).'/templates'), '!AcmeSudcms');
$a->addPath((\dirname(__DIR__, 4).'/templates'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['cache' => false, 'autoescape' => 'name', 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$e = ($this->services['router'] ?? $this->getRouterService());
$f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$h->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $d]);
$i = new \Symfony\Bridge\Twig\AppVariable();
$i->setEnvironment('dev');
$i->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$i->setTokenStorage($g);
}
if ($this->has('request_stack')) {
$i->setRequestStack($f);
}
$j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
$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 () {
yield 'local' => ($this->privates['assets._package_local'] ?? $this->getAssets_PackageLocalService());
yield 'main-app' => ($this->privates['assets._package_main-app'] ?? $this->getAssets_PackageMainappService());
yield 'cieleo' => ($this->privates['assets._package_cieleo'] ?? $this->getAssets_PackageCieleoService());
}, 3))));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
$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())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$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)));
$instance->addExtension(new \Twig\Extensions\DateExtension());
$instance->addExtension(new \Twig\Extensions\IntlExtension());
$instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
$instance->addExtension(new \Twig\Extra\String\StringExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
$instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e, $c)));
$instance->addExtension(new \Acme\SudcmsBundle\Twig\AppExtension());
$instance->addExtension(new \Acme\SudcmsBundle\Twig\ExternalLinkFilter());
$instance->addGlobal('app', $i);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
])));
$instance->addGlobal('locales', $this->parameters['app.locales']);
$instance->registerUndefinedFilterCallback([0 => $j, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $j, 1 => 'suggestFunction']);
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminAddressBookController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminAddressBookController
*/
protected function getAdminAddressBookControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminAddressBookController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminAgendaController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminAgendaController
*/
protected function getAdminAgendaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminAgendaController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminAutopromoController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminAutopromoController
*/
protected function getAdminAutopromoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminAutopromoController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminBlockController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminBlockController
*/
protected function getAdminBlockControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminBlockController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminCalendarController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminCalendarController
*/
protected function getAdminCalendarControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminCalendarController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminCatalogController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminCatalogController
*/
protected function getAdminCatalogControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminCatalogController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminController
*/
protected function getAdminControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminCureController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminCureController
*/
protected function getAdminCureControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminCureController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminCustomersController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminCustomersController
*/
protected function getAdminCustomersControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminCustomersController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminDocumentController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminDocumentController
*/
protected function getAdminDocumentControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminDocumentController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminFlashInfosController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminFlashInfosController
*/
protected function getAdminFlashInfosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminFlashInfosController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminFormController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminFormController
*/
protected function getAdminFormControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminFormController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminGestionEcommerceController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminGestionEcommerceController
*/
protected function getAdminGestionEcommerceControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminGestionEcommerceController.php';
$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())));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminLogsController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminLogsController
*/
protected function getAdminLogsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminLogsController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminLogsController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminNewsController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminNewsController
*/
protected function getAdminNewsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminNewsController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminNewsletterController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminNewsletterController
*/
protected function getAdminNewsletterControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminNewsletterController.php';
$this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminNewsletterController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminOrdersController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminOrdersController
*/
protected function getAdminOrdersControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminOrdersController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminPagesController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminPagesController
*/
protected function getAdminPagesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminPagesController.php';
$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())));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminProductsController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminProductsController
*/
protected function getAdminProductsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminProductsController.php';
$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())));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminSearchController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminSearchController
*/
protected function getAdminSearchControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminSearchController.php';
$this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminSearchController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminSearchController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminSearchController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminSiteController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminSiteController
*/
protected function getAdminSiteControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminSiteController.php';
$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())));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminSupportController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminSupportController
*/
protected function getAdminSupportControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminSupportController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminSupportController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminTchatController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminTchatController
*/
protected function getAdminTchatControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminTchatController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Admin\AdminUserController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Admin\AdminUserController
*/
protected function getAdminUserControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Admin/AdminUserController.php';
$this->services['Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController'] = $instance = new \Acme\SudcmsBundle\Controller\Admin\AdminUserController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Front\CheckIpController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Front\CheckIpController
*/
protected function getCheckIpControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/CheckIpController.php';
$this->services['Acme\\SudcmsBundle\\Controller\\Front\\CheckIpController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\CheckIpController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\CheckIpController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontAddressBookController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Front\FrontAddressBookController
*/
protected function getFrontAddressBookControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/FrontAddressBookController.php';
$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)));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontAgendaController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Front\FrontAgendaController
*/
protected function getFrontAgendaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/FrontAgendaController.php';
$this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontAgendaController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontBasketController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Front\FrontBasketController
*/
protected function getFrontBasketControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/FrontBasketController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontCatalogController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Front\FrontCatalogController
*/
protected function getFrontCatalogControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/FrontCatalogController.php';
$this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontCatalogController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontCureController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Front\FrontCureController
*/
protected function getFrontCureControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/FrontCureController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontCustomerAccountController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Front\FrontCustomerAccountController
*/
protected function getFrontCustomerAccountControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/FrontCustomerAccountController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontDocumentController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Front\FrontDocumentController
*/
protected function getFrontDocumentControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/FrontDocumentController.php';
$this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontDocumentController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontHomeController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Front\FrontHomeController
*/
protected function getFrontHomeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/FrontHomeController.php';
$this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontHomeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontNewsController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Front\FrontNewsController
*/
protected function getFrontNewsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/FrontNewsController.php';
$this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontNewsController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontPageController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Front\FrontPageController
*/
protected function getFrontPageControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/FrontPageController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontPageController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontPayzenController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Front\FrontPayzenController
*/
protected function getFrontPayzenControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/FrontPayzenController.php';
include_once \dirname(__DIR__, 4).'/src/Service/Payment/PayzenService.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontReseauxController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Front\FrontReseauxController
*/
protected function getFrontReseauxControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/FrontReseauxController.php';
$this->services['Acme\\SudcmsBundle\\Controller\\Front\\FrontReseauxController'] = $instance = new \Acme\SudcmsBundle\Controller\Front\FrontReseauxController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontReseauxController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\Front\FrontShoppingController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\Front\FrontShoppingController
*/
protected function getFrontShoppingControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/FrontShoppingController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\SecurityController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\SecurityController
*/
protected function getSecurityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/SecurityController.php';
$this->services['Acme\\SudcmsBundle\\Controller\\SecurityController'] = $instance = new \Acme\SudcmsBundle\Controller\SecurityController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\SecurityController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\SecurityFrontController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\SecurityFrontController
*/
protected function getSecurityFrontControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/SecurityFrontController.php';
$this->services['Acme\\SudcmsBundle\\Controller\\SecurityFrontController'] = $instance = new \Acme\SudcmsBundle\Controller\SecurityFrontController(($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'] ?? $this->getApiServiceService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\SecurityFrontController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\SitemapController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\SitemapController
*/
protected function getSitemapControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/SitemapController.php';
$this->services['Acme\\SudcmsBundle\\Controller\\SitemapController'] = $instance = new \Acme\SudcmsBundle\Controller\SitemapController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\SitemapController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Controller\TacheCronController' shared autowired service.
*
* @return \Acme\SudcmsBundle\Controller\TacheCronController
*/
protected function getTacheCronControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TacheCronController.php';
$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()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Controller\\TacheCronController', $this));
return $instance;
}
/**
* Gets the public 'Acme\SudcmsBundle\Service\BlocService' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\BlocService
*/
protected function getBlocServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Service/BlocService.php';
$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())));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Acme\\SudcmsBundle\\Service\\BlocService', $this));
return $instance;
}
/**
* Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
*/
protected function getProfilerControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
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()));
}
/**
* Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
*
* @return \Liip\ImagineBundle\Controller\ImagineController
*/
protected function getImagineControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
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));
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
*/
protected function getRedirectControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
*/
protected function getTemplateControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('LjeLsQBPTG', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the public 'cache.app_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_AppClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
}
/**
* Gets the public 'cache.global_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_GlobalClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
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())]);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PUW88f8r2y', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache.system_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_SystemClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
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())]);
}
/**
* Gets the public 'cache.validator_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorExpressionLanguageService()
{
return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cXglW2pCjO', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache_warmer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
*/
protected function getCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
yield 7 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
}, 8), true, ($this->targetDir.''.'/Acme_SudcmsBundle_KernelDevDebugContainerDeprecations.log'));
}
/**
* Gets the public 'console.command_loader' shared service.
*
* @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
*/
protected function getConsole_CommandLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
'doctrine_migrations.diff_command' => ['privates', 'doctrine_migrations.diff_command', 'getDoctrineMigrations_DiffCommandService', false],
'doctrine_migrations.sync_metadata_command' => ['privates', 'doctrine_migrations.sync_metadata_command', 'getDoctrineMigrations_SyncMetadataCommandService', false],
'doctrine_migrations.versions_command' => ['privates', 'doctrine_migrations.versions_command', 'getDoctrineMigrations_VersionsCommandService', false],
'doctrine_migrations.current_command' => ['privates', 'doctrine_migrations.current_command', 'getDoctrineMigrations_CurrentCommandService', false],
'doctrine_migrations.dump_schema_command' => ['privates', 'doctrine_migrations.dump_schema_command', 'getDoctrineMigrations_DumpSchemaCommandService', false],
'doctrine_migrations.execute_command' => ['privates', 'doctrine_migrations.execute_command', 'getDoctrineMigrations_ExecuteCommandService', false],
'doctrine_migrations.generate_command' => ['privates', 'doctrine_migrations.generate_command', 'getDoctrineMigrations_GenerateCommandService', false],
'doctrine_migrations.latest_command' => ['privates', 'doctrine_migrations.latest_command', 'getDoctrineMigrations_LatestCommandService', false],
'doctrine_migrations.migrate_command' => ['privates', 'doctrine_migrations.migrate_command', 'getDoctrineMigrations_MigrateCommandService', false],
'doctrine_migrations.rollup_command' => ['privates', 'doctrine_migrations.rollup_command', 'getDoctrineMigrations_RollupCommandService', false],
'doctrine_migrations.status_command' => ['privates', 'doctrine_migrations.status_command', 'getDoctrineMigrations_StatusCommandService', false],
'doctrine_migrations.up_to_date_command' => ['privates', 'doctrine_migrations.up_to_date_command', 'getDoctrineMigrations_UpToDateCommandService', false],
'doctrine_migrations.version_command' => ['privates', 'doctrine_migrations.version_command', 'getDoctrineMigrations_VersionCommandService', false],
'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
'liip_imagine.command.cache_remove' => ['privates', 'liip_imagine.command.cache_remove', 'getLiipImagine_Command_CacheRemoveService', false],
'liip_imagine.command.cache_resolve' => ['privates', 'liip_imagine.command.cache_resolve', 'getLiipImagine_Command_CacheResolveService', false],
'doctrine.fixtures_load_command' => ['privates', 'doctrine.fixtures_load_command', 'getDoctrine_FixturesLoadCommandService', false],
'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', false],
'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', false],
'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', false],
'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', false],
'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', false],
'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', false],
'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', false],
'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', false],
'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', false],
'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', false],
'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', false],
'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', false],
'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', false],
'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', false],
'maker.auto_command.make_subscriber' => ['privates', '.maker.auto_command.make_subscriber.lazy', 'get_Maker_AutoCommand_MakeSubscriber_LazyService', false],
'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', false],
'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', false],
'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', false],
'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', false],
'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', false],
'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', false],
'maker.auto_command.make_stimulus_controller' => ['privates', '.maker.auto_command.make_stimulus_controller.lazy', 'get_Maker_AutoCommand_MakeStimulusController_LazyService', false],
], [
'console.command.about' => '?',
'console.command.assets_install' => '?',
'console.command.cache_clear' => '?',
'console.command.cache_pool_clear' => '?',
'console.command.cache_pool_prune' => '?',
'console.command.cache_pool_delete' => '?',
'console.command.cache_pool_list' => '?',
'console.command.cache_warmup' => '?',
'console.command.config_debug' => '?',
'console.command.config_dump_reference' => '?',
'console.command.container_debug' => '?',
'console.command.container_lint' => '?',
'console.command.debug_autowiring' => '?',
'console.command.dotenv_debug' => '?',
'console.command.event_dispatcher_debug' => '?',
'console.command.router_debug' => '?',
'console.command.router_match' => '?',
'console.command.translation_debug' => '?',
'console.command.translation_extract' => '?',
'console.command.validator_debug' => '?',
'console.command.translation_pull' => '?',
'console.command.translation_push' => '?',
'console.command.xliff_lint' => '?',
'console.command.yaml_lint' => '?',
'console.command.form_debug' => '?',
'console.command.secrets_set' => '?',
'console.command.secrets_remove' => '?',
'console.command.secrets_generate_key' => '?',
'console.command.secrets_list' => '?',
'console.command.secrets_decrypt_to_local' => '?',
'console.command.secrets_encrypt_from_local' => '?',
'twig.command.debug' => '?',
'twig.command.lint' => '?',
'var_dumper.command.server_dump' => '?',
'monolog.command.server_log' => '?',
'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
'security.command.debug_firewall' => '?',
'security.command.user_password_encoder' => '?',
'security.command.user_password_hash' => '?',
'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
'maker.auto_command.make_auth' => '?',
'maker.auto_command.make_command' => '?',
'maker.auto_command.make_controller' => '?',
'maker.auto_command.make_crud' => '?',
'maker.auto_command.make_docker_database' => '?',
'maker.auto_command.make_entity' => '?',
'maker.auto_command.make_fixtures' => '?',
'maker.auto_command.make_form' => '?',
'maker.auto_command.make_message' => '?',
'maker.auto_command.make_messenger_middleware' => '?',
'maker.auto_command.make_registration_form' => '?',
'maker.auto_command.make_reset_password' => '?',
'maker.auto_command.make_serializer_encoder' => '?',
'maker.auto_command.make_serializer_normalizer' => '?',
'maker.auto_command.make_subscriber' => '?',
'maker.auto_command.make_twig_extension' => '?',
'maker.auto_command.make_test' => '?',
'maker.auto_command.make_validator' => '?',
'maker.auto_command.make_voter' => '?',
'maker.auto_command.make_user' => '?',
'maker.auto_command.make_migration' => '?',
'maker.auto_command.make_stimulus_controller' => '?',
]), ['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']);
}
/**
* Gets the public 'container.env_var_processors_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getContainer_EnvVarProcessorsLocatorService()
{
return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
], [
'base64' => '?',
'bool' => '?',
'const' => '?',
'csv' => '?',
'default' => '?',
'file' => '?',
'float' => '?',
'int' => '?',
'json' => '?',
'key' => '?',
'not' => '?',
'query_string' => '?',
'require' => '?',
'resolve' => '?',
'string' => '?',
'trim' => '?',
'url' => '?',
]);
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
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()));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Acme\SudcmsBundle\DBAL\MultiDbConnectionWrapper
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$b = new \Symfony\Bridge\Monolog\Logger('doctrine');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$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))));
$c->setConnectionName('default');
$a->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($b), 1 => $c]);
return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'wrapperClass' => 'Acme\\SudcmsBundle\\DBAL\\MultiDbConnectionWrapper', 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
], [
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
]), [0 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 1 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 2 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 3 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]), ['enum' => 'string']);
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$c = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/src/Entity'), 1 => (\dirname(__DIR__, 4).'/src/Entity')])));
$b->addDriver($c, 'App\\Entity');
$b->addDriver($c, 'Acme\\SudcmsBundle\\Entity');
$a->setEntityNamespaces(['App' => 'App\\Entity', 'AcmeSudcmsBundle' => 'Acme\\SudcmsBundle\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
])));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setLazyGhostObjectEnabled(false);
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Acme\\SudcmsBundle\\Repository\\ActualiteBlocsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ActualiteBlocsRepository', 'getActualiteBlocsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository', 'getActualiteCategsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\ActualiteMediasRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ActualiteMediasRepository', 'getActualiteMediasRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\ActualiteRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository', 'getActualiteRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository', 'getAddressBookCategoryRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository', 'getAddressBookLinkCategoryRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository', 'getAddressBookMediaRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\AddressBookRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository', 'getAddressBookRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\AgendaBlocsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AgendaBlocsRepository', 'getAgendaBlocsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository', 'getAgendaCategsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\AgendaMediasRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AgendaMediasRepository', 'getAgendaMediasRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\AgendaRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\ApiSettingsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ApiSettingsRepository', 'getApiSettingsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\AuthGroupModuleRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthGroupModuleRepository', 'getAuthGroupModuleRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository', 'getAuthGroupRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\AuthGroupSiteRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthGroupSiteRepository', 'getAuthGroupSiteRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\AuthUserRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository', 'getAuthUserRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\AutopromoRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AutopromoRepository', 'getAutopromoRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\CatalogBlocsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CatalogBlocsRepository', 'getCatalogBlocsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository', 'getCatalogCategsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\CatalogMediasRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CatalogMediasRepository', 'getCatalogMediasRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\CatalogRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CatalogRepository', 'getCatalogRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\ContactHistoriqueRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ContactHistoriqueRepository', 'getContactHistoriqueRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository', 'getCureCategorieRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\CureOrderRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CureOrderRepository', 'getCureOrderRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\CureProductOrderRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CureProductOrderRepository', 'getCureProductOrderRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\CureProductSoinsOrderRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CureProductSoinsOrderRepository', 'getCureProductSoinsOrderRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\CureRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CureRepository', 'getCureRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository', 'getDocumentCategsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\DocumentConfigRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentConfigRepository', 'getDocumentConfigRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository', 'getDocumentLinkTagsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\DocumentRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentRepository', 'getDocumentRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\DocumentStatsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentStatsRepository', 'getDocumentStatsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository', 'getDocumentTagsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository', 'getEcoAttributesModelsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository', 'getEcoAttributesReferencesRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository', 'getEcoAttributesRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository', 'getEcoCategoriesRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository', 'getEcoCustomersAddressesRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository', 'getEcoCustomersFavoritesProdRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoCustomersNotesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersNotesRepository', 'getEcoCustomersNotesRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoDiscountCategoriesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoDiscountCategoriesRepository', 'getEcoDiscountCategoriesRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoDiscountOrdersRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoDiscountOrdersRepository', 'getEcoDiscountOrdersRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoDiscountProductsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoDiscountProductsRepository', 'getEcoDiscountProductsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository', 'getEcoDiscountRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoInvoicesElementsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoInvoicesElementsRepository', 'getEcoInvoicesElementsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository', 'getEcoInvoicesRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository', 'getEcoLabelsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository', 'getEcoMarksRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository', 'getEcoOrdersProductsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository', 'getEcoPlanningRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksMediasRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksMediasRepository', 'getEcoProductsBlocksMediasRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksRepository', 'getEcoProductsBlocksRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoProductsBundleRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsBundleRepository', 'getEcoProductsBundleRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoProductsCategoriesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsCategoriesRepository', 'getEcoProductsCategoriesRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoProductsCombinationRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsCombinationRepository', 'getEcoProductsCombinationRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository', 'getEcoProductsLabelsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoProductsMediasRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsMediasRepository', 'getEcoProductsMediasRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository', 'getEcoProvidersRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository', 'getEcoSettingsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository', 'getEcoShippingCarriersRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository', 'getEcoShippingOrdersRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoShippingProductsExpeditionsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingProductsExpeditionsRepository', 'getEcoShippingProductsExpeditionsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository', 'getEcoShippingfeesCountryRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository', 'getEcoShippingfeesRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\FlashMessageRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FlashMessageRepository', 'getFlashMessageRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\FormAdressesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FormAdressesRepository', 'getFormAdressesRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\FormElementsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FormElementsRepository', 'getFormElementsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository', 'getFormElementsValuesRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\FormSiteRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FormSiteRepository', 'getFormSiteRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\LanguageRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\LanguageRepository', 'getLanguageRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\ModuleRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ModuleRepository', 'getModuleRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\NewsletterRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\NewsletterRepository', 'getNewsletterRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\OptionsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\OptionsRepository', 'getOptionsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\PagesBlocsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\PagesBlocsRepository', 'getPagesBlocsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\PagesMediasRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\PagesMediasRepository', 'getPagesMediasRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\PagesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\PagesRepository', 'getPagesRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository', 'getSiteCoordonneesRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\SiteGoogleTagManagerRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteGoogleTagManagerRepository', 'getSiteGoogleTagManagerRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\SiteLangRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteLangRepository', 'getSiteLangRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\SiteModuleRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteModuleRepository', 'getSiteModuleRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository', 'getSiteReferencementRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\SiteRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteRepository', 'getSiteRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\SiteReseauxRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteReseauxRepository', 'getSiteReseauxRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\TchatMessagesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\TchatMessagesRepository', 'getTchatMessagesRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\TchatProductsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\TchatProductsRepository', 'getTchatProductsRepositoryService', false],
'Acme\\SudcmsBundle\\Repository\\TchatRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\TchatRepository', 'getTchatRepositoryService', false],
], [
'Acme\\SudcmsBundle\\Repository\\ActualiteBlocsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\ActualiteMediasRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\ActualiteRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\AddressBookRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\AgendaBlocsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\AgendaMediasRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\AgendaRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\ApiSettingsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\AuthGroupModuleRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\AuthGroupSiteRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\AuthUserRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\AutopromoRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\CatalogBlocsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\CatalogMediasRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\CatalogRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\ContactHistoriqueRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\CureOrderRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\CureProductOrderRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\CureProductSoinsOrderRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\CureRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\DocumentConfigRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\DocumentRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\DocumentStatsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoCustomersNotesRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoDiscountCategoriesRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoDiscountOrdersRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoDiscountProductsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoInvoicesElementsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksMediasRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoProductsBundleRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoProductsCategoriesRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoProductsCombinationRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoProductsMediasRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoShippingProductsExpeditionsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\FlashMessageRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\FormAdressesRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\FormElementsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\FormSiteRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\LanguageRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\ModuleRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\NewsletterRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\OptionsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\PagesBlocsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\PagesMediasRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\PagesRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\SiteGoogleTagManagerRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\SiteLangRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\SiteModuleRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\SiteRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\SiteReseauxRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\TchatMessagesRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\TchatProductsRepository' => '?',
'Acme\\SudcmsBundle\\Repository\\TchatRepository' => '?',
])));
$instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'error_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ErrorController
*/
protected function getErrorControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
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($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(new \Monolog\Handler\NullHandler());
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$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())));
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Acme\\SudcmsBundle\\EventListener\\BaseListener'] ?? $this->getBaseListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
}, 1 => 'onNotification'], -255);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
}, 1 => 'onMessage'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
}, 1 => 'configure'], 1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'before'], 0);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'pagination'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'pagination'], 1);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Acme\\SudcmsBundle\\EventSubscriber\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
}, 1 => 'onKernelRequest'], 20);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['http_kernel'])) {
return $this->services['http_kernel'];
}
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
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 () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
}, 8)), $b));
}
/**
* Gets the public 'knp_paginator' shared service.
*
* @return \Knp\Component\Pager\Paginator
*/
protected function getKnpPaginatorService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getKnpPaginatorService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
$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())));
$instance->setDefaultPaginatorOptions(['pageParameterName' => 'page', 'sortFieldParameterName' => 'sort', 'sortDirectionParameterName' => 'direction', 'filterFieldParameterName' => 'filterField', 'filterValueParameterName' => 'filterValue', 'distinct' => true, 'pageOutOfRange' => 'ignore', 'defaultLimit' => 10]);
return $instance;
}
/**
* Gets the public 'liip_imagine.binary.loader.default' shared service.
*
* @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
*/
protected function getLiipImagine_Binary_Loader_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
$a = \Symfony\Component\Mime\MimeTypes::getDefault();
return $this->services['liip_imagine.binary.loader.default'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader($a, $a, new \Liip\ImagineBundle\Binary\Locator\FileSystemLocator([0 => (\dirname(__DIR__, 4).'/public')], false));
}
/**
* Gets the public 'liip_imagine.cache.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
*/
protected function getLiipImagine_Cache_ManagerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['liip_imagine.cache.manager'])) {
return $this->services['liip_imagine.cache.manager'];
}
$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);
$instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.cache.resolver.default' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_DefaultService()
{
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');
}
/**
* Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
{
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()));
}
/**
* Gets the public 'liip_imagine.cache.signer' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Signer
*/
protected function getLiipImagine_Cache_SignerService()
{
return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
}
/**
* Gets the public 'liip_imagine.config.stack_collection' shared service.
*
* @return \Liip\ImagineBundle\Config\StackCollection
*/
protected function getLiipImagine_Config_StackCollectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
$a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
$b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
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']);
}
/**
* Gets the public 'liip_imagine.data.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Data\DataManager
*/
protected function getLiipImagine_Data_ManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
$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);
$instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.filter.loader.downscale' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
*/
protected function getLiipImagine_Filter_Loader_DownscaleService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.fixed' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
*/
protected function getLiipImagine_Filter_Loader_FixedService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.flip' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
*/
protected function getLiipImagine_Filter_Loader_FlipService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
*/
protected function getLiipImagine_Filter_Loader_GrayscaleService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.interlace' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
*/
protected function getLiipImagine_Filter_Loader_InterlaceService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.resample' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
*/
protected function getLiipImagine_Filter_Loader_ResampleService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
}
/**
* Gets the public 'liip_imagine.filter.loader.rotate' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
*/
protected function getLiipImagine_Filter_Loader_RotateService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
*/
protected function getLiipImagine_Filter_ManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
$a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
$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()));
$instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
$instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
$instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
$instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
$instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
$instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__, 4)));
$instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__, 4)));
$instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
$instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
$instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
$instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
$instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
$instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
$instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
$instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
$instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
$instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
$instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
$instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim', true, NULL, true, NULL));
$instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng', 7, true, NULL));
$instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
$instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
$instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp', NULL, 75, 100, 4, 'fast', 1, false, $this->parameters['liip_imagine.cwebp.metadata']));
return $instance;
}
/**
* Gets the public 'monolog.logger.deprecation' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DeprecationService()
{
$this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->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');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'routing.loader' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
*/
protected function getRouting_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
$a = new \Symfony\Component\Config\Loader\LoaderResolver();
$b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
$c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
$a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'kernel' => ['services', 'kernel', 'getKernelService', false],
], [
'kernel' => 'Acme\\SudcmsBundle\\Kernel',
]), 'dev'));
$a->addLoader($c);
$a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c));
$a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c));
return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
}
/**
* Gets the public 'services_resetter' shared service.
*
* @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
*/
protected function getServicesResetterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
if (isset($this->services['cache.app'])) {
yield 'cache.app' => ($this->services['cache.app'] ?? null);
}
if (isset($this->services['cache.system'])) {
yield 'cache.system' => ($this->services['cache.system'] ?? null);
}
if (isset($this->privates['cache.validator'])) {
yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
}
if (isset($this->privates['cache.serializer'])) {
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
}
if (isset($this->privates['cache.annotations'])) {
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
}
if (isset($this->privates['cache.property_info'])) {
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
}
if (isset($this->privates['mailer.message_logger_listener'])) {
yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
}
if (isset($this->privates['debug.stopwatch'])) {
yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
}
if (isset($this->services['event_dispatcher'])) {
yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
}
if (isset($this->privates['session_listener'])) {
yield 'session_listener' => ($this->privates['session_listener'] ?? null);
}
if (isset($this->privates['form.choice_list_factory.cached'])) {
yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
}
if (isset($this->services['cache.validator_expression_language'])) {
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
}
if (isset($this->services['.container.private.profiler'])) {
yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
}
if (isset($this->services['.container.private.validator'])) {
yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
}
if (isset($this->privates['twig.form.engine'])) {
yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
}
if (isset($this->privates['monolog.handler.main'])) {
yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
}
if (isset($this->privates['monolog.handler.console'])) {
yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
}
if (isset($this->services['doctrine'])) {
yield 'doctrine' => ($this->services['doctrine'] ?? null);
}
if (isset($this->privates['form.type.entity'])) {
yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
}
if (isset($this->services['.container.private.security.token_storage'])) {
yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
}
if (isset($this->privates['cache.security_expression_language'])) {
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
}
}, function () {
return 0 + (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['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.http_client']));
}), ['cache.app' => [0 => 'reset'], 'cache.system' => [0 => 'reset'], 'cache.validator' => [0 => 'reset'], 'cache.serializer' => [0 => 'reset'], 'cache.annotations' => [0 => 'reset'], 'cache.property_info' => [0 => 'reset'], 'http_client' => [0 => '?reset'], 'mailer.message_logger_listener' => [0 => 'reset'], 'debug.stopwatch' => [0 => 'reset'], 'debug.event_dispatcher' => [0 => 'reset'], 'session_listener' => [0 => 'reset'], 'form.choice_list_factory.cached' => [0 => 'reset'], 'cache.validator_expression_language' => [0 => 'reset'], 'profiler' => [0 => 'reset'], 'debug.validator' => [0 => 'reset'], 'twig.form.engine' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset']]);
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the public 'web_profiler.controller.exception_panel' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
*/
protected function getWebProfiler_Controller_ExceptionPanelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
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()));
}
/**
* Gets the public 'web_profiler.controller.profiler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
*/
protected function getWebProfiler_Controller_ProfilerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
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));
}
/**
* Gets the public 'web_profiler.controller.router' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
*/
protected function getWebProfiler_Controller_RouterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
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 () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
}
/**
* Gets the private '.console.command.about.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_About_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
});
}
/**
* Gets the private '.console.command.assets_install.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_AssetsInstall_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
});
}
/**
* Gets the private '.console.command.cache_clear.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CacheClear_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
});
}
/**
* Gets the private '.console.command.cache_pool_clear.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolClear_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
});
}
/**
* Gets the private '.console.command.cache_pool_delete.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolDelete_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
});
}
/**
* Gets the private '.console.command.cache_pool_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
});
}
/**
* Gets the private '.console.command.cache_pool_prune.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolPrune_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
});
}
/**
* Gets the private '.console.command.cache_warmup.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CacheWarmup_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
});
}
/**
* Gets the private '.console.command.config_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ConfigDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
});
}
/**
* Gets the private '.console.command.config_dump_reference.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ConfigDumpReference_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
});
}
/**
* Gets the private '.console.command.container_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ContainerDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
});
}
/**
* Gets the private '.console.command.container_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ContainerLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
});
}
/**
* Gets the private '.console.command.debug_autowiring.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_DebugAutowiring_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
});
}
/**
* Gets the private '.console.command.dotenv_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_DotenvDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
});
}
/**
* Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_EventDispatcherDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
});
}
/**
* Gets the private '.console.command.form_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_FormDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
});
}
/**
* Gets the private '.console.command.router_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
});
}
/**
* Gets the private '.console.command.router_match.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterMatch_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
});
}
/**
* Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
});
}
/**
* Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
});
}
/**
* Gets the private '.console.command.secrets_generate_key.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsGenerateKey_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
});
}
/**
* Gets the private '.console.command.secrets_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
});
}
/**
* Gets the private '.console.command.secrets_remove.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsRemove_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
});
}
/**
* Gets the private '.console.command.secrets_set.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsSet_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
});
}
/**
* Gets the private '.console.command.translation_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
});
}
/**
* Gets the private '.console.command.translation_extract.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationExtract_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [0 => 'translation:update'], 'Extract missing translations keys from code to translation files.', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
});
}
/**
* Gets the private '.console.command.translation_pull.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationPull_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
});
}
/**
* Gets the private '.console.command.translation_push.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationPush_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
});
}
/**
* Gets the private '.console.command.validator_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ValidatorDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
});
}
/**
* Gets the private '.console.command.xliff_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_XliffLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
});
}
/**
* Gets the private '.console.command.yaml_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_YamlLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
});
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
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))));
}
/**
* Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
*
* @return \Symfony\Component\Config\Loader\LoaderInterface
*/
protected function getLoaderInterfaceService()
{
$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".');
}
/**
* Gets the private '.maker.auto_command.make_auth.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeAuth_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
});
}
/**
* Gets the private '.maker.auto_command.make_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
});
}
/**
* Gets the private '.maker.auto_command.make_controller.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeController_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
});
}
/**
* Gets the private '.maker.auto_command.make_crud.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeCrud_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
});
}
/**
* Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
});
}
/**
* Gets the private '.maker.auto_command.make_entity.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeEntity_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
});
}
/**
* Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
});
}
/**
* Gets the private '.maker.auto_command.make_form.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeForm_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
});
}
/**
* Gets the private '.maker.auto_command.make_message.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMessage_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
});
}
/**
* Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
});
}
/**
* Gets the private '.maker.auto_command.make_migration.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMigration_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
});
}
/**
* Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
});
}
/**
* Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
});
}
/**
* Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
});
}
/**
* Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
});
}
/**
* Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
});
}
/**
* Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
});
}
/**
* Gets the private '.maker.auto_command.make_test.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTest_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [0 => 'make:unit-test', 1 => 'make:functional-test'], 'Creates a new test class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
});
}
/**
* Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
});
}
/**
* Gets the private '.maker.auto_command.make_user.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeUser_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
});
}
/**
* Gets the private '.maker.auto_command.make_validator.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeValidator_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
});
}
/**
* Gets the private '.maker.auto_command.make_voter.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeVoter_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
});
}
/**
* Gets the private '.monolog.command.server_log.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Monolog_Command_ServerLog_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
});
}
/**
* Gets the private '.security.command.debug_firewall.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_DebugFirewall_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
});
}
/**
* Gets the private '.security.command.user_password_encoder.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_UserPasswordEncoder_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
});
}
/**
* Gets the private '.security.command.user_password_hash.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_UserPasswordHash_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
});
}
/**
* Gets the private '.service_locator..0zQQ2a' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__0zQQ2aService()
{
return $this->privates['.service_locator..0zQQ2a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'moduleRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ModuleRepository', 'getModuleRepositoryService', false],
'pagesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\PagesRepository', 'getPagesRepositoryService', false],
], [
'em' => '?',
'moduleRepository' => 'Acme\\SudcmsBundle\\Repository\\ModuleRepository',
'pagesRepository' => 'Acme\\SudcmsBundle\\Repository\\PagesRepository',
]);
}
/**
* Gets the private '.service_locator..PdxqaD' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__PdxqaDService()
{
return $this->privates['.service_locator..PdxqaD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'utils' => ['privates', 'Acme\\SudcmsBundle\\Service\\OtideaUtils', 'getOtideaUtilsService', false],
], [
'utils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
]);
}
/**
* Gets the private '.service_locator.0.UVcPM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_0_UVcPMService()
{
return $this->privates['.service_locator.0.UVcPM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'apiService' => ['privates', 'Acme\\SudcmsBundle\\Service\\ApiService', 'getApiServiceService', false],
], [
'apiService' => 'Acme\\SudcmsBundle\\Service\\ApiService',
]);
}
/**
* Gets the private '.service_locator.05LSF5c' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_05LSF5cService()
{
return $this->privates['.service_locator.05LSF5c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository', 'getCatalogCategsRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'repo' => 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository',
]);
}
/**
* Gets the private '.service_locator.1L3a5Rm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1L3a5RmService()
{
return $this->privates['.service_locator.1L3a5Rm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoElement' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FormElementsRepository', 'getFormElementsRepositoryService', false],
'repoValues' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository', 'getFormElementsValuesRepositoryService', false],
], [
'repoElement' => 'Acme\\SudcmsBundle\\Repository\\FormElementsRepository',
'repoValues' => 'Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository',
]);
}
/**
* Gets the private '.service_locator.1NEOrZU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1NEOrZUService()
{
return $this->privates['.service_locator.1NEOrZU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adressesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FormAdressesRepository', 'getFormAdressesRepositoryService', false],
'mailerService' => ['privates', 'Acme\\SudcmsBundle\\Service\\MailerService', 'getMailerServiceService', false],
], [
'adressesRepository' => 'Acme\\SudcmsBundle\\Repository\\FormAdressesRepository',
'mailerService' => 'Acme\\SudcmsBundle\\Service\\MailerService',
]);
}
/**
* Gets the private '.service_locator.1iYjFbL' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1iYjFbLService()
{
return $this->privates['.service_locator.1iYjFbL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'anCatRepo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository', 'getAddressBookCategoryRepositoryService', false],
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\PagesRepository', 'getPagesRepositoryService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'anCatRepo' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
'repo' => 'Acme\\SudcmsBundle\\Repository\\PagesRepository',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.1uOu7vv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1uOu7vvService()
{
return $this->privates['.service_locator.1uOu7vv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ecoAttributesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository', 'getEcoAttributesRepositoryService', false],
'ecoProductsReferencesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
'repoModel' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository', 'getEcoAttributesModelsRepositoryService', false],
], [
'ecoAttributesRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository',
'ecoProductsReferencesRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
'repoModel' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository',
]);
}
/**
* Gets the private '.service_locator.24L9ZNv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_24L9ZNvService()
{
return $this->privates['.service_locator.24L9ZNv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'planningRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository', 'getEcoPlanningRepositoryService', false],
], [
'planningRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository',
]);
}
/**
* Gets the private '.service_locator.2xyiCHa' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_2xyiCHaService()
{
return $this->privates['.service_locator.2xyiCHa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoLangues' => ['privates', 'Acme\\SudcmsBundle\\Repository\\LanguageRepository', 'getLanguageRepositoryService', false],
], [
'repoLangues' => 'Acme\\SudcmsBundle\\Repository\\LanguageRepository',
]);
}
/**
* Gets the private '.service_locator.3lC1yPu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3lC1yPuService()
{
return $this->privates['.service_locator.3lC1yPu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoMod' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ModuleRepository', 'getModuleRepositoryService', false],
'repoUser' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository', 'getAuthUserRepositoryService', false],
], [
'repoMod' => 'Acme\\SudcmsBundle\\Repository\\ModuleRepository',
'repoUser' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
]);
}
/**
* Gets the private '.service_locator.3mH2jnX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3mH2jnXService()
{
return $this->privates['.service_locator.3mH2jnX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCarriers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository', 'getEcoShippingCarriersRepositoryService', false],
'repoOrders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
'repoRef' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
], [
'repoCarriers' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository',
'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
]);
}
/**
* Gets the private '.service_locator.48GylgQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_48GylgQService()
{
return $this->privates['.service_locator.48GylgQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'customersRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
], [
'customersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
]);
}
/**
* Gets the private '.service_locator.4oQ6y7e' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4oQ6y7eService()
{
return $this->privates['.service_locator.4oQ6y7e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'api' => ['privates', 'Acme\\SudcmsBundle\\Service\\ApiService', 'getApiServiceService', false],
'ecoCustomersRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'passwordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
'repoAuthUser' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository', 'getAuthUserRepositoryService', false],
], [
'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
'ecoCustomersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'passwordHasher' => '?',
'repoAuthUser' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
]);
}
/**
* Gets the private '.service_locator.4prGdU6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4prGdU6Service()
{
return $this->privates['.service_locator.4prGdU6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FormSiteRepository', 'getFormSiteRepositoryService', false],
'repoAddresses' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FormAdressesRepository', 'getFormAdressesRepositoryService', false],
], [
'repo' => 'Acme\\SudcmsBundle\\Repository\\FormSiteRepository',
'repoAddresses' => 'Acme\\SudcmsBundle\\Repository\\FormAdressesRepository',
]);
}
/**
* Gets the private '.service_locator.5bYnj.0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5bYnj_0Service()
{
return $this->privates['.service_locator.5bYnj.0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository', 'getEcoCategoriesRepositoryService', false],
'repoLinkCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsCategoriesRepository', 'getEcoProductsCategoriesRepositoryService', false],
'repoProduct' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
], [
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
'repoLinkCateg' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsCategoriesRepository',
'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
]);
}
/**
* Gets the private '.service_locator.5f60gFW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5f60gFWService()
{
return $this->privates['.service_locator.5f60gFW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCustomers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'repoOrders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
'repoTchat' => ['privates', 'Acme\\SudcmsBundle\\Repository\\TchatRepository', 'getTchatRepositoryService', false],
], [
'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
'repoTchat' => 'Acme\\SudcmsBundle\\Repository\\TchatRepository',
]);
}
/**
* Gets the private '.service_locator.5miB8_X' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5miB8XService()
{
return $this->privates['.service_locator.5miB8_X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'em' => '?',
]);
}
/**
* Gets the private '.service_locator.5tEO2Jw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5tEO2JwService()
{
return $this->privates['.service_locator.5tEO2Jw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository', 'getDocumentCategsRepositoryService', false],
], [
'repo' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
]);
}
/**
* Gets the private '.service_locator.6.SDuIq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6_SDuIqService()
{
return $this->privates['.service_locator.6.SDuIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'basketService' => ['privates', 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService', 'getBasketServiceService', false],
'loyaltySystem' => ['privates', 'Acme\\SudcmsBundle\\Service\\Ecommerce\\LoyaltySystemService', 'getLoyaltySystemServiceService', false],
'repoDiscount' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository', 'getEcoDiscountRepositoryService', false],
], [
'basketService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService',
'loyaltySystem' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\LoyaltySystemService',
'repoDiscount' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository',
]);
}
/**
* Gets the private '.service_locator.6UBvWCT' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6UBvWCTService()
{
return $this->privates['.service_locator.6UBvWCT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoProductCombination' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsCombinationRepository', 'getEcoProductsCombinationRepositoryService', false],
], [
'repoProductCombination' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsCombinationRepository',
]);
}
/**
* Gets the private '.service_locator.6lQqvTe' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6lQqvTeService()
{
return $this->privates['.service_locator.6lQqvTe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository', 'getEcoCategoriesRepositoryService', false],
'repoMarks' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository', 'getEcoMarksRepositoryService', false],
'repoProduct' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
], [
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
'repoMarks' => 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository',
'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
]);
}
/**
* Gets the private '.service_locator.6o6ibmk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6o6ibmkService()
{
return $this->privates['.service_locator.6o6ibmk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'repoAgd' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository', 'getAgendaCategsRepositoryService', false],
], [
'paginator' => '?',
'repoAgd' => 'Acme\\SudcmsBundle\\Repository\\AgendaRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository',
]);
}
/**
* Gets the private '.service_locator.6qW7xkI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6qW7xkIService()
{
return $this->privates['.service_locator.6qW7xkI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoTchat' => ['privates', 'Acme\\SudcmsBundle\\Repository\\TchatRepository', 'getTchatRepositoryService', false],
], [
'repoTchat' => 'Acme\\SudcmsBundle\\Repository\\TchatRepository',
]);
}
/**
* Gets the private '.service_locator.6yt5FIt' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6yt5FItService()
{
return $this->privates['.service_locator.6yt5FIt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAgd' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'utils' => ['privates', 'Acme\\SudcmsBundle\\Service\\OtideaUtils', 'getOtideaUtilsService', false],
], [
'repoAgd' => 'Acme\\SudcmsBundle\\Repository\\AgendaRepository',
'utils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
]);
}
/**
* Gets the private '.service_locator.6yzbz48' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6yzbz48Service()
{
return $this->privates['.service_locator.6yzbz48'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ds' => ['privates', 'Acme\\SudcmsBundle\\Service\\Ecommerce\\DiscountService', 'getDiscountServiceService', false],
], [
'ds' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\DiscountService',
]);
}
/**
* Gets the private '.service_locator.75lF26c' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_75lF26cService()
{
return $this->privates['.service_locator.75lF26c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCustomers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'repoInvoices' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository', 'getEcoInvoicesRepositoryService', false],
'repoOrders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
'repoProducts' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
'repoReferences' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
], [
'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'repoInvoices' => 'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository',
'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
'repoProducts' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
'repoReferences' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
]);
}
/**
* Gets the private '.service_locator.7I0Nf6S' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7I0Nf6SService()
{
return $this->privates['.service_locator.7I0Nf6S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoProducts' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
], [
'repoProducts' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
]);
}
/**
* Gets the private '.service_locator.7JOdU3w' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7JOdU3wService()
{
return $this->privates['.service_locator.7JOdU3w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAgd' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository', 'getActualiteRepositoryService', false],
'utils' => ['privates', 'Acme\\SudcmsBundle\\Service\\OtideaUtils', 'getOtideaUtilsService', false],
], [
'repoAgd' => 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository',
'utils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
]);
}
/**
* Gets the private '.service_locator.7VMY33y' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7VMY33yService()
{
return $this->privates['.service_locator.7VMY33y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoGroup' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository', 'getAuthGroupRepositoryService', false],
'repoGroupModule' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthGroupModuleRepository', 'getAuthGroupModuleRepositoryService', false],
'repoGroupSite' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthGroupSiteRepository', 'getAuthGroupSiteRepositoryService', false],
'repoUser' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository', 'getAuthUserRepositoryService', false],
'utils' => ['privates', 'Acme\\SudcmsBundle\\Service\\OtideaUtils', 'getOtideaUtilsService', false],
], [
'repoGroup' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository',
'repoGroupModule' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupModuleRepository',
'repoGroupSite' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupSiteRepository',
'repoUser' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
'utils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
]);
}
/**
* Gets the private '.service_locator.7jppIky' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7jppIkyService()
{
return $this->privates['.service_locator.7jppIky'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'api' => ['privates', 'Acme\\SudcmsBundle\\Service\\ApiService', 'getApiServiceService', false],
], [
'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
]);
}
/**
* Gets the private '.service_locator.7r8F4nM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7r8F4nMService()
{
return $this->privates['.service_locator.7r8F4nM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoLinkCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsCategoriesRepository', 'getEcoProductsCategoriesRepositoryService', false],
], [
'repoLinkCateg' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsCategoriesRepository',
]);
}
/**
* Gets the private '.service_locator.8FNU02p' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8FNU02pService()
{
return $this->privates['.service_locator.8FNU02p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoOpt' => ['privates', 'Acme\\SudcmsBundle\\Repository\\OptionsRepository', 'getOptionsRepositoryService', false],
'siteGoogleTagManagerRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteGoogleTagManagerRepository', 'getSiteGoogleTagManagerRepositoryService', false],
], [
'repoOpt' => 'Acme\\SudcmsBundle\\Repository\\OptionsRepository',
'siteGoogleTagManagerRepository' => 'Acme\\SudcmsBundle\\Repository\\SiteGoogleTagManagerRepository',
]);
}
/**
* Gets the private '.service_locator.8WsvJtA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8WsvJtAService()
{
return $this->privates['.service_locator.8WsvJtA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository', 'getAuthUserRepositoryService', false],
'repoGroup' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository', 'getAuthGroupRepositoryService', false],
'utils' => ['privates', 'Acme\\SudcmsBundle\\Service\\OtideaUtils', 'getOtideaUtilsService', false],
], [
'encoder' => '?',
'repo' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
'repoGroup' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository',
'utils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
]);
}
/**
* Gets the private '.service_locator.8kn0eot' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8kn0eotService()
{
return $this->privates['.service_locator.8kn0eot'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\NewsletterRepository', 'getNewsletterRepositoryService', false],
], [
'repo' => 'Acme\\SudcmsBundle\\Repository\\NewsletterRepository',
]);
}
/**
* Gets the private '.service_locator.9.QBVvC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9_QBVvCService()
{
return $this->privates['.service_locator.9.QBVvC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FormAdressesRepository', 'getFormAdressesRepositoryService', false],
], [
'repo' => 'Acme\\SudcmsBundle\\Repository\\FormAdressesRepository',
]);
}
/**
* Gets the private '.service_locator.9M6.bTS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9M6_BTSService()
{
return $this->privates['.service_locator.9M6.bTS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'api' => ['privates', 'Acme\\SudcmsBundle\\Service\\ApiService', 'getApiServiceService', false],
'basketService' => ['privates', 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService', 'getBasketServiceService', false],
'otideaUtils' => ['privates', 'Acme\\SudcmsBundle\\Service\\OtideaUtils', 'getOtideaUtilsService', false],
'repoAddress' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository', 'getEcoCustomersAddressesRepositoryService', false],
'repoCustomers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'repoDiscount' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository', 'getEcoDiscountRepositoryService', false],
], [
'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
'basketService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService',
'otideaUtils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
'repoAddress' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository',
'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'repoDiscount' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository',
]);
}
/**
* Gets the private '.service_locator.9lNwAMb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9lNwAMbService()
{
return $this->privates['.service_locator.9lNwAMb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paybox' => ['privates', 'Acme\\SudcmsBundle\\Service\\Ecommerce\\PayboxService', 'getPayboxServiceService', false],
'repoOrders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
], [
'paybox' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\PayboxService',
'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
]);
}
/**
* Gets the private '.service_locator.A4H2mEQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_A4H2mEQService()
{
return $this->privates['.service_locator.A4H2mEQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoElementValue' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository', 'getFormElementsValuesRepositoryService', false],
'repoElements' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FormElementsRepository', 'getFormElementsRepositoryService', false],
], [
'repoElementValue' => 'Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository',
'repoElements' => 'Acme\\SudcmsBundle\\Repository\\FormElementsRepository',
]);
}
/**
* Gets the private '.service_locator.Agb9EJO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Agb9EJOService()
{
return $this->privates['.service_locator.Agb9EJO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository', 'getDocumentCategsRepositoryService', false],
'repoDoc' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentRepository', 'getDocumentRepositoryService', false],
'repoLinkTag' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository', 'getDocumentLinkTagsRepositoryService', false],
], [
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
'repoDoc' => 'Acme\\SudcmsBundle\\Repository\\DocumentRepository',
'repoLinkTag' => 'Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository',
]);
}
/**
* Gets the private '.service_locator.AmjS2hU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AmjS2hUService()
{
return $this->privates['.service_locator.AmjS2hU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'basketService' => ['privates', 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService', 'getBasketServiceService', false],
'paybox' => ['privates', 'Acme\\SudcmsBundle\\Service\\Ecommerce\\PayboxService', 'getPayboxServiceService', false],
'repoAddress' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository', 'getEcoCustomersAddressesRepositoryService', false],
'repoCustomers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'repoDiscount' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository', 'getEcoDiscountRepositoryService', false],
'repoOrders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
'repoProductsOrder' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository', 'getEcoOrdersProductsRepositoryService', false],
], [
'basketService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService',
'paybox' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\PayboxService',
'repoAddress' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository',
'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'repoDiscount' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository',
'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
'repoProductsOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository',
]);
}
/**
* Gets the private '.service_locator.AqNm9hN' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AqNm9hNService()
{
return $this->privates['.service_locator.AqNm9hN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCarriers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository', 'getEcoShippingCarriersRepositoryService', false],
'repoCountry' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository', 'getEcoShippingfeesCountryRepositoryService', false],
'repoShipping' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository', 'getEcoShippingfeesRepositoryService', false],
], [
'repoCarriers' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository',
'repoCountry' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository',
'repoShipping' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository',
]);
}
/**
* Gets the private '.service_locator.ArN3xET' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ArN3xETService()
{
return $this->privates['.service_locator.ArN3xET'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAnn' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository', 'getAddressBookRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository', 'getAddressBookCategoryRepositoryService', false],
'repoLinkCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository', 'getAddressBookLinkCategoryRepositoryService', false],
], [
'repoAnn' => 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
'repoLinkCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.B5MUiv3' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_B5MUiv3Service()
{
return $this->privates['.service_locator.B5MUiv3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'filesystem' => ['services', '.container.private.filesystem', 'get_Container_Private_FilesystemService', false],
'medias' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository', 'getAddressBookMediaRepositoryService', false],
], [
'filesystem' => '?',
'medias' => 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository',
]);
}
/**
* Gets the private '.service_locator.BBvLUa0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BBvLUa0Service()
{
return $this->privates['.service_locator.BBvLUa0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAuthGroup' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository', 'getAuthGroupRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository', 'getDocumentCategsRepositoryService', false],
'repoDoc' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentRepository', 'getDocumentRepositoryService', false],
], [
'repoAuthGroup' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
'repoDoc' => 'Acme\\SudcmsBundle\\Repository\\DocumentRepository',
]);
}
/**
* Gets the private '.service_locator.BUfq.EG' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BUfq_EGService()
{
return $this->privates['.service_locator.BUfq.EG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoProduct' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
], [
'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
]);
}
/**
* Gets the private '.service_locator.BW0r7cI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BW0r7cIService()
{
return $this->privates['.service_locator.BW0r7cI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'repoActu' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository', 'getActualiteRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository', 'getActualiteCategsRepositoryService', false],
], [
'paginator' => '?',
'repoActu' => 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository',
]);
}
/**
* Gets the private '.service_locator.BWPb_E3' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BWPbE3Service()
{
return $this->privates['.service_locator.BWPb_E3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'basketService' => ['privates', 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService', 'getBasketServiceService', false],
'repoDiscount' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository', 'getEcoDiscountRepositoryService', false],
'repoOrder' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
], [
'basketService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService',
'repoDiscount' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository',
'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
]);
}
/**
* Gets the private '.service_locator.CC5lNLl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CC5lNLlService()
{
return $this->privates['.service_locator.CC5lNLl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoOrders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
'repoRef' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
], [
'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
]);
}
/**
* Gets the private '.service_locator.CSNJJoM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CSNJJoMService()
{
return $this->privates['.service_locator.CSNJJoM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ecoProductsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
'repoProviders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository', 'getEcoProvidersRepositoryService', false],
], [
'ecoProductsRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
'repoProviders' => 'Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository',
]);
}
/**
* Gets the private '.service_locator.DX3ZVKj' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DX3ZVKjService()
{
return $this->privates['.service_locator.DX3ZVKj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'api' => ['privates', 'Acme\\SudcmsBundle\\Service\\ApiService', 'getApiServiceService', false],
'categorieRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository', 'getCureCategorieRepositoryService', false],
'cureRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CureRepository', 'getCureRepositoryService', false],
], [
'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
'categorieRepository' => 'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository',
'cureRepository' => 'Acme\\SudcmsBundle\\Repository\\CureRepository',
]);
}
/**
* Gets the private '.service_locator.E9tbfcV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_E9tbfcVService()
{
return $this->privates['.service_locator.E9tbfcV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository', 'getAddressBookRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository', 'getAddressBookCategoryRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'repo' => 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.EPbTluD' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EPbTluDService()
{
return $this->privates['.service_locator.EPbTluD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoProductBundle' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsBundleRepository', 'getEcoProductsBundleRepositoryService', false],
], [
'repoProductBundle' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsBundleRepository',
]);
}
/**
* Gets the private '.service_locator.ETpYcDI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ETpYcDIService()
{
return $this->privates['.service_locator.ETpYcDI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAgd' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CatalogRepository', 'getCatalogRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository', 'getCatalogCategsRepositoryService', false],
'repoUser' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository', 'getAuthUserRepositoryService', false],
], [
'repoAgd' => 'Acme\\SudcmsBundle\\Repository\\CatalogRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository',
'repoUser' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
]);
}
/**
* Gets the private '.service_locator.F.dlVER' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_F_DlVERService()
{
return $this->privates['.service_locator.F.dlVER'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCatalog' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CatalogRepository', 'getCatalogRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository', 'getCatalogCategsRepositoryService', false],
], [
'repoCatalog' => 'Acme\\SudcmsBundle\\Repository\\CatalogRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository',
]);
}
/**
* Gets the private '.service_locator.FIoiNhh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FIoiNhhService()
{
return $this->privates['.service_locator.FIoiNhh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'orderService' => ['privates', 'Acme\\SudcmsBundle\\Service\\Ecommerce\\OrderService', 'getOrderServiceService', false],
'repoAddress' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository', 'getEcoCustomersAddressesRepositoryService', false],
'repoCountry' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository', 'getEcoShippingfeesCountryRepositoryService', false],
'repoCustomer' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'repoOrder' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
'repoOrdersProd' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository', 'getEcoOrdersProductsRepositoryService', false],
'repoRef' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
'repoShipping' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository', 'getEcoShippingCarriersRepositoryService', false],
], [
'orderService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\OrderService',
'repoAddress' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository',
'repoCountry' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository',
'repoCustomer' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
'repoOrdersProd' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository',
'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
'repoShipping' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository',
]);
}
/**
* Gets the private '.service_locator.FJW9c2I' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FJW9c2IService()
{
return $this->privates['.service_locator.FJW9c2I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository', 'getAuthGroupRepositoryService', false],
'repoGroupModule' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthGroupModuleRepository', 'getAuthGroupModuleRepositoryService', false],
'repoGroupSite' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthGroupSiteRepository', 'getAuthGroupSiteRepositoryService', false],
'repoModule' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ModuleRepository', 'getModuleRepositoryService', false],
'repoSites' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteRepository', 'getSiteRepositoryService', false],
], [
'repo' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository',
'repoGroupModule' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupModuleRepository',
'repoGroupSite' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupSiteRepository',
'repoModule' => 'Acme\\SudcmsBundle\\Repository\\ModuleRepository',
'repoSites' => 'Acme\\SudcmsBundle\\Repository\\SiteRepository',
]);
}
/**
* Gets the private '.service_locator.FRZD_R5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FRZDR5Service()
{
return $this->privates['.service_locator.FRZD_R5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository', 'getActualiteCategsRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'repo' => 'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository',
]);
}
/**
* Gets the private '.service_locator.Fd5hyJS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Fd5hyJSService()
{
return $this->privates['.service_locator.Fd5hyJS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'apiService' => ['privates', 'Acme\\SudcmsBundle\\Service\\ApiService', 'getApiServiceService', false],
'repoLang' => ['privates', 'Acme\\SudcmsBundle\\Repository\\LanguageRepository', 'getLanguageRepositoryService', false],
'repoSite' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteRepository', 'getSiteRepositoryService', false],
'repoSiteLang' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteLangRepository', 'getSiteLangRepositoryService', false],
], [
'apiService' => 'Acme\\SudcmsBundle\\Service\\ApiService',
'repoLang' => 'Acme\\SudcmsBundle\\Repository\\LanguageRepository',
'repoSite' => 'Acme\\SudcmsBundle\\Repository\\SiteRepository',
'repoSiteLang' => 'Acme\\SudcmsBundle\\Repository\\SiteLangRepository',
]);
}
/**
* Gets the private '.service_locator.GNc8e5B' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GNc8e5BService()
{
return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.GXLTvxy' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GXLTvxyService()
{
return $this->privates['.service_locator.GXLTvxy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.admin' => ['privates', 'security.firewall.map.context.admin', 'getSecurity_Firewall_Map_Context_AdminService', false],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
], [
'security.firewall.map.context.admin' => '?',
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.main' => '?',
]);
}
/**
* Gets the private '.service_locator.Gvt0ZM7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Gvt0ZM7Service()
{
return $this->privates['.service_locator.Gvt0ZM7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoLinkTags' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository', 'getDocumentLinkTagsRepositoryService', false],
'repoTags' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository', 'getDocumentTagsRepositoryService', false],
], [
'repoLinkTags' => 'Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository',
'repoTags' => 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository',
]);
}
/**
* Gets the private '.service_locator.H02Pbe0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_H02Pbe0Service()
{
return $this->privates['.service_locator.H02Pbe0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'api' => ['privates', 'Acme\\SudcmsBundle\\Service\\ApiService', 'getApiServiceService', false],
'basketService' => ['privates', 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService', 'getBasketServiceService', false],
'repoOrder' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
], [
'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
'basketService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService',
'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
]);
}
/**
* Gets the private '.service_locator.H2HEDHr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_H2HEDHrService()
{
return $this->privates['.service_locator.H2HEDHr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository', 'getDocumentCategsRepositoryService', false],
'repoDoc' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentRepository', 'getDocumentRepositoryService', false],
], [
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
'repoDoc' => 'Acme\\SudcmsBundle\\Repository\\DocumentRepository',
]);
}
/**
* Gets the private '.service_locator.HVknWFU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HVknWFUService()
{
return $this->privates['.service_locator.HVknWFU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAuthGroup' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository', 'getAuthGroupRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository', 'getDocumentCategsRepositoryService', false],
'repoDoc' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentRepository', 'getDocumentRepositoryService', false],
'repoTags' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository', 'getDocumentTagsRepositoryService', false],
], [
'repoAuthGroup' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
'repoDoc' => 'Acme\\SudcmsBundle\\Repository\\DocumentRepository',
'repoTags' => 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository',
]);
}
/**
* Gets the private '.service_locator.IAx8FgZ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IAx8FgZService()
{
return $this->privates['.service_locator.IAx8FgZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoFormElmt' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FormElementsRepository', 'getFormElementsRepositoryService', false],
'repoFormValues' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository', 'getFormElementsValuesRepositoryService', false],
], [
'repoFormElmt' => 'Acme\\SudcmsBundle\\Repository\\FormElementsRepository',
'repoFormValues' => 'Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository',
]);
}
/**
* Gets the private '.service_locator.IDp29vQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IDp29vQService()
{
return $this->privates['.service_locator.IDp29vQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'labelsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository', 'getEcoLabelsRepositoryService', false],
], [
'labelsRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository',
]);
}
/**
* Gets the private '.service_locator.IM6kYNu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IM6kYNuService()
{
return $this->privates['.service_locator.IM6kYNu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAttr' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository', 'getEcoAttributesRepositoryService', false],
], [
'repoAttr' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository',
]);
}
/**
* Gets the private '.service_locator.IRdNRcr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IRdNRcrService()
{
return $this->privates['.service_locator.IRdNRcr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAgd' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CatalogRepository', 'getCatalogRepositoryService', false],
'utils' => ['privates', 'Acme\\SudcmsBundle\\Service\\OtideaUtils', 'getOtideaUtilsService', false],
], [
'repoAgd' => 'Acme\\SudcmsBundle\\Repository\\CatalogRepository',
'utils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
]);
}
/**
* Gets the private '.service_locator.IxqvbKp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IxqvbKpService()
{
return $this->privates['.service_locator.IxqvbKp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCustomers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
], [
'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
]);
}
/**
* Gets the private '.service_locator.J.4xKDb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_J_4xKDbService()
{
return $this->privates['.service_locator.J.4xKDb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository', 'getAddressBookMediaRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'repo' => 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository',
]);
}
/**
* Gets the private '.service_locator.JKqXFIK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JKqXFIKService()
{
return $this->privates['.service_locator.JKqXFIK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'customersRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'passwordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
'repoCountry' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository', 'getEcoShippingfeesCountryRepositoryService', false],
], [
'customersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'passwordHasher' => '?',
'repoCountry' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository',
]);
}
/**
* Gets the private '.service_locator.JMNYlKS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JMNYlKSService()
{
return $this->privates['.service_locator.JMNYlKS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoProvider' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository', 'getEcoProvidersRepositoryService', false],
], [
'repoProvider' => 'Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository',
]);
}
/**
* Gets the private '.service_locator.JXaW0Ro' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JXaW0RoService()
{
return $this->privates['.service_locator.JXaW0Ro'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAttributes' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository', 'getEcoAttributesRepositoryService', false],
'repoLink' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository', 'getEcoAttributesReferencesRepositoryService', false],
'repoModels' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository', 'getEcoAttributesModelsRepositoryService', false],
'repoProduct' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
'repoRef' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
], [
'repoAttributes' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository',
'repoLink' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository',
'repoModels' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository',
'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
]);
}
/**
* Gets the private '.service_locator.JZoCrEJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JZoCrEJService()
{
return $this->privates['.service_locator.JZoCrEJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCustomers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'repoOrders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
], [
'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
]);
}
/**
* Gets the private '.service_locator.KFYOKLU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KFYOKLUService()
{
return $this->privates['.service_locator.KFYOKLU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoModel' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository', 'getEcoAttributesModelsRepositoryService', false],
], [
'repoModel' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository',
]);
}
/**
* Gets the private '.service_locator.KTQNI0D' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KTQNI0DService()
{
return $this->privates['.service_locator.KTQNI0D'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ecoOrdersRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
'ecoProductsReferencesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'repoOrderProd' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository', 'getEcoOrdersProductsRepositoryService', false],
], [
'ecoOrdersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
'ecoProductsReferencesRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'repoOrderProd' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository',
]);
}
/**
* Gets the private '.service_locator.KdEQnr.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KdEQnr_Service()
{
return $this->privates['.service_locator.KdEQnr.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authUserRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository', 'getAuthUserRepositoryService', false],
'repoCustomers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'repoOrder' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
], [
'authUserRepository' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
]);
}
/**
* Gets the private '.service_locator.KfbR3DY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KfbR3DYService()
{
return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'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".'],
], [
'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]);
}
/**
* Gets the private '.service_locator.Kp9hiQJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Kp9hiQJService()
{
return $this->privates['.service_locator.Kp9hiQJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'repoDiscount' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository', 'getEcoDiscountRepositoryService', false],
], [
'paginator' => '?',
'repoDiscount' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository',
]);
}
/**
* Gets the private '.service_locator.KsoF3Vk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KsoF3VkService()
{
return $this->privates['.service_locator.KsoF3Vk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'repoAnnuaire' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository', 'getAddressBookRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository', 'getAddressBookCategoryRepositoryService', false],
], [
'paginator' => '?',
'repoAnnuaire' => 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.L7ME_D0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_L7MED0Service()
{
return $this->privates['.service_locator.L7ME_D0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository', 'getAddressBookCategoryRepositoryService', false],
], [
'repo' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.LW.HB2_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LW_HB2Service()
{
return $this->privates['.service_locator.LW.HB2_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCountry' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository', 'getEcoShippingfeesCountryRepositoryService', false],
'repoCustomers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
], [
'repoCountry' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository',
'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
]);
}
/**
* Gets the private '.service_locator.Lb1oMjC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Lb1oMjCService()
{
return $this->privates['.service_locator.Lb1oMjC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'favProdRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository', 'getEcoCustomersFavoritesProdRepositoryService', false],
'otideaUtils' => ['privates', 'Acme\\SudcmsBundle\\Service\\OtideaUtils', 'getOtideaUtilsService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\PagesRepository', 'getPagesRepositoryService', false],
'repoCategs' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository', 'getEcoCategoriesRepositoryService', false],
'repoMarks' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository', 'getEcoMarksRepositoryService', false],
'repoProd' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
], [
'favProdRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository',
'otideaUtils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
'paginator' => '?',
'repo' => 'Acme\\SudcmsBundle\\Repository\\PagesRepository',
'repoCategs' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
'repoMarks' => 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository',
'repoProd' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
]);
}
/**
* Gets the private '.service_locator.Lh5oN8X' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Lh5oN8XService()
{
return $this->privates['.service_locator.Lh5oN8X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fp' => ['privates', 'Acme\\SudcmsBundle\\Service\\Ecommerce\\ShippingFeesService', 'getShippingFeesServiceService', false],
], [
'fp' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\ShippingFeesService',
]);
}
/**
* Gets the private '.service_locator.LtghHIF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LtghHIFService()
{
return $this->privates['.service_locator.LtghHIF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAgd' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository', 'getActualiteRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository', 'getActualiteCategsRepositoryService', false],
], [
'repoAgd' => 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository',
]);
}
/**
* Gets the private '.service_locator.M39jDxo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_M39jDxoService()
{
return $this->privates['.service_locator.M39jDxo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoRef' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
], [
'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
]);
}
/**
* Gets the private '.service_locator.M9PMcRV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_M9PMcRVService()
{
return $this->privates['.service_locator.M9PMcRV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security' => ['privates', 'security.helper', 'getSecurity_HelperService', false],
], [
'security' => '?',
]);
}
/**
* Gets the private '.service_locator.MDuFura' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MDuFuraService()
{
return $this->privates['.service_locator.MDuFura'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoDoc' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentRepository', 'getDocumentRepositoryService', false],
'utils' => ['privates', 'Acme\\SudcmsBundle\\Service\\OtideaUtils', 'getOtideaUtilsService', false],
], [
'repoDoc' => 'Acme\\SudcmsBundle\\Repository\\DocumentRepository',
'utils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
]);
}
/**
* Gets the private '.service_locator.MNmabl.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MNmabl_Service()
{
return $this->privates['.service_locator.MNmabl.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAnnuaire' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository', 'getAddressBookRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository', 'getAddressBookCategoryRepositoryService', false],
'repoLinkCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository', 'getAddressBookLinkCategoryRepositoryService', false],
], [
'repoAnnuaire' => 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
'repoLinkCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.Mse2B6j' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Mse2B6jService()
{
return $this->privates['.service_locator.Mse2B6j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ecoSettingsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository', 'getEcoSettingsRepositoryService', false],
'repoProduct' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
'repoReference' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
], [
'ecoSettingsRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository',
'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
'repoReference' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
]);
}
/**
* Gets the private '.service_locator.MvGBho3' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MvGBho3Service()
{
return $this->privates['.service_locator.MvGBho3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository', 'getAuthUserRepositoryService', false],
'repoGroup' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository', 'getAuthGroupRepositoryService', false],
], [
'repo' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
'repoGroup' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository',
]);
}
/**
* Gets the private '.service_locator.N1u.uQ2' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_N1u_UQ2Service()
{
return $this->privates['.service_locator.N1u.uQ2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoMedia' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository', 'getAddressBookMediaRepositoryService', false],
], [
'repoMedia' => 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository',
]);
}
/**
* Gets the private '.service_locator.OWf16yq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OWf16yqService()
{
return $this->privates['.service_locator.OWf16yq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cureRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CureRepository', 'getCureRepositoryService', false],
], [
'cureRepository' => 'Acme\\SudcmsBundle\\Repository\\CureRepository',
]);
}
/**
* Gets the private '.service_locator.OXckDRo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OXckDRoService()
{
return $this->privates['.service_locator.OXckDRo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAttr' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository', 'getEcoAttributesRepositoryService', false],
'repoModel' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository', 'getEcoAttributesModelsRepositoryService', false],
], [
'repoAttr' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository',
'repoModel' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository',
]);
}
/**
* Gets the private '.service_locator.Or5FCkb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Or5FCkbService()
{
return $this->privates['.service_locator.Or5FCkb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository', 'getEcoCategoriesRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'repo' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
]);
}
/**
* Gets the private '.service_locator.OyXgdTa' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OyXgdTaService()
{
return $this->privates['.service_locator.OyXgdTa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoLinkCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository', 'getAddressBookLinkCategoryRepositoryService', false],
], [
'repoLinkCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.P4Q3JCZ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_P4Q3JCZService()
{
return $this->privates['.service_locator.P4Q3JCZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAgd' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository', 'getActualiteRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository', 'getActualiteCategsRepositoryService', false],
'repoUser' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository', 'getAuthUserRepositoryService', false],
], [
'repoAgd' => 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository',
'repoUser' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
]);
}
/**
* Gets the private '.service_locator.P5DsKwH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_P5DsKwHService()
{
return $this->privates['.service_locator.P5DsKwH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoSiteLang' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteLangRepository', 'getSiteLangRepositoryService', false],
], [
'repoSiteLang' => 'Acme\\SudcmsBundle\\Repository\\SiteLangRepository',
]);
}
/**
* Gets the private '.service_locator.PDRpPv6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PDRpPv6Service()
{
return $this->privates['.service_locator.PDRpPv6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'promo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AutopromoRepository', 'getAutopromoRepositoryService', false],
], [
'promo' => 'Acme\\SudcmsBundle\\Repository\\AutopromoRepository',
]);
}
/**
* Gets the private '.service_locator.PJdHSib' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PJdHSibService()
{
return $this->privates['.service_locator.PJdHSib'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoProviders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository', 'getEcoProvidersRepositoryService', false],
], [
'repoProviders' => 'Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository',
]);
}
/**
* Gets the private '.service_locator.PuqYb_G' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PuqYbGService()
{
return $this->privates['.service_locator.PuqYb_G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authUserRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository', 'getAuthUserRepositoryService', false],
'otideaUtils' => ['privates', 'Acme\\SudcmsBundle\\Service\\OtideaUtils', 'getOtideaUtilsService', false],
'passwordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
'repoCountry' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository', 'getEcoShippingfeesCountryRepositoryService', false],
'repoCustomers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'repoCustomersAddresses' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository', 'getEcoCustomersAddressesRepositoryService', false],
], [
'authUserRepository' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
'otideaUtils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
'passwordHasher' => '?',
'repoCountry' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository',
'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'repoCustomersAddresses' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository',
]);
}
/**
* Gets the private '.service_locator.QVTKniM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QVTKniMService()
{
return $this->privates['.service_locator.QVTKniM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository', 'getCureCategorieRepositoryService', false],
], [
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository',
]);
}
/**
* Gets the private '.service_locator.QcjLBjH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QcjLBjHService()
{
return $this->privates['.service_locator.QcjLBjH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ecoProductsLabelsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository', 'getEcoProductsLabelsRepositoryService', false],
'labelsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository', 'getEcoLabelsRepositoryService', false],
], [
'ecoProductsLabelsRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository',
'labelsRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository',
]);
}
/**
* Gets the private '.service_locator.QrNbjAO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QrNbjAOService()
{
return $this->privates['.service_locator.QrNbjAO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'categorieRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository', 'getCureCategorieRepositoryService', false],
'cureRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CureRepository', 'getCureRepositoryService', false],
], [
'categorieRepository' => 'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository',
'cureRepository' => 'Acme\\SudcmsBundle\\Repository\\CureRepository',
]);
}
/**
* Gets the private '.service_locator.R7IpwcO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_R7IpwcOService()
{
return $this->privates['.service_locator.R7IpwcO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'filesystem' => ['services', '.container.private.filesystem', 'get_Container_Private_FilesystemService', false],
'repoAnnuaire' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository', 'getAddressBookRepositoryService', false],
'repoAnnuaireMedia' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository', 'getAddressBookMediaRepositoryService', false],
'utils' => ['privates', 'Acme\\SudcmsBundle\\Service\\OtideaUtils', 'getOtideaUtilsService', false],
], [
'filesystem' => '?',
'repoAnnuaire' => 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository',
'repoAnnuaireMedia' => 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository',
'utils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
]);
}
/**
* Gets the private '.service_locator.RIfb_NY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RIfbNYService()
{
return $this->privates['.service_locator.RIfb_NY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fileService' => ['privates', 'Acme\\SudcmsBundle\\Service\\FileService', 'getFileServiceService', false],
'mailer' => ['privates', 'Acme\\SudcmsBundle\\Service\\MailerService', 'getMailerServiceService', false],
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteRepository', 'getSiteRepositoryService', false],
'repoLang' => ['privates', 'Acme\\SudcmsBundle\\Repository\\LanguageRepository', 'getLanguageRepositoryService', false],
'repoMod' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ModuleRepository', 'getModuleRepositoryService', false],
'repoSiteLang' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteLangRepository', 'getSiteLangRepositoryService', false],
'repoSiteModule' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteModuleRepository', 'getSiteModuleRepositoryService', false],
], [
'fileService' => 'Acme\\SudcmsBundle\\Service\\FileService',
'mailer' => 'Acme\\SudcmsBundle\\Service\\MailerService',
'repo' => 'Acme\\SudcmsBundle\\Repository\\SiteRepository',
'repoLang' => 'Acme\\SudcmsBundle\\Repository\\LanguageRepository',
'repoMod' => 'Acme\\SudcmsBundle\\Repository\\ModuleRepository',
'repoSiteLang' => 'Acme\\SudcmsBundle\\Repository\\SiteLangRepository',
'repoSiteModule' => 'Acme\\SudcmsBundle\\Repository\\SiteModuleRepository',
]);
}
/**
* Gets the private '.service_locator.S2Cn69A' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_S2Cn69AService()
{
return $this->privates['.service_locator.S2Cn69A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coordonneesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository', 'getSiteCoordonneesRepositoryService', false],
'invoiceService' => ['privates', 'Acme\\SudcmsBundle\\Service\\Ecommerce\\InvoiceService', 'getInvoiceServiceService', false],
'repoCustomer' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'repoOrder' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
'repoRef' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
'siteRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteRepository', 'getSiteRepositoryService', false],
], [
'coordonneesRepository' => 'Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository',
'invoiceService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\InvoiceService',
'repoCustomer' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
'siteRepository' => 'Acme\\SudcmsBundle\\Repository\\SiteRepository',
]);
}
/**
* Gets the private '.service_locator.SFbo9uX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SFbo9uXService()
{
return $this->privates['.service_locator.SFbo9uX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoLang' => ['privates', 'Acme\\SudcmsBundle\\Repository\\LanguageRepository', 'getLanguageRepositoryService', false],
'repoSite' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteRepository', 'getSiteRepositoryService', false],
'repoSiteLang' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteLangRepository', 'getSiteLangRepositoryService', false],
], [
'repoLang' => 'Acme\\SudcmsBundle\\Repository\\LanguageRepository',
'repoSite' => 'Acme\\SudcmsBundle\\Repository\\SiteRepository',
'repoSiteLang' => 'Acme\\SudcmsBundle\\Repository\\SiteLangRepository',
]);
}
/**
* Gets the private '.service_locator.T4y0eqK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_T4y0eqKService()
{
return $this->privates['.service_locator.T4y0eqK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository', 'getDocumentCategsRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'repo' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
]);
}
/**
* Gets the private '.service_locator.T9V3Znc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_T9V3ZncService()
{
return $this->privates['.service_locator.T9V3Znc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'basketService' => ['privates', 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService', 'getBasketServiceService', false],
'coordonneesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository', 'getSiteCoordonneesRepositoryService', false],
'repoCustomer' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'repoOrder' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
], [
'basketService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService',
'coordonneesRepository' => 'Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository',
'repoCustomer' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
]);
}
/**
* Gets the private '.service_locator.UDgw6Ol' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UDgw6OlService()
{
return $this->privates['.service_locator.UDgw6Ol'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
], [
'authenticationUtils' => '?',
]);
}
/**
* Gets the private '.service_locator.VWQCe06' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VWQCe06Service()
{
return $this->privates['.service_locator.VWQCe06'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCustomerAddress' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository', 'getEcoCustomersAddressesRepositoryService', false],
], [
'repoCustomerAddress' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository',
]);
}
/**
* Gets the private '.service_locator.VeZ4.6U' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VeZ4_6UService()
{
return $this->privates['.service_locator.VeZ4.6U'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'customersRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'ecoCustomersRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'mailer' => ['privates', 'Acme\\SudcmsBundle\\Service\\MailerService', 'getMailerServiceService', false],
'planningRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository', 'getEcoPlanningRepositoryService', false],
], [
'customersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'ecoCustomersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'mailer' => 'Acme\\SudcmsBundle\\Service\\MailerService',
'planningRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository',
]);
}
/**
* Gets the private '.service_locator.VrV7kOR' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VrV7kORService()
{
return $this->privates['.service_locator.VrV7kOR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCustomers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
], [
'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
]);
}
/**
* Gets the private '.service_locator.VwrFHVz' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VwrFHVzService()
{
return $this->privates['.service_locator.VwrFHVz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoDiscountProd' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoDiscountProductsRepository', 'getEcoDiscountProductsRepositoryService', false],
], [
'repoDiscountProd' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountProductsRepository',
]);
}
/**
* Gets the private '.service_locator.WdymlS8' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WdymlS8Service()
{
return $this->privates['.service_locator.WdymlS8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository', 'getDocumentCategsRepositoryService', false],
'repoTags' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository', 'getDocumentTagsRepositoryService', false],
], [
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
'repoTags' => 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository',
]);
}
/**
* Gets the private '.service_locator.XrmflL5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XrmflL5Service()
{
return $this->privates['.service_locator.XrmflL5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'apiSettingsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ApiSettingsRepository', 'getApiSettingsRepositoryService', false],
], [
'apiSettingsRepository' => 'Acme\\SudcmsBundle\\Repository\\ApiSettingsRepository',
]);
}
/**
* Gets the private '.service_locator.XwtBxxm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XwtBxxmService()
{
return $this->privates['.service_locator.XwtBxxm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAddresses' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository', 'getEcoCustomersAddressesRepositoryService', false],
'repoCountry' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository', 'getEcoShippingfeesCountryRepositoryService', false],
], [
'repoAddresses' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository',
'repoCountry' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository',
]);
}
/**
* Gets the private '.service_locator.ZFS2vZ.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZFS2vZ_Service()
{
return $this->privates['.service_locator.ZFS2vZ.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCarriers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository', 'getEcoShippingCarriersRepositoryService', false],
'repoOrders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
], [
'repoCarriers' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository',
'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
]);
}
/**
* Gets the private '.service_locator.ZngRaHn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZngRaHnService()
{
return $this->privates['.service_locator.ZngRaHn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoOpt' => ['privates', 'Acme\\SudcmsBundle\\Repository\\OptionsRepository', 'getOptionsRepositoryService', false],
'siteCoordonneesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository', 'getSiteCoordonneesRepositoryService', false],
], [
'repoOpt' => 'Acme\\SudcmsBundle\\Repository\\OptionsRepository',
'siteCoordonneesRepository' => 'Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository',
]);
}
/**
* Gets the private '.service_locator.ZrCEKtA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZrCEKtAService()
{
return $this->privates['.service_locator.ZrCEKtA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCustomer' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'repoTchat' => ['privates', 'Acme\\SudcmsBundle\\Repository\\TchatRepository', 'getTchatRepositoryService', false],
'repoTchatMess' => ['privates', 'Acme\\SudcmsBundle\\Repository\\TchatMessagesRepository', 'getTchatMessagesRepositoryService', false],
'repoTchatProds' => ['privates', 'Acme\\SudcmsBundle\\Repository\\TchatProductsRepository', 'getTchatProductsRepositoryService', false],
'repoUsers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository', 'getAuthUserRepositoryService', false],
], [
'repoCustomer' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'repoTchat' => 'Acme\\SudcmsBundle\\Repository\\TchatRepository',
'repoTchatMess' => 'Acme\\SudcmsBundle\\Repository\\TchatMessagesRepository',
'repoTchatProds' => 'Acme\\SudcmsBundle\\Repository\\TchatProductsRepository',
'repoUsers' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
]);
}
/**
* Gets the private '.service_locator._Oh3dkG' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Oh3dkGService()
{
return $this->privates['.service_locator._Oh3dkG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentRepository', 'getDocumentRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'repo' => 'Acme\\SudcmsBundle\\Repository\\DocumentRepository',
]);
}
/**
* Gets the private '.service_locator._ZGi03Z' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZGi03ZService()
{
return $this->privates['.service_locator._ZGi03Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'optRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\OptionsRepository', 'getOptionsRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'optRepository' => 'Acme\\SudcmsBundle\\Repository\\OptionsRepository',
]);
}
/**
* Gets the private '.service_locator._hqz3jS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Hqz3jSService()
{
return $this->privates['.service_locator._hqz3jS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ecoProductsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository', 'getEcoCategoriesRepositoryService', false],
], [
'ecoProductsRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
]);
}
/**
* Gets the private '.service_locator.a2oGEZ1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_A2oGEZ1Service()
{
return $this->privates['.service_locator.a2oGEZ1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCarriers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository', 'getEcoShippingCarriersRepositoryService', false],
'repoOrder' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
], [
'repoCarriers' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository',
'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
]);
}
/**
* Gets the private '.service_locator.aVAyb3_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AVAyb3Service()
{
return $this->privates['.service_locator.aVAyb3_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAttr' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository', 'getEcoAttributesReferencesRepositoryService', false],
'repoFavProd' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository', 'getEcoCustomersFavoritesProdRepositoryService', false],
'repoProdBlock' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksRepository', 'getEcoProductsBlocksRepositoryService', false],
'repoProdBlockMedias' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksMediasRepository', 'getEcoProductsBlocksMediasRepositoryService', false],
'repoProduct' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
'repoReferences' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
], [
'repoAttr' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository',
'repoFavProd' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository',
'repoProdBlock' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksRepository',
'repoProdBlockMedias' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksMediasRepository',
'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
'repoReferences' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
]);
}
/**
* Gets the private '.service_locator.aYr6vm8' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AYr6vm8Service()
{
return $this->privates['.service_locator.aYr6vm8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'api' => ['privates', 'Acme\\SudcmsBundle\\Service\\ApiService', 'getApiServiceService', false],
'loyaltySystem' => ['privates', 'Acme\\SudcmsBundle\\Service\\Ecommerce\\LoyaltySystemService', 'getLoyaltySystemServiceService', false],
'repoOrders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
'repoShippingOrders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository', 'getEcoShippingOrdersRepositoryService', false],
], [
'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
'loyaltySystem' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\LoyaltySystemService',
'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
'repoShippingOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository',
]);
}
/**
* Gets the private '.service_locator.aefbH12' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AefbH12Service()
{
return $this->privates['.service_locator.aefbH12'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ecoAttributesReferencesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository', 'getEcoAttributesReferencesRepositoryService', false],
'repoProduct' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
'repoReference' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
], [
'ecoAttributesReferencesRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository',
'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
'repoReference' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
]);
}
/**
* Gets the private '.service_locator.axKpmnn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AxKpmnnService()
{
return $this->privates['.service_locator.axKpmnn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoShippingfees' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository', 'getEcoShippingfeesRepositoryService', false],
], [
'repoShippingfees' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository',
]);
}
/**
* Gets the private '.service_locator.axepjHz' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AxepjHzService()
{
return $this->privates['.service_locator.axepjHz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoNote' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersNotesRepository', 'getEcoCustomersNotesRepositoryService', false],
], [
'repoNote' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersNotesRepository',
]);
}
/**
* Gets the private '.service_locator.bEKx2c_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BEKx2cService()
{
return $this->privates['.service_locator.bEKx2c_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository', 'getEcoCategoriesRepositoryService', false],
], [
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
]);
}
/**
* Gets the private '.service_locator.bTwuE40' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BTwuE40Service()
{
return $this->privates['.service_locator.bTwuE40'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'anonimizedService' => ['privates', 'Acme\\SudcmsBundle\\Service\\AnonimizedService', 'getAnonimizedServiceService', false],
'repoCustomers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'repoOrder' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
], [
'anonimizedService' => 'Acme\\SudcmsBundle\\Service\\AnonimizedService',
'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
]);
}
/**
* Gets the private '.service_locator.bnY9_Pa' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BnY9PaService()
{
return $this->privates['.service_locator.bnY9_Pa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoProd' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
], [
'repoProd' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
]);
}
/**
* Gets the private '.service_locator.boRa70v' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BoRa70vService()
{
return $this->privates['.service_locator.boRa70v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoFlash' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FlashMessageRepository', 'getFlashMessageRepositoryService', false],
], [
'repoFlash' => 'Acme\\SudcmsBundle\\Repository\\FlashMessageRepository',
]);
}
/**
* Gets the private '.service_locator.c0eFpqr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_C0eFpqrService()
{
return $this->privates['.service_locator.c0eFpqr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'repoReseaux' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteReseauxRepository', 'getSiteReseauxRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'repoReseaux' => 'Acme\\SudcmsBundle\\Repository\\SiteReseauxRepository',
]);
}
/**
* Gets the private '.service_locator.c4HGK_0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_C4HGK0Service()
{
return $this->privates['.service_locator.c4HGK_0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoProdRef' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
], [
'repoProdRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
]);
}
/**
* Gets the private '.service_locator.d_XmiNT' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DXmiNTService()
{
return $this->privates['.service_locator.d_XmiNT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ecoProductsReferencesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
'repoAttr' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository', 'getEcoAttributesRepositoryService', false],
], [
'ecoProductsReferencesRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
'repoAttr' => 'Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository',
]);
}
/**
* Gets the private '.service_locator.dbeKdwx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DbeKdwxService()
{
return $this->privates['.service_locator.dbeKdwx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'favProdRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository', 'getEcoCustomersFavoritesProdRepositoryService', false],
'otideaUtils' => ['privates', 'Acme\\SudcmsBundle\\Service\\OtideaUtils', 'getOtideaUtilsService', false],
'repoCategs' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository', 'getEcoCategoriesRepositoryService', false],
'repoLabels' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository', 'getEcoLabelsRepositoryService', false],
'repoProd' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
'repoProdLabels' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository', 'getEcoProductsLabelsRepositoryService', false],
'repoRef' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
], [
'favProdRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository',
'otideaUtils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
'repoCategs' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
'repoLabels' => 'Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository',
'repoProd' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
'repoProdLabels' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository',
'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
]);
}
/**
* Gets the private '.service_locator.e3wCs9G' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_E3wCs9GService()
{
return $this->privates['.service_locator.e3wCs9G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'api' => ['privates', 'Acme\\SudcmsBundle\\Service\\ApiService', 'getApiServiceService', false],
'categorieRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository', 'getCureCategorieRepositoryService', false],
], [
'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
'categorieRepository' => 'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository',
]);
}
/**
* Gets the private '.service_locator.eDzB7bW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EDzB7bWService()
{
return $this->privates['.service_locator.eDzB7bW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'repoTags' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository', 'getDocumentTagsRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'repoTags' => 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository',
]);
}
/**
* Gets the private '.service_locator.eEa23k5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EEa23k5Service()
{
return $this->privates['.service_locator.eEa23k5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ecoProductsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
'repoMarks' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository', 'getEcoMarksRepositoryService', false],
], [
'ecoProductsRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
'repoMarks' => 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository',
]);
}
/**
* Gets the private '.service_locator.eJR4Z4Z' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EJR4Z4ZService()
{
return $this->privates['.service_locator.eJR4Z4Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository', 'getEcoCategoriesRepositoryService', false],
'repoDiscount' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository', 'getEcoDiscountRepositoryService', false],
'repoDiscountCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoDiscountCategoriesRepository', 'getEcoDiscountCategoriesRepositoryService', false],
'repoProduct' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
], [
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
'repoDiscount' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository',
'repoDiscountCateg' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountCategoriesRepository',
'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
]);
}
/**
* Gets the private '.service_locator.eNuwACV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ENuwACVService()
{
return $this->privates['.service_locator.eNuwACV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAgd' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CatalogRepository', 'getCatalogRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository', 'getCatalogCategsRepositoryService', false],
], [
'repoAgd' => 'Acme\\SudcmsBundle\\Repository\\CatalogRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository',
]);
}
/**
* Gets the private '.service_locator.emrJVm4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EmrJVm4Service()
{
return $this->privates['.service_locator.emrJVm4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCustomersAddresses' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository', 'getEcoCustomersAddressesRepositoryService', false],
], [
'repoCustomersAddresses' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository',
]);
}
/**
* Gets the private '.service_locator.eyQFafA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EyQFafAService()
{
return $this->privates['.service_locator.eyQFafA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ecoSettingsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository', 'getEcoSettingsRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'repoCategs' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository', 'getEcoCategoriesRepositoryService', false],
'repoProduct' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
'repoRef' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
], [
'ecoSettingsRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository',
'paginator' => '?',
'repoCategs' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
]);
}
/**
* Gets the private '.service_locator.fBoMzKa' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FBoMzKaService()
{
return $this->privates['.service_locator.fBoMzKa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository', 'getDocumentTagsRepositoryService', false],
], [
'repo' => 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository',
]);
}
/**
* Gets the private '.service_locator.feQmfUx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FeQmfUxService()
{
return $this->privates['.service_locator.feQmfUx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCustomers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'repoTchat' => ['privates', 'Acme\\SudcmsBundle\\Repository\\TchatRepository', 'getTchatRepositoryService', false],
], [
'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'repoTchat' => 'Acme\\SudcmsBundle\\Repository\\TchatRepository',
]);
}
/**
* Gets the private '.service_locator.ftX8zV6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FtX8zV6Service()
{
return $this->privates['.service_locator.ftX8zV6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAddressBook' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository', 'getAddressBookRepositoryService', false],
'repoAddressBookCategory' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository', 'getAddressBookCategoryRepositoryService', false],
'repoAddressBookMedia' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository', 'getAddressBookMediaRepositoryService', false],
], [
'repoAddressBook' => 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository',
'repoAddressBookCategory' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
'repoAddressBookMedia' => 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository',
]);
}
/**
* Gets the private '.service_locator.fvEzm2S' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FvEzm2SService()
{
return $this->privates['.service_locator.fvEzm2S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoReseaux' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteReseauxRepository', 'getSiteReseauxRepositoryService', false],
], [
'repoReseaux' => 'Acme\\SudcmsBundle\\Repository\\SiteReseauxRepository',
]);
}
/**
* Gets the private '.service_locator.g..A1Ng' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_G__A1NgService()
{
return $this->privates['.service_locator.g..A1Ng'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoActu' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository', 'getActualiteRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository', 'getActualiteCategsRepositoryService', false],
], [
'repoActu' => 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository',
]);
}
/**
* Gets the private '.service_locator.g3PpbLl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_G3PpbLlService()
{
return $this->privates['.service_locator.g3PpbLl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FormSiteRepository', 'getFormSiteRepositoryService', false],
], [
'repo' => 'Acme\\SudcmsBundle\\Repository\\FormSiteRepository',
]);
}
/**
* Gets the private '.service_locator.g4WKUvj' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_G4WKUvjService()
{
return $this->privates['.service_locator.g4WKUvj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'repoLinkTags' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository', 'getDocumentLinkTagsRepositoryService', false],
'repoTags' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository', 'getDocumentTagsRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'repoLinkTags' => 'Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository',
'repoTags' => 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository',
]);
}
/**
* Gets the private '.service_locator.gHf5fP_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GHf5fPService()
{
return $this->privates['.service_locator.gHf5fP_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'security.event_dispatcher.admin' => ['privates', 'security.event_dispatcher.admin', 'getSecurity_EventDispatcher_AdminService', false],
'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
], [
'event_dispatcher' => '?',
'security.event_dispatcher.admin' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
]);
}
/**
* Gets the private '.service_locator.giXuPUV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GiXuPUVService()
{
return $this->privates['.service_locator.giXuPUV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coordRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository', 'getSiteCoordonneesRepositoryService', false],
'ecoSettingsRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository', 'getEcoSettingsRepositoryService', false],
'params' => ['privates', 'parameter_bag', 'getParameterBagService', false],
], [
'coordRepository' => 'Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository',
'ecoSettingsRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository',
'params' => '?',
]);
}
/**
* Gets the private '.service_locator.h04RYGt' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_H04RYGtService()
{
return $this->privates['.service_locator.h04RYGt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'appKernel' => ['services', 'kernel', 'getKernelService', false],
'repoMess' => ['privates', 'Acme\\SudcmsBundle\\Repository\\TchatMessagesRepository', 'getTchatMessagesRepositoryService', false],
'repoTchat' => ['privates', 'Acme\\SudcmsBundle\\Repository\\TchatRepository', 'getTchatRepositoryService', false],
], [
'appKernel' => '?',
'repoMess' => 'Acme\\SudcmsBundle\\Repository\\TchatMessagesRepository',
'repoTchat' => 'Acme\\SudcmsBundle\\Repository\\TchatRepository',
]);
}
/**
* Gets the private '.service_locator.h_fcfLP' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HFcfLPService()
{
return $this->privates['.service_locator.h_fcfLP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'autoPromoRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AutopromoRepository', 'getAutopromoRepositoryService', false],
], [
'autoPromoRepository' => 'Acme\\SudcmsBundle\\Repository\\AutopromoRepository',
]);
}
/**
* Gets the private '.service_locator.huDKugI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HuDKugIService()
{
return $this->privates['.service_locator.huDKugI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAnnuaire' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository', 'getAddressBookRepositoryService', false],
], [
'repoAnnuaire' => 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository',
]);
}
/**
* Gets the private '.service_locator.i2PnmtW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_I2PnmtWService()
{
return $this->privates['.service_locator.i2PnmtW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository', 'getAgendaCategsRepositoryService', false],
], [
'repo' => 'Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository',
]);
}
/**
* Gets the private '.service_locator.ikH9CWu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IkH9CWuService()
{
return $this->privates['.service_locator.ikH9CWu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository', 'getDocumentCategsRepositoryService', false],
'repoDoc' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentRepository', 'getDocumentRepositoryService', false],
'security' => ['privates', 'security.helper', 'getSecurity_HelperService', false],
], [
'paginator' => '?',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
'repoDoc' => 'Acme\\SudcmsBundle\\Repository\\DocumentRepository',
'security' => '?',
]);
}
/**
* Gets the private '.service_locator.jL3ReLd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JL3ReLdService()
{
return $this->privates['.service_locator.jL3ReLd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoMod' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ModuleRepository', 'getModuleRepositoryService', false],
'repoOpt' => ['privates', 'Acme\\SudcmsBundle\\Repository\\OptionsRepository', 'getOptionsRepositoryService', false],
], [
'repoMod' => 'Acme\\SudcmsBundle\\Repository\\ModuleRepository',
'repoOpt' => 'Acme\\SudcmsBundle\\Repository\\OptionsRepository',
]);
}
/**
* Gets the private '.service_locator.jev2EZH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Jev2EZHService()
{
return $this->privates['.service_locator.jev2EZH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mailerService' => ['privates', 'Acme\\SudcmsBundle\\Service\\MailerService', 'getMailerServiceService', false],
'repoRef' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository', 'getSiteReferencementRepositoryService', false],
'users' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository', 'getAuthUserRepositoryService', false],
], [
'mailerService' => 'Acme\\SudcmsBundle\\Service\\MailerService',
'repoRef' => 'Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository',
'users' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
]);
}
/**
* Gets the private '.service_locator.jfc1a7o' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Jfc1a7oService()
{
return $this->privates['.service_locator.jfc1a7o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mailerService' => ['privates', 'Acme\\SudcmsBundle\\Service\\MailerService', 'getMailerServiceService', false],
'users' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository', 'getAuthUserRepositoryService', false],
], [
'mailerService' => 'Acme\\SudcmsBundle\\Service\\MailerService',
'users' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
]);
}
/**
* Gets the private '.service_locator.jh5fKc_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Jh5fKcService()
{
return $this->privates['.service_locator.jh5fKc_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'favProdRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository', 'getEcoCustomersFavoritesProdRepositoryService', false],
], [
'favProdRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository',
]);
}
/**
* Gets the private '.service_locator.k0ml9Qn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_K0ml9QnService()
{
return $this->privates['.service_locator.k0ml9Qn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'repoAb' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository', 'getAddressBookRepositoryService', false],
'repoAbCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository', 'getAddressBookCategoryRepositoryService', false],
], [
'paginator' => '?',
'repoAb' => 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository',
'repoAbCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.k0uPtKu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_K0uPtKuService()
{
return $this->privates['.service_locator.k0uPtKu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'repoBundle' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsBundleRepository', 'getEcoProductsBundleRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'repoBundle' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsBundleRepository',
]);
}
/**
* Gets the private '.service_locator.lYvaYGo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LYvaYGoService()
{
return $this->privates['.service_locator.lYvaYGo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'repoCustomers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'repoCustomers' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
]);
}
/**
* Gets the private '.service_locator.mJcs0gj' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MJcs0gjService()
{
return $this->privates['.service_locator.mJcs0gj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoShipping' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository', 'getEcoShippingfeesRepositoryService', false],
], [
'repoShipping' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository',
]);
}
/**
* Gets the private '.service_locator.majt7i9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Majt7i9Service()
{
return $this->privates['.service_locator.majt7i9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository', 'getAddressBookCategoryRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'repo' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.maklka0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Maklka0Service()
{
return $this->privates['.service_locator.maklka0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoOrders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
], [
'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
]);
}
/**
* Gets the private '.service_locator.mg2T0dM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Mg2T0dMService()
{
return $this->privates['.service_locator.mg2T0dM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'repoCatalog' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CatalogRepository', 'getCatalogRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository', 'getCatalogCategsRepositoryService', false],
], [
'paginator' => '?',
'repoCatalog' => 'Acme\\SudcmsBundle\\Repository\\CatalogRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository',
]);
}
/**
* Gets the private '.service_locator.mgs1NVd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Mgs1NVdService()
{
return $this->privates['.service_locator.mgs1NVd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoInvoices' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository', 'getEcoInvoicesRepositoryService', false],
'repoOrders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
'repoRef' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
'repoShippingOrders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository', 'getEcoShippingOrdersRepositoryService', false],
], [
'repoInvoices' => 'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository',
'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
'repoShippingOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository',
]);
}
/**
* Gets the private '.service_locator.o5km9mo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_O5km9moService()
{
return $this->privates['.service_locator.o5km9mo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'referencesRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository', 'getEcoCategoriesRepositoryService', false],
'repoLabels' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository', 'getEcoLabelsRepositoryService', false],
'repoMarks' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository', 'getEcoMarksRepositoryService', false],
'repoProdLabels' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository', 'getEcoProductsLabelsRepositoryService', false],
'repoProduct' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
'repoProviders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository', 'getEcoProvidersRepositoryService', false],
], [
'referencesRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository',
'repoLabels' => 'Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository',
'repoMarks' => 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository',
'repoProdLabels' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository',
'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
'repoProviders' => 'Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository',
]);
}
/**
* Gets the private '.service_locator.oNd05M.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ONd05M_Service()
{
return $this->privates['.service_locator.oNd05M.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoMarks' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository', 'getEcoMarksRepositoryService', false],
], [
'repoMarks' => 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository',
]);
}
/**
* Gets the private '.service_locator.oRl7fCJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ORl7fCJService()
{
return $this->privates['.service_locator.oRl7fCJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoDiscount' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository', 'getEcoDiscountRepositoryService', false],
], [
'repoDiscount' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository',
]);
}
/**
* Gets the private '.service_locator.ocPBAfk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OcPBAfkService()
{
return $this->privates['.service_locator.ocPBAfk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'repoLangues' => ['privates', 'Acme\\SudcmsBundle\\Repository\\LanguageRepository', 'getLanguageRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'repoLangues' => 'Acme\\SudcmsBundle\\Repository\\LanguageRepository',
]);
}
/**
* Gets the private '.service_locator.ologSxD' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OlogSxDService()
{
return $this->privates['.service_locator.ologSxD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'modRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ModuleRepository', 'getModuleRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'modRepository' => 'Acme\\SudcmsBundle\\Repository\\ModuleRepository',
]);
}
/**
* Gets the private '.service_locator.p.ZagAN' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_P_ZagANService()
{
return $this->privates['.service_locator.p.ZagAN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoConfig' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentConfigRepository', 'getDocumentConfigRepositoryService', false],
], [
'repoConfig' => 'Acme\\SudcmsBundle\\Repository\\DocumentConfigRepository',
]);
}
/**
* Gets the private '.service_locator.p3u_jxu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_P3uJxuService()
{
return $this->privates['.service_locator.p3u_jxu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'api' => ['privates', 'Acme\\SudcmsBundle\\Service\\ApiService', 'getApiServiceService', false],
'ecoCustomersRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'passwordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
], [
'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
'ecoCustomersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'passwordHasher' => '?',
]);
}
/**
* Gets the private '.service_locator.pgDIK6B' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PgDIK6BService()
{
return $this->privates['.service_locator.pgDIK6B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'planningRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository', 'getEcoPlanningRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'planningRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository',
]);
}
/**
* Gets the private '.service_locator.poshs.G' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Poshs_GService()
{
return $this->privates['.service_locator.poshs.G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'api' => ['privates', 'Acme\\SudcmsBundle\\Service\\ApiService', 'getApiServiceService', false],
'basketService' => ['privates', 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService', 'getBasketServiceService', false],
'customersRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'repoAddress' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository', 'getEcoCustomersAddressesRepositoryService', false],
'repoDiscount' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository', 'getEcoDiscountRepositoryService', false],
'repoOrder' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
], [
'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
'basketService' => 'Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService',
'customersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'repoAddress' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository',
'repoDiscount' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository',
'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
]);
}
/**
* Gets the private '.service_locator.ppeffFd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PpeffFdService()
{
return $this->privates['.service_locator.ppeffFd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'appKernel' => ['services', 'kernel', 'getKernelService', false],
'repoInvoices' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository', 'getEcoInvoicesRepositoryService', false],
'repoOrders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
], [
'appKernel' => '?',
'repoInvoices' => 'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository',
'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
]);
}
/**
* Gets the private '.service_locator.pwZ6MTM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PwZ6MTMService()
{
return $this->privates['.service_locator.pwZ6MTM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'passwordEncoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
], [
'passwordEncoder' => '?',
]);
}
/**
* Gets the private '.service_locator.q6xBJBM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Q6xBJBMService()
{
return $this->privates['.service_locator.q6xBJBM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FormSiteRepository', 'getFormSiteRepositoryService', false],
'repoAddress' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FormAdressesRepository', 'getFormAdressesRepositoryService', false],
], [
'repo' => 'Acme\\SudcmsBundle\\Repository\\FormSiteRepository',
'repoAddress' => 'Acme\\SudcmsBundle\\Repository\\FormAdressesRepository',
]);
}
/**
* Gets the private '.service_locator.qPfhSwI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QPfhSwIService()
{
return $this->privates['.service_locator.qPfhSwI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAbCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository', 'getAddressBookCategoryRepositoryService', false],
], [
'repoAbCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.qmz.gka' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Qmz_GkaService()
{
return $this->privates['.service_locator.qmz.gka'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AutopromoRepository', 'getAutopromoRepositoryService', false],
], [
'repo' => 'Acme\\SudcmsBundle\\Repository\\AutopromoRepository',
]);
}
/**
* Gets the private '.service_locator.qxWSnnm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QxWSnnmService()
{
return $this->privates['.service_locator.qxWSnnm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCarriers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository', 'getEcoShippingCarriersRepositoryService', false],
], [
'repoCarriers' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository',
]);
}
/**
* Gets the private '.service_locator.qyKBtFx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QyKBtFxService()
{
return $this->privates['.service_locator.qyKBtFx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoProducts' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository', 'getEcoOrdersProductsRepositoryService', false],
], [
'repoProducts' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository',
]);
}
/**
* Gets the private '.service_locator.r7wMxg1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_R7wMxg1Service()
{
return $this->privates['.service_locator.r7wMxg1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoOrders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
'repoProdRef' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
'repoProduct' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
], [
'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
'repoProdRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
'repoProduct' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
]);
}
/**
* Gets the private '.service_locator.r9pF1p_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_R9pF1pService()
{
return $this->privates['.service_locator.r9pF1p_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoMod' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ModuleRepository', 'getModuleRepositoryService', false],
'repoOpt' => ['privates', 'Acme\\SudcmsBundle\\Repository\\OptionsRepository', 'getOptionsRepositoryService', false],
'repoUser' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository', 'getAuthUserRepositoryService', false],
], [
'repoMod' => 'Acme\\SudcmsBundle\\Repository\\ModuleRepository',
'repoOpt' => 'Acme\\SudcmsBundle\\Repository\\OptionsRepository',
'repoUser' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
]);
}
/**
* Gets the private '.service_locator.rfiQQyp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RfiQQypService()
{
return $this->privates['.service_locator.rfiQQyp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCarriers' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository', 'getEcoShippingCarriersRepositoryService', false],
'repoCountry' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository', 'getEcoShippingfeesCountryRepositoryService', false],
'repoCustomer' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'repoDiscountOrders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoDiscountOrdersRepository', 'getEcoDiscountOrdersRepositoryService', false],
'repoEcoSettings' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository', 'getEcoSettingsRepositoryService', false],
'repoInvoices' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository', 'getEcoInvoicesRepositoryService', false],
'repoOrder' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
'repoRef' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
'repoShip' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository', 'getEcoShippingOrdersRepositoryService', false],
], [
'repoCarriers' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository',
'repoCountry' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository',
'repoCustomer' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'repoDiscountOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoDiscountOrdersRepository',
'repoEcoSettings' => 'Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository',
'repoInvoices' => 'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository',
'repoOrder' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
'repoRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
'repoShip' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository',
]);
}
/**
* Gets the private '.service_locator.s0aQVV_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_S0aQVVService()
{
return $this->privates['.service_locator.s0aQVV_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoOpt' => ['privates', 'Acme\\SudcmsBundle\\Repository\\OptionsRepository', 'getOptionsRepositoryService', false],
'repoRef' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository', 'getSiteReferencementRepositoryService', false],
], [
'repoOpt' => 'Acme\\SudcmsBundle\\Repository\\OptionsRepository',
'repoRef' => 'Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository',
]);
}
/**
* Gets the private '.service_locator.sFxeuFi' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SFxeuFiService()
{
return $this->privates['.service_locator.sFxeuFi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'repoModule' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ModuleRepository', 'getModuleRepositoryService', false],
'repoSite' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteRepository', 'getSiteRepositoryService', false],
'repoSiteModule' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteModuleRepository', 'getSiteModuleRepositoryService', false],
'siteLang' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteLangRepository', 'getSiteLangRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'repoModule' => 'Acme\\SudcmsBundle\\Repository\\ModuleRepository',
'repoSite' => 'Acme\\SudcmsBundle\\Repository\\SiteRepository',
'repoSiteModule' => 'Acme\\SudcmsBundle\\Repository\\SiteModuleRepository',
'siteLang' => 'Acme\\SudcmsBundle\\Repository\\SiteLangRepository',
]);
}
/**
* Gets the private '.service_locator.sHnA6c9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SHnA6c9Service()
{
return $this->privates['.service_locator.sHnA6c9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository', 'getAgendaCategsRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'repo' => 'Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository',
]);
}
/**
* Gets the private '.service_locator.saObABm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SaObABmService()
{
return $this->privates['.service_locator.saObABm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FlashMessageRepository', 'getFlashMessageRepositoryService', false],
], [
'repo' => 'Acme\\SudcmsBundle\\Repository\\FlashMessageRepository',
]);
}
/**
* Gets the private '.service_locator.slfJhNU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SlfJhNUService()
{
return $this->privates['.service_locator.slfJhNU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ecoCustomersRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'mailer' => ['privates', 'Acme\\SudcmsBundle\\Service\\MailerService', 'getMailerServiceService', false],
'planningRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository', 'getEcoPlanningRepositoryService', false],
], [
'ecoCustomersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'mailer' => 'Acme\\SudcmsBundle\\Service\\MailerService',
'planningRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository',
]);
}
/**
* Gets the private '.service_locator.suetaYj' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SuetaYjService()
{
return $this->privates['.service_locator.suetaYj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'api' => ['privates', 'Acme\\SudcmsBundle\\Service\\ApiService', 'getApiServiceService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository', 'getCureCategorieRepositoryService', false],
'repoCure' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CureRepository', 'getCureRepositoryService', false],
], [
'api' => 'Acme\\SudcmsBundle\\Service\\ApiService',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\CureCategorieRepository',
'repoCure' => 'Acme\\SudcmsBundle\\Repository\\CureRepository',
]);
}
/**
* Gets the private '.service_locator.t6_3Sp2' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_T63Sp2Service()
{
return $this->privates['.service_locator.t6_3Sp2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository', 'getAddressBookCategoryRepositoryService', false],
], [
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.tE5.8Ej' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TE5_8EjService()
{
return $this->privates['.service_locator.tE5.8Ej'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository', 'getActualiteCategsRepositoryService', false],
], [
'repo' => 'Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository',
]);
}
/**
* Gets the private '.service_locator.tdcn7ZB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Tdcn7ZBService()
{
return $this->privates['.service_locator.tdcn7ZB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAgd' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository', 'getAgendaCategsRepositoryService', false],
], [
'repoAgd' => 'Acme\\SudcmsBundle\\Repository\\AgendaRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository',
]);
}
/**
* Gets the private '.service_locator.to90PI8' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_To90PI8Service()
{
return $this->privates['.service_locator.to90PI8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'formService' => ['privates', 'Acme\\SudcmsBundle\\Service\\FormBuilderService', 'getFormBuilderServiceService', false],
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FormSiteRepository', 'getFormSiteRepositoryService', false],
'slugger' => ['privates', 'slugger', 'getSluggerService', false],
], [
'formService' => 'Acme\\SudcmsBundle\\Service\\FormBuilderService',
'repo' => 'Acme\\SudcmsBundle\\Repository\\FormSiteRepository',
'slugger' => '?',
]);
}
/**
* Gets the private '.service_locator.u59_MoX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_U59MoXService()
{
return $this->privates['.service_locator.u59_MoX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoDoc' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentRepository', 'getDocumentRepositoryService', false],
'urlizer' => ['privates', 'Acme\\SudcmsBundle\\Service\\UrlizerService', 'getUrlizerServiceService', false],
'utils' => ['privates', 'Acme\\SudcmsBundle\\Service\\OtideaUtils', 'getOtideaUtilsService', false],
], [
'repoDoc' => 'Acme\\SudcmsBundle\\Repository\\DocumentRepository',
'urlizer' => 'Acme\\SudcmsBundle\\Service\\UrlizerService',
'utils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
]);
}
/**
* Gets the private '.service_locator.upia77E' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Upia77EService()
{
return $this->privates['.service_locator.upia77E'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'appKernel' => ['services', 'kernel', 'getKernelService', false],
], [
'appKernel' => '?',
]);
}
/**
* Gets the private '.service_locator.vB7nj0_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VB7nj0Service()
{
return $this->privates['.service_locator.vB7nj0_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoOrders' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository', 'getEcoOrdersRepositoryService', false],
'repoOrdersProd' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository', 'getEcoOrdersProductsRepositoryService', false],
'repoProdRef' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository', 'getEcoProductsReferencesRepositoryService', false],
], [
'repoOrders' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository',
'repoOrdersProd' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository',
'repoProdRef' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository',
]);
}
/**
* Gets the private '.service_locator.vIAzILW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VIAzILWService()
{
return $this->privates['.service_locator.vIAzILW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAddress' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository', 'getEcoCustomersAddressesRepositoryService', false],
'repoCountry' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository', 'getEcoShippingfeesCountryRepositoryService', false],
'repoCustomer' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
], [
'repoAddress' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository',
'repoCountry' => 'Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository',
'repoCustomer' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
]);
}
/**
* Gets the private '.service_locator.wA2VyVv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WA2VyVvService()
{
return $this->privates['.service_locator.wA2VyVv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
]);
}
/**
* Gets the private '.service_locator.wV06.1Y' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WV06_1YService()
{
return $this->privates['.service_locator.wV06.1Y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository', 'getCatalogCategsRepositoryService', false],
], [
'repo' => 'Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository',
]);
}
/**
* Gets the private '.service_locator.wazk4y0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Wazk4y0Service()
{
return $this->privates['.service_locator.wazk4y0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axAddFlashMessage' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axCheckCategory' => ['privates', '.service_locator.OyXgdTa', 'get_ServiceLocator_OyXgdTaService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axDisplayAnnuaireCateg' => ['privates', '.service_locator.L7ME_D0', 'get_ServiceLocator_L7MED0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axDisplayCategories' => ['privates', '.service_locator.ArN3xET', 'get_ServiceLocator_ArN3xETService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axDisplayOrderCategAnnuaire' => ['privates', '.service_locator.L7ME_D0', 'get_ServiceLocator_L7MED0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axRemoveAnnuaireCategBandeau' => ['privates', '.service_locator.majt7i9', 'get_ServiceLocator_Majt7i9Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axRemoveCategorie' => ['privates', '.service_locator.E9tbfcV', 'get_ServiceLocator_E9tbfcVService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axUpdateMediaAnnuaireAlt' => ['privates', '.service_locator.J.4xKDb', 'get_ServiceLocator_J_4xKDbService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axUpdateOrderCategorieAnnuaire' => ['privates', '.service_locator.t6_3Sp2', 'get_ServiceLocator_T63Sp2Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axUpdateOrderMedia' => ['privates', '.service_locator.N1u.uQ2', 'get_ServiceLocator_N1u_UQ2Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::categories' => ['privates', '.service_locator.KsoF3Vk', 'get_ServiceLocator_KsoF3VkService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::deleteMedia' => ['privates', '.service_locator.B5MUiv3', 'get_ServiceLocator_B5MUiv3Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::edition_fiche' => ['privates', '.service_locator.yECt5pp', 'get_ServiceLocator_YECt5ppService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::importer' => ['privates', '.service_locator.upia77E', 'get_ServiceLocator_Upia77EService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::index' => ['privates', '.service_locator.MNmabl.', 'get_ServiceLocator_MNmabl_Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::removeIllustration' => ['privates', '.service_locator.huDKugI', 'get_ServiceLocator_HuDKugIService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::remove_annuaire_fiche' => ['privates', '.service_locator.R7IpwcO', 'get_ServiceLocator_R7IpwcOService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::saveAddress' => ['privates', '.service_locator.huDKugI', 'get_ServiceLocator_HuDKugIService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::agenda_categories' => ['privates', '.service_locator.tdcn7ZB', 'get_ServiceLocator_Tdcn7ZBService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::agenda_edition' => ['privates', '.service_locator.tdcn7ZB', 'get_ServiceLocator_Tdcn7ZBService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axAddFlashMessage' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axDisplayCateg' => ['privates', '.service_locator.i2PnmtW', 'get_ServiceLocator_I2PnmtWService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axDisplayOrderCateg' => ['privates', '.service_locator.i2PnmtW', 'get_ServiceLocator_I2PnmtWService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axRemoveCategBandeau' => ['privates', '.service_locator.sHnA6c9', 'get_ServiceLocator_SHnA6c9Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axRemoveCategorie' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::index' => ['privates', '.service_locator.tdcn7ZB', 'get_ServiceLocator_Tdcn7ZBService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::remove_agenda' => ['privates', '.service_locator.6yt5FIt', 'get_ServiceLocator_6yt5FItService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController::axSortAutopromo' => ['privates', '.service_locator.xXi.g7M', 'get_ServiceLocator_XXi_G7MService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController::editAutopromo' => ['privates', '.service_locator.qmz.gka', 'get_ServiceLocator_Qmz_GkaService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController::listAutopromo' => ['privates', '.service_locator.h_fcfLP', 'get_ServiceLocator_HFcfLPService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController::removeAutopromo' => ['privates', '.service_locator.PDRpPv6', 'get_ServiceLocator_PDRpPv6Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController::axSaveMediaAlt' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController::axUpdateBlock' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController::uploadStreamMedias' => ['privates', '.service_locator..PdxqaD', 'get_ServiceLocator__PdxqaDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController::axDeleteEventCalendar' => ['privates', '.service_locator.pgDIK6B', 'get_ServiceLocator_PgDIK6BService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController::axDisplayPopup' => ['privates', '.service_locator.yLkgVSs', 'get_ServiceLocator_YLkgVSsService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController::axUpdateAfterDrop' => ['privates', '.service_locator.slfJhNU', 'get_ServiceLocator_SlfJhNUService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController::index' => ['privates', '.service_locator.VeZ4.6U', 'get_ServiceLocator_VeZ4_6UService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axAddFlashMessage' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axDeleteBlock' => ['privates', '.service_locator..PdxqaD', 'get_ServiceLocator__PdxqaDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axDisplayCateg' => ['privates', '.service_locator.wV06.1Y', 'get_ServiceLocator_WV06_1YService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axDisplayOrderCateg' => ['privates', '.service_locator.wV06.1Y', 'get_ServiceLocator_WV06_1YService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axRemoveCategBandeau' => ['privates', '.service_locator.05LSF5c', 'get_ServiceLocator_05LSF5cService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axRemoveCategorie' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axRemoveMedia' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axSaveMediaAlt' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axUpdateBlock' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axUpdateMediaAlt' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::catalog_categories' => ['privates', '.service_locator.eNuwACV', 'get_ServiceLocator_ENuwACVService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::catalog_edition' => ['privates', '.service_locator.ETpYcDI', 'get_ServiceLocator_ETpYcDIService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::index' => ['privates', '.service_locator.ETpYcDI', 'get_ServiceLocator_ETpYcDIService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::remove_catalog' => ['privates', '.service_locator.IRdNRcr', 'get_ServiceLocator_IRdNRcrService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::uploadStreamMedias' => ['privates', '.service_locator..PdxqaD', 'get_ServiceLocator__PdxqaDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminController::site' => ['privates', '.service_locator.P5DsKwH', 'get_ServiceLocator_P5DsKwHService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::axDisplayFormCategory' => ['privates', '.service_locator.QVTKniM', 'get_ServiceLocator_QVTKniMService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::axDisplayFormCure' => ['privates', '.service_locator.suetaYj', 'get_ServiceLocator_SuetaYjService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::cureCategDelete' => ['privates', '.service_locator.QrNbjAO', 'get_ServiceLocator_QrNbjAOService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::cureDelete' => ['privates', '.service_locator.OWf16yq', 'get_ServiceLocator_OWf16yqService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::curesCategList' => ['privates', '.service_locator.e3wCs9G', 'get_ServiceLocator_E3wCs9GService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::curesList' => ['privates', '.service_locator.DX3ZVKj', 'get_ServiceLocator_DX3ZVKjService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::address_editing' => ['privates', '.service_locator.VWQCe06', 'get_ServiceLocator_VWQCe06Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::archived_customer' => ['privates', '.service_locator.bTwuE40', 'get_ServiceLocator_BTwuE40Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::axDisplayModaleNote' => ['privates', '.service_locator.axepjHz', 'get_ServiceLocator_AxepjHzService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::axDisplayModaleShippingAddress' => ['privates', '.service_locator.XwtBxxm', 'get_ServiceLocator_XwtBxxmService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::customer_note' => ['privates', '.service_locator.axepjHz', 'get_ServiceLocator_AxepjHzService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::customer_orders' => ['privates', '.service_locator.a2oGEZ1', 'get_ServiceLocator_A2oGEZ1Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::customer_tchat' => ['privates', '.service_locator.6qW7xkI', 'get_ServiceLocator_6qW7xkIService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::editing' => ['privates', '.service_locator.PuqYb_G', 'get_ServiceLocator_PuqYbGService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::index' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::remove_customer' => ['privates', '.service_locator.KdEQnr.', 'get_ServiceLocator_KdEQnr_Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::remove_note' => ['privates', '.service_locator.axepjHz', 'get_ServiceLocator_AxepjHzService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::userOdyssee' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axAddDocumentTag' => ['privates', '.service_locator.eDzB7bW', 'get_ServiceLocator_EDzB7bWService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axAddNewTag' => ['privates', '.service_locator.xd_iSmB', 'get_ServiceLocator_XdISmBService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axDeleteTag' => ['privates', '.service_locator.g4WKUvj', 'get_ServiceLocator_G4WKUvjService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axDisplayDocumentCateg' => ['privates', '.service_locator.x2pffqE', 'get_ServiceLocator_X2pffqEService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axDisplayModalTag' => ['privates', '.service_locator.fBoMzKa', 'get_ServiceLocator_FBoMzKaService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axDisplayOrderCateg' => ['privates', '.service_locator.5tEO2Jw', 'get_ServiceLocator_5tEO2JwService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axRemoveCategorie' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axRemoveDocumentCategBandeau' => ['privates', '.service_locator.T4y0eqK', 'get_ServiceLocator_T4y0eqKService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axRemoveDocumentFiche' => ['privates', '.service_locator._Oh3dkG', 'get_ServiceLocator_Oh3dkGService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axRemoveDocumentTag' => ['privates', '.service_locator.wq.3aDh', 'get_ServiceLocator_Wq_3aDhService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axSearchDocumentTag' => ['privates', '.service_locator.Gvt0ZM7', 'get_ServiceLocator_Gvt0ZM7Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_categories' => ['privates', '.service_locator.BBvLUa0', 'get_ServiceLocator_BBvLUa0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_config' => ['privates', '.service_locator.p.ZagAN', 'get_ServiceLocator_P_ZagANService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_edition' => ['privates', '.service_locator.HVknWFU', 'get_ServiceLocator_HVknWFUService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_remove' => ['privates', '.service_locator.MDuFura', 'get_ServiceLocator_MDuFuraService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_tags' => ['privates', '.service_locator.WdymlS8', 'get_ServiceLocator_WdymlS8Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_upload' => ['privates', '.service_locator.u59_MoX', 'get_ServiceLocator_U59MoXService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::index' => ['privates', '.service_locator.H2HEDHr', 'get_ServiceLocator_H2HEDHrService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController::axDisplayFlashMessage' => ['privates', '.service_locator.saObABm', 'get_ServiceLocator_SaObABmService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController::edit_flash_message' => ['privates', '.service_locator.boRa70v', 'get_ServiceLocator_BoRa70vService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController::index' => ['privates', '.service_locator.boRa70v', 'get_ServiceLocator_BoRa70vService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::axDisplayEditFormElement' => ['privates', '.service_locator.A4H2mEQ', 'get_ServiceLocator_A4H2mEQService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::axUpdateAddresseState' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::deleteForm' => ['privates', '.service_locator.g3PpbLl', 'get_ServiceLocator_G3PpbLlService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::deleteRecipient' => ['privates', '.service_locator.9.QBVvC', 'get_ServiceLocator_9_QBVvCService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::editForm' => ['privates', '.service_locator.to90PI8', 'get_ServiceLocator_To90PI8Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::editRecipient' => ['privates', '.service_locator.q6xBJBM', 'get_ServiceLocator_Q6xBJBMService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::formsList' => ['privates', '.service_locator.4prGdU6', 'get_ServiceLocator_4prGdU6Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::notificationsList' => ['privates', '.service_locator.4prGdU6', 'get_ServiceLocator_4prGdU6Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::removeFormElement' => ['privates', '.service_locator.IAx8FgZ', 'get_ServiceLocator_IAx8FgZService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::saveFormElement' => ['privates', '.service_locator.1L3a5Rm', 'get_ServiceLocator_1L3a5RmService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::apiSettings' => ['privates', '.service_locator.XrmflL5', 'get_ServiceLocator_XrmflL5Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axDisplayFormShippingFees' => ['privates', '.service_locator.axKpmnn', 'get_ServiceLocator_AxKpmnnService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axRemoveDiscountProduct' => ['privates', '.service_locator.VwrFHVz', 'get_ServiceLocator_VwrFHVzService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axRemoveShippingFees' => ['privates', '.service_locator.axKpmnn', 'get_ServiceLocator_AxKpmnnService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axSelectDiscountProduct' => ['privates', '.service_locator.bnY9_Pa', 'get_ServiceLocator_BnY9PaService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axTestResult' => ['privates', '.service_locator.0.UVcPM', 'get_ServiceLocator_0_UVcPMService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::carrier_editing' => ['privates', '.service_locator.AqNm9hN', 'get_ServiceLocator_AqNm9hNService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::carrier_shippingfees' => ['privates', '.service_locator.qxWSnnm', 'get_ServiceLocator_QxWSnnmService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::carrier_shippingfees_update' => ['privates', '.service_locator.mJcs0gj', 'get_ServiceLocator_MJcs0gjService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::discount_editing' => ['privates', '.service_locator.eJR4Z4Z', 'get_ServiceLocator_EJR4Z4ZService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::discount_index' => ['privates', '.service_locator.Kp9hiQJ', 'get_ServiceLocator_Kp9hiQJService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::discount_test' => ['privates', '.service_locator.6yzbz48', 'get_ServiceLocator_6yzbz48Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::ecommerce_settings' => ['privates', '.service_locator.giXuPUV', 'get_ServiceLocator_GiXuPUVService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::index' => ['privates', '.service_locator.qxWSnnm', 'get_ServiceLocator_QxWSnnmService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::productSearch' => ['privates', '.service_locator.7I0Nf6S', 'get_ServiceLocator_7I0Nf6SService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::removeDiscount' => ['privates', '.service_locator.oRl7fCJ', 'get_ServiceLocator_ORl7fCJService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::actualite_categories' => ['privates', '.service_locator.LtghHIF', 'get_ServiceLocator_LtghHIFService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::actualite_edition' => ['privates', '.service_locator.P4Q3JCZ', 'get_ServiceLocator_P4Q3JCZService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axAddFlashMessage' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axDisplayCateg' => ['privates', '.service_locator.tE5.8Ej', 'get_ServiceLocator_TE5_8EjService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axDisplayOrderCateg' => ['privates', '.service_locator.tE5.8Ej', 'get_ServiceLocator_TE5_8EjService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axRemoveCategBandeau' => ['privates', '.service_locator.FRZD_R5', 'get_ServiceLocator_FRZDR5Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axRemoveCategorie' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::index' => ['privates', '.service_locator.P4Q3JCZ', 'get_ServiceLocator_P4Q3JCZService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::remove_actualite' => ['privates', '.service_locator.7JOdU3w', 'get_ServiceLocator_7JOdU3wService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController::export' => ['privates', '.service_locator.8kn0eot', 'get_ServiceLocator_8kn0eotService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController::home' => ['privates', '.service_locator.8kn0eot', 'get_ServiceLocator_8kn0eotService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController::truncate' => ['privates', '.service_locator.8kn0eot', 'get_ServiceLocator_8kn0eotService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axCustomerSearch' => ['privates', '.service_locator.lYvaYGo', 'get_ServiceLocator_LYvaYGoService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayAddresses' => ['privates', '.service_locator.vIAzILW', 'get_ServiceLocator_VIAzILWService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayFailureOrder' => ['privates', '.service_locator.maklka0', 'get_ServiceLocator_Maklka0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayFormCreditNote' => ['privates', '.service_locator.CC5lNLl', 'get_ServiceLocator_CC5lNLlService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayFormExpedition' => ['privates', '.service_locator.3mH2jnX', 'get_ServiceLocator_3mH2jnXService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayProduct' => ['privates', '.service_locator.M39jDxo', 'get_ServiceLocator_M39jDxoService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axProductSearch' => ['privates', '.service_locator.7I0Nf6S', 'get_ServiceLocator_7I0Nf6SService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axReferencesSearch' => ['privates', '.service_locator.M39jDxo', 'get_ServiceLocator_M39jDxoService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axRemoveProductOrder' => ['privates', '.service_locator.KTQNI0D', 'get_ServiceLocator_KTQNI0DService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axSelectDeliveryAddress' => ['privates', '.service_locator.vIAzILW', 'get_ServiceLocator_VIAzILWService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axSelectShippingCarrier' => ['privates', '.service_locator.Lh5oN8X', 'get_ServiceLocator_Lh5oN8XService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axUpdateOrderProductQte' => ['privates', '.service_locator.KTQNI0D', 'get_ServiceLocator_KTQNI0DService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExport' => ['privates', '.service_locator.maklka0', 'get_ServiceLocator_Maklka0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExportCustomers' => ['privates', '.service_locator.LW.HB2_', 'get_ServiceLocator_LW_HB2Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExportInvoices' => ['privates', '.service_locator.yZvClaH', 'get_ServiceLocator_YZvClaHService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExportOrders' => ['privates', '.service_locator.maklka0', 'get_ServiceLocator_Maklka0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExportProdOrder' => ['privates', '.service_locator.qyKBtFx', 'get_ServiceLocator_QyKBtFxService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::generatePurchaseOrderPDF' => ['privates', '.service_locator.S2Cn69A', 'get_ServiceLocator_S2Cn69AService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::index' => ['privates', '.service_locator.ZFS2vZ.', 'get_ServiceLocator_ZFS2vZ_Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::orderValidateChequePayment' => ['privates', '.service_locator.maklka0', 'get_ServiceLocator_Maklka0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::order_cancellation' => ['privates', '.service_locator.vB7nj0_', 'get_ServiceLocator_VB7nj0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::order_credit_note' => ['privates', '.service_locator.z3.0osA', 'get_ServiceLocator_Z3_0osAService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::order_processing' => ['privates', '.service_locator.rfiQQyp', 'get_ServiceLocator_RfiQQypService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::ordersCures' => ['privates', '.service_locator.xbvMKZc', 'get_ServiceLocator_XbvMKZcService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::ordersProductCures' => ['privates', '.service_locator.zWGzXqJ', 'get_ServiceLocator_ZWGzXqJService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::orders_editing' => ['privates', '.service_locator.FIoiNhh', 'get_ServiceLocator_FIoiNhhService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::statistics' => ['privates', '.service_locator.maklka0', 'get_ServiceLocator_Maklka0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::ajaxLoadTree' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axAjouterPage' => ['privates', '.service_locator..PdxqaD', 'get_ServiceLocator__PdxqaDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axDupliquerPage' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axEditerPage' => ['privates', '.service_locator..0zQQ2a', 'get_ServiceLocator__0zQQ2aService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axUpdatePage' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axUpdatePermalien' => ['privates', '.service_locator..PdxqaD', 'get_ServiceLocator__PdxqaDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::uploadStreamMediasBandeau' => ['privates', '.service_locator..PdxqaD', 'get_ServiceLocator__PdxqaDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::attributes' => ['privates', '.service_locator.OXckDRo', 'get_ServiceLocator_OXckDRoService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::attributes_models' => ['privates', '.service_locator.KFYOKLU', 'get_ServiceLocator_KFYOKLUService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axCheckCategory' => ['privates', '.service_locator.7r8F4nM', 'get_ServiceLocator_7r8F4nMService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayCategories' => ['privates', '.service_locator.5bYnj.0', 'get_ServiceLocator_5bYnj_0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormAttribute' => ['privates', '.service_locator.IM6kYNu', 'get_ServiceLocator_IM6kYNuService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormAttributeModel' => ['privates', '.service_locator.KFYOKLU', 'get_ServiceLocator_KFYOKLUService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormCategory' => ['privates', '.service_locator.bEKx2c_', 'get_ServiceLocator_BEKx2cService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormMark' => ['privates', '.service_locator.wucYR.F', 'get_ServiceLocator_WucYR_FService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormProvider' => ['privates', '.service_locator.JMNYlKS', 'get_ServiceLocator_JMNYlKSService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormlabel' => ['privates', '.service_locator.IDp29vQ', 'get_ServiceLocator_IDp29vQService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayOrderCateg' => ['privates', '.service_locator.bEKx2c_', 'get_ServiceLocator_BEKx2cService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axRefOdyssee' => ['privates', '.service_locator.0.UVcPM', 'get_ServiceLocator_0_UVcPMService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axRemoveCategBandeau' => ['privates', '.service_locator.Or5FCkb', 'get_ServiceLocator_Or5FCkbService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axRemoveProduct' => ['privates', '.service_locator.aVAyb3_', 'get_ServiceLocator_AVAyb3Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axSaveMediaAlt' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axUpdateBlock' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axUpdateProductQtePack' => ['privates', '.service_locator.k0uPtKu', 'get_ServiceLocator_K0uPtKuService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::bundle' => ['privates', '.service_locator.BUfq.EG', 'get_ServiceLocator_BUfq_EGService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::categories' => ['privates', '.service_locator.bEKx2c_', 'get_ServiceLocator_BEKx2cService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::excelExportProducts' => ['privates', '.service_locator.7I0Nf6S', 'get_ServiceLocator_7I0Nf6SService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::index' => ['privates', '.service_locator.eyQFafA', 'get_ServiceLocator_EyQFafAService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::insert_combination' => ['privates', '.service_locator.6UBvWCT', 'get_ServiceLocator_6UBvWCTService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::insert_reference_bundle' => ['privates', '.service_locator.EPbTluD', 'get_ServiceLocator_EPbTluDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::labels' => ['privates', '.service_locator.IDp29vQ', 'get_ServiceLocator_IDp29vQService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::marks' => ['privates', '.service_locator.oNd05M.', 'get_ServiceLocator_ONd05M_Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_bundle_remove' => ['privates', '.service_locator.EPbTluD', 'get_ServiceLocator_EPbTluDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_combination' => ['privates', '.service_locator.BUfq.EG', 'get_ServiceLocator_BUfq_EGService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_combination_remove' => ['privates', '.service_locator.6UBvWCT', 'get_ServiceLocator_6UBvWCTService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_editing' => ['privates', '.service_locator.o5km9mo', 'get_ServiceLocator_O5km9moService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_presentation' => ['privates', '.service_locator.6lQqvTe', 'get_ServiceLocator_6lQqvTeService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_reference_edit' => ['privates', '.service_locator.Mse2B6j', 'get_ServiceLocator_Mse2B6jService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_references' => ['privates', '.service_locator.JXaW0Ro', 'get_ServiceLocator_JXaW0RoService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_statistics' => ['privates', '.service_locator.r7wMxg1', 'get_ServiceLocator_R7wMxg1Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::providers' => ['privates', '.service_locator.PJdHSib', 'get_ServiceLocator_PJdHSibService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_attributes' => ['privates', '.service_locator.d_XmiNT', 'get_ServiceLocator_DXmiNTService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_category' => ['privates', '.service_locator._hqz3jS', 'get_ServiceLocator_Hqz3jSService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_label' => ['privates', '.service_locator.QcjLBjH', 'get_ServiceLocator_QcjLBjHService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_mark' => ['privates', '.service_locator.eEa23k5', 'get_ServiceLocator_EEa23k5Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_model' => ['privates', '.service_locator.1uOu7vv', 'get_ServiceLocator_1uOu7vvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_provider' => ['privates', '.service_locator.CSNJJoM', 'get_ServiceLocator_CSNJJoMService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_reference' => ['privates', '.service_locator.aefbH12', 'get_ServiceLocator_AefbH12Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::save_attribute' => ['privates', '.service_locator.IM6kYNu', 'get_ServiceLocator_IM6kYNuService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::searchProduct' => ['privates', '.service_locator.IxqvbKp', 'get_ServiceLocator_IxqvbKpService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::searchReferenceProduct' => ['privates', '.service_locator.IxqvbKp', 'get_ServiceLocator_IxqvbKpService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::uploadStreamMedias' => ['privates', '.service_locator..PdxqaD', 'get_ServiceLocator__PdxqaDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSearchController::index' => ['privates', '.service_locator.75lF26c', 'get_ServiceLocator_75lF26cService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplayLangue' => ['privates', '.service_locator.2xyiCHa', 'get_ServiceLocator_2xyiCHaService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplayMailTestPopup' => ['privates', '.service_locator.SFbo9uX', 'get_ServiceLocator_SFbo9uXService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplayModalResSoc' => ['privates', '.service_locator.fvEzm2S', 'get_ServiceLocator_FvEzm2SService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplayModuleOption' => ['privates', '.service_locator.jL3ReLd', 'get_ServiceLocator_JL3ReLdService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplaySitePopup' => ['privates', '.service_locator.Fd5hyJS', 'get_ServiceLocator_Fd5hyJSService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axRefOdyssee' => ['privates', '.service_locator.0.UVcPM', 'get_ServiceLocator_0_UVcPMService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axRemoveReseau' => ['privates', '.service_locator.c0eFpqr', 'get_ServiceLocator_C0eFpqrService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axSortLang' => ['privates', '.service_locator.ocPBAfk', 'get_ServiceLocator_OcPBAfkService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axSortSiteModule' => ['privates', '.service_locator.ologSxD', 'get_ServiceLocator_OlogSxDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axSortSiteOptions' => ['privates', '.service_locator._ZGi03Z', 'get_ServiceLocator_ZGi03ZService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axUpdateSiteModule' => ['privates', '.service_locator.sFxeuFi', 'get_ServiceLocator_SFxeuFiService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::coordonnees' => ['privates', '.service_locator.ZngRaHn', 'get_ServiceLocator_ZngRaHnService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::generateReseaux' => ['privates', '.service_locator.fvEzm2S', 'get_ServiceLocator_FvEzm2SService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::googleTagManager' => ['privates', '.service_locator.8FNU02p', 'get_ServiceLocator_8FNU02pService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::langues' => ['privates', '.service_locator.2xyiCHa', 'get_ServiceLocator_2xyiCHaService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::module_edition' => ['privates', '.service_locator.r9pF1p_', 'get_ServiceLocator_R9pF1pService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::modules' => ['privates', '.service_locator.3lC1yPu', 'get_ServiceLocator_3lC1yPuService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::referencement' => ['privates', '.service_locator.s0aQVV_', 'get_ServiceLocator_S0aQVVService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::reseaux' => ['privates', '.service_locator.fvEzm2S', 'get_ServiceLocator_FvEzm2SService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::sites' => ['privates', '.service_locator.RIfb_NY', 'get_ServiceLocator_RIfbNYService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::axDisplayProductOrder' => ['privates', '.service_locator.c4HGK_0', 'get_ServiceLocator_C4HGK0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::axDisplayTchatWindow' => ['privates', '.service_locator.JZoCrEJ', 'get_ServiceLocator_JZoCrEJService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::close_tchat' => ['privates', '.service_locator.6qW7xkI', 'get_ServiceLocator_6qW7xkIService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::discussion' => ['privates', '.service_locator.ZrCEKtA', 'get_ServiceLocator_ZrCEKtAService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::index' => ['privates', '.service_locator.6qW7xkI', 'get_ServiceLocator_6qW7xkIService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::openConversation' => ['privates', '.service_locator.M9PMcRV', 'get_ServiceLocator_M9PMcRVService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::rechercherClient' => ['privates', '.service_locator.VrV7kOR', 'get_ServiceLocator_VrV7kORService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::response' => ['privates', '.service_locator.M9PMcRV', 'get_ServiceLocator_M9PMcRVService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::axDisplayUserGroup' => ['privates', '.service_locator.FJW9c2I', 'get_ServiceLocator_FJW9c2IService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::axRemoveGroupUser' => ['privates', '.service_locator.zmAFeYs', 'get_ServiceLocator_ZmAFeYsService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::group' => ['privates', '.service_locator.7VMY33y', 'get_ServiceLocator_7VMY33yService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::index' => ['privates', '.service_locator.MvGBho3', 'get_ServiceLocator_MvGBho3Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::removeUser' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::user' => ['privates', '.service_locator.8WsvJtA', 'get_ServiceLocator_8WsvJtAService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController::axDisplayModalMarker' => ['privates', '.service_locator.ftX8zV6', 'get_ServiceLocator_FtX8zV6Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController::fiche_annuaire' => ['privates', '.service_locator.ftX8zV6', 'get_ServiceLocator_FtX8zV6Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController::index' => ['privates', '.service_locator.qPfhSwI', 'get_ServiceLocator_QPfhSwIService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController::liste_annuaire' => ['privates', '.service_locator.k0ml9Qn', 'get_ServiceLocator_K0ml9QnService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController::fiche' => ['privates', '.service_locator.tdcn7ZB', 'get_ServiceLocator_Tdcn7ZBService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController::index' => ['privates', '.service_locator.6o6ibmk', 'get_ServiceLocator_6o6ibmkService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::axCureIdForAssociatedProducts' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::axGetSoinAvailability' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::axGetSoinOnProduct' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::confirmation' => ['privates', '.service_locator.BWPb_E3', 'get_ServiceLocator_BWPbE3Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::delivery' => ['privates', '.service_locator.9M6.bTS', 'get_ServiceLocator_9M6_BTSService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::index' => ['privates', '.service_locator.6.SDuIq', 'get_ServiceLocator_6_SDuIqService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::payment' => ['privates', '.service_locator.poshs.G', 'get_ServiceLocator_Poshs_GService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::payment_cheque' => ['privates', '.service_locator.T9V3Znc', 'get_ServiceLocator_T9V3ZncService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::payment_paybox' => ['privates', '.service_locator.AmjS2hU', 'get_ServiceLocator_AmjS2hUService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::payment_selection' => ['privates', '.service_locator.H02Pbe0', 'get_ServiceLocator_H02Pbe0Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::validate_paybox' => ['privates', '.service_locator.9lNwAMb', 'get_ServiceLocator_9lNwAMbService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController::fiche' => ['privates', '.service_locator.F.dlVER', 'get_ServiceLocator_F_DlVERService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController::index' => ['privates', '.service_locator.mg2T0dM', 'get_ServiceLocator_Mg2T0dMService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::axAddCureStepOne' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::axAddCureStepThree' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::axAddCureStepTwo' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::axSearchMedPresc' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::index' => ['privates', '.service_locator.OWf16yq', 'get_ServiceLocator_OWf16yqService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::account' => ['privates', '.service_locator.p3u_jxu', 'get_ServiceLocator_P3uJxuService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::axDisplayProductOrder' => ['privates', '.service_locator.c4HGK_0', 'get_ServiceLocator_C4HGK0Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::discussion' => ['privates', '.service_locator.ZrCEKtA', 'get_ServiceLocator_ZrCEKtAService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::download' => ['privates', '.service_locator.ppeffFd', 'get_ServiceLocator_PpeffFdService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::download_attachment' => ['privates', '.service_locator.h04RYGt', 'get_ServiceLocator_H04RYGtService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::employee' => ['privates', '.service_locator.48GylgQ', 'get_ServiceLocator_48GylgQService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::inscription' => ['privates', '.service_locator.4oQ6y7e', 'get_ServiceLocator_4oQ6y7eService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::inscriptionEmployee' => ['privates', '.service_locator.JKqXFIK', 'get_ServiceLocator_JKqXFIKService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::orderCure' => ['privates', '.service_locator.aYr6vm8', 'get_ServiceLocator_AYr6vm8Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::order_detail' => ['privates', '.service_locator.mgs1NVd', 'get_ServiceLocator_Mgs1NVdService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::orders' => ['privates', '.service_locator.aYr6vm8', 'get_ServiceLocator_AYr6vm8Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::planning' => ['privates', '.service_locator.24L9ZNv', 'get_ServiceLocator_24L9ZNvService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::saveDeliveryAddress' => ['privates', '.service_locator.emrJVm4', 'get_ServiceLocator_EmrJVm4Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::setUserPassword' => ['privates', '.service_locator.xzAFfs6', 'get_ServiceLocator_XzAFfs6Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::tchat' => ['privates', '.service_locator.feQmfUx', 'get_ServiceLocator_FeQmfUxService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::tchat_ticket' => ['privates', '.service_locator.5f60gFW', 'get_ServiceLocator_5f60gFWService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController::fiche' => ['privates', '.service_locator.Agb9EJO', 'get_ServiceLocator_Agb9EJOService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController::getFile' => ['privates', '.service_locator.H2HEDHr', 'get_ServiceLocator_H2HEDHrService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController::index' => ['privates', '.service_locator.ikH9CWu', 'get_ServiceLocator_IkH9CWuService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController::emailExemple' => ['privates', '.service_locator.1NEOrZU', 'get_ServiceLocator_1NEOrZUService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController::index' => ['privates', '.service_locator.ycYrg9z', 'get_ServiceLocator_YcYrg9zService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController::fiche' => ['privates', '.service_locator.g..A1Ng', 'get_ServiceLocator_G__A1NgService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController::index' => ['privates', '.service_locator.BW0r7cI', 'get_ServiceLocator_BW0r7cIService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontPageController::page' => ['privates', '.service_locator.1iYjFbL', 'get_ServiceLocator_1iYjFbLService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController::confirmation' => ['privates', '.service_locator.BWPb_E3', 'get_ServiceLocator_BWPbE3Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController::returnBank' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontReseauxController::index' => ['privates', '.service_locator.fvEzm2S', 'get_ServiceLocator_FvEzm2SService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController::axAddProductFavorite' => ['privates', '.service_locator.jh5fKc_', 'get_ServiceLocator_Jh5fKcService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController::axRemoveProductFavorite' => ['privates', '.service_locator.jh5fKc_', 'get_ServiceLocator_Jh5fKcService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController::fiche' => ['privates', '.service_locator.dbeKdwx', 'get_ServiceLocator_DbeKdwxService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController::index' => ['privates', '.service_locator.Lb1oMjC', 'get_ServiceLocator_Lb1oMjCService', false],
'Acme\\SudcmsBundle\\Controller\\SecurityController::forgotten_password' => ['privates', '.service_locator.jev2EZH', 'get_ServiceLocator_Jev2EZHService', false],
'Acme\\SudcmsBundle\\Controller\\SecurityController::login' => ['privates', '.service_locator.UDgw6Ol', 'get_ServiceLocator_UDgw6OlService', false],
'Acme\\SudcmsBundle\\Controller\\SecurityController::resetPassword' => ['privates', '.service_locator.pwZ6MTM', 'get_ServiceLocator_PwZ6MTMService', false],
'Acme\\SudcmsBundle\\Controller\\SecurityFrontController::forgotten_password' => ['privates', '.service_locator.jfc1a7o', 'get_ServiceLocator_Jfc1a7oService', false],
'Acme\\SudcmsBundle\\Controller\\SecurityFrontController::login' => ['privates', '.service_locator.UDgw6Ol', 'get_ServiceLocator_UDgw6OlService', false],
'Acme\\SudcmsBundle\\Controller\\SecurityFrontController::resetPassword' => ['privates', '.service_locator.pwZ6MTM', 'get_ServiceLocator_PwZ6MTMService', false],
'Acme\\SudcmsBundle\\Controller\\SitemapController::index' => ['privates', '.service_locator..PdxqaD', 'get_ServiceLocator__PdxqaDService', false],
'Acme\\SudcmsBundle\\Service\\BlocService::saveMediaAlt' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Service\\BlocService::updateBlock' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Service\\BlocService::uploadStreamMedias' => ['privates', '.service_locator..PdxqaD', 'get_ServiceLocator__PdxqaDService', false],
'kernel::loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel::registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axAddFlashMessage' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axCheckCategory' => ['privates', '.service_locator.OyXgdTa', 'get_ServiceLocator_OyXgdTaService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axDisplayAnnuaireCateg' => ['privates', '.service_locator.L7ME_D0', 'get_ServiceLocator_L7MED0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axDisplayCategories' => ['privates', '.service_locator.ArN3xET', 'get_ServiceLocator_ArN3xETService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axDisplayOrderCategAnnuaire' => ['privates', '.service_locator.L7ME_D0', 'get_ServiceLocator_L7MED0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axRemoveAnnuaireCategBandeau' => ['privates', '.service_locator.majt7i9', 'get_ServiceLocator_Majt7i9Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axRemoveCategorie' => ['privates', '.service_locator.E9tbfcV', 'get_ServiceLocator_E9tbfcVService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axUpdateMediaAnnuaireAlt' => ['privates', '.service_locator.J.4xKDb', 'get_ServiceLocator_J_4xKDbService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axUpdateOrderCategorieAnnuaire' => ['privates', '.service_locator.t6_3Sp2', 'get_ServiceLocator_T63Sp2Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axUpdateOrderMedia' => ['privates', '.service_locator.N1u.uQ2', 'get_ServiceLocator_N1u_UQ2Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:categories' => ['privates', '.service_locator.KsoF3Vk', 'get_ServiceLocator_KsoF3VkService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:deleteMedia' => ['privates', '.service_locator.B5MUiv3', 'get_ServiceLocator_B5MUiv3Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:edition_fiche' => ['privates', '.service_locator.yECt5pp', 'get_ServiceLocator_YECt5ppService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:importer' => ['privates', '.service_locator.upia77E', 'get_ServiceLocator_Upia77EService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:index' => ['privates', '.service_locator.MNmabl.', 'get_ServiceLocator_MNmabl_Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:removeIllustration' => ['privates', '.service_locator.huDKugI', 'get_ServiceLocator_HuDKugIService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:remove_annuaire_fiche' => ['privates', '.service_locator.R7IpwcO', 'get_ServiceLocator_R7IpwcOService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:saveAddress' => ['privates', '.service_locator.huDKugI', 'get_ServiceLocator_HuDKugIService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:agenda_categories' => ['privates', '.service_locator.tdcn7ZB', 'get_ServiceLocator_Tdcn7ZBService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:agenda_edition' => ['privates', '.service_locator.tdcn7ZB', 'get_ServiceLocator_Tdcn7ZBService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axAddFlashMessage' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axDisplayCateg' => ['privates', '.service_locator.i2PnmtW', 'get_ServiceLocator_I2PnmtWService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axDisplayOrderCateg' => ['privates', '.service_locator.i2PnmtW', 'get_ServiceLocator_I2PnmtWService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axRemoveCategBandeau' => ['privates', '.service_locator.sHnA6c9', 'get_ServiceLocator_SHnA6c9Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axRemoveCategorie' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:index' => ['privates', '.service_locator.tdcn7ZB', 'get_ServiceLocator_Tdcn7ZBService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:remove_agenda' => ['privates', '.service_locator.6yt5FIt', 'get_ServiceLocator_6yt5FItService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController:axSortAutopromo' => ['privates', '.service_locator.xXi.g7M', 'get_ServiceLocator_XXi_G7MService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController:editAutopromo' => ['privates', '.service_locator.qmz.gka', 'get_ServiceLocator_Qmz_GkaService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController:listAutopromo' => ['privates', '.service_locator.h_fcfLP', 'get_ServiceLocator_HFcfLPService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController:removeAutopromo' => ['privates', '.service_locator.PDRpPv6', 'get_ServiceLocator_PDRpPv6Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController:axSaveMediaAlt' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController:axUpdateBlock' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController:uploadStreamMedias' => ['privates', '.service_locator..PdxqaD', 'get_ServiceLocator__PdxqaDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController:axDeleteEventCalendar' => ['privates', '.service_locator.pgDIK6B', 'get_ServiceLocator_PgDIK6BService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController:axDisplayPopup' => ['privates', '.service_locator.yLkgVSs', 'get_ServiceLocator_YLkgVSsService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController:axUpdateAfterDrop' => ['privates', '.service_locator.slfJhNU', 'get_ServiceLocator_SlfJhNUService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController:index' => ['privates', '.service_locator.VeZ4.6U', 'get_ServiceLocator_VeZ4_6UService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axAddFlashMessage' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axDeleteBlock' => ['privates', '.service_locator..PdxqaD', 'get_ServiceLocator__PdxqaDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axDisplayCateg' => ['privates', '.service_locator.wV06.1Y', 'get_ServiceLocator_WV06_1YService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axDisplayOrderCateg' => ['privates', '.service_locator.wV06.1Y', 'get_ServiceLocator_WV06_1YService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axRemoveCategBandeau' => ['privates', '.service_locator.05LSF5c', 'get_ServiceLocator_05LSF5cService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axRemoveCategorie' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axRemoveMedia' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axSaveMediaAlt' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axUpdateBlock' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axUpdateMediaAlt' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:catalog_categories' => ['privates', '.service_locator.eNuwACV', 'get_ServiceLocator_ENuwACVService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:catalog_edition' => ['privates', '.service_locator.ETpYcDI', 'get_ServiceLocator_ETpYcDIService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:index' => ['privates', '.service_locator.ETpYcDI', 'get_ServiceLocator_ETpYcDIService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:remove_catalog' => ['privates', '.service_locator.IRdNRcr', 'get_ServiceLocator_IRdNRcrService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:uploadStreamMedias' => ['privates', '.service_locator..PdxqaD', 'get_ServiceLocator__PdxqaDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminController:site' => ['privates', '.service_locator.P5DsKwH', 'get_ServiceLocator_P5DsKwHService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:axDisplayFormCategory' => ['privates', '.service_locator.QVTKniM', 'get_ServiceLocator_QVTKniMService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:axDisplayFormCure' => ['privates', '.service_locator.suetaYj', 'get_ServiceLocator_SuetaYjService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:cureCategDelete' => ['privates', '.service_locator.QrNbjAO', 'get_ServiceLocator_QrNbjAOService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:cureDelete' => ['privates', '.service_locator.OWf16yq', 'get_ServiceLocator_OWf16yqService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:curesCategList' => ['privates', '.service_locator.e3wCs9G', 'get_ServiceLocator_E3wCs9GService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:curesList' => ['privates', '.service_locator.DX3ZVKj', 'get_ServiceLocator_DX3ZVKjService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:address_editing' => ['privates', '.service_locator.VWQCe06', 'get_ServiceLocator_VWQCe06Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:archived_customer' => ['privates', '.service_locator.bTwuE40', 'get_ServiceLocator_BTwuE40Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:axDisplayModaleNote' => ['privates', '.service_locator.axepjHz', 'get_ServiceLocator_AxepjHzService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:axDisplayModaleShippingAddress' => ['privates', '.service_locator.XwtBxxm', 'get_ServiceLocator_XwtBxxmService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:customer_note' => ['privates', '.service_locator.axepjHz', 'get_ServiceLocator_AxepjHzService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:customer_orders' => ['privates', '.service_locator.a2oGEZ1', 'get_ServiceLocator_A2oGEZ1Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:customer_tchat' => ['privates', '.service_locator.6qW7xkI', 'get_ServiceLocator_6qW7xkIService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:editing' => ['privates', '.service_locator.PuqYb_G', 'get_ServiceLocator_PuqYbGService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:index' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:remove_customer' => ['privates', '.service_locator.KdEQnr.', 'get_ServiceLocator_KdEQnr_Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:remove_note' => ['privates', '.service_locator.axepjHz', 'get_ServiceLocator_AxepjHzService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:userOdyssee' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axAddDocumentTag' => ['privates', '.service_locator.eDzB7bW', 'get_ServiceLocator_EDzB7bWService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axAddNewTag' => ['privates', '.service_locator.xd_iSmB', 'get_ServiceLocator_XdISmBService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axDeleteTag' => ['privates', '.service_locator.g4WKUvj', 'get_ServiceLocator_G4WKUvjService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axDisplayDocumentCateg' => ['privates', '.service_locator.x2pffqE', 'get_ServiceLocator_X2pffqEService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axDisplayModalTag' => ['privates', '.service_locator.fBoMzKa', 'get_ServiceLocator_FBoMzKaService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axDisplayOrderCateg' => ['privates', '.service_locator.5tEO2Jw', 'get_ServiceLocator_5tEO2JwService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axRemoveCategorie' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axRemoveDocumentCategBandeau' => ['privates', '.service_locator.T4y0eqK', 'get_ServiceLocator_T4y0eqKService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axRemoveDocumentFiche' => ['privates', '.service_locator._Oh3dkG', 'get_ServiceLocator_Oh3dkGService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axRemoveDocumentTag' => ['privates', '.service_locator.wq.3aDh', 'get_ServiceLocator_Wq_3aDhService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axSearchDocumentTag' => ['privates', '.service_locator.Gvt0ZM7', 'get_ServiceLocator_Gvt0ZM7Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_categories' => ['privates', '.service_locator.BBvLUa0', 'get_ServiceLocator_BBvLUa0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_config' => ['privates', '.service_locator.p.ZagAN', 'get_ServiceLocator_P_ZagANService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_edition' => ['privates', '.service_locator.HVknWFU', 'get_ServiceLocator_HVknWFUService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_remove' => ['privates', '.service_locator.MDuFura', 'get_ServiceLocator_MDuFuraService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_tags' => ['privates', '.service_locator.WdymlS8', 'get_ServiceLocator_WdymlS8Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_upload' => ['privates', '.service_locator.u59_MoX', 'get_ServiceLocator_U59MoXService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:index' => ['privates', '.service_locator.H2HEDHr', 'get_ServiceLocator_H2HEDHrService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController:axDisplayFlashMessage' => ['privates', '.service_locator.saObABm', 'get_ServiceLocator_SaObABmService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController:edit_flash_message' => ['privates', '.service_locator.boRa70v', 'get_ServiceLocator_BoRa70vService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController:index' => ['privates', '.service_locator.boRa70v', 'get_ServiceLocator_BoRa70vService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:axDisplayEditFormElement' => ['privates', '.service_locator.A4H2mEQ', 'get_ServiceLocator_A4H2mEQService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:axUpdateAddresseState' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:deleteForm' => ['privates', '.service_locator.g3PpbLl', 'get_ServiceLocator_G3PpbLlService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:deleteRecipient' => ['privates', '.service_locator.9.QBVvC', 'get_ServiceLocator_9_QBVvCService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:editForm' => ['privates', '.service_locator.to90PI8', 'get_ServiceLocator_To90PI8Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:editRecipient' => ['privates', '.service_locator.q6xBJBM', 'get_ServiceLocator_Q6xBJBMService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:formsList' => ['privates', '.service_locator.4prGdU6', 'get_ServiceLocator_4prGdU6Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:notificationsList' => ['privates', '.service_locator.4prGdU6', 'get_ServiceLocator_4prGdU6Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:removeFormElement' => ['privates', '.service_locator.IAx8FgZ', 'get_ServiceLocator_IAx8FgZService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:saveFormElement' => ['privates', '.service_locator.1L3a5Rm', 'get_ServiceLocator_1L3a5RmService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:apiSettings' => ['privates', '.service_locator.XrmflL5', 'get_ServiceLocator_XrmflL5Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axDisplayFormShippingFees' => ['privates', '.service_locator.axKpmnn', 'get_ServiceLocator_AxKpmnnService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axRemoveDiscountProduct' => ['privates', '.service_locator.VwrFHVz', 'get_ServiceLocator_VwrFHVzService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axRemoveShippingFees' => ['privates', '.service_locator.axKpmnn', 'get_ServiceLocator_AxKpmnnService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axSelectDiscountProduct' => ['privates', '.service_locator.bnY9_Pa', 'get_ServiceLocator_BnY9PaService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axTestResult' => ['privates', '.service_locator.0.UVcPM', 'get_ServiceLocator_0_UVcPMService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:carrier_editing' => ['privates', '.service_locator.AqNm9hN', 'get_ServiceLocator_AqNm9hNService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:carrier_shippingfees' => ['privates', '.service_locator.qxWSnnm', 'get_ServiceLocator_QxWSnnmService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:carrier_shippingfees_update' => ['privates', '.service_locator.mJcs0gj', 'get_ServiceLocator_MJcs0gjService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:discount_editing' => ['privates', '.service_locator.eJR4Z4Z', 'get_ServiceLocator_EJR4Z4ZService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:discount_index' => ['privates', '.service_locator.Kp9hiQJ', 'get_ServiceLocator_Kp9hiQJService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:discount_test' => ['privates', '.service_locator.6yzbz48', 'get_ServiceLocator_6yzbz48Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:ecommerce_settings' => ['privates', '.service_locator.giXuPUV', 'get_ServiceLocator_GiXuPUVService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:index' => ['privates', '.service_locator.qxWSnnm', 'get_ServiceLocator_QxWSnnmService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:productSearch' => ['privates', '.service_locator.7I0Nf6S', 'get_ServiceLocator_7I0Nf6SService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:removeDiscount' => ['privates', '.service_locator.oRl7fCJ', 'get_ServiceLocator_ORl7fCJService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:actualite_categories' => ['privates', '.service_locator.LtghHIF', 'get_ServiceLocator_LtghHIFService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:actualite_edition' => ['privates', '.service_locator.P4Q3JCZ', 'get_ServiceLocator_P4Q3JCZService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axAddFlashMessage' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axDisplayCateg' => ['privates', '.service_locator.tE5.8Ej', 'get_ServiceLocator_TE5_8EjService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axDisplayOrderCateg' => ['privates', '.service_locator.tE5.8Ej', 'get_ServiceLocator_TE5_8EjService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axRemoveCategBandeau' => ['privates', '.service_locator.FRZD_R5', 'get_ServiceLocator_FRZDR5Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axRemoveCategorie' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:index' => ['privates', '.service_locator.P4Q3JCZ', 'get_ServiceLocator_P4Q3JCZService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:remove_actualite' => ['privates', '.service_locator.7JOdU3w', 'get_ServiceLocator_7JOdU3wService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController:export' => ['privates', '.service_locator.8kn0eot', 'get_ServiceLocator_8kn0eotService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController:home' => ['privates', '.service_locator.8kn0eot', 'get_ServiceLocator_8kn0eotService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController:truncate' => ['privates', '.service_locator.8kn0eot', 'get_ServiceLocator_8kn0eotService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axCustomerSearch' => ['privates', '.service_locator.lYvaYGo', 'get_ServiceLocator_LYvaYGoService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayAddresses' => ['privates', '.service_locator.vIAzILW', 'get_ServiceLocator_VIAzILWService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayFailureOrder' => ['privates', '.service_locator.maklka0', 'get_ServiceLocator_Maklka0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayFormCreditNote' => ['privates', '.service_locator.CC5lNLl', 'get_ServiceLocator_CC5lNLlService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayFormExpedition' => ['privates', '.service_locator.3mH2jnX', 'get_ServiceLocator_3mH2jnXService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayProduct' => ['privates', '.service_locator.M39jDxo', 'get_ServiceLocator_M39jDxoService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axProductSearch' => ['privates', '.service_locator.7I0Nf6S', 'get_ServiceLocator_7I0Nf6SService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axReferencesSearch' => ['privates', '.service_locator.M39jDxo', 'get_ServiceLocator_M39jDxoService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axRemoveProductOrder' => ['privates', '.service_locator.KTQNI0D', 'get_ServiceLocator_KTQNI0DService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axSelectDeliveryAddress' => ['privates', '.service_locator.vIAzILW', 'get_ServiceLocator_VIAzILWService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axSelectShippingCarrier' => ['privates', '.service_locator.Lh5oN8X', 'get_ServiceLocator_Lh5oN8XService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axUpdateOrderProductQte' => ['privates', '.service_locator.KTQNI0D', 'get_ServiceLocator_KTQNI0DService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExport' => ['privates', '.service_locator.maklka0', 'get_ServiceLocator_Maklka0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExportCustomers' => ['privates', '.service_locator.LW.HB2_', 'get_ServiceLocator_LW_HB2Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExportInvoices' => ['privates', '.service_locator.yZvClaH', 'get_ServiceLocator_YZvClaHService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExportOrders' => ['privates', '.service_locator.maklka0', 'get_ServiceLocator_Maklka0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExportProdOrder' => ['privates', '.service_locator.qyKBtFx', 'get_ServiceLocator_QyKBtFxService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:generatePurchaseOrderPDF' => ['privates', '.service_locator.S2Cn69A', 'get_ServiceLocator_S2Cn69AService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:index' => ['privates', '.service_locator.ZFS2vZ.', 'get_ServiceLocator_ZFS2vZ_Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:orderValidateChequePayment' => ['privates', '.service_locator.maklka0', 'get_ServiceLocator_Maklka0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:order_cancellation' => ['privates', '.service_locator.vB7nj0_', 'get_ServiceLocator_VB7nj0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:order_credit_note' => ['privates', '.service_locator.z3.0osA', 'get_ServiceLocator_Z3_0osAService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:order_processing' => ['privates', '.service_locator.rfiQQyp', 'get_ServiceLocator_RfiQQypService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:ordersCures' => ['privates', '.service_locator.xbvMKZc', 'get_ServiceLocator_XbvMKZcService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:ordersProductCures' => ['privates', '.service_locator.zWGzXqJ', 'get_ServiceLocator_ZWGzXqJService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:orders_editing' => ['privates', '.service_locator.FIoiNhh', 'get_ServiceLocator_FIoiNhhService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:statistics' => ['privates', '.service_locator.maklka0', 'get_ServiceLocator_Maklka0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:ajaxLoadTree' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axAjouterPage' => ['privates', '.service_locator..PdxqaD', 'get_ServiceLocator__PdxqaDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axDupliquerPage' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axEditerPage' => ['privates', '.service_locator..0zQQ2a', 'get_ServiceLocator__0zQQ2aService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axUpdatePage' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axUpdatePermalien' => ['privates', '.service_locator..PdxqaD', 'get_ServiceLocator__PdxqaDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:uploadStreamMediasBandeau' => ['privates', '.service_locator..PdxqaD', 'get_ServiceLocator__PdxqaDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:attributes' => ['privates', '.service_locator.OXckDRo', 'get_ServiceLocator_OXckDRoService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:attributes_models' => ['privates', '.service_locator.KFYOKLU', 'get_ServiceLocator_KFYOKLUService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axCheckCategory' => ['privates', '.service_locator.7r8F4nM', 'get_ServiceLocator_7r8F4nMService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayCategories' => ['privates', '.service_locator.5bYnj.0', 'get_ServiceLocator_5bYnj_0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormAttribute' => ['privates', '.service_locator.IM6kYNu', 'get_ServiceLocator_IM6kYNuService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormAttributeModel' => ['privates', '.service_locator.KFYOKLU', 'get_ServiceLocator_KFYOKLUService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormCategory' => ['privates', '.service_locator.bEKx2c_', 'get_ServiceLocator_BEKx2cService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormMark' => ['privates', '.service_locator.wucYR.F', 'get_ServiceLocator_WucYR_FService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormProvider' => ['privates', '.service_locator.JMNYlKS', 'get_ServiceLocator_JMNYlKSService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormlabel' => ['privates', '.service_locator.IDp29vQ', 'get_ServiceLocator_IDp29vQService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayOrderCateg' => ['privates', '.service_locator.bEKx2c_', 'get_ServiceLocator_BEKx2cService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axRefOdyssee' => ['privates', '.service_locator.0.UVcPM', 'get_ServiceLocator_0_UVcPMService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axRemoveCategBandeau' => ['privates', '.service_locator.Or5FCkb', 'get_ServiceLocator_Or5FCkbService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axRemoveProduct' => ['privates', '.service_locator.aVAyb3_', 'get_ServiceLocator_AVAyb3Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axSaveMediaAlt' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axUpdateBlock' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axUpdateProductQtePack' => ['privates', '.service_locator.k0uPtKu', 'get_ServiceLocator_K0uPtKuService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:bundle' => ['privates', '.service_locator.BUfq.EG', 'get_ServiceLocator_BUfq_EGService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:categories' => ['privates', '.service_locator.bEKx2c_', 'get_ServiceLocator_BEKx2cService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:excelExportProducts' => ['privates', '.service_locator.7I0Nf6S', 'get_ServiceLocator_7I0Nf6SService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:index' => ['privates', '.service_locator.eyQFafA', 'get_ServiceLocator_EyQFafAService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:insert_combination' => ['privates', '.service_locator.6UBvWCT', 'get_ServiceLocator_6UBvWCTService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:insert_reference_bundle' => ['privates', '.service_locator.EPbTluD', 'get_ServiceLocator_EPbTluDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:labels' => ['privates', '.service_locator.IDp29vQ', 'get_ServiceLocator_IDp29vQService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:marks' => ['privates', '.service_locator.oNd05M.', 'get_ServiceLocator_ONd05M_Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_bundle_remove' => ['privates', '.service_locator.EPbTluD', 'get_ServiceLocator_EPbTluDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_combination' => ['privates', '.service_locator.BUfq.EG', 'get_ServiceLocator_BUfq_EGService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_combination_remove' => ['privates', '.service_locator.6UBvWCT', 'get_ServiceLocator_6UBvWCTService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_editing' => ['privates', '.service_locator.o5km9mo', 'get_ServiceLocator_O5km9moService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_presentation' => ['privates', '.service_locator.6lQqvTe', 'get_ServiceLocator_6lQqvTeService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_reference_edit' => ['privates', '.service_locator.Mse2B6j', 'get_ServiceLocator_Mse2B6jService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_references' => ['privates', '.service_locator.JXaW0Ro', 'get_ServiceLocator_JXaW0RoService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_statistics' => ['privates', '.service_locator.r7wMxg1', 'get_ServiceLocator_R7wMxg1Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:providers' => ['privates', '.service_locator.PJdHSib', 'get_ServiceLocator_PJdHSibService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_attributes' => ['privates', '.service_locator.d_XmiNT', 'get_ServiceLocator_DXmiNTService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_category' => ['privates', '.service_locator._hqz3jS', 'get_ServiceLocator_Hqz3jSService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_label' => ['privates', '.service_locator.QcjLBjH', 'get_ServiceLocator_QcjLBjHService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_mark' => ['privates', '.service_locator.eEa23k5', 'get_ServiceLocator_EEa23k5Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_model' => ['privates', '.service_locator.1uOu7vv', 'get_ServiceLocator_1uOu7vvService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_provider' => ['privates', '.service_locator.CSNJJoM', 'get_ServiceLocator_CSNJJoMService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_reference' => ['privates', '.service_locator.aefbH12', 'get_ServiceLocator_AefbH12Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:save_attribute' => ['privates', '.service_locator.IM6kYNu', 'get_ServiceLocator_IM6kYNuService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:searchProduct' => ['privates', '.service_locator.IxqvbKp', 'get_ServiceLocator_IxqvbKpService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:searchReferenceProduct' => ['privates', '.service_locator.IxqvbKp', 'get_ServiceLocator_IxqvbKpService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:uploadStreamMedias' => ['privates', '.service_locator..PdxqaD', 'get_ServiceLocator__PdxqaDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSearchController:index' => ['privates', '.service_locator.75lF26c', 'get_ServiceLocator_75lF26cService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplayLangue' => ['privates', '.service_locator.2xyiCHa', 'get_ServiceLocator_2xyiCHaService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplayMailTestPopup' => ['privates', '.service_locator.SFbo9uX', 'get_ServiceLocator_SFbo9uXService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplayModalResSoc' => ['privates', '.service_locator.fvEzm2S', 'get_ServiceLocator_FvEzm2SService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplayModuleOption' => ['privates', '.service_locator.jL3ReLd', 'get_ServiceLocator_JL3ReLdService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplaySitePopup' => ['privates', '.service_locator.Fd5hyJS', 'get_ServiceLocator_Fd5hyJSService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axRefOdyssee' => ['privates', '.service_locator.0.UVcPM', 'get_ServiceLocator_0_UVcPMService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axRemoveReseau' => ['privates', '.service_locator.c0eFpqr', 'get_ServiceLocator_C0eFpqrService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axSortLang' => ['privates', '.service_locator.ocPBAfk', 'get_ServiceLocator_OcPBAfkService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axSortSiteModule' => ['privates', '.service_locator.ologSxD', 'get_ServiceLocator_OlogSxDService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axSortSiteOptions' => ['privates', '.service_locator._ZGi03Z', 'get_ServiceLocator_ZGi03ZService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axUpdateSiteModule' => ['privates', '.service_locator.sFxeuFi', 'get_ServiceLocator_SFxeuFiService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:coordonnees' => ['privates', '.service_locator.ZngRaHn', 'get_ServiceLocator_ZngRaHnService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:generateReseaux' => ['privates', '.service_locator.fvEzm2S', 'get_ServiceLocator_FvEzm2SService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:googleTagManager' => ['privates', '.service_locator.8FNU02p', 'get_ServiceLocator_8FNU02pService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:langues' => ['privates', '.service_locator.2xyiCHa', 'get_ServiceLocator_2xyiCHaService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:module_edition' => ['privates', '.service_locator.r9pF1p_', 'get_ServiceLocator_R9pF1pService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:modules' => ['privates', '.service_locator.3lC1yPu', 'get_ServiceLocator_3lC1yPuService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:referencement' => ['privates', '.service_locator.s0aQVV_', 'get_ServiceLocator_S0aQVVService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:reseaux' => ['privates', '.service_locator.fvEzm2S', 'get_ServiceLocator_FvEzm2SService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:sites' => ['privates', '.service_locator.RIfb_NY', 'get_ServiceLocator_RIfbNYService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:axDisplayProductOrder' => ['privates', '.service_locator.c4HGK_0', 'get_ServiceLocator_C4HGK0Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:axDisplayTchatWindow' => ['privates', '.service_locator.JZoCrEJ', 'get_ServiceLocator_JZoCrEJService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:close_tchat' => ['privates', '.service_locator.6qW7xkI', 'get_ServiceLocator_6qW7xkIService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:discussion' => ['privates', '.service_locator.ZrCEKtA', 'get_ServiceLocator_ZrCEKtAService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:index' => ['privates', '.service_locator.6qW7xkI', 'get_ServiceLocator_6qW7xkIService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:openConversation' => ['privates', '.service_locator.M9PMcRV', 'get_ServiceLocator_M9PMcRVService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:rechercherClient' => ['privates', '.service_locator.VrV7kOR', 'get_ServiceLocator_VrV7kORService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:response' => ['privates', '.service_locator.M9PMcRV', 'get_ServiceLocator_M9PMcRVService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:axDisplayUserGroup' => ['privates', '.service_locator.FJW9c2I', 'get_ServiceLocator_FJW9c2IService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:axRemoveGroupUser' => ['privates', '.service_locator.zmAFeYs', 'get_ServiceLocator_ZmAFeYsService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:group' => ['privates', '.service_locator.7VMY33y', 'get_ServiceLocator_7VMY33yService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:index' => ['privates', '.service_locator.MvGBho3', 'get_ServiceLocator_MvGBho3Service', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:removeUser' => ['privates', '.service_locator.5miB8_X', 'get_ServiceLocator_5miB8XService', false],
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:user' => ['privates', '.service_locator.8WsvJtA', 'get_ServiceLocator_8WsvJtAService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController:axDisplayModalMarker' => ['privates', '.service_locator.ftX8zV6', 'get_ServiceLocator_FtX8zV6Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController:fiche_annuaire' => ['privates', '.service_locator.ftX8zV6', 'get_ServiceLocator_FtX8zV6Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController:index' => ['privates', '.service_locator.qPfhSwI', 'get_ServiceLocator_QPfhSwIService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController:liste_annuaire' => ['privates', '.service_locator.k0ml9Qn', 'get_ServiceLocator_K0ml9QnService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController:fiche' => ['privates', '.service_locator.tdcn7ZB', 'get_ServiceLocator_Tdcn7ZBService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController:index' => ['privates', '.service_locator.6o6ibmk', 'get_ServiceLocator_6o6ibmkService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:axCureIdForAssociatedProducts' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:axGetSoinAvailability' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:axGetSoinOnProduct' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:confirmation' => ['privates', '.service_locator.BWPb_E3', 'get_ServiceLocator_BWPbE3Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:delivery' => ['privates', '.service_locator.9M6.bTS', 'get_ServiceLocator_9M6_BTSService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:index' => ['privates', '.service_locator.6.SDuIq', 'get_ServiceLocator_6_SDuIqService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:payment' => ['privates', '.service_locator.poshs.G', 'get_ServiceLocator_Poshs_GService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:payment_cheque' => ['privates', '.service_locator.T9V3Znc', 'get_ServiceLocator_T9V3ZncService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:payment_paybox' => ['privates', '.service_locator.AmjS2hU', 'get_ServiceLocator_AmjS2hUService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:payment_selection' => ['privates', '.service_locator.H02Pbe0', 'get_ServiceLocator_H02Pbe0Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:validate_paybox' => ['privates', '.service_locator.9lNwAMb', 'get_ServiceLocator_9lNwAMbService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController:fiche' => ['privates', '.service_locator.F.dlVER', 'get_ServiceLocator_F_DlVERService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController:index' => ['privates', '.service_locator.mg2T0dM', 'get_ServiceLocator_Mg2T0dMService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:axAddCureStepOne' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:axAddCureStepThree' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:axAddCureStepTwo' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:axSearchMedPresc' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:index' => ['privates', '.service_locator.OWf16yq', 'get_ServiceLocator_OWf16yqService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:account' => ['privates', '.service_locator.p3u_jxu', 'get_ServiceLocator_P3uJxuService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:axDisplayProductOrder' => ['privates', '.service_locator.c4HGK_0', 'get_ServiceLocator_C4HGK0Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:discussion' => ['privates', '.service_locator.ZrCEKtA', 'get_ServiceLocator_ZrCEKtAService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:download' => ['privates', '.service_locator.ppeffFd', 'get_ServiceLocator_PpeffFdService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:download_attachment' => ['privates', '.service_locator.h04RYGt', 'get_ServiceLocator_H04RYGtService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:employee' => ['privates', '.service_locator.48GylgQ', 'get_ServiceLocator_48GylgQService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:inscription' => ['privates', '.service_locator.4oQ6y7e', 'get_ServiceLocator_4oQ6y7eService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:inscriptionEmployee' => ['privates', '.service_locator.JKqXFIK', 'get_ServiceLocator_JKqXFIKService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:orderCure' => ['privates', '.service_locator.aYr6vm8', 'get_ServiceLocator_AYr6vm8Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:order_detail' => ['privates', '.service_locator.mgs1NVd', 'get_ServiceLocator_Mgs1NVdService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:orders' => ['privates', '.service_locator.aYr6vm8', 'get_ServiceLocator_AYr6vm8Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:planning' => ['privates', '.service_locator.24L9ZNv', 'get_ServiceLocator_24L9ZNvService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:saveDeliveryAddress' => ['privates', '.service_locator.emrJVm4', 'get_ServiceLocator_EmrJVm4Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:setUserPassword' => ['privates', '.service_locator.xzAFfs6', 'get_ServiceLocator_XzAFfs6Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:tchat' => ['privates', '.service_locator.feQmfUx', 'get_ServiceLocator_FeQmfUxService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:tchat_ticket' => ['privates', '.service_locator.5f60gFW', 'get_ServiceLocator_5f60gFWService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController:fiche' => ['privates', '.service_locator.Agb9EJO', 'get_ServiceLocator_Agb9EJOService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController:getFile' => ['privates', '.service_locator.H2HEDHr', 'get_ServiceLocator_H2HEDHrService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController:index' => ['privates', '.service_locator.ikH9CWu', 'get_ServiceLocator_IkH9CWuService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController:emailExemple' => ['privates', '.service_locator.1NEOrZU', 'get_ServiceLocator_1NEOrZUService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController:index' => ['privates', '.service_locator.ycYrg9z', 'get_ServiceLocator_YcYrg9zService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController:fiche' => ['privates', '.service_locator.g..A1Ng', 'get_ServiceLocator_G__A1NgService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController:index' => ['privates', '.service_locator.BW0r7cI', 'get_ServiceLocator_BW0r7cIService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontPageController:page' => ['privates', '.service_locator.1iYjFbL', 'get_ServiceLocator_1iYjFbLService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController:confirmation' => ['privates', '.service_locator.BWPb_E3', 'get_ServiceLocator_BWPbE3Service', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController:returnBank' => ['privates', '.service_locator.7jppIky', 'get_ServiceLocator_7jppIkyService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontReseauxController:index' => ['privates', '.service_locator.fvEzm2S', 'get_ServiceLocator_FvEzm2SService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController:axAddProductFavorite' => ['privates', '.service_locator.jh5fKc_', 'get_ServiceLocator_Jh5fKcService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController:axRemoveProductFavorite' => ['privates', '.service_locator.jh5fKc_', 'get_ServiceLocator_Jh5fKcService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController:fiche' => ['privates', '.service_locator.dbeKdwx', 'get_ServiceLocator_DbeKdwxService', false],
'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController:index' => ['privates', '.service_locator.Lb1oMjC', 'get_ServiceLocator_Lb1oMjCService', false],
'Acme\\SudcmsBundle\\Controller\\SecurityController:forgotten_password' => ['privates', '.service_locator.jev2EZH', 'get_ServiceLocator_Jev2EZHService', false],
'Acme\\SudcmsBundle\\Controller\\SecurityController:login' => ['privates', '.service_locator.UDgw6Ol', 'get_ServiceLocator_UDgw6OlService', false],
'Acme\\SudcmsBundle\\Controller\\SecurityController:resetPassword' => ['privates', '.service_locator.pwZ6MTM', 'get_ServiceLocator_PwZ6MTMService', false],
'Acme\\SudcmsBundle\\Controller\\SecurityFrontController:forgotten_password' => ['privates', '.service_locator.jfc1a7o', 'get_ServiceLocator_Jfc1a7oService', false],
'Acme\\SudcmsBundle\\Controller\\SecurityFrontController:login' => ['privates', '.service_locator.UDgw6Ol', 'get_ServiceLocator_UDgw6OlService', false],
'Acme\\SudcmsBundle\\Controller\\SecurityFrontController:resetPassword' => ['privates', '.service_locator.pwZ6MTM', 'get_ServiceLocator_PwZ6MTMService', false],
'Acme\\SudcmsBundle\\Controller\\SitemapController:index' => ['privates', '.service_locator..PdxqaD', 'get_ServiceLocator__PdxqaDService', false],
'Acme\\SudcmsBundle\\Service\\BlocService:saveMediaAlt' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Service\\BlocService:updateBlock' => ['privates', '.service_locator.wA2VyVv', 'get_ServiceLocator_WA2VyVvService', false],
'Acme\\SudcmsBundle\\Service\\BlocService:uploadStreamMedias' => ['privates', '.service_locator..PdxqaD', 'get_ServiceLocator__PdxqaDService', false],
'kernel:loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel:registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
], [
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axAddFlashMessage' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axCheckCategory' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axDisplayAnnuaireCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axDisplayCategories' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axDisplayOrderCategAnnuaire' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axRemoveAnnuaireCategBandeau' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axRemoveCategorie' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axUpdateMediaAnnuaireAlt' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axUpdateOrderCategorieAnnuaire' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::axUpdateOrderMedia' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::categories' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::deleteMedia' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::edition_fiche' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::importer' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::removeIllustration' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::remove_annuaire_fiche' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController::saveAddress' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::agenda_categories' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::agenda_edition' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axAddFlashMessage' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axDisplayCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axDisplayOrderCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axRemoveCategBandeau' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::axRemoveCategorie' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController::remove_agenda' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController::axSortAutopromo' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController::editAutopromo' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController::listAutopromo' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController::removeAutopromo' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController::axSaveMediaAlt' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController::axUpdateBlock' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController::uploadStreamMedias' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController::axDeleteEventCalendar' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController::axDisplayPopup' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController::axUpdateAfterDrop' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axAddFlashMessage' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axDeleteBlock' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axDisplayCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axDisplayOrderCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axRemoveCategBandeau' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axRemoveCategorie' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axRemoveMedia' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axSaveMediaAlt' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axUpdateBlock' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::axUpdateMediaAlt' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::catalog_categories' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::catalog_edition' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::remove_catalog' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController::uploadStreamMedias' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminController::site' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::axDisplayFormCategory' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::axDisplayFormCure' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::cureCategDelete' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::cureDelete' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::curesCategList' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController::curesList' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::address_editing' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::archived_customer' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::axDisplayModaleNote' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::axDisplayModaleShippingAddress' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::customer_note' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::customer_orders' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::customer_tchat' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::editing' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::remove_customer' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::remove_note' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController::userOdyssee' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axAddDocumentTag' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axAddNewTag' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axDeleteTag' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axDisplayDocumentCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axDisplayModalTag' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axDisplayOrderCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axRemoveCategorie' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axRemoveDocumentCategBandeau' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axRemoveDocumentFiche' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axRemoveDocumentTag' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::axSearchDocumentTag' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_categories' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_config' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_edition' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_remove' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_tags' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::document_upload' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController::axDisplayFlashMessage' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController::edit_flash_message' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::axDisplayEditFormElement' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::axUpdateAddresseState' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::deleteForm' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::deleteRecipient' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::editForm' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::editRecipient' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::formsList' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::notificationsList' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::removeFormElement' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController::saveFormElement' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::apiSettings' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axDisplayFormShippingFees' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axRemoveDiscountProduct' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axRemoveShippingFees' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axSelectDiscountProduct' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::axTestResult' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::carrier_editing' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::carrier_shippingfees' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::carrier_shippingfees_update' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::discount_editing' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::discount_index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::discount_test' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::ecommerce_settings' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::productSearch' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController::removeDiscount' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::actualite_categories' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::actualite_edition' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axAddFlashMessage' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axDisplayCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axDisplayOrderCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axRemoveCategBandeau' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::axRemoveCategorie' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController::remove_actualite' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController::export' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController::home' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController::truncate' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axCustomerSearch' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayAddresses' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayFailureOrder' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayFormCreditNote' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayFormExpedition' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axDisplayProduct' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axProductSearch' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axReferencesSearch' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axRemoveProductOrder' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axSelectDeliveryAddress' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axSelectShippingCarrier' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::axUpdateOrderProductQte' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExport' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExportCustomers' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExportInvoices' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExportOrders' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::excelExportProdOrder' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::generatePurchaseOrderPDF' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::orderValidateChequePayment' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::order_cancellation' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::order_credit_note' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::order_processing' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::ordersCures' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::ordersProductCures' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::orders_editing' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController::statistics' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::ajaxLoadTree' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axAjouterPage' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axDupliquerPage' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axEditerPage' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axUpdatePage' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::axUpdatePermalien' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController::uploadStreamMediasBandeau' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::attributes' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::attributes_models' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axCheckCategory' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayCategories' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormAttribute' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormAttributeModel' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormCategory' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormMark' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormProvider' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayFormlabel' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axDisplayOrderCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axRefOdyssee' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axRemoveCategBandeau' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axRemoveProduct' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axSaveMediaAlt' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axUpdateBlock' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::axUpdateProductQtePack' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::bundle' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::categories' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::excelExportProducts' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::insert_combination' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::insert_reference_bundle' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::labels' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::marks' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_bundle_remove' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_combination' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_combination_remove' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_editing' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_presentation' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_reference_edit' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_references' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::product_statistics' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::providers' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_attributes' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_category' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_label' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_mark' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_model' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_provider' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::remove_reference' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::save_attribute' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::searchProduct' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::searchReferenceProduct' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController::uploadStreamMedias' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSearchController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplayLangue' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplayMailTestPopup' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplayModalResSoc' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplayModuleOption' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axDisplaySitePopup' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axRefOdyssee' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axRemoveReseau' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axSortLang' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axSortSiteModule' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axSortSiteOptions' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::axUpdateSiteModule' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::coordonnees' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::generateReseaux' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::googleTagManager' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::langues' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::module_edition' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::modules' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::referencement' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::reseaux' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController::sites' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::axDisplayProductOrder' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::axDisplayTchatWindow' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::close_tchat' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::discussion' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::openConversation' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::rechercherClient' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController::response' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::axDisplayUserGroup' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::axRemoveGroupUser' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::group' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::removeUser' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController::user' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController::axDisplayModalMarker' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController::fiche_annuaire' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController::liste_annuaire' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController::fiche' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::axCureIdForAssociatedProducts' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::axGetSoinAvailability' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::axGetSoinOnProduct' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::confirmation' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::delivery' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::payment' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::payment_cheque' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::payment_paybox' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::payment_selection' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController::validate_paybox' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController::fiche' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::axAddCureStepOne' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::axAddCureStepThree' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::axAddCureStepTwo' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::axSearchMedPresc' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::account' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::axDisplayProductOrder' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::discussion' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::download' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::download_attachment' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::employee' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::inscription' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::inscriptionEmployee' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::orderCure' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::order_detail' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::orders' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::planning' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::saveDeliveryAddress' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::setUserPassword' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::tchat' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController::tchat_ticket' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController::fiche' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController::getFile' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController::emailExemple' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController::fiche' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontPageController::page' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController::confirmation' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController::returnBank' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontReseauxController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController::axAddProductFavorite' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController::axRemoveProductFavorite' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController::fiche' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController::index' => '?',
'Acme\\SudcmsBundle\\Controller\\SecurityController::forgotten_password' => '?',
'Acme\\SudcmsBundle\\Controller\\SecurityController::login' => '?',
'Acme\\SudcmsBundle\\Controller\\SecurityController::resetPassword' => '?',
'Acme\\SudcmsBundle\\Controller\\SecurityFrontController::forgotten_password' => '?',
'Acme\\SudcmsBundle\\Controller\\SecurityFrontController::login' => '?',
'Acme\\SudcmsBundle\\Controller\\SecurityFrontController::resetPassword' => '?',
'Acme\\SudcmsBundle\\Controller\\SitemapController::index' => '?',
'Acme\\SudcmsBundle\\Service\\BlocService::saveMediaAlt' => '?',
'Acme\\SudcmsBundle\\Service\\BlocService::updateBlock' => '?',
'Acme\\SudcmsBundle\\Service\\BlocService::uploadStreamMedias' => '?',
'kernel::loadRoutes' => '?',
'kernel::registerContainerConfiguration' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axAddFlashMessage' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axCheckCategory' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axDisplayAnnuaireCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axDisplayCategories' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axDisplayOrderCategAnnuaire' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axRemoveAnnuaireCategBandeau' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axRemoveCategorie' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axUpdateMediaAnnuaireAlt' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axUpdateOrderCategorieAnnuaire' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:axUpdateOrderMedia' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:categories' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:deleteMedia' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:edition_fiche' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:importer' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:removeIllustration' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:remove_annuaire_fiche' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAddressBookController:saveAddress' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:agenda_categories' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:agenda_edition' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axAddFlashMessage' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axDisplayCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axDisplayOrderCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axRemoveCategBandeau' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:axRemoveCategorie' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAgendaController:remove_agenda' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController:axSortAutopromo' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController:editAutopromo' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController:listAutopromo' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminAutopromoController:removeAutopromo' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController:axSaveMediaAlt' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController:axUpdateBlock' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminBlockController:uploadStreamMedias' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController:axDeleteEventCalendar' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController:axDisplayPopup' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController:axUpdateAfterDrop' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCalendarController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axAddFlashMessage' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axDeleteBlock' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axDisplayCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axDisplayOrderCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axRemoveCategBandeau' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axRemoveCategorie' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axRemoveMedia' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axSaveMediaAlt' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axUpdateBlock' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:axUpdateMediaAlt' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:catalog_categories' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:catalog_edition' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:remove_catalog' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCatalogController:uploadStreamMedias' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminController:site' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:axDisplayFormCategory' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:axDisplayFormCure' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:cureCategDelete' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:cureDelete' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:curesCategList' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCureController:curesList' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:address_editing' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:archived_customer' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:axDisplayModaleNote' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:axDisplayModaleShippingAddress' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:customer_note' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:customer_orders' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:customer_tchat' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:editing' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:remove_customer' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:remove_note' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminCustomersController:userOdyssee' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axAddDocumentTag' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axAddNewTag' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axDeleteTag' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axDisplayDocumentCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axDisplayModalTag' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axDisplayOrderCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axRemoveCategorie' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axRemoveDocumentCategBandeau' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axRemoveDocumentFiche' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axRemoveDocumentTag' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:axSearchDocumentTag' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_categories' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_config' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_edition' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_remove' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_tags' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:document_upload' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminDocumentController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController:axDisplayFlashMessage' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController:edit_flash_message' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFlashInfosController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:axDisplayEditFormElement' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:axUpdateAddresseState' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:deleteForm' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:deleteRecipient' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:editForm' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:editRecipient' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:formsList' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:notificationsList' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:removeFormElement' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminFormController:saveFormElement' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:apiSettings' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axDisplayFormShippingFees' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axRemoveDiscountProduct' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axRemoveShippingFees' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axSelectDiscountProduct' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:axTestResult' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:carrier_editing' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:carrier_shippingfees' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:carrier_shippingfees_update' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:discount_editing' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:discount_index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:discount_test' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:ecommerce_settings' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:productSearch' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminGestionEcommerceController:removeDiscount' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:actualite_categories' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:actualite_edition' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axAddFlashMessage' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axDisplayCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axDisplayOrderCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axRemoveCategBandeau' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:axRemoveCategorie' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsController:remove_actualite' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController:export' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController:home' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminNewsletterController:truncate' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axCustomerSearch' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayAddresses' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayFailureOrder' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayFormCreditNote' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayFormExpedition' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axDisplayProduct' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axProductSearch' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axReferencesSearch' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axRemoveProductOrder' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axSelectDeliveryAddress' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axSelectShippingCarrier' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:axUpdateOrderProductQte' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExport' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExportCustomers' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExportInvoices' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExportOrders' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:excelExportProdOrder' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:generatePurchaseOrderPDF' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:orderValidateChequePayment' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:order_cancellation' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:order_credit_note' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:order_processing' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:ordersCures' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:ordersProductCures' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:orders_editing' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminOrdersController:statistics' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:ajaxLoadTree' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axAjouterPage' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axDupliquerPage' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axEditerPage' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axUpdatePage' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:axUpdatePermalien' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminPagesController:uploadStreamMediasBandeau' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:attributes' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:attributes_models' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axCheckCategory' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayCategories' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormAttribute' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormAttributeModel' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormCategory' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormMark' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormProvider' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayFormlabel' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axDisplayOrderCateg' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axRefOdyssee' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axRemoveCategBandeau' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axRemoveProduct' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axSaveMediaAlt' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axUpdateBlock' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:axUpdateProductQtePack' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:bundle' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:categories' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:excelExportProducts' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:insert_combination' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:insert_reference_bundle' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:labels' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:marks' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_bundle_remove' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_combination' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_combination_remove' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_editing' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_presentation' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_reference_edit' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_references' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:product_statistics' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:providers' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_attributes' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_category' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_label' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_mark' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_model' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_provider' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:remove_reference' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:save_attribute' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:searchProduct' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:searchReferenceProduct' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminProductsController:uploadStreamMedias' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSearchController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplayLangue' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplayMailTestPopup' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplayModalResSoc' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplayModuleOption' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axDisplaySitePopup' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axRefOdyssee' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axRemoveReseau' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axSortLang' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axSortSiteModule' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axSortSiteOptions' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:axUpdateSiteModule' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:coordonnees' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:generateReseaux' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:googleTagManager' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:langues' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:module_edition' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:modules' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:referencement' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:reseaux' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminSiteController:sites' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:axDisplayProductOrder' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:axDisplayTchatWindow' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:close_tchat' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:discussion' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:openConversation' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:rechercherClient' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminTchatController:response' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:axDisplayUserGroup' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:axRemoveGroupUser' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:group' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:removeUser' => '?',
'Acme\\SudcmsBundle\\Controller\\Admin\\AdminUserController:user' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController:axDisplayModalMarker' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController:fiche_annuaire' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAddressBookController:liste_annuaire' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController:fiche' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontAgendaController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:axCureIdForAssociatedProducts' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:axGetSoinAvailability' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:axGetSoinOnProduct' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:confirmation' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:delivery' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:payment' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:payment_cheque' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:payment_paybox' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:payment_selection' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontBasketController:validate_paybox' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController:fiche' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCatalogController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:axAddCureStepOne' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:axAddCureStepThree' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:axAddCureStepTwo' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:axSearchMedPresc' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCureController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:account' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:axDisplayProductOrder' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:discussion' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:download' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:download_attachment' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:employee' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:inscription' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:inscriptionEmployee' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:orderCure' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:order_detail' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:orders' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:planning' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:saveDeliveryAddress' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:setUserPassword' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:tchat' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontCustomerAccountController:tchat_ticket' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController:fiche' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController:getFile' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontDocumentController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController:emailExemple' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontHomeController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController:fiche' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontNewsController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontPageController:page' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController:confirmation' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontPayzenController:returnBank' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontReseauxController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController:axAddProductFavorite' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController:axRemoveProductFavorite' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController:fiche' => '?',
'Acme\\SudcmsBundle\\Controller\\Front\\FrontShoppingController:index' => '?',
'Acme\\SudcmsBundle\\Controller\\SecurityController:forgotten_password' => '?',
'Acme\\SudcmsBundle\\Controller\\SecurityController:login' => '?',
'Acme\\SudcmsBundle\\Controller\\SecurityController:resetPassword' => '?',
'Acme\\SudcmsBundle\\Controller\\SecurityFrontController:forgotten_password' => '?',
'Acme\\SudcmsBundle\\Controller\\SecurityFrontController:login' => '?',
'Acme\\SudcmsBundle\\Controller\\SecurityFrontController:resetPassword' => '?',
'Acme\\SudcmsBundle\\Controller\\SitemapController:index' => '?',
'Acme\\SudcmsBundle\\Service\\BlocService:saveMediaAlt' => '?',
'Acme\\SudcmsBundle\\Service\\BlocService:updateBlock' => '?',
'Acme\\SudcmsBundle\\Service\\BlocService:uploadStreamMedias' => '?',
'kernel:loadRoutes' => '?',
'kernel:registerContainerConfiguration' => '?',
]);
}
/**
* Gets the private '.service_locator.wq.3aDh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Wq_3aDhService()
{
return $this->privates['.service_locator.wq.3aDh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoLinkTags' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository', 'getDocumentLinkTagsRepositoryService', false],
], [
'repoLinkTags' => 'Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository',
]);
}
/**
* Gets the private '.service_locator.wucYR.F' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WucYR_FService()
{
return $this->privates['.service_locator.wucYR.F'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoMark' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository', 'getEcoMarksRepositoryService', false],
], [
'repoMark' => 'Acme\\SudcmsBundle\\Repository\\EcoMarksRepository',
]);
}
/**
* Gets the private '.service_locator.x2pffqE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_X2pffqEService()
{
return $this->privates['.service_locator.x2pffqE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repo' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository', 'getDocumentCategsRepositoryService', false],
'repoAuthGroup' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository', 'getAuthGroupRepositoryService', false],
], [
'repo' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
'repoAuthGroup' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository',
]);
}
/**
* Gets the private '.service_locator.xXi.g7M' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XXi_G7MService()
{
return $this->privates['.service_locator.xXi.g7M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'autoPromoRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AutopromoRepository', 'getAutopromoRepositoryService', false],
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
], [
'autoPromoRepository' => 'Acme\\SudcmsBundle\\Repository\\AutopromoRepository',
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
]);
}
/**
* Gets the private '.service_locator.xbvMKZc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XbvMKZcService()
{
return $this->privates['.service_locator.xbvMKZc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cureOrderRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CureOrderRepository', 'getCureOrderRepositoryService', false],
], [
'cureOrderRepository' => 'Acme\\SudcmsBundle\\Repository\\CureOrderRepository',
]);
}
/**
* Gets the private '.service_locator.xd_iSmB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XdISmBService()
{
return $this->privates['.service_locator.xd_iSmB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoTags' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository', 'getDocumentTagsRepositoryService', false],
], [
'repoTags' => 'Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository',
]);
}
/**
* Gets the private '.service_locator.xzAFfs6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XzAFfs6Service()
{
return $this->privates['.service_locator.xzAFfs6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'passwordHasher' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
'repoAuthUser' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository', 'getAuthUserRepositoryService', false],
], [
'passwordHasher' => '?',
'repoAuthUser' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
]);
}
/**
* Gets the private '.service_locator.yECt5pp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YECt5ppService()
{
return $this->privates['.service_locator.yECt5pp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoAnnuaire' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository', 'getAddressBookRepositoryService', false],
'repoCateg' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository', 'getAddressBookCategoryRepositoryService', false],
'repoMedia' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository', 'getAddressBookMediaRepositoryService', false],
], [
'repoAnnuaire' => 'Acme\\SudcmsBundle\\Repository\\AddressBookRepository',
'repoCateg' => 'Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository',
'repoMedia' => 'Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository',
]);
}
/**
* Gets the private '.service_locator.yLkgVSs' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YLkgVSsService()
{
return $this->privates['.service_locator.yLkgVSs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'customersRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository', 'getEcoCustomersRepositoryService', false],
'planningRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository', 'getEcoPlanningRepositoryService', false],
], [
'customersRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository',
'planningRepository' => 'Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository',
]);
}
/**
* Gets the private '.service_locator.yZvClaH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YZvClaHService()
{
return $this->privates['.service_locator.yZvClaH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoInvoices' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository', 'getEcoInvoicesRepositoryService', false],
], [
'repoInvoices' => 'Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository',
]);
}
/**
* Gets the private '.service_locator.ycYrg9z' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YcYrg9zService()
{
return $this->privates['.service_locator.ycYrg9z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'autopromoRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AutopromoRepository', 'getAutopromoRepositoryService', false],
'flashMessage' => ['privates', 'Acme\\SudcmsBundle\\Repository\\FlashMessageRepository', 'getFlashMessageRepositoryService', false],
'otideaUtils' => ['privates', 'Acme\\SudcmsBundle\\Service\\OtideaUtils', 'getOtideaUtilsService', false],
'repoAccRef' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository', 'getSiteReferencementRepositoryService', false],
'repoActu' => ['privates', 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository', 'getActualiteRepositoryService', false],
'repoCatalog' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CatalogRepository', 'getCatalogRepositoryService', false],
'repoProd' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository', 'getEcoProductsRepositoryService', false],
'siteRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\SiteRepository', 'getSiteRepositoryService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'autopromoRepository' => 'Acme\\SudcmsBundle\\Repository\\AutopromoRepository',
'flashMessage' => 'Acme\\SudcmsBundle\\Repository\\FlashMessageRepository',
'otideaUtils' => 'Acme\\SudcmsBundle\\Service\\OtideaUtils',
'repoAccRef' => 'Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository',
'repoActu' => 'Acme\\SudcmsBundle\\Repository\\ActualiteRepository',
'repoCatalog' => 'Acme\\SudcmsBundle\\Repository\\CatalogRepository',
'repoProd' => 'Acme\\SudcmsBundle\\Repository\\EcoProductsRepository',
'siteRepository' => 'Acme\\SudcmsBundle\\Repository\\SiteRepository',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.z3.0osA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Z3_0osAService()
{
return $this->privates['.service_locator.z3.0osA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'repoOrdersProducts' => ['privates', 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository', 'getEcoOrdersProductsRepositoryService', false],
], [
'repoOrdersProducts' => 'Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository',
]);
}
/**
* Gets the private '.service_locator.zWGzXqJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZWGzXqJService()
{
return $this->privates['.service_locator.zWGzXqJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cureProductOrderRepository' => ['privates', 'Acme\\SudcmsBundle\\Repository\\CureProductOrderRepository', 'getCureProductOrderRepositoryService', false],
], [
'cureProductOrderRepository' => 'Acme\\SudcmsBundle\\Repository\\CureProductOrderRepository',
]);
}
/**
* Gets the private '.service_locator.zmAFeYs' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZmAFeYsService()
{
return $this->privates['.service_locator.zmAFeYs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'flash' => ['privates', 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax', 'getFlashNotificationAjaxService', false],
'repoDocCategs' => ['privates', 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository', 'getDocumentCategsRepositoryService', false],
'repoGroup' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository', 'getAuthGroupRepositoryService', false],
'repoUser' => ['privates', 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository', 'getAuthUserRepositoryService', false],
], [
'flash' => 'Acme\\SudcmsBundle\\Service\\FlashNotificationAjax',
'repoDocCategs' => 'Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository',
'repoGroup' => 'Acme\\SudcmsBundle\\Repository\\AuthGroupRepository',
'repoUser' => 'Acme\\SudcmsBundle\\Repository\\AuthUserRepository',
]);
}
/**
* Gets the private '.session.deprecated' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionInterface
*/
protected function get_Session_DeprecatedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
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();
}
/**
* Gets the private '.twig.command.debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Twig_Command_Debug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
});
}
/**
* Gets the private '.twig.command.lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Twig_Command_Lint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
});
}
/**
* Gets the private '.var_dumper.command.server_dump.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_VarDumper_Command_ServerDump_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
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 {
return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
});
}
/**
* Gets the private 'Acme\SudcmsBundle\EventListener\BaseListener' shared autowired service.
*
* @return \Acme\SudcmsBundle\EventListener\BaseListener
*/
protected function getBaseListenerService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['Acme\\SudcmsBundle\\EventListener\\BaseListener'])) {
return $this->privates['Acme\\SudcmsBundle\\EventListener\\BaseListener'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
$c = ($this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'] ?? $this->getOtideaUtilsService());
$d = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
$e = ($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'] ?? $this->getApiServiceService());
if (isset($this->privates['Acme\\SudcmsBundle\\EventListener\\BaseListener'])) {
return $this->privates['Acme\\SudcmsBundle\\EventListener\\BaseListener'];
}
return $this->privates['Acme\\SudcmsBundle\\EventListener\\BaseListener'] = new \Acme\SudcmsBundle\EventListener\BaseListener($this, $a, $b, ($this->services['kernel'] ?? $this->get('kernel', 1)), new \Acme\SudcmsBundle\Service\NewsletterService($b, ($this->privates['Acme\\SudcmsBundle\\Repository\\NewsletterRepository'] ?? $this->getNewsletterRepositoryService()), $c, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), $c, new \Acme\SudcmsBundle\Service\WheatherService($a, $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()), $d, ($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()), $e);
}
/**
* Gets the private 'Acme\SudcmsBundle\EventSubscriber\LocaleSubscriber' shared autowired service.
*
* @return \Acme\SudcmsBundle\EventSubscriber\LocaleSubscriber
*/
protected function getLocaleSubscriberService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['Acme\\SudcmsBundle\\EventSubscriber\\LocaleSubscriber'])) {
return $this->privates['Acme\\SudcmsBundle\\EventSubscriber\\LocaleSubscriber'];
}
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()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\ActualiteEditType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\ActualiteEditType
*/
protected function getActualiteEditTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ActualiteEditType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\ActualiteEditType'] = new \Acme\SudcmsBundle\Form\ActualiteEditType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\AddressBookEditType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\AddressBookEditType
*/
protected function getAddressBookEditTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/AddressBookEditType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\AddressBookEditType'] = new \Acme\SudcmsBundle\Form\AddressBookEditType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\AgendaEditType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\AgendaEditType
*/
protected function getAgendaEditTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/AgendaEditType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\AgendaEditType'] = new \Acme\SudcmsBundle\Form\AgendaEditType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\AnnuaireType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\AnnuaireType
*/
protected function getAnnuaireTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/AnnuaireType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\AnnuaireType'] = new \Acme\SudcmsBundle\Form\AnnuaireType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\ApiSettingsType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\ApiSettingsType
*/
protected function getApiSettingsTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ApiSettingsType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\ApiSettingsType'] = new \Acme\SudcmsBundle\Form\ApiSettingsType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\AutopromoType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\AutopromoType
*/
protected function getAutopromoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/AutopromoType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\AutopromoType'] = new \Acme\SudcmsBundle\Form\AutopromoType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\CatalogEditType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\CatalogEditType
*/
protected function getCatalogEditTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CatalogEditType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\CatalogEditType'] = new \Acme\SudcmsBundle\Form\CatalogEditType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\CatalogueCategType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\CatalogueCategType
*/
protected function getCatalogueCategTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CatalogueCategType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\CatalogueCategType'] = new \Acme\SudcmsBundle\Form\CatalogueCategType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\CatalogueMediasType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\CatalogueMediasType
*/
protected function getCatalogueMediasTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CatalogueMediasType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\CatalogueMediasType'] = new \Acme\SudcmsBundle\Form\CatalogueMediasType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\CatalogueType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\CatalogueType
*/
protected function getCatalogueTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CatalogueType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\CatalogueType'] = new \Acme\SudcmsBundle\Form\CatalogueType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\ContactHistoriqueType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\ContactHistoriqueType
*/
protected function getContactHistoriqueTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ContactHistoriqueType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\ContactHistoriqueType'] = new \Acme\SudcmsBundle\Form\ContactHistoriqueType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\DocumentConfigEditType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\DocumentConfigEditType
*/
protected function getDocumentConfigEditTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DocumentConfigEditType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\DocumentConfigEditType'] = new \Acme\SudcmsBundle\Form\DocumentConfigEditType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\DocumentType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\DocumentType
*/
protected function getDocumentTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DocumentType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\DocumentType'] = new \Acme\SudcmsBundle\Form\DocumentType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\CarrierType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\Ecommerce\CarrierType
*/
protected function getCarrierTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Ecommerce/CarrierType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\CarrierType'] = new \Acme\SudcmsBundle\Form\Ecommerce\CarrierType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\CustomerAddressType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\Ecommerce\CustomerAddressType
*/
protected function getCustomerAddressTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Ecommerce/CustomerAddressType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerAddressType'] = new \Acme\SudcmsBundle\Form\Ecommerce\CustomerAddressType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\CustomerFrontType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\Ecommerce\CustomerFrontType
*/
protected function getCustomerFrontTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Ecommerce/CustomerFrontType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerFrontType'] = new \Acme\SudcmsBundle\Form\Ecommerce\CustomerFrontType(($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'] ?? $this->getApiServiceService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\CustomerRequestCompanyType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\Ecommerce\CustomerRequestCompanyType
*/
protected function getCustomerRequestCompanyTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Ecommerce/CustomerRequestCompanyType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerRequestCompanyType'] = new \Acme\SudcmsBundle\Form\Ecommerce\CustomerRequestCompanyType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\CustomerResetPasswordType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\Ecommerce\CustomerResetPasswordType
*/
protected function getCustomerResetPasswordTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Ecommerce/CustomerResetPasswordType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerResetPasswordType'] = new \Acme\SudcmsBundle\Form\Ecommerce\CustomerResetPasswordType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\CustomerType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\Ecommerce\CustomerType
*/
protected function getCustomerTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Ecommerce/CustomerType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerType'] = new \Acme\SudcmsBundle\Form\Ecommerce\CustomerType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\DiscountType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\Ecommerce\DiscountType
*/
protected function getDiscountTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Ecommerce/DiscountType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\DiscountType'] = new \Acme\SudcmsBundle\Form\Ecommerce\DiscountType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\FrontLoginType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\Ecommerce\FrontLoginType
*/
protected function getFrontLoginTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Ecommerce/FrontLoginType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\FrontLoginType'] = new \Acme\SudcmsBundle\Form\Ecommerce\FrontLoginType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\ProductReferenceType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\Ecommerce\ProductReferenceType
*/
protected function getProductReferenceTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Ecommerce/ProductReferenceType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\ProductReferenceType'] = new \Acme\SudcmsBundle\Form\Ecommerce\ProductReferenceType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\ProductType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\Ecommerce\ProductType
*/
protected function getProductTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Ecommerce/ProductType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\ProductType'] = new \Acme\SudcmsBundle\Form\Ecommerce\ProductType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\Ecommerce\SettingsType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\Ecommerce\SettingsType
*/
protected function getSettingsTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Ecommerce/SettingsType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\Ecommerce\\SettingsType'] = new \Acme\SudcmsBundle\Form\Ecommerce\SettingsType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\FormAdressesType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\FormAdressesType
*/
protected function getFormAdressesTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/FormAdressesType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\FormAdressesType'] = new \Acme\SudcmsBundle\Form\FormAdressesType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\FormSiteType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\FormSiteType
*/
protected function getFormSiteTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/FormSiteType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\FormSiteType'] = new \Acme\SudcmsBundle\Form\FormSiteType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\FrontContactType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\FrontContactType
*/
protected function getFrontContactTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/FrontContactType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\FrontContactType'] = new \Acme\SudcmsBundle\Form\FrontContactType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\PlanningType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\PlanningType
*/
protected function getPlanningTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/PlanningType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\PlanningType'] = new \Acme\SudcmsBundle\Form\PlanningType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\ResetPassType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\ResetPassType
*/
protected function getResetPassTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ResetPassType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\ResetPassType'] = new \Acme\SudcmsBundle\Form\ResetPassType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\SiteCoordonneesType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\SiteCoordonneesType
*/
protected function getSiteCoordonneesTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/SiteCoordonneesType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\SiteCoordonneesType'] = new \Acme\SudcmsBundle\Form\SiteCoordonneesType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\SiteEditType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\SiteEditType
*/
protected function getSiteEditTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/SiteEditType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\SiteEditType'] = new \Acme\SudcmsBundle\Form\SiteEditType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\SiteGoogleTagManagerType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\SiteGoogleTagManagerType
*/
protected function getSiteGoogleTagManagerTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/SiteGoogleTagManagerType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\SiteGoogleTagManagerType'] = new \Acme\SudcmsBundle\Form\SiteGoogleTagManagerType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\UserGroupType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\UserGroupType
*/
protected function getUserGroupTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/UserGroupType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\UserGroupType'] = new \Acme\SudcmsBundle\Form\UserGroupType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Form\UserRegistrationType' shared autowired service.
*
* @return \Acme\SudcmsBundle\Form\UserRegistrationType
*/
protected function getUserRegistrationTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/UserRegistrationType.php';
return $this->privates['Acme\\SudcmsBundle\\Form\\UserRegistrationType'] = new \Acme\SudcmsBundle\Form\UserRegistrationType();
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\ActualiteBlocsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\ActualiteBlocsRepository
*/
protected function getActualiteBlocsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ActualiteBlocsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\ActualiteBlocsRepository'] = new \Acme\SudcmsBundle\Repository\ActualiteBlocsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\ActualiteCategsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\ActualiteCategsRepository
*/
protected function getActualiteCategsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ActualiteCategsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\ActualiteCategsRepository'] = new \Acme\SudcmsBundle\Repository\ActualiteCategsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\ActualiteMediasRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\ActualiteMediasRepository
*/
protected function getActualiteMediasRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ActualiteMediasRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\ActualiteMediasRepository'] = new \Acme\SudcmsBundle\Repository\ActualiteMediasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\ActualiteRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\ActualiteRepository
*/
protected function getActualiteRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ActualiteRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\ActualiteRepository'] = new \Acme\SudcmsBundle\Repository\ActualiteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\AddressBookCategoryRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\AddressBookCategoryRepository
*/
protected function getAddressBookCategoryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/AddressBookCategoryRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\AddressBookCategoryRepository'] = new \Acme\SudcmsBundle\Repository\AddressBookCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\AddressBookLinkCategoryRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\AddressBookLinkCategoryRepository
*/
protected function getAddressBookLinkCategoryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/AddressBookLinkCategoryRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\AddressBookLinkCategoryRepository'] = new \Acme\SudcmsBundle\Repository\AddressBookLinkCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\AddressBookMediaRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\AddressBookMediaRepository
*/
protected function getAddressBookMediaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/AddressBookMediaRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\AddressBookMediaRepository'] = new \Acme\SudcmsBundle\Repository\AddressBookMediaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\AddressBookRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\AddressBookRepository
*/
protected function getAddressBookRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/AddressBookRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\AddressBookRepository'] = new \Acme\SudcmsBundle\Repository\AddressBookRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\AgendaBlocsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\AgendaBlocsRepository
*/
protected function getAgendaBlocsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/AgendaBlocsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\AgendaBlocsRepository'] = new \Acme\SudcmsBundle\Repository\AgendaBlocsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\AgendaCategsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\AgendaCategsRepository
*/
protected function getAgendaCategsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/AgendaCategsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\AgendaCategsRepository'] = new \Acme\SudcmsBundle\Repository\AgendaCategsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\AgendaMediasRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\AgendaMediasRepository
*/
protected function getAgendaMediasRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/AgendaMediasRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\AgendaMediasRepository'] = new \Acme\SudcmsBundle\Repository\AgendaMediasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\AgendaRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\AgendaRepository
*/
protected function getAgendaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/AgendaRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\AgendaRepository'] = new \Acme\SudcmsBundle\Repository\AgendaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\ApiSettingsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\ApiSettingsRepository
*/
protected function getApiSettingsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ApiSettingsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\ApiSettingsRepository'] = new \Acme\SudcmsBundle\Repository\ApiSettingsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\AuthGroupModuleRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\AuthGroupModuleRepository
*/
protected function getAuthGroupModuleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/AuthGroupModuleRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\AuthGroupModuleRepository'] = new \Acme\SudcmsBundle\Repository\AuthGroupModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\AuthGroupRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\AuthGroupRepository
*/
protected function getAuthGroupRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/AuthGroupRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\AuthGroupRepository'] = new \Acme\SudcmsBundle\Repository\AuthGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\AuthGroupSiteRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\AuthGroupSiteRepository
*/
protected function getAuthGroupSiteRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/AuthGroupSiteRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\AuthGroupSiteRepository'] = new \Acme\SudcmsBundle\Repository\AuthGroupSiteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\AuthUserRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\AuthUserRepository
*/
protected function getAuthUserRepositoryService()
{
return $this->privates['Acme\\SudcmsBundle\\Repository\\AuthUserRepository'] = new \Acme\SudcmsBundle\Repository\AuthUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\AutopromoRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\AutopromoRepository
*/
protected function getAutopromoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/AutopromoRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\AutopromoRepository'] = new \Acme\SudcmsBundle\Repository\AutopromoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\CatalogBlocsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\CatalogBlocsRepository
*/
protected function getCatalogBlocsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/CatalogBlocsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\CatalogBlocsRepository'] = new \Acme\SudcmsBundle\Repository\CatalogBlocsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\CatalogCategsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\CatalogCategsRepository
*/
protected function getCatalogCategsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/CatalogCategsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\CatalogCategsRepository'] = new \Acme\SudcmsBundle\Repository\CatalogCategsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\CatalogMediasRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\CatalogMediasRepository
*/
protected function getCatalogMediasRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/CatalogMediasRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\CatalogMediasRepository'] = new \Acme\SudcmsBundle\Repository\CatalogMediasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\CatalogRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\CatalogRepository
*/
protected function getCatalogRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/CatalogRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\CatalogRepository'] = new \Acme\SudcmsBundle\Repository\CatalogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\ContactHistoriqueRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\ContactHistoriqueRepository
*/
protected function getContactHistoriqueRepositoryService()
{
return $this->privates['Acme\\SudcmsBundle\\Repository\\ContactHistoriqueRepository'] = new \Acme\SudcmsBundle\Repository\ContactHistoriqueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\CureCategorieRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\CureCategorieRepository
*/
protected function getCureCategorieRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/CureCategorieRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\CureCategorieRepository'] = new \Acme\SudcmsBundle\Repository\CureCategorieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\CureOrderRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\CureOrderRepository
*/
protected function getCureOrderRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/CureOrderRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\CureOrderRepository'] = new \Acme\SudcmsBundle\Repository\CureOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\CureProductOrderRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\CureProductOrderRepository
*/
protected function getCureProductOrderRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/CureProductOrderRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\CureProductOrderRepository'] = new \Acme\SudcmsBundle\Repository\CureProductOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\CureProductSoinsOrderRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\CureProductSoinsOrderRepository
*/
protected function getCureProductSoinsOrderRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/CureProductSoinsOrderRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\CureProductSoinsOrderRepository'] = new \Acme\SudcmsBundle\Repository\CureProductSoinsOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\CureRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\CureRepository
*/
protected function getCureRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/CureRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\CureRepository'] = new \Acme\SudcmsBundle\Repository\CureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\DocumentCategsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\DocumentCategsRepository
*/
protected function getDocumentCategsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/DocumentCategsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\DocumentCategsRepository'] = new \Acme\SudcmsBundle\Repository\DocumentCategsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\DocumentConfigRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\DocumentConfigRepository
*/
protected function getDocumentConfigRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/DocumentConfigRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\DocumentConfigRepository'] = new \Acme\SudcmsBundle\Repository\DocumentConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\DocumentLinkTagsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\DocumentLinkTagsRepository
*/
protected function getDocumentLinkTagsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/DocumentLinkTagsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\DocumentLinkTagsRepository'] = new \Acme\SudcmsBundle\Repository\DocumentLinkTagsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\DocumentRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\DocumentRepository
*/
protected function getDocumentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/DocumentRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\DocumentRepository'] = new \Acme\SudcmsBundle\Repository\DocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\DocumentStatsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\DocumentStatsRepository
*/
protected function getDocumentStatsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/DocumentStatsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\DocumentStatsRepository'] = new \Acme\SudcmsBundle\Repository\DocumentStatsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\DocumentTagsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\DocumentTagsRepository
*/
protected function getDocumentTagsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/DocumentTagsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\DocumentTagsRepository'] = new \Acme\SudcmsBundle\Repository\DocumentTagsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoAttributesModelsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoAttributesModelsRepository
*/
protected function getEcoAttributesModelsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoAttributesModelsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoAttributesModelsRepository'] = new \Acme\SudcmsBundle\Repository\EcoAttributesModelsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoAttributesReferencesRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoAttributesReferencesRepository
*/
protected function getEcoAttributesReferencesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoAttributesReferencesRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoAttributesReferencesRepository'] = new \Acme\SudcmsBundle\Repository\EcoAttributesReferencesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoAttributesRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoAttributesRepository
*/
protected function getEcoAttributesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoAttributesRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoAttributesRepository'] = new \Acme\SudcmsBundle\Repository\EcoAttributesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoCategoriesRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoCategoriesRepository
*/
protected function getEcoCategoriesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoCategoriesRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoCategoriesRepository'] = new \Acme\SudcmsBundle\Repository\EcoCategoriesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoCustomersAddressesRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoCustomersAddressesRepository
*/
protected function getEcoCustomersAddressesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoCustomersAddressesRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoCustomersAddressesRepository'] = new \Acme\SudcmsBundle\Repository\EcoCustomersAddressesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoCustomersFavoritesProdRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoCustomersFavoritesProdRepository
*/
protected function getEcoCustomersFavoritesProdRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoCustomersFavoritesProdRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoCustomersFavoritesProdRepository'] = new \Acme\SudcmsBundle\Repository\EcoCustomersFavoritesProdRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoCustomersNotesRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoCustomersNotesRepository
*/
protected function getEcoCustomersNotesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoCustomersNotesRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoCustomersNotesRepository'] = new \Acme\SudcmsBundle\Repository\EcoCustomersNotesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoCustomersRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoCustomersRepository
*/
protected function getEcoCustomersRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoCustomersRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoCustomersRepository'] = new \Acme\SudcmsBundle\Repository\EcoCustomersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoDiscountCategoriesRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoDiscountCategoriesRepository
*/
protected function getEcoDiscountCategoriesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoDiscountCategoriesRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoDiscountCategoriesRepository'] = new \Acme\SudcmsBundle\Repository\EcoDiscountCategoriesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoDiscountOrdersRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoDiscountOrdersRepository
*/
protected function getEcoDiscountOrdersRepositoryService()
{
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoDiscountOrdersRepository'] = new \Acme\SudcmsBundle\Repository\EcoDiscountOrdersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoDiscountProductsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoDiscountProductsRepository
*/
protected function getEcoDiscountProductsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoDiscountProductsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoDiscountProductsRepository'] = new \Acme\SudcmsBundle\Repository\EcoDiscountProductsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoDiscountRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoDiscountRepository
*/
protected function getEcoDiscountRepositoryService()
{
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoDiscountRepository'] = new \Acme\SudcmsBundle\Repository\EcoDiscountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoInvoicesElementsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoInvoicesElementsRepository
*/
protected function getEcoInvoicesElementsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoInvoicesElementsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoInvoicesElementsRepository'] = new \Acme\SudcmsBundle\Repository\EcoInvoicesElementsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoInvoicesRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoInvoicesRepository
*/
protected function getEcoInvoicesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoInvoicesRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoInvoicesRepository'] = new \Acme\SudcmsBundle\Repository\EcoInvoicesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoLabelsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoLabelsRepository
*/
protected function getEcoLabelsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoLabelsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoLabelsRepository'] = new \Acme\SudcmsBundle\Repository\EcoLabelsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoMarksRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoMarksRepository
*/
protected function getEcoMarksRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoMarksRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoMarksRepository'] = new \Acme\SudcmsBundle\Repository\EcoMarksRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoOrdersProductsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoOrdersProductsRepository
*/
protected function getEcoOrdersProductsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoOrdersProductsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoOrdersProductsRepository'] = new \Acme\SudcmsBundle\Repository\EcoOrdersProductsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoOrdersRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoOrdersRepository
*/
protected function getEcoOrdersRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoOrdersRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoOrdersRepository'] = new \Acme\SudcmsBundle\Repository\EcoOrdersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoPlanningRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoPlanningRepository
*/
protected function getEcoPlanningRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoPlanningRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoPlanningRepository'] = new \Acme\SudcmsBundle\Repository\EcoPlanningRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoProductsBlocksMediasRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoProductsBlocksMediasRepository
*/
protected function getEcoProductsBlocksMediasRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoProductsBlocksMediasRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksMediasRepository'] = new \Acme\SudcmsBundle\Repository\EcoProductsBlocksMediasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoProductsBlocksRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoProductsBlocksRepository
*/
protected function getEcoProductsBlocksRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoProductsBlocksRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsBlocksRepository'] = new \Acme\SudcmsBundle\Repository\EcoProductsBlocksRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoProductsBundleRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoProductsBundleRepository
*/
protected function getEcoProductsBundleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoProductsBundleRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsBundleRepository'] = new \Acme\SudcmsBundle\Repository\EcoProductsBundleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoProductsCategoriesRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoProductsCategoriesRepository
*/
protected function getEcoProductsCategoriesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoProductsCategoriesRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsCategoriesRepository'] = new \Acme\SudcmsBundle\Repository\EcoProductsCategoriesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoProductsCombinationRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoProductsCombinationRepository
*/
protected function getEcoProductsCombinationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoProductsCombinationRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsCombinationRepository'] = new \Acme\SudcmsBundle\Repository\EcoProductsCombinationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoProductsLabelsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoProductsLabelsRepository
*/
protected function getEcoProductsLabelsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoProductsLabelsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsLabelsRepository'] = new \Acme\SudcmsBundle\Repository\EcoProductsLabelsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoProductsMediasRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoProductsMediasRepository
*/
protected function getEcoProductsMediasRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoProductsMediasRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsMediasRepository'] = new \Acme\SudcmsBundle\Repository\EcoProductsMediasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoProductsReferencesRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoProductsReferencesRepository
*/
protected function getEcoProductsReferencesRepositoryService()
{
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsReferencesRepository'] = new \Acme\SudcmsBundle\Repository\EcoProductsReferencesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoProductsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoProductsRepository
*/
protected function getEcoProductsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoProductsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProductsRepository'] = new \Acme\SudcmsBundle\Repository\EcoProductsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoProvidersRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoProvidersRepository
*/
protected function getEcoProvidersRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoProvidersRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoProvidersRepository'] = new \Acme\SudcmsBundle\Repository\EcoProvidersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoSettingsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoSettingsRepository
*/
protected function getEcoSettingsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoSettingsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoSettingsRepository'] = new \Acme\SudcmsBundle\Repository\EcoSettingsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoShippingCarriersRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoShippingCarriersRepository
*/
protected function getEcoShippingCarriersRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoShippingCarriersRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoShippingCarriersRepository'] = new \Acme\SudcmsBundle\Repository\EcoShippingCarriersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoShippingOrdersRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoShippingOrdersRepository
*/
protected function getEcoShippingOrdersRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoShippingOrdersRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoShippingOrdersRepository'] = new \Acme\SudcmsBundle\Repository\EcoShippingOrdersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoShippingProductsExpeditionsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoShippingProductsExpeditionsRepository
*/
protected function getEcoShippingProductsExpeditionsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoShippingProductsExpeditionsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoShippingProductsExpeditionsRepository'] = new \Acme\SudcmsBundle\Repository\EcoShippingProductsExpeditionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoShippingfeesCountryRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoShippingfeesCountryRepository
*/
protected function getEcoShippingfeesCountryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EcoShippingfeesCountryRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoShippingfeesCountryRepository'] = new \Acme\SudcmsBundle\Repository\EcoShippingfeesCountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\EcoShippingfeesRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\EcoShippingfeesRepository
*/
protected function getEcoShippingfeesRepositoryService()
{
return $this->privates['Acme\\SudcmsBundle\\Repository\\EcoShippingfeesRepository'] = new \Acme\SudcmsBundle\Repository\EcoShippingfeesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\FlashMessageRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\FlashMessageRepository
*/
protected function getFlashMessageRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/FlashMessageRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\FlashMessageRepository'] = new \Acme\SudcmsBundle\Repository\FlashMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\FormAdressesRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\FormAdressesRepository
*/
protected function getFormAdressesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/FormAdressesRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\FormAdressesRepository'] = new \Acme\SudcmsBundle\Repository\FormAdressesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\FormElementsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\FormElementsRepository
*/
protected function getFormElementsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/FormElementsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\FormElementsRepository'] = new \Acme\SudcmsBundle\Repository\FormElementsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\FormElementsValuesRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\FormElementsValuesRepository
*/
protected function getFormElementsValuesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/FormElementsValuesRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\FormElementsValuesRepository'] = new \Acme\SudcmsBundle\Repository\FormElementsValuesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\FormSiteRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\FormSiteRepository
*/
protected function getFormSiteRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/FormSiteRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\FormSiteRepository'] = new \Acme\SudcmsBundle\Repository\FormSiteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\LanguageRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\LanguageRepository
*/
protected function getLanguageRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/LanguageRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\LanguageRepository'] = new \Acme\SudcmsBundle\Repository\LanguageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\ModuleRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\ModuleRepository
*/
protected function getModuleRepositoryService()
{
return $this->privates['Acme\\SudcmsBundle\\Repository\\ModuleRepository'] = new \Acme\SudcmsBundle\Repository\ModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\NewsletterRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\NewsletterRepository
*/
protected function getNewsletterRepositoryService()
{
return $this->privates['Acme\\SudcmsBundle\\Repository\\NewsletterRepository'] = new \Acme\SudcmsBundle\Repository\NewsletterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\OptionsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\OptionsRepository
*/
protected function getOptionsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/OptionsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\OptionsRepository'] = new \Acme\SudcmsBundle\Repository\OptionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\PagesBlocsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\PagesBlocsRepository
*/
protected function getPagesBlocsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/PagesBlocsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\PagesBlocsRepository'] = new \Acme\SudcmsBundle\Repository\PagesBlocsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\PagesMediasRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\PagesMediasRepository
*/
protected function getPagesMediasRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/PagesMediasRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\PagesMediasRepository'] = new \Acme\SudcmsBundle\Repository\PagesMediasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\PagesRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\PagesRepository
*/
protected function getPagesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/PagesRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\PagesRepository'] = new \Acme\SudcmsBundle\Repository\PagesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\SiteCoordonneesRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\SiteCoordonneesRepository
*/
protected function getSiteCoordonneesRepositoryService()
{
return $this->privates['Acme\\SudcmsBundle\\Repository\\SiteCoordonneesRepository'] = new \Acme\SudcmsBundle\Repository\SiteCoordonneesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\SiteGoogleTagManagerRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\SiteGoogleTagManagerRepository
*/
protected function getSiteGoogleTagManagerRepositoryService()
{
return $this->privates['Acme\\SudcmsBundle\\Repository\\SiteGoogleTagManagerRepository'] = new \Acme\SudcmsBundle\Repository\SiteGoogleTagManagerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\SiteLangRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\SiteLangRepository
*/
protected function getSiteLangRepositoryService()
{
return $this->privates['Acme\\SudcmsBundle\\Repository\\SiteLangRepository'] = new \Acme\SudcmsBundle\Repository\SiteLangRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\SiteModuleRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\SiteModuleRepository
*/
protected function getSiteModuleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/SiteModuleRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\SiteModuleRepository'] = new \Acme\SudcmsBundle\Repository\SiteModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\SiteReferencementRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\SiteReferencementRepository
*/
protected function getSiteReferencementRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/SiteReferencementRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\SiteReferencementRepository'] = new \Acme\SudcmsBundle\Repository\SiteReferencementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\SiteRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\SiteRepository
*/
protected function getSiteRepositoryService()
{
return $this->privates['Acme\\SudcmsBundle\\Repository\\SiteRepository'] = new \Acme\SudcmsBundle\Repository\SiteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\SiteReseauxRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\SiteReseauxRepository
*/
protected function getSiteReseauxRepositoryService()
{
return $this->privates['Acme\\SudcmsBundle\\Repository\\SiteReseauxRepository'] = new \Acme\SudcmsBundle\Repository\SiteReseauxRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\TchatMessagesRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\TchatMessagesRepository
*/
protected function getTchatMessagesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/TchatMessagesRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\TchatMessagesRepository'] = new \Acme\SudcmsBundle\Repository\TchatMessagesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\TchatProductsRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\TchatProductsRepository
*/
protected function getTchatProductsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/TchatProductsRepository.php';
return $this->privates['Acme\\SudcmsBundle\\Repository\\TchatProductsRepository'] = new \Acme\SudcmsBundle\Repository\TchatProductsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Repository\TchatRepository' shared autowired service.
*
* @return \Acme\SudcmsBundle\Repository\TchatRepository
*/
protected function getTchatRepositoryService()
{
return $this->privates['Acme\\SudcmsBundle\\Repository\\TchatRepository'] = new \Acme\SudcmsBundle\Repository\TchatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Service\AnonimizedService' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\AnonimizedService
*/
protected function getAnonimizedServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/AnonimizedService.php';
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()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Service\ApiLogsService' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\ApiLogsService
*/
protected function getApiLogsServiceService()
{
$a = ($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'] ?? $this->getMailerServiceService());
if (isset($this->privates['Acme\\SudcmsBundle\\Service\\ApiLogsService'])) {
return $this->privates['Acme\\SudcmsBundle\\Service\\ApiLogsService'];
}
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())));
}
/**
* Gets the private 'Acme\SudcmsBundle\Service\ApiService' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\ApiService
*/
protected function getApiServiceService()
{
$a = ($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'] ?? $this->getMailerServiceService());
if (isset($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'])) {
return $this->privates['Acme\\SudcmsBundle\\Service\\ApiService'];
}
$b = ($this->privates['Acme\\SudcmsBundle\\Service\\ApiLogsService'] ?? $this->getApiLogsServiceService());
if (isset($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'])) {
return $this->privates['Acme\\SudcmsBundle\\Service\\ApiService'];
}
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()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Service\BrevoService' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\BrevoService
*/
protected function getBrevoServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/BrevoService.php';
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))), ($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'] ?? $this->getMailerServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'Acme\SudcmsBundle\Service\DuplicateContent' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\DuplicateContent
*/
protected function getDuplicateContentService()
{
include_once \dirname(__DIR__, 4).'/src/Service/DuplicateContent.php';
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()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Service\Ecommerce\BasketService' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\Ecommerce\BasketService
*/
protected function getBasketServiceService()
{
$a = ($this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'] ?? $this->getOtideaUtilsService());
if (isset($this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService'])) {
return $this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService'];
}
$b = ($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'] ?? $this->getApiServiceService());
if (isset($this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService'])) {
return $this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\BasketService'];
}
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);
}
/**
* Gets the private 'Acme\SudcmsBundle\Service\Ecommerce\DiscountService' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\Ecommerce\DiscountService
*/
protected function getDiscountServiceService()
{
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()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Service\Ecommerce\InvoiceService' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\Ecommerce\InvoiceService
*/
protected function getInvoiceServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Ecommerce/InvoiceService.php';
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()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Service\Ecommerce\LoyaltySystemService' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\Ecommerce\LoyaltySystemService
*/
protected function getLoyaltySystemServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Ecommerce/LoyaltySystemService.php';
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()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Service\Ecommerce\OrderService' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\Ecommerce\OrderService
*/
protected function getOrderServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Ecommerce/OrderService.php';
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()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Service\Ecommerce\PayboxService' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\Ecommerce\PayboxService
*/
protected function getPayboxServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Ecommerce/PayboxService.php';
return $this->privates['Acme\\SudcmsBundle\\Service\\Ecommerce\\PayboxService'] = new \Acme\SudcmsBundle\Service\Ecommerce\PayboxService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Service\Ecommerce\ShippingFeesService' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\Ecommerce\ShippingFeesService
*/
protected function getShippingFeesServiceService()
{
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()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Service\FileService' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\FileService
*/
protected function getFileServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/FileService.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
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())));
}
/**
* Gets the private 'Acme\SudcmsBundle\Service\FlashNotificationAjax' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\FlashNotificationAjax
*/
protected function getFlashNotificationAjaxService()
{
include_once \dirname(__DIR__, 4).'/src/Service/FlashNotificationAjax.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['Acme\\SudcmsBundle\\Service\\FlashNotificationAjax'])) {
return $this->privates['Acme\\SudcmsBundle\\Service\\FlashNotificationAjax'];
}
return $this->privates['Acme\\SudcmsBundle\\Service\\FlashNotificationAjax'] = new \Acme\SudcmsBundle\Service\FlashNotificationAjax($a);
}
/**
* Gets the private 'Acme\SudcmsBundle\Service\FormBuilderService' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\FormBuilderService
*/
protected function getFormBuilderServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/FormBuilderService.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
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'))));
}
/**
* Gets the private 'Acme\SudcmsBundle\Service\MailerService' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\MailerService
*/
protected function getMailerServiceService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'])) {
return $this->privates['Acme\\SudcmsBundle\\Service\\MailerService'];
}
$b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['Acme\\SudcmsBundle\\Service\\MailerService'])) {
return $this->privates['Acme\\SudcmsBundle\\Service\\MailerService'];
}
$c = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
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 () {
yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
yield 2 => ($this->privates['mailer.transport_factory.sendinblue'] ?? $this->getMailer_TransportFactory_SendinblueService());
yield 3 => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
yield 4 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
}, 5)))->fromStrings(['main' => $this->getEnv('MAILER_URL')]), NULL, $a), $b, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $c, $c);
}
/**
* Gets the private 'Acme\SudcmsBundle\Service\OtideaUtils' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\OtideaUtils
*/
protected function getOtideaUtilsService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'])) {
return $this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'];
}
$b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'])) {
return $this->privates['Acme\\SudcmsBundle\\Service\\OtideaUtils'];
}
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()));
}
/**
* Gets the private 'Acme\SudcmsBundle\Service\UrlizerService' shared autowired service.
*
* @return \Acme\SudcmsBundle\Service\UrlizerService
*/
protected function getUrlizerServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/UrlizerService.php';
return $this->privates['Acme\\SudcmsBundle\\Service\\UrlizerService'] = new \Acme\SudcmsBundle\Service\UrlizerService();
}
/**
* Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
*/
protected function getManagerRegistryAwareConnectionProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
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'));
}
/**
* Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
*
* @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
*/
protected function getRunSqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
$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()));
$instance->setName('dbal:run-sql');
return $instance;
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
*/
protected function getAnnotations_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
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);
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'assets._package_cieleo' shared service.
*
* @return \Symfony\Component\Asset\UrlPackage
*/
protected function getAssets_PackageCieleoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/UrlPackage.php';
return $this->privates['assets._package_cieleo'] = new \Symfony\Component\Asset\UrlPackage([0 => 'https://www.cieleo-bareges.com/'], ($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()));
}
/**
* Gets the private 'assets._package_local' shared service.
*
* @return \Symfony\Component\Asset\UrlPackage
*/
protected function getAssets_PackageLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/UrlPackage.php';
return $this->privates['assets._package_local'] = new \Symfony\Component\Asset\UrlPackage([0 => '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()));
}
/**
* Gets the private 'assets._package_main-app' shared service.
*
* @return \Symfony\Component\Asset\UrlPackage
*/
protected function getAssets_PackageMainappService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/UrlPackage.php';
return $this->privates['assets._package_main-app'] = new \Symfony\Component\Asset\UrlPackage([0 => 'https://www.dev-th.cieleo-bareges.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()));
}
/**
* Gets the private 'assets.context' shared service.
*
* @return \Symfony\Component\Asset\Context\RequestStackContext
*/
protected function getAssets_ContextService()
{
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
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());
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kKh0KhifwX', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sdTxYMQ1to', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4I2cbBdK+d', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dH44Ew94R+', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CePC40zWl0', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache_pool_clearer.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
*/
protected function getCachePoolClearer_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [0 => 'cache.validator', 1 => 'cache.serializer']);
}
/**
* Gets the private 'config_builder.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
*/
protected function getConfigBuilder_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
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()));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($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)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'console.command.about' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
*/
protected function getConsole_Command_AboutService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
$this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
$instance->setName('about');
$instance->setDescription('Display information about the current project');
return $instance;
}
/**
* Gets the private 'console.command.assets_install' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
*/
protected function getConsole_Command_AssetsInstallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
$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));
$instance->setName('assets:install');
$instance->setDescription('Install bundle\'s web assets under a public directory');
return $instance;
}
/**
* Gets the private 'console.command.cache_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
*/
protected function getConsole_Command_CacheClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
$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())));
$instance->setName('cache:clear');
$instance->setDescription('Clear the cache');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
*/
protected function getConsole_Command_CachePoolClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
$this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.validator_expression_language', 7 => 'cache.doctrine.orm.default.result', 8 => 'cache.doctrine.orm.default.query', 9 => 'cache.security_expression_language']);
$instance->setName('cache:pool:clear');
$instance->setDescription('Clear cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_delete' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
*/
protected function getConsole_Command_CachePoolDeleteService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
$this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.validator_expression_language', 7 => 'cache.doctrine.orm.default.result', 8 => 'cache.doctrine.orm.default.query', 9 => 'cache.security_expression_language']);
$instance->setName('cache:pool:delete');
$instance->setDescription('Delete an item from a cache pool');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
*/
protected function getConsole_Command_CachePoolListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
$this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.validator_expression_language', 7 => 'cache.doctrine.orm.default.result', 8 => 'cache.doctrine.orm.default.query', 9 => 'cache.security_expression_language']);
$instance->setName('cache:pool:list');
$instance->setDescription('List available cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_prune' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
*/
protected function getConsole_Command_CachePoolPruneService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
$this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
}, 10));
$instance->setName('cache:pool:prune');
$instance->setDescription('Prune cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_warmup' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
*/
protected function getConsole_Command_CacheWarmupService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
$this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
$instance->setName('cache:warmup');
$instance->setDescription('Warm up an empty cache');
return $instance;
}
/**
* Gets the private 'console.command.config_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
*/
protected function getConsole_Command_ConfigDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
$this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
$instance->setName('debug:config');
$instance->setDescription('Dump the current configuration for an extension');
return $instance;
}
/**
* Gets the private 'console.command.config_dump_reference' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
*/
protected function getConsole_Command_ConfigDumpReferenceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
$this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
$instance->setName('config:dump-reference');
$instance->setDescription('Dump the default configuration for an extension');
return $instance;
}
/**
* Gets the private 'console.command.container_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
*/
protected function getConsole_Command_ContainerDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
$this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
$instance->setName('debug:container');
$instance->setDescription('Display current services for an application');
return $instance;
}
/**
* Gets the private 'console.command.container_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
*/
protected function getConsole_Command_ContainerLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
$this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
$instance->setName('lint:container');
$instance->setDescription('Ensure that arguments injected into services match type declarations');
return $instance;
}
/**
* Gets the private 'console.command.debug_autowiring' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
*/
protected function getConsole_Command_DebugAutowiringService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
$this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:autowiring');
$instance->setDescription('List classes/interfaces you can use for autowiring');
return $instance;
}
/**
* Gets the private 'console.command.dotenv_debug' shared service.
*
* @return \Symfony\Component\Dotenv\Command\DebugCommand
*/
protected function getConsole_Command_DotenvDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
$this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
$instance->setName('debug:dotenv');
$instance->setDescription('Lists all dotenv files with variables and values');
return $instance;
}
/**
* Gets the private 'console.command.event_dispatcher_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
*/
protected function getConsole_Command_EventDispatcherDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
$this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.gHf5fP_'] ?? $this->get_ServiceLocator_GHf5fPService()));
$instance->setName('debug:event-dispatcher');
$instance->setDescription('Display configured listeners for an application');
return $instance;
}
/**
* Gets the private 'console.command.form_debug' shared service.
*
* @return \Symfony\Component\Form\Command\DebugCommand
*/
protected function getConsole_Command_FormDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
$this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\Type', 2 => 'Liip\\ImagineBundle\\Form\\Type', 3 => 'Acme\\SudcmsBundle\\Form', 4 => 'Acme\\SudcmsBundle\\Form\\Ecommerce'], [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 1 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 2 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 3 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 4 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType', 5 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType', 6 => 'Acme\\SudcmsBundle\\Form\\ActualiteEditType', 7 => 'Acme\\SudcmsBundle\\Form\\AddressBookEditType', 8 => 'Acme\\SudcmsBundle\\Form\\AgendaEditType', 9 => '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'], [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension', 1 => 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension', 2 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension', 3 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension', 4 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension', 5 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension', 6 => 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension', 7 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [0 => 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:form');
$instance->setDescription('Display form type information');
return $instance;
}
/**
* Gets the private 'console.command.router_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
*/
protected function getConsole_Command_RouterDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
$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()));
$instance->setName('debug:router');
$instance->setDescription('Display current routes for an application');
return $instance;
}
/**
* Gets the private 'console.command.router_match' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
*/
protected function getConsole_Command_RouterMatchService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
$this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
$instance->setName('router:match');
$instance->setDescription('Help debug routes by simulating a path info match');
return $instance;
}
/**
* Gets the private 'console.command.secrets_decrypt_to_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
*/
protected function getConsole_Command_SecretsDecryptToLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:decrypt-to-local');
$instance->setDescription('Decrypt all secrets and stores them in the local vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_encrypt_from_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
*/
protected function getConsole_Command_SecretsEncryptFromLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:encrypt-from-local');
$instance->setDescription('Encrypt all local secrets to the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_generate_key' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
*/
protected function getConsole_Command_SecretsGenerateKeyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:generate-keys');
$instance->setDescription('Generate new encryption keys');
return $instance;
}
/**
* Gets the private 'console.command.secrets_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
*/
protected function getConsole_Command_SecretsListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:list');
$instance->setDescription('List all secrets');
return $instance;
}
/**
* Gets the private 'console.command.secrets_remove' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
*/
protected function getConsole_Command_SecretsRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:remove');
$instance->setDescription('Remove a secret from the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_set' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
*/
protected function getConsole_Command_SecretsSetService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$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')))));
$instance->setName('secrets:set');
$instance->setDescription('Set a secret in the vault');
return $instance;
}
/**
* Gets the private 'console.command.translation_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
*/
protected function getConsole_Command_TranslationDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
$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'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/../main-app/templates'), 1 => (\dirname(__DIR__, 4).'/../cieleo/templates'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 9 => (\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')], []);
$instance->setName('debug:translation');
$instance->setDescription('Display translation messages information');
return $instance;
}
/**
* Gets the private 'console.command.translation_extract' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
*/
protected function getConsole_Command_TranslationExtractService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
$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'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/../main-app/templates'), 1 => (\dirname(__DIR__, 4).'/../cieleo/templates'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 9 => (\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')], []);
$instance->setName('translation:extract');
$instance->setAliases([0 => 'translation:update']);
$instance->setDescription('Extract missing translations keys from code to translation files.');
return $instance;
}
/**
* Gets the private 'console.command.translation_pull' shared service.
*
* @return \Symfony\Component\Translation\Command\TranslationPullCommand
*/
protected function getConsole_Command_TranslationPullService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
$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', [], []);
$instance->setName('translation:pull');
$instance->setDescription('Pull translations from a given provider.');
return $instance;
}
/**
* Gets the private 'console.command.translation_push' shared service.
*
* @return \Symfony\Component\Translation\Command\TranslationPushCommand
*/
protected function getConsole_Command_TranslationPushService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
$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()), [], []);
$instance->setName('translation:push');
$instance->setDescription('Push translations to a given provider.');
return $instance;
}
/**
* Gets the private 'console.command.validator_debug' shared service.
*
* @return \Symfony\Component\Validator\Command\DebugCommand
*/
protected function getConsole_Command_ValidatorDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
$this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
$instance->setName('debug:validator');
$instance->setDescription('Display validation constraints for classes');
return $instance;
}
/**
* Gets the private 'console.command.xliff_lint' shared service.
*
* @return \Symfony\Component\Translation\Command\XliffLintCommand
*/
protected function getConsole_Command_XliffLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
$this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
$instance->setName('lint:xliff');
$instance->setDescription('Lint an XLIFF file and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'console.command.yaml_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
*/
protected function getConsole_Command_YamlLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
$this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
$instance->setName('lint:yaml');
$instance->setDescription('Lint a YAML file and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'console.error_listener' shared service.
*
* @return \Symfony\Component\Console\EventListener\ErrorListener
*/
protected function getConsole_ErrorListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
$a = new \Symfony\Bridge\Monolog\Logger('console');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
}
/**
* Gets the private 'container.env_var_processor' shared service.
*
* @return \Symfony\Component\DependencyInjection\EnvVarProcessor
*/
protected function getContainer_EnvVarProcessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
}, 1));
}
/**
* Gets the private 'container.getenv' shared service.
*
* @return \Closure
*/
protected function getContainer_GetenvService()
{
return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
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())));
}
/**
* Gets the private 'data_collector.request.session_collector' shared service.
*
* @return \Closure
*/
protected function getDataCollector_Request_SessionCollectorService()
{
return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
}
/**
* Gets the private 'debug.argument_resolver.default' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_NotTaggedControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
$a = ($this->privates['.service_locator.wazk4y0'] ?? $this->get_ServiceLocator_Wazk4y0Service());
if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
return $this->privates['debug.argument_resolver.not_tagged_controller'];
}
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))));
}
/**
* Gets the private 'debug.argument_resolver.request' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.request_attribute' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestAttributeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.service' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_ServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
$a = ($this->privates['.service_locator.wazk4y0'] ?? $this->get_ServiceLocator_Wazk4y0Service());
if (isset($this->privates['debug.argument_resolver.service'])) {
return $this->privates['debug.argument_resolver.service'];
}
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))));
}
/**
* Gets the private 'debug.argument_resolver.session' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
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))));
}
/**
* Gets the private 'debug.argument_resolver.variadic' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_VariadicService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
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))));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
}
/**
* Gets the private 'debug.dump_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DumpListener
*/
protected function getDebug_DumpListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
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()));
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
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 () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
});
}
/**
* Gets the private 'debug.file_link_formatter.url_format' shared service.
*
* @return \string
*/
protected function getDebug_FileLinkFormatter_UrlFormatService()
{
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');
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
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())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
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 () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
}, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'debug.security.firewall.authenticator.admin' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
*/
protected function getDebug_Security_Firewall_Authenticator_AdminService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
$a = ($this->privates['security.authenticator.guard.admin.0'] ?? $this->getSecurity_Authenticator_Guard_Admin_0Service());
if (isset($this->privates['debug.security.firewall.authenticator.admin'])) {
return $this->privates['debug.security.firewall.authenticator.admin'];
}
$b = ($this->privates['security.authenticator.form_login.admin'] ?? $this->getSecurity_Authenticator_FormLogin_AdminService());
if (isset($this->privates['debug.security.firewall.authenticator.admin'])) {
return $this->privates['debug.security.firewall.authenticator.admin'];
}
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([0 => $a, 1 => $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()), true, true, [])));
}
/**
* Gets the private 'debug.security.firewall.authenticator.main' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
*/
protected function getDebug_Security_Firewall_Authenticator_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
$a = ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service());
if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
return $this->privates['debug.security.firewall.authenticator.main'];
}
$b = ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService());
if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
return $this->privates['debug.security.firewall.authenticator.main'];
}
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([0 => $a, 1 => $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()), true, true, [])));
}
/**
* Gets the private 'debug.security.user_value_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_Security_UserValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
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))));
}
/**
* Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
return $this->privates['debug.security.voter.security.access.authenticated_voter'];
}
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);
}
/**
* Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
return $this->privates['debug.security.voter.security.access.expression_voter'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
return $this->privates['debug.security.voter.security.access.expression_voter'];
}
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);
}
/**
* Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
}
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);
}
/**
* Gets the private 'debug.security.voter.vote_listener' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
*/
protected function getDebug_Security_Voter_VoteListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['debug.security.voter.vote_listener'])) {
return $this->privates['debug.security.voter.vote_listener'];
}
return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
}
/**
* Gets the private 'doctrine.cache_clear_metadata_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
*/
protected function getDoctrine_CacheClearMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-metadata');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
*/
protected function getDoctrine_CacheClearQueryCacheCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-query');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_result_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
*/
protected function getDoctrine_CacheClearResultCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-result');
return $instance;
}
/**
* Gets the private 'doctrine.cache_collection_region_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
*/
protected function getDoctrine_CacheCollectionRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-collection-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_entity_region_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
*/
protected function getDoctrine_ClearEntityRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-entity-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_query_region_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
*/
protected function getDoctrine_ClearQueryRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
$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()));
$instance->setName('doctrine:cache:clear-query-region');
return $instance;
}
/**
* Gets the private 'doctrine.database_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:create');
return $instance;
}
/**
* Gets the private 'doctrine.database_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:drop');
return $instance;
}
/**
* Gets the private 'doctrine.ensure_production_settings_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
*/
protected function getDoctrine_EnsureProductionSettingsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
$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()));
$instance->setName('doctrine:ensure-production-settings');
return $instance;
}
/**
* Gets the private 'doctrine.fixtures_load_command' shared service.
*
* @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
*/
protected function getDoctrine_FixturesLoadCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/AppFixtures.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
$a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
$a->addFixtures([0 => ['fixture' => new \Acme\SudcmsBundle\DataFixtures\AppFixtures(), 'groups' => []]]);
$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()]);
$instance->setName('doctrine:fixtures:load');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_convert_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
*/
protected function getDoctrine_MappingConvertCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
$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()));
$instance->setName('doctrine:mapping:convert');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
*/
protected function getDoctrine_MappingImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
$instance->setName('doctrine:mapping:import');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_info_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
*/
protected function getDoctrine_MappingInfoCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
$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()));
$instance->setName('doctrine:mapping:info');
return $instance;
}
/**
* Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
*/
protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
$a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
}
return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
}
/**
* Gets the private 'doctrine.migrations.dependency_factory' shared service.
*
* @return \Doctrine\Migrations\DependencyFactory
*/
protected function getDoctrine_Migrations_DependencyFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
$a = new \Doctrine\Migrations\Configuration\Configuration();
$a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/src/migrations'));
$a->setAllOrNothing(false);
$a->setCheckDatabasePlatform(true);
$a->setTransactional(true);
$a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
$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()));
$instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
});
return $instance;
}
/**
* Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
*/
protected function getDoctrine_Orm_Command_EntityManagerProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
*
* @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
*/
protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
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()));
}
/**
* Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
*
* @return \Doctrine\ORM\Tools\AttachEntityListenersListener
*/
protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
}
/**
* Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
}
/**
* Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
}
/**
* Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
*
* @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
*/
protected function getDoctrine_Orm_ProxyCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.validator.unique' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
*/
protected function getDoctrine_Orm_Validator_UniqueService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.query_dql_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
*/
protected function getDoctrine_QueryDqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
$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()));
$instance->setName('doctrine:query:dql');
return $instance;
}
/**
* Gets the private 'doctrine.query_sql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
*/
protected function getDoctrine_QuerySqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
$this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('doctrine:query:sql');
return $instance;
}
/**
* Gets the private 'doctrine.schema_create_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
*/
protected function getDoctrine_SchemaCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
$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()));
$instance->setName('doctrine:schema:create');
return $instance;
}
/**
* Gets the private 'doctrine.schema_drop_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
*/
protected function getDoctrine_SchemaDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
$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()));
$instance->setName('doctrine:schema:drop');
return $instance;
}
/**
* Gets the private 'doctrine.schema_update_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
*/
protected function getDoctrine_SchemaUpdateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
$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()));
$instance->setName('doctrine:schema:update');
return $instance;
}
/**
* Gets the private 'doctrine.schema_validate_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
*/
protected function getDoctrine_SchemaValidateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
$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()));
$instance->setName('doctrine:schema:validate');
return $instance;
}
/**
* Gets the private 'doctrine.ulid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
*/
protected function getDoctrine_UlidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
}
/**
* Gets the private 'doctrine.uuid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
*/
protected function getDoctrine_UuidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
}
/**
* Gets the private 'doctrine_migrations.current_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
*/
protected function getDoctrineMigrations_CurrentCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
$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');
$instance->setName('doctrine:migrations:current');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.diff_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
*/
protected function getDoctrineMigrations_DiffCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
$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');
$instance->setName('doctrine:migrations:diff');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.dump_schema_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
*/
protected function getDoctrineMigrations_DumpSchemaCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
$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');
$instance->setName('doctrine:migrations:dump-schema');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.execute_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
*/
protected function getDoctrineMigrations_ExecuteCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
$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');
$instance->setName('doctrine:migrations:execute');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.generate_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
*/
protected function getDoctrineMigrations_GenerateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
$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');
$instance->setName('doctrine:migrations:generate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.latest_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
*/
protected function getDoctrineMigrations_LatestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
$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');
$instance->setName('doctrine:migrations:latest');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.migrate_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
*/
protected function getDoctrineMigrations_MigrateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
$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');
$instance->setName('doctrine:migrations:migrate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.rollup_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
*/
protected function getDoctrineMigrations_RollupCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
$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');
$instance->setName('doctrine:migrations:rollup');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.status_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
*/
protected function getDoctrineMigrations_StatusCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
$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');
$instance->setName('doctrine:migrations:status');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
*/
protected function getDoctrineMigrations_SyncMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
$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');
$instance->setName('doctrine:migrations:sync-metadata-storage');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.up_to_date_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
*/
protected function getDoctrineMigrations_UpToDateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
$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');
$instance->setName('doctrine:migrations:up-to-date');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.version_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
*/
protected function getDoctrineMigrations_VersionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
$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');
$instance->setName('doctrine:migrations:version');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.versions_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
*/
protected function getDoctrineMigrations_VersionsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
$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');
$instance->setName('doctrine:migrations:list');
return $instance;
}
/**
* Gets the private 'error_handler.error_renderer.html' shared service.
*
* @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
*/
protected function getErrorHandler_ErrorRenderer_HtmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true), '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()));
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'form.choice_list_factory.cached' shared service.
*
* @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
*/
protected function getForm_ChoiceListFactory_CachedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
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())));
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Acme\\SudcmsBundle\\Form\\ActualiteEditType' => ['privates', 'Acme\\SudcmsBundle\\Form\\ActualiteEditType', 'getActualiteEditTypeService', false],
'Acme\\SudcmsBundle\\Form\\AddressBookEditType' => ['privates', 'Acme\\SudcmsBundle\\Form\\AddressBookEditType', 'getAddressBookEditTypeService', false],
'Acme\\SudcmsBundle\\Form\\AgendaEditType' => ['privates', 'Acme\\SudcmsBundle\\Form\\AgendaEditType', 'getAgendaEditTypeService', false],
'Acme\\SudcmsBundle\\Form\\AnnuaireType' => ['privates', 'Acme\\SudcmsBundle\\Form\\AnnuaireType', 'getAnnuaireTypeService', false],
'Acme\\SudcmsBundle\\Form\\ApiSettingsType' => ['privates', 'Acme\\SudcmsBundle\\Form\\ApiSettingsType', 'getApiSettingsTypeService', false],
'Acme\\SudcmsBundle\\Form\\AutopromoType' => ['privates', 'Acme\\SudcmsBundle\\Form\\AutopromoType', 'getAutopromoTypeService', false],
'Acme\\SudcmsBundle\\Form\\CatalogEditType' => ['privates', 'Acme\\SudcmsBundle\\Form\\CatalogEditType', 'getCatalogEditTypeService', false],
'Acme\\SudcmsBundle\\Form\\CatalogueCategType' => ['privates', 'Acme\\SudcmsBundle\\Form\\CatalogueCategType', 'getCatalogueCategTypeService', false],
'Acme\\SudcmsBundle\\Form\\CatalogueMediasType' => ['privates', 'Acme\\SudcmsBundle\\Form\\CatalogueMediasType', 'getCatalogueMediasTypeService', false],
'Acme\\SudcmsBundle\\Form\\CatalogueType' => ['privates', 'Acme\\SudcmsBundle\\Form\\CatalogueType', 'getCatalogueTypeService', false],
'Acme\\SudcmsBundle\\Form\\ContactHistoriqueType' => ['privates', 'Acme\\SudcmsBundle\\Form\\ContactHistoriqueType', 'getContactHistoriqueTypeService', false],
'Acme\\SudcmsBundle\\Form\\DocumentConfigEditType' => ['privates', 'Acme\\SudcmsBundle\\Form\\DocumentConfigEditType', 'getDocumentConfigEditTypeService', false],
'Acme\\SudcmsBundle\\Form\\DocumentType' => ['privates', 'Acme\\SudcmsBundle\\Form\\DocumentType', 'getDocumentTypeService', false],
'Acme\\SudcmsBundle\\Form\\Ecommerce\\CarrierType' => ['privates', 'Acme\\SudcmsBundle\\Form\\Ecommerce\\CarrierType', 'getCarrierTypeService', false],
'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerAddressType' => ['privates', 'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerAddressType', 'getCustomerAddressTypeService', false],
'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerFrontType' => ['privates', 'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerFrontType', 'getCustomerFrontTypeService', false],
'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerRequestCompanyType' => ['privates', 'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerRequestCompanyType', 'getCustomerRequestCompanyTypeService', false],
'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerResetPasswordType' => ['privates', 'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerResetPasswordType', 'getCustomerResetPasswordTypeService', false],
'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerType' => ['privates', 'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerType', 'getCustomerTypeService', false],
'Acme\\SudcmsBundle\\Form\\Ecommerce\\DiscountType' => ['privates', 'Acme\\SudcmsBundle\\Form\\Ecommerce\\DiscountType', 'getDiscountTypeService', false],
'Acme\\SudcmsBundle\\Form\\Ecommerce\\FrontLoginType' => ['privates', 'Acme\\SudcmsBundle\\Form\\Ecommerce\\FrontLoginType', 'getFrontLoginTypeService', false],
'Acme\\SudcmsBundle\\Form\\Ecommerce\\ProductReferenceType' => ['privates', 'Acme\\SudcmsBundle\\Form\\Ecommerce\\ProductReferenceType', 'getProductReferenceTypeService', false],
'Acme\\SudcmsBundle\\Form\\Ecommerce\\ProductType' => ['privates', 'Acme\\SudcmsBundle\\Form\\Ecommerce\\ProductType', 'getProductTypeService', false],
'Acme\\SudcmsBundle\\Form\\Ecommerce\\SettingsType' => ['privates', 'Acme\\SudcmsBundle\\Form\\Ecommerce\\SettingsType', 'getSettingsTypeService', false],
'Acme\\SudcmsBundle\\Form\\FormAdressesType' => ['privates', 'Acme\\SudcmsBundle\\Form\\FormAdressesType', 'getFormAdressesTypeService', false],
'Acme\\SudcmsBundle\\Form\\FormSiteType' => ['privates', 'Acme\\SudcmsBundle\\Form\\FormSiteType', 'getFormSiteTypeService', false],
'Acme\\SudcmsBundle\\Form\\FrontContactType' => ['privates', 'Acme\\SudcmsBundle\\Form\\FrontContactType', 'getFrontContactTypeService', false],
'Acme\\SudcmsBundle\\Form\\PlanningType' => ['privates', 'Acme\\SudcmsBundle\\Form\\PlanningType', 'getPlanningTypeService', false],
'Acme\\SudcmsBundle\\Form\\ResetPassType' => ['privates', 'Acme\\SudcmsBundle\\Form\\ResetPassType', 'getResetPassTypeService', false],
'Acme\\SudcmsBundle\\Form\\SiteCoordonneesType' => ['privates', 'Acme\\SudcmsBundle\\Form\\SiteCoordonneesType', 'getSiteCoordonneesTypeService', false],
'Acme\\SudcmsBundle\\Form\\SiteEditType' => ['privates', 'Acme\\SudcmsBundle\\Form\\SiteEditType', 'getSiteEditTypeService', false],
'Acme\\SudcmsBundle\\Form\\SiteGoogleTagManagerType' => ['privates', 'Acme\\SudcmsBundle\\Form\\SiteGoogleTagManagerType', 'getSiteGoogleTagManagerTypeService', false],
'Acme\\SudcmsBundle\\Form\\UserGroupType' => ['privates', 'Acme\\SudcmsBundle\\Form\\UserGroupType', 'getUserGroupTypeService', false],
'Acme\\SudcmsBundle\\Form\\UserRegistrationType' => ['privates', 'Acme\\SudcmsBundle\\Form\\UserRegistrationType', 'getUserRegistrationTypeService', false],
'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates', 'liip_imagine.form.type.image', 'getLiipImagine_Form_Type_ImageService', false],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
], [
'Acme\\SudcmsBundle\\Form\\ActualiteEditType' => '?',
'Acme\\SudcmsBundle\\Form\\AddressBookEditType' => '?',
'Acme\\SudcmsBundle\\Form\\AgendaEditType' => '?',
'Acme\\SudcmsBundle\\Form\\AnnuaireType' => '?',
'Acme\\SudcmsBundle\\Form\\ApiSettingsType' => '?',
'Acme\\SudcmsBundle\\Form\\AutopromoType' => '?',
'Acme\\SudcmsBundle\\Form\\CatalogEditType' => '?',
'Acme\\SudcmsBundle\\Form\\CatalogueCategType' => '?',
'Acme\\SudcmsBundle\\Form\\CatalogueMediasType' => '?',
'Acme\\SudcmsBundle\\Form\\CatalogueType' => '?',
'Acme\\SudcmsBundle\\Form\\ContactHistoriqueType' => '?',
'Acme\\SudcmsBundle\\Form\\DocumentConfigEditType' => '?',
'Acme\\SudcmsBundle\\Form\\DocumentType' => '?',
'Acme\\SudcmsBundle\\Form\\Ecommerce\\CarrierType' => '?',
'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerAddressType' => '?',
'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerFrontType' => '?',
'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerRequestCompanyType' => '?',
'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerResetPasswordType' => '?',
'Acme\\SudcmsBundle\\Form\\Ecommerce\\CustomerType' => '?',
'Acme\\SudcmsBundle\\Form\\Ecommerce\\DiscountType' => '?',
'Acme\\SudcmsBundle\\Form\\Ecommerce\\FrontLoginType' => '?',
'Acme\\SudcmsBundle\\Form\\Ecommerce\\ProductReferenceType' => '?',
'Acme\\SudcmsBundle\\Form\\Ecommerce\\ProductType' => '?',
'Acme\\SudcmsBundle\\Form\\Ecommerce\\SettingsType' => '?',
'Acme\\SudcmsBundle\\Form\\FormAdressesType' => '?',
'Acme\\SudcmsBundle\\Form\\FormSiteType' => '?',
'Acme\\SudcmsBundle\\Form\\FrontContactType' => '?',
'Acme\\SudcmsBundle\\Form\\PlanningType' => '?',
'Acme\\SudcmsBundle\\Form\\ResetPassType' => '?',
'Acme\\SudcmsBundle\\Form\\SiteCoordonneesType' => '?',
'Acme\\SudcmsBundle\\Form\\SiteEditType' => '?',
'Acme\\SudcmsBundle\\Form\\SiteGoogleTagManagerType' => '?',
'Acme\\SudcmsBundle\\Form\\UserGroupType' => '?',
'Acme\\SudcmsBundle\\Form\\UserRegistrationType' => '?',
'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
}, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
}, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
}
/**
* Gets the private 'form.server_params' shared service.
*
* @return \Symfony\Component\Form\Util\ServerParams
*/
protected function getForm_ServerParamsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
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())));
}
/**
* Gets the private 'form.type.choice' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
*/
protected function getForm_Type_ChoiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
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()));
}
/**
* Gets the private 'form.type.color' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ColorType
*/
protected function getForm_Type_ColorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type.entity' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
*/
protected function getForm_Type_EntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type.form' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FormType
*/
protected function getForm_Type_FormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'form.type_extension.csrf' shared service.
*
* @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
*/
protected function getForm_TypeExtension_CsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
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()));
}
/**
* Gets the private 'form.type_extension.form.data_collector' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
*/
protected function getForm_TypeExtension_Form_DataCollectorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
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()));
}
/**
* Gets the private 'form.type_extension.form.http_foundation' shared service.
*
* @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
*/
protected function getForm_TypeExtension_Form_HttpFoundationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
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())));
}
/**
* Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
*/
protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.form.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
*/
protected function getForm_TypeExtension_Form_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
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()));
}
/**
* Gets the private 'form.type_extension.upload.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
*/
protected function getForm_TypeExtension_Upload_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
}
/**
* Gets the private 'form.type_guesser.doctrine' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
*/
protected function getForm_TypeGuesser_DoctrineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type_guesser.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
*/
protected function getForm_TypeGuesser_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
}
/**
* Gets the private 'fragment.renderer.inline' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
*/
protected function getFragment_Renderer_InlineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['fragment.renderer.inline'])) {
return $this->privates['fragment.renderer.inline'];
}
$b = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['fragment.renderer.inline'])) {
return $this->privates['fragment.renderer.inline'];
}
$this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($b, $a);
$instance->setFragmentPath('/_fragment');
return $instance;
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
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())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
return $this->privates['framework_extra_bundle.event.is_granted'];
}
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);
}
/**
* Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
*
* @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
*/
protected function getKnpPaginator_Subscriber_SlidingPaginationService()
{
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]);
}
/**
* Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
*
* @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
*/
protected function getLiipImagine_Binary_MimeTypeGuesserService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
}
/**
* Gets the private 'liip_imagine.command.cache_remove' shared service.
*
* @return \Liip\ImagineBundle\Command\RemoveCacheCommand
*/
protected function getLiipImagine_Command_CacheRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
$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()));
$instance->setName('liip:imagine:cache:remove');
return $instance;
}
/**
* Gets the private 'liip_imagine.command.cache_resolve' shared service.
*
* @return \Liip\ImagineBundle\Command\ResolveCacheCommand
*/
protected function getLiipImagine_Command_CacheResolveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
$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()));
$instance->setName('liip:imagine:cache:resolve');
return $instance;
}
/**
* Gets the private 'liip_imagine.filter.configuration' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
*/
protected function getLiipImagine_Filter_ConfigurationService()
{
return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
}
/**
* Gets the private 'liip_imagine.form.type.image' shared service.
*
* @return \Liip\ImagineBundle\Form\Type\ImageType
*/
protected function getLiipImagine_Form_Type_ImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
}
/**
* Gets the private 'liip_imagine.gd' shared service.
*
* @return \Imagine\Gd\Imagine
*/
protected function getLiipImagine_GdService()
{
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
$this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
$instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
return $instance;
}
/**
* Gets the private 'liip_imagine.service.filter' shared service.
*
* @return \Liip\ImagineBundle\Service\FilterService
*/
protected function getLiipImagine_Service_FilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
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()));
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
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, []);
}
/**
* Gets the private 'mailer.transport_factory.native' shared service.
*
* @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
*/
protected function getMailer_TransportFactory_NativeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.native'])) {
return $this->privates['mailer.transport_factory.native'];
}
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()));
}
/**
* Gets the private 'mailer.transport_factory.null' shared service.
*
* @return \Symfony\Component\Mailer\Transport\NullTransportFactory
*/
protected function getMailer_TransportFactory_NullService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.null'])) {
return $this->privates['mailer.transport_factory.null'];
}
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()));
}
/**
* Gets the private 'mailer.transport_factory.sendinblue' shared service.
*
* @return \Symfony\Component\Mailer\Bridge\Sendinblue\Transport\SendinblueTransportFactory
*/
protected function getMailer_TransportFactory_SendinblueService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/sendinblue-mailer/Transport/SendinblueTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.sendinblue'])) {
return $this->privates['mailer.transport_factory.sendinblue'];
}
return $this->privates['mailer.transport_factory.sendinblue'] = new \Symfony\Component\Mailer\Bridge\Sendinblue\Transport\SendinblueTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.sendmail' shared service.
*
* @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
*/
protected function getMailer_TransportFactory_SendmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.sendmail'])) {
return $this->privates['mailer.transport_factory.sendmail'];
}
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()));
}
/**
* Gets the private 'mailer.transport_factory.smtp' shared service.
*
* @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
*/
protected function getMailer_TransportFactory_SmtpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.smtp'])) {
return $this->privates['mailer.transport_factory.smtp'];
}
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()));
}
/**
* Gets the private 'maker.auto_command.make_auth' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeAuthService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$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);
$instance->setName('make:auth');
$instance->setDescription('Creates a Guard authenticator of different flavors');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_command' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
$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()));
$instance->setName('make:command');
$instance->setDescription('Creates a new console command class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
$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()));
$instance->setName('make:controller');
$instance->setDescription('Creates a new controller class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_crud' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCrudService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
$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()));
$instance->setName('make:crud');
$instance->setDescription('Creates CRUD for Doctrine entity class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_docker_database' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeDockerDatabaseService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:docker:database');
$instance->setDescription('Adds a database container to your docker-compose.yaml file');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_entity' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$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);
$instance->setName('make:entity');
$instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_fixtures' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
$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()));
$instance->setName('make:fixtures');
$instance->setDescription('Creates a new class to load Doctrine fixtures');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
$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()));
$instance->setName('make:form');
$instance->setDescription('Creates a new form class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_message' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:message');
$instance->setDescription('Creates a new message and handler');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
$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()));
$instance->setName('make:messenger-middleware');
$instance->setDescription('Creates a new messenger middleware');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_migration' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMigrationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
$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()));
$instance->setName('make:migration');
$instance->setDescription('Creates a new migration based on database changes');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_registration_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeRegistrationFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:registration-form');
$instance->setDescription('Creates a new registration form system');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_reset_password' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeResetPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:reset-password');
$instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerEncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
$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()));
$instance->setName('make:serializer:encoder');
$instance->setDescription('Creates a new serializer encoder class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
$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()));
$instance->setName('make:serializer:normalizer');
$instance->setDescription('Creates a new serializer normalizer class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeStimulusControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
$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()));
$instance->setName('make:stimulus-controller');
$instance->setDescription('Creates a new Stimulus controller');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_subscriber' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
$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()));
$instance->setName('make:subscriber');
$instance->setDescription('Creates a new event subscriber class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_test' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
$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()));
$instance->setName('make:test');
$instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
$instance->setDescription('Creates a new test class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_twig_extension' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTwigExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
$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()));
$instance->setName('make:twig-extension');
$instance->setDescription('Creates a new Twig extension class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_user' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$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()));
$instance->setName('make:user');
$instance->setDescription('Creates a new security user class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_validator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
$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()));
$instance->setName('make:validator');
$instance->setDescription('Creates a new validator and constraint class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_voter' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
$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()));
$instance->setName('make:voter');
$instance->setDescription('Creates a new security voter class');
return $instance;
}
/**
* Gets the private 'maker.doctrine_helper' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
*/
protected function getMaker_DoctrineHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
$a = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/src/Entity'), 1 => (\dirname(__DIR__, 4).'/src/Entity')])));
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' => [0 => [0 => 'App\\Entity', 1 => $a], 1 => [0 => 'Acme\\SudcmsBundle\\Entity', 1 => $a]]]);
}
/**
* Gets the private 'maker.entity_class_generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
*/
protected function getMaker_EntityClassGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
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()));
}
/**
* Gets the private 'maker.file_manager' shared service.
*
* @return \Symfony\Bundle\MakerBundle\FileManager
*/
protected function getMaker_FileManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
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'));
}
/**
* Gets the private 'maker.generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Generator
*/
protected function getMaker_GeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
$a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
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));
}
/**
* Gets the private 'maker.php_compat_util' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
*/
protected function getMaker_PhpCompatUtilService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
}
/**
* Gets the private 'maker.renderer.form_type_renderer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
*/
protected function getMaker_Renderer_FormTypeRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
}
/**
* Gets the private 'mime_types' shared service.
*
* @return \Symfony\Component\Mime\MimeTypes
*/
protected function getMimeTypesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
$this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
$instance->setDefault($instance);
return $instance;
}
/**
* Gets the private 'monolog.command.server_log' shared service.
*
* @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
*/
protected function getMonolog_Command_ServerLogService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
$this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
$instance->setName('server:log');
$instance->setDescription('Start a log server that displays logs in real time');
return $instance;
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 100, true, NULL, false);
$instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.mailer' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_MailerService()
{
$this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
$a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
if (isset($this->privates['profiler_listener'])) {
return $this->privates['profiler_listener'];
}
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())), NULL, false, false, NULL);
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'property_info.serializer_extractor' shared service.
*
* @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
*/
protected function getPropertyInfo_SerializerExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'router.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
*/
protected function getRouter_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'router' => ['services', 'router', 'getRouterService', false],
], [
'router' => '?',
]))->withContext('router.cache_warmer', $this));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
$this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
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);
}
/**
* Gets the private 'secrets.vault' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
*/
protected function getSecrets_VaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
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'));
}
/**
* Gets the private 'security.access_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AccessListener
*/
protected function getSecurity_AccessListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['security.access_listener'])) {
return $this->privates['security.access_listener'];
}
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);
}
/**
* Gets the private 'security.access_map' shared service.
*
* @return \Symfony\Component\Security\Http\AccessMap
*/
protected function getSecurity_AccessMapService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
$this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/'), [0 => 'ROLE_LOGIN_BO'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/compte-client/'), [0 => 'ROLE_CUSTOMER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/panier/$'), [0 => 'PUBLIC_ACCESS'], NULL);
return $instance;
}
/**
* Gets the private 'security.authentication_utils' shared service.
*
* @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
*/
protected function getSecurity_AuthenticationUtilsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
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())));
}
/**
* Gets the private 'security.authenticator.form_login.admin' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
*/
protected function getSecurity_Authenticator_FormLogin_AdminService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
$a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
$b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$b->setOptions(['login_path' => 'admin_app_login', 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path', 'use_referer' => false]);
$b->setFirewallName('admin');
$c = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['security.authenticator.form_login.admin'])) {
return $this->privates['security.authenticator.form_login.admin'];
}
$d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($c, $a, [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
$d->setOptions(['login_path' => 'admin_app_login', 'failure_path' => NULL, 'failure_forward' => false, 'failure_path_parameter' => '_failure_path']);
return $this->privates['security.authenticator.form_login.admin'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($a, ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), $b, $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]);
}
/**
* Gets the private 'security.authenticator.form_login.main' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
*/
protected function getSecurity_Authenticator_FormLogin_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
$a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
$b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$b->setOptions(['login_path' => 'front_app_login', 'always_use_default_target_path' => false, 'default_target_path' => '/', 'target_path_parameter' => '_target_path', 'use_referer' => false]);
$b->setFirewallName('main');
$c = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['security.authenticator.form_login.main'])) {
return $this->privates['security.authenticator.form_login.main'];
}
$d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($c, $a, [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
$d->setOptions(['login_path' => 'front_app_login', 'failure_path' => NULL, 'failure_forward' => false, 'failure_path_parameter' => '_failure_path']);
return $this->privates['security.authenticator.form_login.main'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($a, ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), $b, $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]);
}
/**
* Gets the private 'security.authenticator.guard.admin.0' shared service.
*
* @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
*/
protected function getSecurity_Authenticator_Guard_Admin_0Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/Security/LoginFormAuthenticator.php';
$a = ($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'] ?? $this->getApiServiceService());
if (isset($this->privates['security.authenticator.guard.admin.0'])) {
return $this->privates['security.authenticator.guard.admin.0'];
}
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()));
}
/**
* Gets the private 'security.authenticator.guard.main.0' shared service.
*
* @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
*/
protected function getSecurity_Authenticator_Guard_Main_0Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/Security/LoginFormFrontAuthenticator.php';
$a = ($this->privates['Acme\\SudcmsBundle\\Service\\ApiService'] ?? $this->getApiServiceService());
if (isset($this->privates['security.authenticator.guard.main.0'])) {
return $this->privates['security.authenticator.guard.main.0'];
}
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()));
}
/**
* Gets the private 'security.channel_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ChannelListener
*/
protected function getSecurity_ChannelListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
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());
}
/**
* Gets the private 'security.command.debug_firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
*/
protected function getSecurity_Command_DebugFirewallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
$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' => [0 => ($this->privates['security.authenticator.guard.admin.0'] ?? $this->getSecurity_Authenticator_Guard_Admin_0Service()), 1 => ($this->privates['security.authenticator.form_login.admin'] ?? $this->getSecurity_Authenticator_FormLogin_AdminService())], 'main' => [0 => ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service()), 1 => ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService())]], true);
$instance->setName('debug:firewall');
$instance->setDescription('Display information about your security firewall(s)');
return $instance;
}
/**
* Gets the private 'security.command.user_password_encoder' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
*
* @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
*/
protected function getSecurity_Command_UserPasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
$this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [0 => 'Acme\\SudcmsBundle\\Entity\\AuthUser']);
$instance->setName('security:encode-password');
$instance->setDescription('Encode a password');
return $instance;
}
/**
* Gets the private 'security.command.user_password_hash' shared service.
*
* @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
*/
protected function getSecurity_Command_UserPasswordHashService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
$this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [0 => 'Acme\\SudcmsBundle\\Entity\\AuthUser']);
$instance->setName('security:hash-password');
$instance->setDescription('Hash a user password');
return $instance;
}
/**
* Gets the private 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
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 () {
yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
}, 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())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.context_listener.1' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_1Service()
{
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 () {
yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
}, 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())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.csrf.token_storage' shared service.
*
* @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
*/
protected function getSecurity_Csrf_TokenStorageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
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())));
}
/**
* Gets the private 'security.encoder_factory.generic' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
*
* @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
*/
protected function getSecurity_EncoderFactory_GenericService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
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]]);
}
/**
* Gets the private 'security.event_dispatcher.admin' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_AdminService()
{
$this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.admin.user_provider'] ?? $this->getSecurity_Listener_Admin_UserProviderService());
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.admin'] ?? $this->getSecurity_Listener_Session_AdminService());
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.admin'] ?? $this->getSecurity_Logout_Listener_Default_AdminService());
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.admin'] ?? $this->getSecurity_Listener_UserChecker_AdminService());
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.admin'] ?? $this->getSecurity_Listener_UserChecker_AdminService());
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.main' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_MainService()
{
$this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.GXLTvxy'] ?? $this->get_ServiceLocator_GXLTvxyService());
if (isset($this->privates['security.firewall.map'])) {
return $this->privates['security.firewall.map'];
}
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
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)/')));
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')));
yield 'security.firewall.map.context.main' => NULL;
}, 3));
}
/**
* Gets the private 'security.firewall.map.context.admin' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_AdminService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Security/AccessDeniedHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
$a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
$c = ($this->privates['security.authenticator.form_login.admin'] ?? $this->getSecurity_Authenticator_FormLogin_AdminService());
if (isset($this->privates['security.firewall.map.context.admin'])) {
return $this->privates['security.firewall.map.context.admin'];
}
return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
yield 2 => ($this->privates['debug.security.firewall.authenticator.admin'] ?? $this->getDebug_Security_Firewall_Authenticator_AdminService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 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, 'admin', $c, NULL, 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($a, $b, ($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', true, false, 'security.user.provider.concrete.app_user_provider', 'admin', 'security.authenticator.form_login.admin', 'Acme\\SudcmsBundle\\Security\\AccessDeniedHandler', NULL, [0 => 'guard', 1 => 'form_login'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.dev' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_DevService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev', 'security.user_checker', '.security.request_matcher.Iy.T22O', false, false, NULL, NULL, NULL, NULL, NULL, [], NULL));
}
/**
* Gets the private 'security.firewall.map.context.main' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authorization/AccessDeniedHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Security/AccessDeniedHandlerFront.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
$a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
yield 2 => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 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', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'security.authenticator.form_login.main', 'Acme\\SudcmsBundle\\Security\\AccessDeniedHandlerFront', NULL, [0 => 'guard', 1 => 'form_login'], NULL));
}
/**
* Gets the private 'security.helper' shared service.
*
* @return \Symfony\Component\Security\Core\Security
*/
protected function getSecurity_HelperService()
{
return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
], [
'security.authorization_checker' => '?',
'security.token_storage' => '?',
]));
}
/**
* Gets the private 'security.http_utils' shared service.
*
* @return \Symfony\Component\Security\Http\HttpUtils
*/
protected function getSecurity_HttpUtilsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
$a = ($this->services['router'] ?? $this->getRouterService());
return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https://%s$}i', NULL);
}
/**
* Gets the private 'security.listener.admin.user_provider' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
*/
protected function getSecurity_Listener_Admin_UserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
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()));
}
/**
* Gets the private 'security.listener.check_authenticator_credentials' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
*/
protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'security.listener.csrf_protection' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
*/
protected function getSecurity_Listener_CsrfProtectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
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()));
}
/**
* Gets the private 'security.listener.main.user_provider' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
*/
protected function getSecurity_Listener_Main_UserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
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()));
}
/**
* Gets the private 'security.listener.password_migrating' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
*/
protected function getSecurity_Listener_PasswordMigratingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'security.listener.session.admin' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
*/
protected function getSecurity_Listener_Session_AdminService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
return $this->privates['security.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
}
/**
* Gets the private 'security.listener.session.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
*/
protected function getSecurity_Listener_Session_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
}
/**
* Gets the private 'security.listener.user_checker.admin' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
*/
protected function getSecurity_Listener_UserChecker_AdminService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
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())));
}
/**
* Gets the private 'security.listener.user_checker.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
*/
protected function getSecurity_Listener_UserChecker_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
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())));
}
/**
* Gets the private 'security.listener.user_provider' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
*/
protected function getSecurity_Listener_UserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
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()));
}
/**
* Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
*/
protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
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()));
}
/**
* Gets the private 'security.logout.listener.default.admin' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
*/
protected function getSecurity_Logout_Listener_Default_AdminService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
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');
}
/**
* Gets the private 'security.logout.listener.default.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
*/
protected function getSecurity_Logout_Listener_Default_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
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');
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$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()));
$instance->registerListener('admin', 'admin_app_logout', 'logout', '_csrf_token', NULL, NULL);
$instance->registerListener('main', 'front_app_logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.password_hasher_factory' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
*/
protected function getSecurity_PasswordHasherFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
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]]);
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
*
* @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
*/
protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
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);
}
/**
* Gets the private 'security.user_password_hasher' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
*/
protected function getSecurity_UserPasswordHasherService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'security.validator.user_password' shared service.
*
* @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
*/
protected function getSecurity_Validator_UserPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
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()));
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sensio_framework_extra.security.listener'])) {
return $this->privates['sensio_framework_extra.security.listener'];
}
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()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$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))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'serializer.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
*/
protected function getSerializer_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
}
/**
* Gets the private 'serializer.mapping.class_metadata_factory' shared service.
*
* @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
*/
protected function getSerializer_Mapping_ClassMetadataFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
}
/**
* Gets the private 'session.factory' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionFactory
*/
protected function getSession_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
$a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
if (isset($this->privates['session.factory'])) {
return $this->privates['session.factory'];
}
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(), [0 => $a, 1 => 'onSessionUsage']);
}
/**
* Gets the private 'session.storage.factory.service' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
*
* @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.
*/
protected function getSession_Storage_Factory_ServiceService()
{
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.');
return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory($this->getSession_Storage_NativeService());
}
/**
* Gets the private 'session.storage.metadata_bag' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
*/
protected function getSession_Storage_MetadataBagService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
}
/**
* Gets the private 'session.storage.native' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
*/
protected function getSession_Storage_NativeService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
return new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, $this->getSession_Storage_MetadataBagService());
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
], [
'initialized_session' => '?',
'logger' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'slugger' shared service.
*
* @return \Symfony\Component\String\Slugger\AsciiSlugger
*/
protected function getSluggerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
return $this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr');
}
/**
* Gets the private 'translation.extractor' shared service.
*
* @return \Symfony\Component\Translation\Extractor\ChainExtractor
*/
protected function getTranslation_ExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
$this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
$instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
$instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
return $instance;
}
/**
* Gets the private 'translation.loader.csv' shared service.
*
* @return \Symfony\Component\Translation\Loader\CsvFileLoader
*/
protected function getTranslation_Loader_CsvService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
}
/**
* Gets the private 'translation.loader.dat' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
*/
protected function getTranslation_Loader_DatService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
}
/**
* Gets the private 'translation.loader.ini' shared service.
*
* @return \Symfony\Component\Translation\Loader\IniFileLoader
*/
protected function getTranslation_Loader_IniService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
}
/**
* Gets the private 'translation.loader.json' shared service.
*
* @return \Symfony\Component\Translation\Loader\JsonFileLoader
*/
protected function getTranslation_Loader_JsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
}
/**
* Gets the private 'translation.loader.mo' shared service.
*
* @return \Symfony\Component\Translation\Loader\MoFileLoader
*/
protected function getTranslation_Loader_MoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
}
/**
* Gets the private 'translation.loader.php' shared service.
*
* @return \Symfony\Component\Translation\Loader\PhpFileLoader
*/
protected function getTranslation_Loader_PhpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
}
/**
* Gets the private 'translation.loader.po' shared service.
*
* @return \Symfony\Component\Translation\Loader\PoFileLoader
*/
protected function getTranslation_Loader_PoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
}
/**
* Gets the private 'translation.loader.qt' shared service.
*
* @return \Symfony\Component\Translation\Loader\QtFileLoader
*/
protected function getTranslation_Loader_QtService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
}
/**
* Gets the private 'translation.loader.res' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuResFileLoader
*/
protected function getTranslation_Loader_ResService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
}
/**
* Gets the private 'translation.loader.xliff' shared service.
*
* @return \Symfony\Component\Translation\Loader\XliffFileLoader
*/
protected function getTranslation_Loader_XliffService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
}
/**
* Gets the private 'translation.loader.yml' shared service.
*
* @return \Symfony\Component\Translation\Loader\YamlFileLoader
*/
protected function getTranslation_Loader_YmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
}
/**
* Gets the private 'translation.provider_collection' shared service.
*
* @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
*/
protected function getTranslation_ProviderCollectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
}, 1), []))->fromConfig([]);
}
/**
* Gets the private 'translation.reader' shared service.
*
* @return \Symfony\Component\Translation\Reader\TranslationReader
*/
protected function getTranslation_ReaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
$this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
$a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
$b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
$instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
$instance->addLoader('yaml', $a);
$instance->addLoader('yml', $a);
$instance->addLoader('xlf', $b);
$instance->addLoader('xliff', $b);
$instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
$instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
$instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
$instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
$instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
$instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
$instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
$instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
return $instance;
}
/**
* Gets the private 'translation.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
*/
protected function getTranslation_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'translator' => '?',
]))->withContext('translation.warmer', $this));
}
/**
* Gets the private 'translation.writer' shared service.
*
* @return \Symfony\Component\Translation\Writer\TranslationWriter
*/
protected function getTranslation_WriterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
$this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
$instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
$instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
$instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
$instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
$instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
$instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
$instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
$instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
$instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
$instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
$instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
return $instance;
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.de.xlf'), 5 => (\dirname(__DIR__, 4).'/translations/security.de.xlf'), 6 => (\dirname(__DIR__, 4).'/translations/validators.de.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.de.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/security.de.xlf'), 9 => (\dirname(__DIR__, 4).'/translations/validators.de.xlf')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.en.xlf'), 5 => (\dirname(__DIR__, 4).'/translations/security.en.xlf'), 6 => (\dirname(__DIR__, 4).'/translations/validators.en.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.en.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/security.en.xlf'), 9 => (\dirname(__DIR__, 4).'/translations/validators.en.xlf')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.es.xlf'), 5 => (\dirname(__DIR__, 4).'/translations/security.es.xlf'), 6 => (\dirname(__DIR__, 4).'/translations/validators.es.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.es.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/security.es.xlf'), 9 => (\dirname(__DIR__, 4).'/translations/validators.es.xlf')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/security.fr.xlf'), 5 => (\dirname(__DIR__, 4).'/translations/validators.fr.xlf'), 6 => (\dirname(__DIR__, 4).'/translations/security.fr.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/validators.fr.xlf')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.it.xlf'), 5 => (\dirname(__DIR__, 4).'/translations/security.it.xlf'), 6 => (\dirname(__DIR__, 4).'/translations/validators.it.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.it.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/security.it.xlf'), 9 => (\dirname(__DIR__, 4).'/translations/validators.it.xlf')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.pl.xlf'), 5 => (\dirname(__DIR__, 4).'/translations/security.pl.xlf'), 6 => (\dirname(__DIR__, 4).'/translations/validators.pl.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.pl.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/security.pl.xlf'), 9 => (\dirname(__DIR__, 4).'/translations/validators.pl.xlf')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.pt.xlf'), 4 => (\dirname(__DIR__, 4).'/translations/validators.pt.xlf'), 5 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.pt.xlf'), 6 => (\dirname(__DIR__, 4).'/translations/validators.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.ru.xlf'), 5 => (\dirname(__DIR__, 4).'/translations/security.ru.xlf'), 6 => (\dirname(__DIR__, 4).'/translations/validators.ru.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.ru.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/security.ru.xlf'), 9 => (\dirname(__DIR__, 4).'/translations/validators.ru.xlf')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), 4 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.tr.xlf'), 5 => (\dirname(__DIR__, 4).'/translations/security.tr.xlf'), 6 => (\dirname(__DIR__, 4).'/translations/validators.tr.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.tr.xlf'), 8 => (\dirname(__DIR__, 4).'/translations/security.tr.xlf'), 9 => (\dirname(__DIR__, 4).'/translations/validators.tr.xlf')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'zh' => [0 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.zh.xlf'), 1 => (\dirname(__DIR__, 4).'/translations/security.zh.xlf'), 2 => (\dirname(__DIR__, 4).'/translations/validators.zh.xlf'), 3 => (\dirname(__DIR__, 4).'/translations/messages+intl-icu.zh.xlf'), 4 => (\dirname(__DIR__, 4).'/translations/security.zh.xlf'), 5 => (\dirname(__DIR__, 4).'/translations/validators.zh.xlf')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 4 => (\dirname(__DIR__, 4).'/translations'), 5 => (\dirname(__DIR__, 4).'/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 9 => (\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' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/knplabs/knp-paginator-bundle/translations', 4 => 'translations', 5 => 'translations', 6 => 'vendor/symfony/framework-bundle/translations', 7 => 'vendor/symfony/twig-bundle/translations', 8 => 'vendor/twig/extra-bundle/translations', 9 => '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']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'fr']);
return $instance;
}
/**
* Gets the private 'twig.command.debug' shared service.
*
* @return \Symfony\Bridge\Twig\Command\DebugCommand
*/
protected function getTwig_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
$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()));
$instance->setName('debug:twig');
$instance->setDescription('Show a list of twig functions, filters, globals and tests');
return $instance;
}
/**
* Gets the private 'twig.command.lint' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Command\LintCommand
*/
protected function getTwig_Command_LintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
$this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setName('lint:twig');
$instance->setDescription('Lint a Twig template and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'twig.form.engine' shared service.
*
* @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
*/
protected function getTwig_Form_EngineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['twig.form.engine'])) {
return $this->privates['twig.form.engine'];
}
return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
}
/**
* Gets the private 'twig.form.renderer' shared service.
*
* @return \Symfony\Component\Form\FormRenderer
*/
protected function getTwig_Form_RendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
$a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
if (isset($this->privates['twig.form.renderer'])) {
return $this->privates['twig.form.renderer'];
}
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()));
}
/**
* Gets the private 'twig.mailer.message_listener' shared service.
*
* @return \Symfony\Component\Mailer\EventListener\MessageListener
*/
protected function getTwig_Mailer_MessageListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['twig.mailer.message_listener'])) {
return $this->privates['twig.mailer.message_listener'];
}
return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
}
/**
* Gets the private 'twig.runtime.httpkernel' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
*/
protected function getTwig_Runtime_HttpkernelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
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, [
'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
], [
'inline' => '?',
]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
}
/**
* Gets the private 'twig.runtime.security_csrf' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
*/
protected function getTwig_Runtime_SecurityCsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
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()));
}
/**
* Gets the private 'twig.runtime.serializer' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
*/
protected function getTwig_Runtime_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
], [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
return $instance;
}
/**
* Gets the private 'validator.email' shared service.
*
* @return \Symfony\Component\Validator\Constraints\EmailValidator
*/
protected function getValidator_EmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
}
/**
* Gets the private 'validator.expression' shared service.
*
* @return \Symfony\Component\Validator\Constraints\ExpressionValidator
*/
protected function getValidator_ExpressionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
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())));
}
/**
* Gets the private 'validator.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
*/
protected function getValidator_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
}
/**
* Gets the private 'validator.not_compromised_password' shared service.
*
* @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
*/
protected function getValidator_NotCompromisedPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8', true, NULL);
}
/**
* Gets the private 'var_dumper.command.server_dump' shared service.
*
* @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
*/
protected function getVarDumper_Command_ServerDumpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
$a = new \Symfony\Bridge\Monolog\Logger('debug');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$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()))]);
$instance->setName('server:dump');
$instance->setDescription('Start a dump server that collects and displays dumps in a single place');
return $instance;
}
/**
* Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\CliDumper
*/
protected function getVarDumper_ContextualizedCliDumper_InnerService()
{
$this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.server_connection' shared service.
*
* @return \Symfony\Component\VarDumper\Server\Connection
*/
protected function getVarDumper_ServerConnectionService()
{
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()]);
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($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()));
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'timezone' => false,
'kernel.secret' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'session.save_path' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'timezone': $value = $this->getEnv('APP_TIMEZONE'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/Acme_SudcmsBundle_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'session.save_path': $value = ($this->targetDir.''.'/sessions'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'AcmeSudcmsBundle' => 'Acme\\SudcmsBundle\\AcmeSudcmsBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'LiipImagineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
'namespace' => 'Liip\\ImagineBundle',
],
'KnpPaginatorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
'namespace' => 'Knp\\Bundle\\PaginatorBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'AcmeSudcmsBundle' => [
'path' => \dirname(__DIR__, 4),
'namespace' => 'Acme\\SudcmsBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'Acme_SudcmsBundle_KernelDevDebugContainer',
'container.dumper.inline_class_loader' => true,
'container.dumper.inline_factories' => true,
'SITE1_ID' => 1,
'SITE1_HOST' => 'www.dev-th.cieleo-bareges.ovh',
'SITE1_DB' => 'cieleogdv',
'dev-th' => 1,
'SITE2_ID' => 2,
'SITE2_HOST' => 'www.cieleo-bareges.com',
'SITE2_DB' => 'cieleogdv',
'cieleo-bareges' => 2,
'locale' => 'fr',
'app.locales' => [
0 => 'fr',
1 => 'en',
2 => 'es',
3 => 'it',
4 => 'de',
5 => 'pt',
6 => 'pl',
7 => 'ru',
8 => 'zh',
9 => 'tr',
],
'upload_directory' => (\dirname(__DIR__, 4).'/public/medias_front'),
'upload_actualite' => (\dirname(__DIR__, 4).'/public/medias_front/actualite'),
'upload_catalog' => (\dirname(__DIR__, 4).'/public/medias_front/catalog'),
'upload_agenda' => (\dirname(__DIR__, 4).'/public/medias_front/agenda'),
'upload_products' => (\dirname(__DIR__, 4).'/public/medias_front/products'),
'upload_labels' => (\dirname(__DIR__, 4).'/public/medias_front/products/labels'),
'upload_carriers' => (\dirname(__DIR__, 4).'/public/medias_front/carriers'),
'upload_catalogue_medias' => (\dirname(__DIR__, 4).'/public/medias_front/catalogue'),
'upload_document_medias' => (\dirname(__DIR__, 4).'/public/medias_front/documents'),
'upload_catalogue_files' => (\dirname(__DIR__, 4).'/public/medias_front/catalogue/files'),
'upload_address_book_media' => (\dirname(__DIR__, 4).'/public/medias_front/address_book'),
'upload_tchat' => (\dirname(__DIR__, 4).'/public/medias_front/tchat'),
'upload_mail_media' => (\dirname(__DIR__, 4).'/public/medias_front/mail'),
'site_media' => (\dirname(__DIR__, 4).'/public/medias_front/address_book'),
'OPEN_WEATHER_KEY' => '1910f3a43037172a5e61fa80d8d8b846',
'OPEN_WEATHER_ID' => '2978640',
'errorEmailRecipient' => 'contact@otidea.com',
'DEFAULT_ID' => 1,
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'fr',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_secure' => true,
'cookie_httponly' => true,
'cookie_samesite' => 'none',
'gc_probability' => 1,
],
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
1 => '@LiipImagine/Form/form_div_layout.html.twig',
2 => 'bootstrap_4_layout.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.enable_lazy_ghost_objects' => false,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'security.role_hierarchy.roles' => [
'ROLE_ADMIN' => [
0 => 'ROLE_USER',
],
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_ADMIN',
1 => 'ROLE_LOGIN_BO',
],
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'dev',
1 => 'admin',
2 => 'main',
],
'liip_imagine.resolvers' => [
'default' => [
'web_path' => [
'web_root' => (\dirname(__DIR__, 4).'/public'),
'cache_prefix' => 'media/cache',
],
],
],
'liip_imagine.loaders' => [
'default' => [
'filesystem' => [
'locator' => 'filesystem',
'data_root' => [
0 => (\dirname(__DIR__, 4).'/public'),
],
'allow_unresolvable_data_roots' => false,
'bundle_resources' => [
'enabled' => false,
'access_control_type' => 'blacklist',
'access_control_list' => [
],
],
],
],
],
'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
'liip_imagine.jpegoptim.stripAll' => true,
'liip_imagine.jpegoptim.max' => NULL,
'liip_imagine.jpegoptim.progressive' => true,
'liip_imagine.jpegoptim.tempDir' => NULL,
'liip_imagine.optipng.binary' => '/usr/bin/optipng',
'liip_imagine.optipng.level' => 7,
'liip_imagine.optipng.stripAll' => true,
'liip_imagine.optipng.tempDir' => NULL,
'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
'liip_imagine.cwebp.tempDir' => NULL,
'liip_imagine.cwebp.q' => 75,
'liip_imagine.cwebp.alphaQ' => 100,
'liip_imagine.cwebp.m' => 4,
'liip_imagine.cwebp.alphaFilter' => 'fast',
'liip_imagine.cwebp.alphaMethod' => 1,
'liip_imagine.cwebp.exact' => false,
'liip_imagine.cwebp.metadata' => [
0 => 'none',
],
'liip_imagine.driver_service' => 'liip_imagine.gd',
'liip_imagine.cache.resolver.default' => 'default',
'liip_imagine.default_image' => NULL,
'liip_imagine.filter_sets' => [
'admin_default' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 150,
1 => 150,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'admin_product_row' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 70,
1 => 70,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'admin_bandeau_categ_dialog' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 434,
1 => 434,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'admin_pages_bandeau' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 1065,
1 => 166,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'admin_site_mail_dialog' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 580,
1 => 184,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'bo_list' => [
'quality' => 100,
'jpeg_quality' => 85,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 200,
1 => 150,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_autopromo' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 1920,
1 => 1080,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_Bandeau_1920' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 1920,
1 => 800,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_Bandeau_500' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 600,
1 => 600,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_autopromo2' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 872,
1 => 533,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_autopromo3' => [
'quality' => 100,
'jpeg_quality' => 80,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 700,
1 => 700,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_actu_accueil' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 510,
1 => 510,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_fnd_cat_catalogue' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 368,
1 => 368,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_image_catalogue' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 485,
1 => 485,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_fancy' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 1920,
1 => 1080,
],
'mode' => 'inset',
],
],
'post_processors' => [
],
],
'front_sejourner' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 1150,
1 => 500,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_sousMenu' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 773,
1 => 320,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_blocTexteImage' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 1220,
1 => 960,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_blocTexteImage1920' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 1920,
1 => 1200,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_blocTexteImageInset' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 1220,
1 => 960,
],
'mode' => 'inset',
],
],
'post_processors' => [
],
],
'front_blocTexteImageRondeInset' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 800,
1 => 800,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_blocTexteImageMasked' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 100,
1 => 100,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_blocImage' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 1920,
1 => 1080,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_blocImage250' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 250,
1 => 1080,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_blocImage465' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 465,
1 => 1080,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_blocImage1200' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 1200,
1 => 1080,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_blocImage_0' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 1920,
1 => 1080,
],
'mode' => 'inset',
],
],
'post_processors' => [
],
],
'front_blocImage250_0' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 250,
1 => 1080,
],
'mode' => 'inset',
],
],
'post_processors' => [
],
],
'front_blocImage465_0' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 465,
1 => 1080,
],
'mode' => 'inset',
],
],
'post_processors' => [
],
],
'front_blocImage1200_0' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 1200,
1 => 1080,
],
'mode' => 'inset',
],
],
'post_processors' => [
],
],
'front_blocGalerie0' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 250,
1 => 250,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_blocGalerie1' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 650,
1 => 650,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_blocGalerie2' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 250,
1 => 250,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_blocGalerie3' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 250,
1 => 250,
],
'mode' => 'inset',
],
],
'post_processors' => [
],
],
'front_blocGalerie4' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 1920,
1 => 1080,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_blocGalerie5' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 1920,
1 => 1080,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_blocImageCata' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 800,
1 => 533,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_blocImageCata250' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 250,
1 => 167,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_blocImageCata465' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 465,
1 => 310,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_blocImageCata1200' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 800,
1 => 533,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_blocImageCata1200-2' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 1200,
1 => 800,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_basket' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 150,
1 => 150,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_fiche_ecommerce' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 500,
1 => 500,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_product_label' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 64,
1 => 64,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_product' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 500,
1 => 330,
],
'mode' => 'outbound',
],
],
'post_processors' => [
],
],
'front_product2' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
'size' => [
0 => 500,
1 => 330,
],
'position' => 'center',
'mode' => 'inset',
],
],
'post_processors' => [
],
],
'front_product3' => [
'quality' => 100,
'jpeg_quality' => 100,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'fixed' => [
'width' => 350,
'height' => 350,
],
],
'post_processors' => [
],
],
],
'liip_imagine.binary.loader.default' => 'default',
'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
'liip_imagine.webp.generate' => false,
'liip_imagine.webp.options' => [
'quality' => 100,
'cache' => NULL,
'data_loader' => NULL,
'post_processors' => [
],
],
'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
'knp_paginator.page_range' => 5,
'knp_paginator.page_limit' => NULL,
'upload_directory_2' => (\dirname(__DIR__, 4).'/../cieleo/public/medias_front'),
'upload_autopromo_2' => (\dirname(__DIR__, 4).'/../cieleo/public/medias_front/autopromo'),
'upload_actualite_2' => (\dirname(__DIR__, 4).'/../cieleo/public/medias_front/actualite'),
'upload_agenda_2' => (\dirname(__DIR__, 4).'/../cieleo/public/medias_front/agenda'),
'upload_products_2' => (\dirname(__DIR__, 4).'/../cieleo/public/medias_front/products'),
'upload_labels_2' => (\dirname(__DIR__, 4).'/../cieleo/public/medias_front/products/labels'),
'upload_carriers_2' => (\dirname(__DIR__, 4).'/../cieleo/public/medias_front/carriers'),
'upload_pages_medias_2' => (\dirname(__DIR__, 4).'/../cieleo/public/medias_front/pages'),
'upload_catalogue_medias_2' => (\dirname(__DIR__, 4).'/../cieleo/public/medias_front/catalog'),
'upload_cure_medias_2' => (\dirname(__DIR__, 4).'/../cieleo/public/medias_front/cure'),
'upload_document_medias_2' => (\dirname(__DIR__, 4).'/../cieleo/public/medias_front/documents'),
'upload_catalogue_files_2' => (\dirname(__DIR__, 4).'/../cieleo/public/medias_front/catalogue/files'),
'upload_address_book_media_2' => (\dirname(__DIR__, 4).'/../cieleo/public/medias_front/address_book'),
'upload_tchat_2' => (\dirname(__DIR__, 4).'/../cieleo/public/medias_front/tchat'),
'upload_mail_media_2' => (\dirname(__DIR__, 4).'/../cieleo/public/medias_front/mail'),
'site_media_2' => (\dirname(__DIR__, 4).'/../cieleo/public/medias_front/address_book'),
'upload_directory_1' => (\dirname(__DIR__, 4).'/public/medias_front'),
'upload_autopromo_1' => (\dirname(__DIR__, 4).'/public/medias_front/autopromo'),
'upload_actualite_1' => (\dirname(__DIR__, 4).'/public/medias_front/actualite'),
'upload_agenda_1' => (\dirname(__DIR__, 4).'/public/medias_front/agenda'),
'upload_products_1' => (\dirname(__DIR__, 4).'/public/medias_front/products'),
'upload_labels_1' => (\dirname(__DIR__, 4).'/public/medias_front/products/labels'),
'upload_carriers_1' => (\dirname(__DIR__, 4).'/public/medias_front/carriers'),
'upload_pages_medias_1' => (\dirname(__DIR__, 4).'/public/medias_front/pages'),
'upload_catalogue_medias_1' => (\dirname(__DIR__, 4).'/public/medias_front/catalog'),
'upload_cure_medias_1' => (\dirname(__DIR__, 4).'/public/medias_front/cure'),
'upload_document_medias_1' => (\dirname(__DIR__, 4).'/public/medias_front/documents'),
'upload_catalogue_files_1' => (\dirname(__DIR__, 4).'/public/medias_front/catalogue/files'),
'upload_address_book_media_1' => (\dirname(__DIR__, 4).'/public/medias_front/address_book'),
'upload_tchat_1' => (\dirname(__DIR__, 4).'/public/medias_front/tchat'),
'upload_mail_media_1' => (\dirname(__DIR__, 4).'/public/medias_front/mail'),
'site_media_1' => (\dirname(__DIR__, 4).'/public/medias_front/address_book'),
'maker.compatible_check.doctrine.supports_attributes' => true,
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'notifier.data_collector' => [
0 => 'notifier',
1 => '@WebProfiler/Collector/notifier.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}