<?php
namespace ContainerXt16A2C;
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 App_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',
'App\\Controller\\AndranaController' => 'getAndranaControllerService',
'App\\Controller\\Back\\AdminCommuneController' => 'getAdminCommuneControllerService',
'App\\Controller\\Back\\AdminController' => 'getAdminControllerService',
'App\\Controller\\Back\\AdminFinancesController' => 'getAdminFinancesControllerService',
'App\\Controller\\Back\\AdminLocationController' => 'getAdminLocationControllerService',
'App\\Controller\\Back\\AdminPromoController' => 'getAdminPromoControllerService',
'App\\Controller\\Back\\AdminReservationController' => 'getAdminReservationControllerService',
'App\\Controller\\Back\\AjoutTypeController' => 'getAjoutTypeControllerService',
'App\\Controller\\Back\\AvisController' => 'getAvisControllerService',
'App\\Controller\\Back\\BlogController' => 'getBlogControllerService',
'App\\Controller\\Back\\CategoryController' => 'getCategoryControllerService',
'App\\Controller\\Back\\CautionController' => 'getCautionControllerService',
'App\\Controller\\Back\\CommandController' => 'getCommandControllerService',
'App\\Controller\\Back\\CompanyController' => 'getCompanyControllerService',
'App\\Controller\\Back\\ConfigHebergementGestionController' => 'getConfigHebergementGestionControllerService',
'App\\Controller\\Back\\DashboardController' => 'getDashboardControllerService',
'App\\Controller\\Back\\LitigeController' => 'getLitigeControllerService',
'App\\Controller\\Back\\LivraisonController' => 'getLivraisonControllerService',
'App\\Controller\\Back\\MessagingUser' => 'getMessagingUserService',
'App\\Controller\\Back\\PackController' => 'getPackControllerService',
'App\\Controller\\Back\\PageController' => 'getPageControllerService',
'App\\Controller\\Back\\PageHomeController' => 'getPageHomeControllerService',
'App\\Controller\\Back\\ProductController' => 'getProductControllerService',
'App\\Controller\\Back\\SliderController' => 'getSliderControllerService',
'App\\Controller\\Back\\SubscriptionController' => 'getSubscriptionControllerService',
'App\\Controller\\Back\\TypeAbonnementController' => 'getTypeAbonnementControllerService',
'App\\Controller\\Back\\UserController' => 'getUserControllerService',
'App\\Controller\\ClientSpace\\AnnonceController' => 'getAnnonceControllerService',
'App\\Controller\\ClientSpace\\CommandController' => 'getCommandController2Service',
'App\\Controller\\ClientSpace\\DashboardController' => 'getDashboardController2Service',
'App\\Controller\\ClientSpace\\LitigeController' => 'getLitigeController2Service',
'App\\Controller\\ClientSpace\\LocationCliController' => 'getLocationCliControllerService',
'App\\Controller\\ClientSpace\\PlanningClientController' => 'getPlanningClientControllerService',
'App\\Controller\\ClientSpace\\ProfilController' => 'getProfilControllerService',
'App\\Controller\\ClientSpace\\ReservationCliController' => 'getReservationCliControllerService',
'App\\Controller\\ClientSpace\\TableController' => 'getTableControllerService',
'App\\Controller\\ClientSpace\\TableUserController' => 'getTableUserControllerService',
'App\\Controller\\ClientSpace\\TicketController' => 'getTicketControllerService',
'App\\Controller\\ClientSpace\\WishListController' => 'getWishListControllerService',
'App\\Controller\\CompanySpace\\AnnonceCompanyController' => 'getAnnonceCompanyControllerService',
'App\\Controller\\CompanySpace\\AvisController' => 'getAvisController2Service',
'App\\Controller\\CompanySpace\\ChargeSubscriptionController' => 'getChargeSubscriptionControllerService',
'App\\Controller\\CompanySpace\\CommandController' => 'getCommandController3Service',
'App\\Controller\\CompanySpace\\CompanyInfoController' => 'getCompanyInfoControllerService',
'App\\Controller\\CompanySpace\\DashboardController' => 'getDashboardController3Service',
'App\\Controller\\CompanySpace\\LocationCompanyController' => 'getLocationCompanyControllerService',
'App\\Controller\\CompanySpace\\PaymentController' => 'getPaymentControllerService',
'App\\Controller\\CompanySpace\\PlanningController' => 'getPlanningControllerService',
'App\\Controller\\CompanySpace\\ProductController' => 'getProductController2Service',
'App\\Controller\\CompanySpace\\ProfilController' => 'getProfilController2Service',
'App\\Controller\\CompanySpace\\ResevationCompanyController' => 'getResevationCompanyControllerService',
'App\\Controller\\CompanySpace\\StripeSubscriptionController' => 'getStripeSubscriptionControllerService',
'App\\Controller\\CompanySpace\\SubscriptionController' => 'getSubscriptionController2Service',
'App\\Controller\\CompanySpace\\TchatController' => 'getTchatControllerService',
'App\\Controller\\CompanySpace\\TicketController' => 'getTicketController2Service',
'App\\Controller\\CompanySpace\\WalletController' => 'getWalletControllerService',
'App\\Controller\\ConversationController' => 'getConversationControllerService',
'App\\Controller\\Front\\ArticleController' => 'getArticleControllerService',
'App\\Controller\\Front\\BlogController' => 'getBlogController2Service',
'App\\Controller\\Front\\CommandController' => 'getCommandController4Service',
'App\\Controller\\Front\\CompanyController' => 'getCompanyController2Service',
'App\\Controller\\Front\\ContactController' => 'getContactControllerService',
'App\\Controller\\Front\\HomeController' => 'getHomeControllerService',
'App\\Controller\\Front\\LocationController' => 'getLocationControllerService',
'App\\Controller\\Front\\PackController' => 'getPackController2Service',
'App\\Controller\\Front\\PageController' => 'getPageController2Service',
'App\\Controller\\Front\\ProductController' => 'getProductController3Service',
'App\\Controller\\Front\\RechercheMap' => 'getRechercheMapService',
'App\\Controller\\Front\\ReservationController' => 'getReservationControllerService',
'App\\Controller\\Front\\WishController' => 'getWishControllerService',
'App\\Controller\\NotificationController' => 'getNotificationControllerService',
'App\\Controller\\ReseauSociaux\\CommentsController' => 'getCommentsControllerService',
'App\\Controller\\ReseauSociaux\\ConversationController' => 'getConversationController2Service',
'App\\Controller\\ReseauSociaux\\LivestreamController' => 'getLivestreamControllerService',
'App\\Controller\\ReseauSociaux\\MessageController' => 'getMessageControllerService',
'App\\Controller\\ReseauSociaux\\NotificationController' => 'getNotificationController2Service',
'App\\Controller\\ReseauSociaux\\PostLikeController' => 'getPostLikeControllerService',
'App\\Controller\\ReseauSociaux\\ProfilController' => 'getProfilController3Service',
'App\\Controller\\ReseauSociaux\\PublicationController' => 'getPublicationControllerService',
'App\\Controller\\ReseauSociaux\\ReseauSociauxController' => 'getReseauSociauxControllerService',
'App\\Controller\\ReseauSociaux\\SearchKeyWordController' => 'getSearchKeyWordControllerService',
'App\\Controller\\SatatusUserControler' => 'getSatatusUserControlerService',
'App\\Controller\\SecurityController' => 'getSecurityControllerService',
'App\\Controller\\TestMerController' => 'getTestMerControllerService',
'App\\Controller\\TestmailController' => 'getTestmailControllerService',
'App\\Controller\\UpdateOptionController' => 'getUpdateOptionControllerService',
'App\\Controller\\ViewTestController' => 'getViewTestControllerService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'Pentatrion\\ViteBundle\\Controller\\ViteController' => 'getViteControllerService',
'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',
'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
'swiftmailer.transport' => 'getSwiftmailer_TransportService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'vite.entrypoint_renderer' => 'getVite_EntrypointRendererService',
'vite.entrypoints_lookup' => 'getVite_EntrypointsLookupService',
'vite.tag_renderer' => 'getVite_TagRendererService',
'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 = [
'Pentatrion\\ViteBundle\\Asset\\EntrypointRenderer' => 'vite.entrypoint_renderer',
'Pentatrion\\ViteBundle\\Asset\\EntrypointsLookup' => 'vite.entrypoints_lookup',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'mailer' => 'swiftmailer.mailer.default',
];
$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/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/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/AbonnementRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/AvisRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CautionRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CommandProductRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CommandRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CompanyRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ContactProductRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DepartmentRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LocationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/MessagingRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PhotosRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProductOptionRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProductRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SubCategoryRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TicketRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TransporteurRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TransporteurWeightPriceRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/UserRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/WishListRepository.php';
include_once \dirname(__DIR__, 4).'/src/Services/Filter.php';
include_once \dirname(__DIR__, 4).'/src/Services/MangoPayService.php';
include_once \dirname(__DIR__, 4).'/src/Services/StripeClient.php';
include_once \dirname(__DIR__, 4).'/src/Services/StripeConnectService.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/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/Psr/Log/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/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/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/Psr/Log/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-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
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';
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/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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.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/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/twig/twig/src/Profiler/Profile.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/src/Registry.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/doctrine/dbal/src/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.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/src/Middleware/ConnectionNameAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/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/src/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/src/Mapping/Driver/ReflectionBasedDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.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/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/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/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/pentatrion/vite-bundle/src/Asset/EntrypointsLookup.php';
include_once \dirname(__DIR__, 4).'/vendor/pentatrion/vite-bundle/src/Asset/TagRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/pentatrion/vite-bundle/src/Asset/EntrypointRenderer.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/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/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
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';
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/src/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.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/mercure-bundle/src/DataCollector/MercureDataCollector.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/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/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.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/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/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/symfony/twig-bridge/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/AppExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/intl-extra/IntlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.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).'/vendor/pentatrion/vite-bundle/src/Twig/EntryFilesTwigExtension.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/AuthorizationCheckerInterface.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/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.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()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
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.''.'/App_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()), false));
$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(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
$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(new \Symfony\Bundle\MercureBundle\DataCollector\MercureDataCollector(new RewindableGenerator(function () {
yield 'default' => ($this->privates['mercure.hub.default.publisher.traceable'] ?? $this->getMercure_Hub_Default_Publisher_TraceableService());
}, 1)));
$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);
}
/**
* 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()
{
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
$d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
$e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), 1 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, ['circular_reference_handler' => 'App\\Serializer\\CircularReferenceHandler::handle']), 2 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(['circular_reference_handler' => 'App\\Serializer\\CircularReferenceHandler::handle']), 3 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['circular_reference_handler' => 'App\\Serializer\\CircularReferenceHandler::handle']), 4 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer(['circular_reference_handler' => 'App\\Serializer\\CircularReferenceHandler::handle'], $d), 5 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($c, $d, $a, $e, NULL, ['circular_reference_handler' => 'App\\Serializer\\CircularReferenceHandler::handle'])), 6 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 7 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(['circular_reference_handler' => 'App\\Serializer\\CircularReferenceHandler::handle']), 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, ['circular_reference_handler' => 'App\\Serializer\\CircularReferenceHandler::handle']), 11 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($c, $d, $b, $a, $e, NULL, ['circular_reference_handler' => 'App\\Serializer\\CircularReferenceHandler::handle'], $a)], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(['circular_reference_handler' => 'App\\Serializer\\CircularReferenceHandler::handle']), 1 => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL, ['circular_reference_handler' => 'App\\Serializer\\CircularReferenceHandler::handle']), 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL, ['circular_reference_handler' => 'App\\Serializer\\CircularReferenceHandler::handle']), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(['circular_reference_handler' => 'App\\Serializer\\CircularReferenceHandler::handle'])]);
}
/**
* Gets the public '.container.private.session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function get_Container_Private_SessionService()
{
$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).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!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/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/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/Resources/views'), 'Mercure');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/Resources/views'), '!Mercure');
$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, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), '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->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
$f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$g = ($this->services['router'] ?? $this->getRouterService());
$h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $f]);
$j = new \Symfony\Bridge\Twig\AppVariable();
$j->setEnvironment('dev');
$j->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$j->setTokenStorage($h);
}
if ($this->has('request_stack')) {
$j->setRequestStack($d);
}
$k = 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('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d, $e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0))));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
$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($d, $g)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
$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($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
$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 \App\Twig\AppExtension());
$instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
$instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g, $c)));
$instance->addExtension(new \Pentatrion\ViteBundle\Twig\EntryFilesTwigExtension(($this->services['vite.entrypoint_renderer'] ?? $this->getVite_EntrypointRendererService())));
$instance->addGlobal('app', $j);
$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('filter_service', ($this->privates['App\\Services\\Filter'] ?? $this->getFilterService()));
$instance->registerUndefinedFilterCallback([0 => $k, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $k, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $k, 1 => 'suggestTag']);
(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()
{
$a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
if (isset($this->services['.container.private.validator'])) {
return $this->services['.container.private.validator'];
}
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
}
/**
* Gets the public 'App\Controller\AndranaController' shared autowired service.
*
* @return \App\Controller\AndranaController
*/
protected function getAndranaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/AndranaController.php';
$this->services['App\\Controller\\AndranaController'] = $instance = new \App\Controller\AndranaController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\AndranaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\AdminCommuneController' shared autowired service.
*
* @return \App\Controller\Back\AdminCommuneController
*/
protected function getAdminCommuneControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/AdminCommuneController.php';
$this->services['App\\Controller\\Back\\AdminCommuneController'] = $instance = new \App\Controller\Back\AdminCommuneController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\AdminCommuneController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\AdminController' shared autowired service.
*
* @return \App\Controller\Back\AdminController
*/
protected function getAdminControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/AdminController.php';
$this->services['App\\Controller\\Back\\AdminController'] = $instance = new \App\Controller\Back\AdminController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\AdminController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\AdminFinancesController' shared autowired service.
*
* @return \App\Controller\Back\AdminFinancesController
*/
protected function getAdminFinancesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/AdminFinancesController.php';
$this->services['App\\Controller\\Back\\AdminFinancesController'] = $instance = new \App\Controller\Back\AdminFinancesController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\AdminFinancesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\AdminLocationController' shared autowired service.
*
* @return \App\Controller\Back\AdminLocationController
*/
protected function getAdminLocationControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/AdminLocationController.php';
$this->services['App\\Controller\\Back\\AdminLocationController'] = $instance = new \App\Controller\Back\AdminLocationController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\AdminLocationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\AdminPromoController' shared autowired service.
*
* @return \App\Controller\Back\AdminPromoController
*/
protected function getAdminPromoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/AdminPromoController.php';
$this->services['App\\Controller\\Back\\AdminPromoController'] = $instance = new \App\Controller\Back\AdminPromoController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\AdminPromoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\AdminReservationController' shared autowired service.
*
* @return \App\Controller\Back\AdminReservationController
*/
protected function getAdminReservationControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/AdminReservationController.php';
$this->services['App\\Controller\\Back\\AdminReservationController'] = $instance = new \App\Controller\Back\AdminReservationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\AdminReservationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\AjoutTypeController' shared autowired service.
*
* @return \App\Controller\Back\AjoutTypeController
*/
protected function getAjoutTypeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/AjoutTypeController.php';
$this->services['App\\Controller\\Back\\AjoutTypeController'] = $instance = new \App\Controller\Back\AjoutTypeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\AjoutTypeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\AvisController' shared autowired service.
*
* @return \App\Controller\Back\AvisController
*/
protected function getAvisControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/AvisController.php';
$this->services['App\\Controller\\Back\\AvisController'] = $instance = new \App\Controller\Back\AvisController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\AvisController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\BlogController' shared autowired service.
*
* @return \App\Controller\Back\BlogController
*/
protected function getBlogControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/BlogController.php';
$this->services['App\\Controller\\Back\\BlogController'] = $instance = new \App\Controller\Back\BlogController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\BlogController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\CategoryController' shared autowired service.
*
* @return \App\Controller\Back\CategoryController
*/
protected function getCategoryControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/CategoryController.php';
$this->services['App\\Controller\\Back\\CategoryController'] = $instance = new \App\Controller\Back\CategoryController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\CategoryController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\CautionController' shared autowired service.
*
* @return \App\Controller\Back\CautionController
*/
protected function getCautionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/CautionController.php';
$this->services['App\\Controller\\Back\\CautionController'] = $instance = new \App\Controller\Back\CautionController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\CautionController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\CommandController' shared autowired service.
*
* @return \App\Controller\Back\CommandController
*/
protected function getCommandControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/CommandController.php';
$this->services['App\\Controller\\Back\\CommandController'] = $instance = new \App\Controller\Back\CommandController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\CommandController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\CompanyController' shared autowired service.
*
* @return \App\Controller\Back\CompanyController
*/
protected function getCompanyControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/CompanyController.php';
$this->services['App\\Controller\\Back\\CompanyController'] = $instance = new \App\Controller\Back\CompanyController(($this->privates['App\\Services\\MangoPayService'] ?? $this->getMangoPayServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\CompanyController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\ConfigHebergementGestionController' shared autowired service.
*
* @return \App\Controller\Back\ConfigHebergementGestionController
*/
protected function getConfigHebergementGestionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/ConfigHebergementGestionController.php';
$this->services['App\\Controller\\Back\\ConfigHebergementGestionController'] = $instance = new \App\Controller\Back\ConfigHebergementGestionController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\ConfigHebergementGestionController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\DashboardController' shared autowired service.
*
* @return \App\Controller\Back\DashboardController
*/
protected function getDashboardControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/DashboardController.php';
$this->services['App\\Controller\\Back\\DashboardController'] = $instance = new \App\Controller\Back\DashboardController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\DashboardController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\LitigeController' shared autowired service.
*
* @return \App\Controller\Back\LitigeController
*/
protected function getLitigeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/LitigeController.php';
$this->services['App\\Controller\\Back\\LitigeController'] = $instance = new \App\Controller\Back\LitigeController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\LitigeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\LivraisonController' shared autowired service.
*
* @return \App\Controller\Back\LivraisonController
*/
protected function getLivraisonControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/LivraisonController.php';
$this->services['App\\Controller\\Back\\LivraisonController'] = $instance = new \App\Controller\Back\LivraisonController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\LivraisonController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\MessagingUser' shared autowired service.
*
* @return \App\Controller\Back\MessagingUser
*/
protected function getMessagingUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/MessagingUser.php';
$this->services['App\\Controller\\Back\\MessagingUser'] = $instance = new \App\Controller\Back\MessagingUser();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\MessagingUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\PackController' shared autowired service.
*
* @return \App\Controller\Back\PackController
*/
protected function getPackControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/PackController.php';
$this->services['App\\Controller\\Back\\PackController'] = $instance = new \App\Controller\Back\PackController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\PackController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\PageController' shared autowired service.
*
* @return \App\Controller\Back\PageController
*/
protected function getPageControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/PageController.php';
$this->services['App\\Controller\\Back\\PageController'] = $instance = new \App\Controller\Back\PageController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\PageController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\PageHomeController' shared autowired service.
*
* @return \App\Controller\Back\PageHomeController
*/
protected function getPageHomeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/PageHomeController.php';
$this->services['App\\Controller\\Back\\PageHomeController'] = $instance = new \App\Controller\Back\PageHomeController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\PageHomeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\ProductController' shared autowired service.
*
* @return \App\Controller\Back\ProductController
*/
protected function getProductControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/ProductController.php';
$this->services['App\\Controller\\Back\\ProductController'] = $instance = new \App\Controller\Back\ProductController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\ProductController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\SliderController' shared autowired service.
*
* @return \App\Controller\Back\SliderController
*/
protected function getSliderControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/SliderController.php';
$this->services['App\\Controller\\Back\\SliderController'] = $instance = new \App\Controller\Back\SliderController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\SliderController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\SubscriptionController' shared autowired service.
*
* @return \App\Controller\Back\SubscriptionController
*/
protected function getSubscriptionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/SubscriptionController.php';
$this->services['App\\Controller\\Back\\SubscriptionController'] = $instance = new \App\Controller\Back\SubscriptionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\MangoPayService'] ?? $this->getMangoPayServiceService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\SubscriptionController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\TypeAbonnementController' shared autowired service.
*
* @return \App\Controller\Back\TypeAbonnementController
*/
protected function getTypeAbonnementControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/TypeAbonnementController.php';
$this->services['App\\Controller\\Back\\TypeAbonnementController'] = $instance = new \App\Controller\Back\TypeAbonnementController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\TypeAbonnementController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Back\UserController' shared autowired service.
*
* @return \App\Controller\Back\UserController
*/
protected function getUserControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Back/UserController.php';
$this->services['App\\Controller\\Back\\UserController'] = $instance = new \App\Controller\Back\UserController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Back\\UserController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ClientSpace\AnnonceController' shared autowired service.
*
* @return \App\Controller\ClientSpace\AnnonceController
*/
protected function getAnnonceControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ClientSpace/AnnonceController.php';
$this->services['App\\Controller\\ClientSpace\\AnnonceController'] = $instance = new \App\Controller\ClientSpace\AnnonceController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ClientSpace\\AnnonceController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ClientSpace\CommandController' shared autowired service.
*
* @return \App\Controller\ClientSpace\CommandController
*/
protected function getCommandController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ClientSpace/CommandController.php';
$this->services['App\\Controller\\ClientSpace\\CommandController'] = $instance = new \App\Controller\ClientSpace\CommandController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ClientSpace\\CommandController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ClientSpace\DashboardController' shared autowired service.
*
* @return \App\Controller\ClientSpace\DashboardController
*/
protected function getDashboardController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ClientSpace/DashboardController.php';
$this->services['App\\Controller\\ClientSpace\\DashboardController'] = $instance = new \App\Controller\ClientSpace\DashboardController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ClientSpace\\DashboardController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ClientSpace\LitigeController' shared autowired service.
*
* @return \App\Controller\ClientSpace\LitigeController
*/
protected function getLitigeController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ClientSpace/LitigeController.php';
$this->services['App\\Controller\\ClientSpace\\LitigeController'] = $instance = new \App\Controller\ClientSpace\LitigeController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ClientSpace\\LitigeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ClientSpace\LocationCliController' shared autowired service.
*
* @return \App\Controller\ClientSpace\LocationCliController
*/
protected function getLocationCliControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ClientSpace/LocationCliController.php';
$this->services['App\\Controller\\ClientSpace\\LocationCliController'] = $instance = new \App\Controller\ClientSpace\LocationCliController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ClientSpace\\LocationCliController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ClientSpace\PlanningClientController' shared autowired service.
*
* @return \App\Controller\ClientSpace\PlanningClientController
*/
protected function getPlanningClientControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ClientSpace/PlanningClientController.php';
$this->services['App\\Controller\\ClientSpace\\PlanningClientController'] = $instance = new \App\Controller\ClientSpace\PlanningClientController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ClientSpace\\PlanningClientController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ClientSpace\ProfilController' shared autowired service.
*
* @return \App\Controller\ClientSpace\ProfilController
*/
protected function getProfilControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ClientSpace/ProfilController.php';
$this->services['App\\Controller\\ClientSpace\\ProfilController'] = $instance = new \App\Controller\ClientSpace\ProfilController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ClientSpace\\ProfilController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ClientSpace\ReservationCliController' shared autowired service.
*
* @return \App\Controller\ClientSpace\ReservationCliController
*/
protected function getReservationCliControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ClientSpace/ReservationCliController.php';
$this->services['App\\Controller\\ClientSpace\\ReservationCliController'] = $instance = new \App\Controller\ClientSpace\ReservationCliController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ClientSpace\\ReservationCliController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ClientSpace\TableController' shared autowired service.
*
* @return \App\Controller\ClientSpace\TableController
*/
protected function getTableControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ClientSpace/TableController.php';
$this->services['App\\Controller\\ClientSpace\\TableController'] = $instance = new \App\Controller\ClientSpace\TableController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ClientSpace\\TableController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ClientSpace\TableUserController' shared autowired service.
*
* @return \App\Controller\ClientSpace\TableUserController
*/
protected function getTableUserControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ClientSpace/TableUserController.php';
$this->services['App\\Controller\\ClientSpace\\TableUserController'] = $instance = new \App\Controller\ClientSpace\TableUserController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ClientSpace\\TableUserController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ClientSpace\TicketController' shared autowired service.
*
* @return \App\Controller\ClientSpace\TicketController
*/
protected function getTicketControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ClientSpace/TicketController.php';
$this->services['App\\Controller\\ClientSpace\\TicketController'] = $instance = new \App\Controller\ClientSpace\TicketController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Repository\\MessagingRepository'] ?? $this->getMessagingRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\Filter'] ?? $this->getFilterService()), ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ClientSpace\\TicketController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ClientSpace\WishListController' shared autowired service.
*
* @return \App\Controller\ClientSpace\WishListController
*/
protected function getWishListControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ClientSpace/WishListController.php';
$this->services['App\\Controller\\ClientSpace\\WishListController'] = $instance = new \App\Controller\ClientSpace\WishListController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ClientSpace\\WishListController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CompanySpace\AnnonceCompanyController' shared autowired service.
*
* @return \App\Controller\CompanySpace\AnnonceCompanyController
*/
protected function getAnnonceCompanyControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CompanySpace/AnnonceCompanyController.php';
$this->services['App\\Controller\\CompanySpace\\AnnonceCompanyController'] = $instance = new \App\Controller\CompanySpace\AnnonceCompanyController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CompanySpace\\AnnonceCompanyController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CompanySpace\AvisController' shared autowired service.
*
* @return \App\Controller\CompanySpace\AvisController
*/
protected function getAvisController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CompanySpace/AvisController.php';
$this->services['App\\Controller\\CompanySpace\\AvisController'] = $instance = new \App\Controller\CompanySpace\AvisController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CompanySpace\\AvisController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CompanySpace\ChargeSubscriptionController' shared autowired service.
*
* @return \App\Controller\CompanySpace\ChargeSubscriptionController
*/
protected function getChargeSubscriptionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CompanySpace/ChargeSubscriptionController.php';
$this->services['App\\Controller\\CompanySpace\\ChargeSubscriptionController'] = $instance = new \App\Controller\CompanySpace\ChargeSubscriptionController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CompanySpace\\ChargeSubscriptionController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CompanySpace\CommandController' shared autowired service.
*
* @return \App\Controller\CompanySpace\CommandController
*/
protected function getCommandController3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CompanySpace/CommandController.php';
$this->services['App\\Controller\\CompanySpace\\CommandController'] = $instance = new \App\Controller\CompanySpace\CommandController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CompanySpace\\CommandController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CompanySpace\CompanyInfoController' shared autowired service.
*
* @return \App\Controller\CompanySpace\CompanyInfoController
*/
protected function getCompanyInfoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CompanySpace/CompanyInfoController.php';
$this->services['App\\Controller\\CompanySpace\\CompanyInfoController'] = $instance = new \App\Controller\CompanySpace\CompanyInfoController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CompanySpace\\CompanyInfoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CompanySpace\DashboardController' shared autowired service.
*
* @return \App\Controller\CompanySpace\DashboardController
*/
protected function getDashboardController3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CompanySpace/DashboardController.php';
$this->services['App\\Controller\\CompanySpace\\DashboardController'] = $instance = new \App\Controller\CompanySpace\DashboardController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CompanySpace\\DashboardController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CompanySpace\LocationCompanyController' shared autowired service.
*
* @return \App\Controller\CompanySpace\LocationCompanyController
*/
protected function getLocationCompanyControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CompanySpace/LocationCompanyController.php';
$this->services['App\\Controller\\CompanySpace\\LocationCompanyController'] = $instance = new \App\Controller\CompanySpace\LocationCompanyController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CompanySpace\\LocationCompanyController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CompanySpace\PaymentController' shared autowired service.
*
* @return \App\Controller\CompanySpace\PaymentController
*/
protected function getPaymentControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CompanySpace/PaymentController.php';
$this->services['App\\Controller\\CompanySpace\\PaymentController'] = $instance = new \App\Controller\CompanySpace\PaymentController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CompanySpace\\PaymentController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CompanySpace\PlanningController' shared autowired service.
*
* @return \App\Controller\CompanySpace\PlanningController
*/
protected function getPlanningControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CompanySpace/PlanningController.php';
$this->services['App\\Controller\\CompanySpace\\PlanningController'] = $instance = new \App\Controller\CompanySpace\PlanningController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CompanySpace\\PlanningController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CompanySpace\ProductController' shared autowired service.
*
* @return \App\Controller\CompanySpace\ProductController
*/
protected function getProductController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CompanySpace/ProductController.php';
$this->services['App\\Controller\\CompanySpace\\ProductController'] = $instance = new \App\Controller\CompanySpace\ProductController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CompanySpace\\ProductController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CompanySpace\ProfilController' shared autowired service.
*
* @return \App\Controller\CompanySpace\ProfilController
*/
protected function getProfilController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CompanySpace/ProfilController.php';
$this->services['App\\Controller\\CompanySpace\\ProfilController'] = $instance = new \App\Controller\CompanySpace\ProfilController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CompanySpace\\ProfilController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CompanySpace\ResevationCompanyController' shared autowired service.
*
* @return \App\Controller\CompanySpace\ResevationCompanyController
*/
protected function getResevationCompanyControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CompanySpace/ResevationCompanyController.php';
$this->services['App\\Controller\\CompanySpace\\ResevationCompanyController'] = $instance = new \App\Controller\CompanySpace\ResevationCompanyController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CompanySpace\\ResevationCompanyController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CompanySpace\StripeSubscriptionController' shared autowired service.
*
* @return \App\Controller\CompanySpace\StripeSubscriptionController
*/
protected function getStripeSubscriptionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CompanySpace/StripeSubscriptionController.php';
include_once \dirname(__DIR__, 4).'/src/Services/StripeSubscriptionService.php';
$this->services['App\\Controller\\CompanySpace\\StripeSubscriptionController'] = $instance = new \App\Controller\CompanySpace\StripeSubscriptionController(($this->privates['App\\Services\\StripeSubscriptionService'] ?? ($this->privates['App\\Services\\StripeSubscriptionService'] = new \App\Services\StripeSubscriptionService($this->getEnv('STRIPE_SECRET_KEY')))));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CompanySpace\\StripeSubscriptionController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CompanySpace\SubscriptionController' shared autowired service.
*
* @return \App\Controller\CompanySpace\SubscriptionController
*/
protected function getSubscriptionController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CompanySpace/SubscriptionController.php';
$this->services['App\\Controller\\CompanySpace\\SubscriptionController'] = $instance = new \App\Controller\CompanySpace\SubscriptionController(($this->privates['App\\Services\\MangoPayService'] ?? $this->getMangoPayServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['App\\Repository\\TypeAbonnementRepository'] ?? $this->getTypeAbonnementRepositoryService()), ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->privates['App\\Repository\\PendingLocationRepository'] ?? $this->getPendingLocationRepositoryService()), ($this->privates['App\\Repository\\PendingReservationRepository'] ?? $this->getPendingReservationRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CompanySpace\\SubscriptionController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CompanySpace\TchatController' shared autowired service.
*
* @return \App\Controller\CompanySpace\TchatController
*/
protected function getTchatControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CompanySpace/TchatController.php';
$this->services['App\\Controller\\CompanySpace\\TchatController'] = $instance = new \App\Controller\CompanySpace\TchatController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CompanySpace\\TchatController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CompanySpace\TicketController' shared autowired service.
*
* @return \App\Controller\CompanySpace\TicketController
*/
protected function getTicketController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CompanySpace/TicketController.php';
$this->services['App\\Controller\\CompanySpace\\TicketController'] = $instance = new \App\Controller\CompanySpace\TicketController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Repository\\MessagingRepository'] ?? $this->getMessagingRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Services\\Filter'] ?? $this->getFilterService()), ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CompanySpace\\TicketController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CompanySpace\WalletController' shared autowired service.
*
* @return \App\Controller\CompanySpace\WalletController
*/
protected function getWalletControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CompanySpace/WalletController.php';
$this->services['App\\Controller\\CompanySpace\\WalletController'] = $instance = new \App\Controller\CompanySpace\WalletController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\CompanySpace\\WalletController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ConversationController' shared autowired service.
*
* @return \App\Controller\ConversationController
*/
protected function getConversationControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ConversationController.php';
$this->services['App\\Controller\\ConversationController'] = $instance = new \App\Controller\ConversationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\MessagingRepository'] ?? $this->getMessagingRepositoryService()), ($this->privates['App\\Repository\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->privates['App\\Services\\Filter'] ?? $this->getFilterService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ConversationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\ArticleController' shared autowired service.
*
* @return \App\Controller\Front\ArticleController
*/
protected function getArticleControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/ArticleController.php';
$this->services['App\\Controller\\Front\\ArticleController'] = $instance = new \App\Controller\Front\ArticleController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Front\\ArticleController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\BlogController' shared autowired service.
*
* @return \App\Controller\Front\BlogController
*/
protected function getBlogController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/BlogController.php';
$this->services['App\\Controller\\Front\\BlogController'] = $instance = new \App\Controller\Front\BlogController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Front\\BlogController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\CommandController' shared autowired service.
*
* @return \App\Controller\Front\CommandController
*/
protected function getCommandController4Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/CommandController.php';
$this->services['App\\Controller\\Front\\CommandController'] = $instance = new \App\Controller\Front\CommandController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Front\\CommandController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\CompanyController' shared autowired service.
*
* @return \App\Controller\Front\CompanyController
*/
protected function getCompanyController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/CompanyController.php';
$this->services['App\\Controller\\Front\\CompanyController'] = $instance = new \App\Controller\Front\CompanyController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Front\\CompanyController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\ContactController' shared autowired service.
*
* @return \App\Controller\Front\ContactController
*/
protected function getContactControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/ContactController.php';
$this->services['App\\Controller\\Front\\ContactController'] = $instance = new \App\Controller\Front\ContactController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Front\\ContactController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\HomeController' shared autowired service.
*
* @return \App\Controller\Front\HomeController
*/
protected function getHomeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/HomeController.php';
$this->services['App\\Controller\\Front\\HomeController'] = $instance = new \App\Controller\Front\HomeController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Front\\HomeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\LocationController' shared autowired service.
*
* @return \App\Controller\Front\LocationController
*/
protected function getLocationControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/LocationController.php';
$this->services['App\\Controller\\Front\\LocationController'] = $instance = new \App\Controller\Front\LocationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['App\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['App\\Repository\\ChambreRepository'] ?? $this->getChambreRepositoryService()), ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Front\\LocationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\PackController' shared autowired service.
*
* @return \App\Controller\Front\PackController
*/
protected function getPackController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/PackController.php';
$this->services['App\\Controller\\Front\\PackController'] = $instance = new \App\Controller\Front\PackController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Front\\PackController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\PageController' shared autowired service.
*
* @return \App\Controller\Front\PageController
*/
protected function getPageController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/PageController.php';
$this->services['App\\Controller\\Front\\PageController'] = $instance = new \App\Controller\Front\PageController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Front\\PageController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\ProductController' shared autowired service.
*
* @return \App\Controller\Front\ProductController
*/
protected function getProductController3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Traits/FilterPriceTrait.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/ProductController.php';
$this->services['App\\Controller\\Front\\ProductController'] = $instance = new \App\Controller\Front\ProductController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Front\\ProductController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\RechercheMap' shared autowired service.
*
* @return \App\Controller\Front\RechercheMap
*/
protected function getRechercheMapService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/RechercheMap.php';
$this->services['App\\Controller\\Front\\RechercheMap'] = $instance = new \App\Controller\Front\RechercheMap(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['App\\Repository\\ReservationRepository'] ?? $this->getReservationRepositoryService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['router'] ?? $this->getRouterService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Front\\RechercheMap', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\ReservationController' shared autowired service.
*
* @return \App\Controller\Front\ReservationController
*/
protected function getReservationControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/ReservationController.php';
$this->services['App\\Controller\\Front\\ReservationController'] = $instance = new \App\Controller\Front\ReservationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['App\\Repository\\ReservationRepository'] ?? $this->getReservationRepositoryService()), ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Front\\ReservationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Front\WishController' shared autowired service.
*
* @return \App\Controller\Front\WishController
*/
protected function getWishControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Front/WishController.php';
$this->services['App\\Controller\\Front\\WishController'] = $instance = new \App\Controller\Front\WishController(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Front\\WishController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\NotificationController' shared autowired service.
*
* @return \App\Controller\NotificationController
*/
protected function getNotificationControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/NotificationController.php';
$this->services['App\\Controller\\NotificationController'] = $instance = new \App\Controller\NotificationController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\NotificationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ReseauSociaux\CommentsController' shared autowired service.
*
* @return \App\Controller\ReseauSociaux\CommentsController
*/
protected function getCommentsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ReseauSociaux/CommentsController.php';
$this->services['App\\Controller\\ReseauSociaux\\CommentsController'] = $instance = new \App\Controller\ReseauSociaux\CommentsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ReseauSociaux\\CommentsRepository'] ?? $this->getCommentsRepositoryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Services\\NotificationService'] ?? $this->getNotificationServiceService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ReseauSociaux\\CommentsController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ReseauSociaux\ConversationController' shared autowired service.
*
* @return \App\Controller\ReseauSociaux\ConversationController
*/
protected function getConversationController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ReseauSociaux/ConversationController.php';
$this->services['App\\Controller\\ReseauSociaux\\ConversationController'] = $instance = new \App\Controller\ReseauSociaux\ConversationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ReseauSociaux\\ConversationRepository'] ?? $this->getConversationRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ReseauSociaux\\ConversationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ReseauSociaux\LivestreamController' shared autowired service.
*
* @return \App\Controller\ReseauSociaux\LivestreamController
*/
protected function getLivestreamControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ReseauSociaux/LivestreamController.php';
$this->services['App\\Controller\\ReseauSociaux\\LivestreamController'] = $instance = new \App\Controller\ReseauSociaux\LivestreamController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ReseauSociaux\\LivestreamController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ReseauSociaux\MessageController' shared autowired service.
*
* @return \App\Controller\ReseauSociaux\MessageController
*/
protected function getMessageControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ReseauSociaux/MessageController.php';
$this->services['App\\Controller\\ReseauSociaux\\MessageController'] = $instance = new \App\Controller\ReseauSociaux\MessageController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['mercure.hub.default.publisher.traceable'] ?? $this->getMercure_Hub_Default_Publisher_TraceableService()), ($this->privates['App\\Services\\NotificationService'] ?? $this->getNotificationServiceService()), ($this->privates['App\\Repository\\ReseauSociaux\\ConversationRepository'] ?? $this->getConversationRepositoryService()), ($this->privates['App\\Repository\\ReseauSociaux\\MessageRepository'] ?? $this->getMessageRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ReseauSociaux\\MessageController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ReseauSociaux\NotificationController' shared autowired service.
*
* @return \App\Controller\ReseauSociaux\NotificationController
*/
protected function getNotificationController2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ReseauSociaux/NotificationController.php';
$this->services['App\\Controller\\ReseauSociaux\\NotificationController'] = $instance = new \App\Controller\ReseauSociaux\NotificationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\NotificationService'] ?? $this->getNotificationServiceService()), ($this->privates['App\\Repository\\ReseauSociaux\\NotificationsRepository'] ?? $this->getNotificationsRepositoryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ReseauSociaux\\NotificationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ReseauSociaux\PostLikeController' shared autowired service.
*
* @return \App\Controller\ReseauSociaux\PostLikeController
*/
protected function getPostLikeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ReseauSociaux/PostLikeController.php';
$this->services['App\\Controller\\ReseauSociaux\\PostLikeController'] = $instance = new \App\Controller\ReseauSociaux\PostLikeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ReseauSociaux\\PostLikeRepository'] ?? $this->getPostLikeRepositoryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Services\\NotificationService'] ?? $this->getNotificationServiceService()), ($this->privates['mercure.hub.default.publisher.traceable'] ?? $this->getMercure_Hub_Default_Publisher_TraceableService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ReseauSociaux\\PostLikeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ReseauSociaux\ProfilController' shared autowired service.
*
* @return \App\Controller\ReseauSociaux\ProfilController
*/
protected function getProfilController3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ReseauSociaux/ProfilController.php';
$this->services['App\\Controller\\ReseauSociaux\\ProfilController'] = $instance = new \App\Controller\ReseauSociaux\ProfilController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ReseauSociaux\\PublicationRepository'] ?? $this->getPublicationRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ReseauSociaux\\ProfilController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ReseauSociaux\PublicationController' shared autowired service.
*
* @return \App\Controller\ReseauSociaux\PublicationController
*/
protected function getPublicationControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ReseauSociaux/PublicationController.php';
$this->services['App\\Controller\\ReseauSociaux\\PublicationController'] = $instance = new \App\Controller\ReseauSociaux\PublicationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['mercure.hub.default.publisher.traceable'] ?? $this->getMercure_Hub_Default_Publisher_TraceableService()), ($this->privates['App\\Services\\NotificationService'] ?? $this->getNotificationServiceService()), ($this->privates['App\\Repository\\ReseauSociaux\\PublicationRepository'] ?? $this->getPublicationRepositoryService()), ($this->privates['App\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()), ($this->privates['App\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ReseauSociaux\\PublicationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ReseauSociaux\ReseauSociauxController' shared autowired service.
*
* @return \App\Controller\ReseauSociaux\ReseauSociauxController
*/
protected function getReseauSociauxControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ReseauSociaux/ReseauSociauxController.php';
$this->services['App\\Controller\\ReseauSociaux\\ReseauSociauxController'] = $instance = new \App\Controller\ReseauSociaux\ReseauSociauxController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['mercure.hub.default.publisher.traceable'] ?? $this->getMercure_Hub_Default_Publisher_TraceableService()), ($this->privates['App\\Repository\\ReseauSociaux\\EspaceRepository'] ?? $this->getEspaceRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ReseauSociaux\\ReseauSociauxController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ReseauSociaux\SearchKeyWordController' shared autowired service.
*
* @return \App\Controller\ReseauSociaux\SearchKeyWordController
*/
protected function getSearchKeyWordControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ReseauSociaux/SearchKeyWordController.php';
$this->services['App\\Controller\\ReseauSociaux\\SearchKeyWordController'] = $instance = new \App\Controller\ReseauSociaux\SearchKeyWordController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ReseauSociaux\\SearchKeyWordController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\SatatusUserControler' shared autowired service.
*
* @return \App\Controller\SatatusUserControler
*/
protected function getSatatusUserControlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/SatatusUserControler.php';
$this->services['App\\Controller\\SatatusUserControler'] = $instance = new \App\Controller\SatatusUserControler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SatatusUserControler', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\SecurityController' shared autowired service.
*
* @return \App\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['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SecurityController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TestMerController' shared autowired service.
*
* @return \App\Controller\TestMerController
*/
protected function getTestMerControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TestMerController.php';
$this->services['App\\Controller\\TestMerController'] = $instance = new \App\Controller\TestMerController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\TestMerController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TestmailController' shared autowired service.
*
* @return \App\Controller\TestmailController
*/
protected function getTestmailControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TestmailController.php';
$this->services['App\\Controller\\TestmailController'] = $instance = new \App\Controller\TestmailController(NULL, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Mail'] ?? $this->getMailService()));
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\TestmailController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\UpdateOptionController' shared autowired service.
*
* @return \App\Controller\UpdateOptionController
*/
protected function getUpdateOptionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/UpdateOptionController.php';
$this->services['App\\Controller\\UpdateOptionController'] = $instance = new \App\Controller\UpdateOptionController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\UpdateOptionController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ViewTestController' shared autowired service.
*
* @return \App\Controller\ViewTestController
*/
protected function getViewTestControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ViewTestController.php';
$this->services['App\\Controller\\ViewTestController'] = $instance = new \App\Controller\ViewTestController();
$instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ViewTestController', $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/src/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 'Pentatrion\ViteBundle\Controller\ViteController' shared service.
*
* @return \Pentatrion\ViteBundle\Controller\ViteController
*/
protected function getViteControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/pentatrion/vite-bundle/src/Controller/ViteController.php';
return $this->services['Pentatrion\\ViteBundle\\Controller\\ViteController'] = new \Pentatrion\ViteBundle\Controller\ViteController('default', $this->parameters['pentatrion_vite.builds'], ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['vite.entrypoints_lookup'] ?? $this->getVite_EntrypointsLookupService()), NULL);
}
/**
* 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('JDJ9h1zJPY', 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('omqcZCJBsx', 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('Hyh45GJCTo', 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['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
yield 8 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
}, 9), true, ($this->targetDir.''.'/App_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, [
'App\\Command\\CreateCommunesCommand' => ['privates', '.App\\Command\\CreateCommunesCommand.lazy', 'getCreateCommunesCommand_LazyService', false],
'App\\Command\\CreateDepartmentsCommand' => ['privates', 'App\\Command\\CreateDepartmentsCommand', 'getCreateDepartmentsCommandService', false],
'App\\Command\\CreateHomeCommand' => ['privates', 'App\\Command\\CreateHomeCommand', 'getCreateHomeCommandService', false],
'App\\Command\\CreateNotifAviCommende' => ['privates', 'App\\Command\\CreateNotifAviCommende', 'getCreateNotifAviCommendeService', false],
'App\\Command\\CreatePageCommand' => ['privates', 'App\\Command\\CreatePageCommand', 'getCreatePageCommandService', false],
'App\\Command\\CreateReccuringPayInRegistrationMIT' => ['privates', 'App\\Command\\CreateReccuringPayInRegistrationMIT', 'getCreateReccuringPayInRegistrationMITService', false],
'App\\Command\\CreateSubscriptionReccuringPayinMIT' => ['privates', 'App\\Command\\CreateSubscriptionReccuringPayinMIT', 'getCreateSubscriptionReccuringPayinMITService', false],
'App\\Command\\RetourCautionClient' => ['privates', 'App\\Command\\RetourCautionClient', 'getRetourCautionClientService', false],
'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],
'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],
'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],
'swiftmailer.command.debug' => ['privates', 'swiftmailer.command.debug', 'getSwiftmailer_Command_DebugService', false],
'swiftmailer.command.new_email' => ['privates', 'swiftmailer.command.new_email', 'getSwiftmailer_Command_NewEmailService', false],
'swiftmailer.command.send_email' => ['privates', 'swiftmailer.command.send_email', 'getSwiftmailer_Command_SendEmailService', false],
'doctrine.fixtures_load_command' => ['privates', 'doctrine.fixtures_load_command', 'getDoctrine_FixturesLoadCommandService', false],
'lexik_jwt_authentication.check_config_command' => ['privates', '.lexik_jwt_authentication.check_config_command.lazy', 'get_LexikJwtAuthentication_CheckConfigCommand_LazyService', false],
'lexik_jwt_authentication.migrate_config_command' => ['privates', '.lexik_jwt_authentication.migrate_config_command.lazy', 'get_LexikJwtAuthentication_MigrateConfigCommand_LazyService', false],
'lexik_jwt_authentication.enable_encryption_config_command' => ['privates', '.lexik_jwt_authentication.enable_encryption_config_command.lazy', 'get_LexikJwtAuthentication_EnableEncryptionConfigCommand_LazyService', false],
'lexik_jwt_authentication.generate_token_command' => ['privates', '.lexik_jwt_authentication.generate_token_command.lazy', 'get_LexikJwtAuthentication_GenerateTokenCommand_LazyService', false],
'lexik_jwt_authentication.generate_keypair_command' => ['privates', '.lexik_jwt_authentication.generate_keypair_command.lazy', 'get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService', 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],
], [
'App\\Command\\CreateCommunesCommand' => '?',
'App\\Command\\CreateDepartmentsCommand' => 'App\\Command\\CreateDepartmentsCommand',
'App\\Command\\CreateHomeCommand' => 'App\\Command\\CreateHomeCommand',
'App\\Command\\CreateNotifAviCommende' => 'App\\Command\\CreateNotifAviCommende',
'App\\Command\\CreatePageCommand' => 'App\\Command\\CreatePageCommand',
'App\\Command\\CreateReccuringPayInRegistrationMIT' => 'App\\Command\\CreateReccuringPayInRegistrationMIT',
'App\\Command\\CreateSubscriptionReccuringPayinMIT' => 'App\\Command\\CreateSubscriptionReccuringPayinMIT',
'App\\Command\\RetourCautionClient' => 'App\\Command\\RetourCautionClient',
'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' => '?',
'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' => '?',
'var_dumper.command.server_dump' => '?',
'monolog.command.server_log' => '?',
'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
'lexik_jwt_authentication.check_config_command' => '?',
'lexik_jwt_authentication.migrate_config_command' => '?',
'lexik_jwt_authentication.enable_encryption_config_command' => '?',
'lexik_jwt_authentication.generate_token_command' => '?',
'lexik_jwt_authentication.generate_keypair_command' => '?',
'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' => '?',
]), ['app:create-commune' => 'App\\Command\\CreateCommunesCommand', 'app:create-departments' => 'App\\Command\\CreateDepartmentsCommand', 'app:create-home' => 'App\\Command\\CreateHomeCommand', 'app:notification-avis-mit' => 'App\\Command\\CreateNotifAviCommende', 'app:create-page' => 'App\\Command\\CreatePageCommand', 'app:payin-registration-mit' => 'App\\Command\\CreateReccuringPayInRegistrationMIT', 'app:subscription-payin-mit' => 'App\\Command\\CreateSubscriptionReccuringPayinMIT', 'app:retour-caution-client-mit' => 'App\\Command\\RetourCautionClient', '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', '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', 'server:dump' => 'var_dumper.command.server_dump', 'server:log' => 'monolog.command.server_log', 'debug:swiftmailer' => 'swiftmailer.command.debug', 'swiftmailer:email:send' => 'swiftmailer.command.new_email', 'swiftmailer:spool:send' => 'swiftmailer.command.send_email', 'doctrine:fixtures:load' => 'doctrine.fixtures_load_command', 'lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command', 'lexik:jwt:migrate-config' => 'lexik_jwt_authentication.migrate_config_command', 'lexik:jwt:enable-encryption' => 'lexik_jwt_authentication.enable_encryption_config_command', 'lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command', 'lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_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 \Doctrine\DBAL\Connection
*/
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->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
$a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
$a->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($b), 1 => $c]);
return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
}
/**
* 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/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/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/src/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
$a->setEntityNamespaces(['App' => 'App\\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->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setLazyGhostObjectEnabled(false);
$a->setIdentityGenerationPreferences([]);
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Repository\\AbonnementRepository' => ['privates', 'App\\Repository\\AbonnementRepository', 'getAbonnementRepositoryService', false],
'App\\Repository\\AccessoiresDeChambreRepository' => ['privates', 'App\\Repository\\AccessoiresDeChambreRepository', 'getAccessoiresDeChambreRepositoryService', false],
'App\\Repository\\ActivityTypeRepository' => ['privates', 'App\\Repository\\ActivityTypeRepository', 'getActivityTypeRepositoryService', false],
'App\\Repository\\AdminPromoRepository' => ['privates', 'App\\Repository\\AdminPromoRepository', 'getAdminPromoRepositoryService', false],
'App\\Repository\\AnnonceCompanyRepository' => ['privates', 'App\\Repository\\AnnonceCompanyRepository', 'getAnnonceCompanyRepositoryService', false],
'App\\Repository\\AnnonceRepository' => ['privates', 'App\\Repository\\AnnonceRepository', 'getAnnonceRepositoryService', false],
'App\\Repository\\AppFeeRepository' => ['privates', 'App\\Repository\\AppFeeRepository', 'getAppFeeRepositoryService', false],
'App\\Repository\\ArticleRepository' => ['privates', 'App\\Repository\\ArticleRepository', 'getArticleRepositoryService', false],
'App\\Repository\\AvisRepository' => ['privates', 'App\\Repository\\AvisRepository', 'getAvisRepositoryService', false],
'App\\Repository\\BlogCategoryRepository' => ['privates', 'App\\Repository\\BlogCategoryRepository', 'getBlogCategoryRepositoryService', false],
'App\\Repository\\CaracteristicRepository' => ['privates', 'App\\Repository\\CaracteristicRepository', 'getCaracteristicRepositoryService', false],
'App\\Repository\\CaracteristiqueVehiculeRepository' => ['privates', 'App\\Repository\\CaracteristiqueVehiculeRepository', 'getCaracteristiqueVehiculeRepositoryService', false],
'App\\Repository\\CategoryAnnonceClientRepository' => ['privates', 'App\\Repository\\CategoryAnnonceClientRepository', 'getCategoryAnnonceClientRepositoryService', false],
'App\\Repository\\CategoryAnnoncePrestataireRepository' => ['privates', 'App\\Repository\\CategoryAnnoncePrestataireRepository', 'getCategoryAnnoncePrestataireRepositoryService', false],
'App\\Repository\\CategoryMasterRepository' => ['privates', 'App\\Repository\\CategoryMasterRepository', 'getCategoryMasterRepositoryService', false],
'App\\Repository\\CategoryRepository' => ['privates', 'App\\Repository\\CategoryRepository', 'getCategoryRepositoryService', false],
'App\\Repository\\CautionRepository' => ['privates', 'App\\Repository\\CautionRepository', 'getCautionRepositoryService', false],
'App\\Repository\\ChambreRepository' => ['privates', 'App\\Repository\\ChambreRepository', 'getChambreRepositoryService', false],
'App\\Repository\\CommandPackRepository' => ['privates', 'App\\Repository\\CommandPackRepository', 'getCommandPackRepositoryService', false],
'App\\Repository\\CommandProductRepository' => ['privates', 'App\\Repository\\CommandProductRepository', 'getCommandProductRepositoryService', false],
'App\\Repository\\CommandRepository' => ['privates', 'App\\Repository\\CommandRepository', 'getCommandRepositoryService', false],
'App\\Repository\\CommuneRepository' => ['privates', 'App\\Repository\\CommuneRepository', 'getCommuneRepositoryService', false],
'App\\Repository\\CompanyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'App\\Repository\\ContactProductRepository' => ['privates', 'App\\Repository\\ContactProductRepository', 'getContactProductRepositoryService', false],
'App\\Repository\\DepartmentRepository' => ['privates', 'App\\Repository\\DepartmentRepository', 'getDepartmentRepositoryService', false],
'App\\Repository\\EquipementsCuisineRepository' => ['privates', 'App\\Repository\\EquipementsCuisineRepository', 'getEquipementsCuisineRepositoryService', false],
'App\\Repository\\EquipmentRepository' => ['privates', 'App\\Repository\\EquipmentRepository', 'getEquipmentRepositoryService', false],
'App\\Repository\\FuelTypeRepository' => ['privates', 'App\\Repository\\FuelTypeRepository', 'getFuelTypeRepositoryService', false],
'App\\Repository\\GearboxTypeRepository' => ['privates', 'App\\Repository\\GearboxTypeRepository', 'getGearboxTypeRepositoryService', false],
'App\\Repository\\ImageAnnoncesRepository' => ['privates', 'App\\Repository\\ImageAnnoncesRepository', 'getImageAnnoncesRepositoryService', false],
'App\\Repository\\ImageCommentRepository' => ['privates', 'App\\Repository\\ImageCommentRepository', 'getImageCommentRepositoryService', false],
'App\\Repository\\LangueHoteRepository' => ['privates', 'App\\Repository\\LangueHoteRepository', 'getLangueHoteRepositoryService', false],
'App\\Repository\\LitigeRepository' => ['privates', 'App\\Repository\\LitigeRepository', 'getLitigeRepositoryService', false],
'App\\Repository\\LitsChambreRepository' => ['privates', 'App\\Repository\\LitsChambreRepository', 'getLitsChambreRepositoryService', false],
'App\\Repository\\LivraisonRepository' => ['privates', 'App\\Repository\\LivraisonRepository', 'getLivraisonRepositoryService', false],
'App\\Repository\\LocalisatioHebergsRepository' => ['privates', 'App\\Repository\\LocalisatioHebergsRepository', 'getLocalisatioHebergsRepositoryService', false],
'App\\Repository\\LocationRepository' => ['privates', 'App\\Repository\\LocationRepository', 'getLocationRepositoryService', false],
'App\\Repository\\MessagingRepository' => ['privates', 'App\\Repository\\MessagingRepository', 'getMessagingRepositoryService', false],
'App\\Repository\\MobilierExterieurRepository' => ['privates', 'App\\Repository\\MobilierExterieurRepository', 'getMobilierExterieurRepositoryService', false],
'App\\Repository\\NotificationRepository' => ['privates', 'App\\Repository\\NotificationRepository', 'getNotificationRepositoryService', false],
'App\\Repository\\PackRepository' => ['privates', 'App\\Repository\\PackRepository', 'getPackRepositoryService', false],
'App\\Repository\\PageHomeRepository' => ['privates', 'App\\Repository\\PageHomeRepository', 'getPageHomeRepositoryService', false],
'App\\Repository\\PageRepository' => ['privates', 'App\\Repository\\PageRepository', 'getPageRepositoryService', false],
'App\\Repository\\PaiementRepository' => ['privates', 'App\\Repository\\PaiementRepository', 'getPaiementRepositoryService', false],
'App\\Repository\\ParticipantRepository' => ['privates', 'App\\Repository\\ParticipantRepository', 'getParticipantRepositoryService', false],
'App\\Repository\\PayoutRepository' => ['privates', 'App\\Repository\\PayoutRepository', 'getPayoutRepositoryService', false],
'App\\Repository\\PendingLocationRepository' => ['privates', 'App\\Repository\\PendingLocationRepository', 'getPendingLocationRepositoryService', false],
'App\\Repository\\PendingReservationRepository' => ['privates', 'App\\Repository\\PendingReservationRepository', 'getPendingReservationRepositoryService', false],
'App\\Repository\\PhotosRepository' => ['privates', 'App\\Repository\\PhotosRepository', 'getPhotosRepositoryService', false],
'App\\Repository\\PlanningCompanyRepository' => ['privates', 'App\\Repository\\PlanningCompanyRepository', 'getPlanningCompanyRepositoryService', false],
'App\\Repository\\ProductAgendaRepository' => ['privates', 'App\\Repository\\ProductAgendaRepository', 'getProductAgendaRepositoryService', false],
'App\\Repository\\ProductAutoReductionRepository' => ['privates', 'App\\Repository\\ProductAutoReductionRepository', 'getProductAutoReductionRepositoryService', false],
'App\\Repository\\ProductDescriptionRepository' => ['privates', 'App\\Repository\\ProductDescriptionRepository', 'getProductDescriptionRepositoryService', false],
'App\\Repository\\ProductOptionRepository' => ['privates', 'App\\Repository\\ProductOptionRepository', 'getProductOptionRepositoryService', false],
'App\\Repository\\ProductPercentRepository' => ['privates', 'App\\Repository\\ProductPercentRepository', 'getProductPercentRepositoryService', false],
'App\\Repository\\ProductPeriodPriceRepository' => ['privates', 'App\\Repository\\ProductPeriodPriceRepository', 'getProductPeriodPriceRepositoryService', false],
'App\\Repository\\ProductReductionRepository' => ['privates', 'App\\Repository\\ProductReductionRepository', 'getProductReductionRepositoryService', false],
'App\\Repository\\ProductRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
'App\\Repository\\ProgrammingDayPriceRepository' => ['privates', 'App\\Repository\\ProgrammingDayPriceRepository', 'getProgrammingDayPriceRepositoryService', false],
'App\\Repository\\ReseauSociaux\\AudienceRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\AudienceRepository', 'getAudienceRepositoryService', false],
'App\\Repository\\ReseauSociaux\\CommentsRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\CommentsRepository', 'getCommentsRepositoryService', false],
'App\\Repository\\ReseauSociaux\\ConversationRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\ConversationRepository', 'getConversationRepositoryService', false],
'App\\Repository\\ReseauSociaux\\EspaceRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\EspaceRepository', 'getEspaceRepositoryService', false],
'App\\Repository\\ReseauSociaux\\MessageRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\MessageRepository', 'getMessageRepositoryService', false],
'App\\Repository\\ReseauSociaux\\NotificationTypeRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\NotificationTypeRepository', 'getNotificationTypeRepositoryService', false],
'App\\Repository\\ReseauSociaux\\NotificationsRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\NotificationsRepository', 'getNotificationsRepositoryService', false],
'App\\Repository\\ReseauSociaux\\PostLikeRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\PostLikeRepository', 'getPostLikeRepositoryService', false],
'App\\Repository\\ReseauSociaux\\PostphotoRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\PostphotoRepository', 'getPostphotoRepositoryService', false],
'App\\Repository\\ReseauSociaux\\PublicationRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\PublicationRepository', 'getPublicationRepositoryService', false],
'App\\Repository\\ReseauSociaux\\SharePostRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\SharePostRepository', 'getSharePostRepositoryService', false],
'App\\Repository\\ReservationRepository' => ['privates', 'App\\Repository\\ReservationRepository', 'getReservationRepositoryService', false],
'App\\Repository\\SalleDeBainRepository' => ['privates', 'App\\Repository\\SalleDeBainRepository', 'getSalleDeBainRepositoryService', false],
'App\\Repository\\SecurityRepository' => ['privates', 'App\\Repository\\SecurityRepository', 'getSecurityRepositoryService', false],
'App\\Repository\\SliderRepository' => ['privates', 'App\\Repository\\SliderRepository', 'getSliderRepositoryService', false],
'App\\Repository\\SubCategoryRepository' => ['privates', 'App\\Repository\\SubCategoryRepository', 'getSubCategoryRepositoryService', false],
'App\\Repository\\TableRepository' => ['privates', 'App\\Repository\\TableRepository', 'getTableRepositoryService', false],
'App\\Repository\\TableUserRepository' => ['privates', 'App\\Repository\\TableUserRepository', 'getTableUserRepositoryService', false],
'App\\Repository\\TarifDegressifRepository' => ['privates', 'App\\Repository\\TarifDegressifRepository', 'getTarifDegressifRepositoryService', false],
'App\\Repository\\TicketRepository' => ['privates', 'App\\Repository\\TicketRepository', 'getTicketRepositoryService', false],
'App\\Repository\\TransfertRepository' => ['privates', 'App\\Repository\\TransfertRepository', 'getTransfertRepositoryService', false],
'App\\Repository\\TransporteurRepository' => ['privates', 'App\\Repository\\TransporteurRepository', 'getTransporteurRepositoryService', false],
'App\\Repository\\TransporteurWeightPriceRepository' => ['privates', 'App\\Repository\\TransporteurWeightPriceRepository', 'getTransporteurWeightPriceRepositoryService', false],
'App\\Repository\\TvaRepository' => ['privates', 'App\\Repository\\TvaRepository', 'getTvaRepositoryService', false],
'App\\Repository\\TypeAbonnementRepository' => ['privates', 'App\\Repository\\TypeAbonnementRepository', 'getTypeAbonnementRepositoryService', false],
'App\\Repository\\TypeHebergementRepository' => ['privates', 'App\\Repository\\TypeHebergementRepository', 'getTypeHebergementRepositoryService', false],
'App\\Repository\\TypeLocalisationRepository' => ['privates', 'App\\Repository\\TypeLocalisationRepository', 'getTypeLocalisationRepositoryService', false],
'App\\Repository\\TypeLocationRepository' => ['privates', 'App\\Repository\\TypeLocationRepository', 'getTypeLocationRepositoryService', false],
'App\\Repository\\TypeParticipantRepository' => ['privates', 'App\\Repository\\TypeParticipantRepository', 'getTypeParticipantRepositoryService', false],
'App\\Repository\\TypePrestationRepository' => ['privates', 'App\\Repository\\TypePrestationRepository', 'getTypePrestationRepositoryService', false],
'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
'App\\Repository\\WishListRepository' => ['privates', 'App\\Repository\\WishListRepository', 'getWishListRepositoryService', false],
], [
'App\\Repository\\AbonnementRepository' => '?',
'App\\Repository\\AccessoiresDeChambreRepository' => '?',
'App\\Repository\\ActivityTypeRepository' => '?',
'App\\Repository\\AdminPromoRepository' => '?',
'App\\Repository\\AnnonceCompanyRepository' => '?',
'App\\Repository\\AnnonceRepository' => '?',
'App\\Repository\\AppFeeRepository' => '?',
'App\\Repository\\ArticleRepository' => '?',
'App\\Repository\\AvisRepository' => '?',
'App\\Repository\\BlogCategoryRepository' => '?',
'App\\Repository\\CaracteristicRepository' => '?',
'App\\Repository\\CaracteristiqueVehiculeRepository' => '?',
'App\\Repository\\CategoryAnnonceClientRepository' => '?',
'App\\Repository\\CategoryAnnoncePrestataireRepository' => '?',
'App\\Repository\\CategoryMasterRepository' => '?',
'App\\Repository\\CategoryRepository' => '?',
'App\\Repository\\CautionRepository' => '?',
'App\\Repository\\ChambreRepository' => '?',
'App\\Repository\\CommandPackRepository' => '?',
'App\\Repository\\CommandProductRepository' => '?',
'App\\Repository\\CommandRepository' => '?',
'App\\Repository\\CommuneRepository' => '?',
'App\\Repository\\CompanyRepository' => '?',
'App\\Repository\\ContactProductRepository' => '?',
'App\\Repository\\DepartmentRepository' => '?',
'App\\Repository\\EquipementsCuisineRepository' => '?',
'App\\Repository\\EquipmentRepository' => '?',
'App\\Repository\\FuelTypeRepository' => '?',
'App\\Repository\\GearboxTypeRepository' => '?',
'App\\Repository\\ImageAnnoncesRepository' => '?',
'App\\Repository\\ImageCommentRepository' => '?',
'App\\Repository\\LangueHoteRepository' => '?',
'App\\Repository\\LitigeRepository' => '?',
'App\\Repository\\LitsChambreRepository' => '?',
'App\\Repository\\LivraisonRepository' => '?',
'App\\Repository\\LocalisatioHebergsRepository' => '?',
'App\\Repository\\LocationRepository' => '?',
'App\\Repository\\MessagingRepository' => '?',
'App\\Repository\\MobilierExterieurRepository' => '?',
'App\\Repository\\NotificationRepository' => '?',
'App\\Repository\\PackRepository' => '?',
'App\\Repository\\PageHomeRepository' => '?',
'App\\Repository\\PageRepository' => '?',
'App\\Repository\\PaiementRepository' => '?',
'App\\Repository\\ParticipantRepository' => '?',
'App\\Repository\\PayoutRepository' => '?',
'App\\Repository\\PendingLocationRepository' => '?',
'App\\Repository\\PendingReservationRepository' => '?',
'App\\Repository\\PhotosRepository' => '?',
'App\\Repository\\PlanningCompanyRepository' => '?',
'App\\Repository\\ProductAgendaRepository' => '?',
'App\\Repository\\ProductAutoReductionRepository' => '?',
'App\\Repository\\ProductDescriptionRepository' => '?',
'App\\Repository\\ProductOptionRepository' => '?',
'App\\Repository\\ProductPercentRepository' => '?',
'App\\Repository\\ProductPeriodPriceRepository' => '?',
'App\\Repository\\ProductReductionRepository' => '?',
'App\\Repository\\ProductRepository' => '?',
'App\\Repository\\ProgrammingDayPriceRepository' => '?',
'App\\Repository\\ReseauSociaux\\AudienceRepository' => '?',
'App\\Repository\\ReseauSociaux\\CommentsRepository' => '?',
'App\\Repository\\ReseauSociaux\\ConversationRepository' => '?',
'App\\Repository\\ReseauSociaux\\EspaceRepository' => '?',
'App\\Repository\\ReseauSociaux\\MessageRepository' => '?',
'App\\Repository\\ReseauSociaux\\NotificationTypeRepository' => '?',
'App\\Repository\\ReseauSociaux\\NotificationsRepository' => '?',
'App\\Repository\\ReseauSociaux\\PostLikeRepository' => '?',
'App\\Repository\\ReseauSociaux\\PostphotoRepository' => '?',
'App\\Repository\\ReseauSociaux\\PublicationRepository' => '?',
'App\\Repository\\ReseauSociaux\\SharePostRepository' => '?',
'App\\Repository\\ReservationRepository' => '?',
'App\\Repository\\SalleDeBainRepository' => '?',
'App\\Repository\\SecurityRepository' => '?',
'App\\Repository\\SliderRepository' => '?',
'App\\Repository\\SubCategoryRepository' => '?',
'App\\Repository\\TableRepository' => '?',
'App\\Repository\\TableUserRepository' => '?',
'App\\Repository\\TarifDegressifRepository' => '?',
'App\\Repository\\TicketRepository' => '?',
'App\\Repository\\TransfertRepository' => '?',
'App\\Repository\\TransporteurRepository' => '?',
'App\\Repository\\TransporteurWeightPriceRepository' => '?',
'App\\Repository\\TvaRepository' => '?',
'App\\Repository\\TypeAbonnementRepository' => '?',
'App\\Repository\\TypeHebergementRepository' => '?',
'App\\Repository\\TypeLocalisationRepository' => '?',
'App\\Repository\\TypeLocationRepository' => '?',
'App\\Repository\\TypeParticipantRepository' => '?',
'App\\Repository\\TypePrestationRepository' => '?',
'App\\Repository\\UserRepository' => '?',
'App\\Repository\\WishListRepository' => '?',
])));
$a->addCustomStringFunction('DATE_FORMAT', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
$a->addCustomStringFunction('GEO_DISTANCE', 'App\\Doctrine\\Functions\\GeoDistance');
$a->addCustomNumericFunction('acos', 'DoctrineExtensions\\Query\\Mysql\\Acos');
$a->addCustomNumericFunction('asin', 'DoctrineExtensions\\Query\\Mysql\\Asin');
$a->addCustomNumericFunction('atan2', 'DoctrineExtensions\\Query\\Mysql\\Atan2');
$a->addCustomNumericFunction('atan', 'DoctrineExtensions\\Query\\Mysql\\Atan');
$a->addCustomNumericFunction('bit_count', 'DoctrineExtensions\\Query\\Mysql\\BitCount');
$a->addCustomNumericFunction('bit_xor', 'DoctrineExtensions\\Query\\Mysql\\BitXor');
$a->addCustomNumericFunction('ceil', 'DoctrineExtensions\\Query\\Mysql\\Ceil');
$a->addCustomNumericFunction('cos', 'DoctrineExtensions\\Query\\Mysql\\Cos');
$a->addCustomNumericFunction('cot', 'DoctrineExtensions\\Query\\Mysql\\Cot');
$a->addCustomNumericFunction('degrees', 'DoctrineExtensions\\Query\\Mysql\\Degrees');
$a->addCustomNumericFunction('exp', 'DoctrineExtensions\\Query\\Mysql\\Exp');
$a->addCustomNumericFunction('floor', 'DoctrineExtensions\\Query\\Mysql\\Floor');
$a->addCustomNumericFunction('json_contains', 'DoctrineExtensions\\Query\\Mysql\\JsonContains');
$a->addCustomNumericFunction('json_depth', 'DoctrineExtensions\\Query\\Mysql\\JsonDepth');
$a->addCustomNumericFunction('json_length', 'DoctrineExtensions\\Query\\Mysql\\JsonLength');
$a->addCustomNumericFunction('log', 'DoctrineExtensions\\Query\\Mysql\\Log');
$a->addCustomNumericFunction('log10', 'DoctrineExtensions\\Query\\Mysql\\Log10');
$a->addCustomNumericFunction('log2', 'DoctrineExtensions\\Query\\Mysql\\Log2');
$a->addCustomNumericFunction('pi', 'DoctrineExtensions\\Query\\Mysql\\Pi');
$a->addCustomNumericFunction('power', 'DoctrineExtensions\\Query\\Mysql\\Power');
$a->addCustomNumericFunction('quarter', 'DoctrineExtensions\\Query\\Mysql\\Quarter');
$a->addCustomNumericFunction('radians', 'DoctrineExtensions\\Query\\Mysql\\Radians');
$a->addCustomNumericFunction('rand', 'DoctrineExtensions\\Query\\Mysql\\Rand');
$a->addCustomNumericFunction('round', 'DoctrineExtensions\\Query\\Mysql\\Round');
$a->addCustomNumericFunction('stddev', 'DoctrineExtensions\\Query\\Mysql\\StdDev');
$a->addCustomNumericFunction('sin', 'DoctrineExtensions\\Query\\Mysql\\Sin');
$a->addCustomNumericFunction('std', 'DoctrineExtensions\\Query\\Mysql\\Std');
$a->addCustomNumericFunction('tan', 'DoctrineExtensions\\Query\\Mysql\\Tan');
$a->addCustomNumericFunction('variance', 'DoctrineExtensions\\Query\\Mysql\\Variance');
$instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
(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('console.command', [0 => function () {
return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
}, 1 => 'onConsoleCommand'], 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.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.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('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('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('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.exception', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onTerminate'], 0);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onException'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
}, 1 => 'onTerminate'], 0);
$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 'lexik_jwt_authentication.encoder' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
*/
protected function getLexikJwtAuthentication_EncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl', 'RS256', 3600, 0, false));
}
/**
* Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
*/
protected function getLexikJwtAuthentication_GenerateTokenCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
$this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
yield 1 => ($this->privates['security.user.provider.concrete.company'] ?? $this->getSecurity_User_Provider_Concrete_CompanyService());
}, 2));
$instance->setName('lexik:jwt:generate-token');
$instance->setDescription('Generates a JWT token for a given user.');
return $instance;
}
/**
* Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
*/
protected function getLexikJwtAuthentication_JwtManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
return $this->services['lexik_jwt_authentication.jwt_manager'];
}
$this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), $a, 'username');
$instance->setUserIdentityField('username', false);
return $instance;
}
/**
* Gets the public 'lexik_jwt_authentication.key_loader' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
*/
protected function getLexikJwtAuthentication_KeyLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), []);
}
/**
* 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' => 'App\\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->services['doctrine'])) {
yield 'doctrine' => ($this->services['doctrine'] ?? null);
}
if (isset($this->privates['doctrine.debug_data_holder'])) {
yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? 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.security.firewall'])) {
yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? 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->privates['swiftmailer.email_sender.listener'])) {
yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? 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->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (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'], 'doctrine' => [0 => 'reset'], 'doctrine.debug_data_holder' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset'], 'debug.security.firewall' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'swiftmailer.email_sender.listener' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset']]);
}
/**
* Gets the public 'swiftmailer.mailer.default' shared service.
*
* @return \Swift_Mailer
*/
protected function getSwiftmailer_Mailer_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
}
/**
* Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
*
* @return \Swift_Plugins_MessageLogger
*/
protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
}
/**
* Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
*
* @return \Swift_Transport_EsmtpTransport
*/
protected function getSwiftmailer_Mailer_Default_Transport_RealService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SmtpAgent.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/InputByteStream.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Filterable.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/OutputByteStream.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/IoBuffer.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ReplacementFilterFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/StreamFilters/StringReplacementFilterFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Authenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SmtpTransportConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
$a = new \Swift_Transport_Esmtp_AuthHandler([0 => new \Swift_Transport_Esmtp_Auth_CramMd5Authenticator(), 1 => new \Swift_Transport_Esmtp_Auth_LoginAuthenticator(), 2 => new \Swift_Transport_Esmtp_Auth_PlainAuthenticator(), 3 => new \Swift_Transport_Esmtp_Auth_NTLMAuthenticator()]);
$a->setUsername('no-reply@hobbiinn.com');
$a->setPassword('AbatiReply-10');
$a->setAuthMode('login');
$this->services['swiftmailer.mailer.default.transport.real'] = $instance = new \Swift_Transport_EsmtpTransport(new \Swift_Transport_StreamBuffer(new \Swift_StreamFilters_StringReplacementFilterFactory()), [0 => $a], ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
$instance->setHost('smtp.ionos.fr');
$instance->setPort(465);
$instance->setEncryption('ssl');
$instance->setTimeout(30);
$instance->setSourceIp(NULL);
(new \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SmtpTransportConfigurator(NULL, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())))->configure($instance);
return $instance;
}
/**
* Gets the public 'swiftmailer.transport' shared service.
*
* @return \Swift_Transport_SpoolTransport
*/
protected function getSwiftmailer_TransportService()
{
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
include_once \dirname(__DIR__, 4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
$this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
$instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
return $instance;
}
/**
* 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 'vite.entrypoint_renderer' shared service.
*
* @return \Pentatrion\ViteBundle\Asset\EntrypointRenderer
*/
protected function getVite_EntrypointRendererService()
{
return $this->services['vite.entrypoint_renderer'] = new \Pentatrion\ViteBundle\Asset\EntrypointRenderer(($this->services['vite.entrypoints_lookup'] ?? $this->getVite_EntrypointsLookupService()), ($this->services['vite.tag_renderer'] ?? $this->getVite_TagRendererService()));
}
/**
* Gets the public 'vite.entrypoints_lookup' shared service.
*
* @return \Pentatrion\ViteBundle\Asset\EntrypointsLookup
*/
protected function getVite_EntrypointsLookupService()
{
return $this->services['vite.entrypoints_lookup'] = new \Pentatrion\ViteBundle\Asset\EntrypointsLookup((\dirname(__DIR__, 4).'/public'), 'default', $this->parameters['pentatrion_vite.builds'], false);
}
/**
* Gets the public 'vite.tag_renderer' shared service.
*
* @return \Pentatrion\ViteBundle\Asset\TagRenderer
*/
protected function getVite_TagRendererService()
{
return $this->services['vite.tag_renderer'] = new \Pentatrion\ViteBundle\Asset\TagRenderer('default', $this->parameters['pentatrion_vite.builds']);
}
/**
* 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 '.App\Command\CreateCommunesCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getCreateCommunesCommand_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['.App\\Command\\CreateCommunesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:create-commune', [], 'Add a short description for your command', false, function (): \App\Command\CreateCommunesCommand {
return ($this->privates['App\\Command\\CreateCommunesCommand'] ?? $this->getCreateCommunesCommandService());
});
}
/**
* 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(['verify_peer' => false, 'headers' => [], 'resolve' => []], 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..C67Ohy.App\Entity\CategoryAnnoncePrestataire' shared service.
*
* @return \App\Entity\CategoryAnnoncePrestataire
*/
protected function getCategoryAnnoncePrestataireService()
{
$this->throw('Cannot autowire service ".service_locator..C67Ohy": it references class "App\\Entity\\CategoryAnnoncePrestataire" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator..EKgwju.App\Entity\User' shared service.
*
* @return \App\Entity\User
*/
protected function getUserService()
{
$this->throw('Cannot autowire service ".service_locator..EKgwju": it references class "App\\Entity\\User" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.0Hf3dzk.App\Entity\Messaging' shared service.
*
* @return \App\Entity\Messaging
*/
protected function getMessagingService()
{
$this->throw('Cannot autowire service ".service_locator.0Hf3dzk": it references class "App\\Entity\\Messaging" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.2vw66BE.App\Entity\Commune' shared service.
*
* @return \App\Entity\Commune
*/
protected function getCommuneService()
{
$this->throw('Cannot autowire service ".service_locator.2vw66BE": it references class "App\\Entity\\Commune" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.37vvrmR.App\Entity\Company' shared service.
*
* @return \App\Entity\Company
*/
protected function getCompanyService()
{
$this->throw('Cannot autowire service ".service_locator.37vvrmR": it references class "App\\Entity\\Company" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.3bjKMDM.App\Entity\Abonnement' shared service.
*
* @return \App\Entity\Abonnement
*/
protected function getAbonnementService()
{
$this->throw('Cannot autowire service ".service_locator.3bjKMDM": it references class "App\\Entity\\Abonnement" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.5GcGgqe.App\Entity\TypeLocation' shared service.
*
* @return \App\Entity\TypeLocation
*/
protected function getTypeLocationService()
{
$this->throw('Cannot autowire service ".service_locator.5GcGgqe": it references class "App\\Entity\\TypeLocation" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.5QPZw9q.App\Entity\Product' shared service.
*
* @return \App\Entity\Product
*/
protected function getProductService()
{
$this->throw('Cannot autowire service ".service_locator.5QPZw9q": it references class "App\\Entity\\Product" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.5bkioaH.App\Entity\User' shared service.
*
* @return \App\Entity\User
*/
protected function getUser2Service()
{
$this->throw('Cannot autowire service ".service_locator.5bkioaH": it references class "App\\Entity\\User" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.5vRN0NB.App\Entity\Company' shared service.
*
* @return \App\Entity\Company
*/
protected function getCompany2Service()
{
$this->throw('Cannot autowire service ".service_locator.5vRN0NB": it references class "App\\Entity\\Company" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.6jH8U5y.App\Entity\Avis' shared service.
*
* @return \App\Entity\Avis
*/
protected function getAvisService()
{
$this->throw('Cannot autowire service ".service_locator.6jH8U5y": it references class "App\\Entity\\Avis" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.6qiWsE0.App\Entity\TypePrestation' shared service.
*
* @return \App\Entity\TypePrestation
*/
protected function getTypePrestationService()
{
$this->throw('Cannot autowire service ".service_locator.6qiWsE0": it references class "App\\Entity\\TypePrestation" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.8_F_x2l.App\Entity\User' shared service.
*
* @return \App\Entity\User
*/
protected function getUser3Service()
{
$this->throw('Cannot autowire service ".service_locator.8_F_x2l": it references class "App\\Entity\\User" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.AMGS6oS.App\Entity\Reservation' shared service.
*
* @return \App\Entity\Reservation
*/
protected function getReservationService()
{
$this->throw('Cannot autowire service ".service_locator.AMGS6oS": it references class "App\\Entity\\Reservation" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.BIMkgrA.App\Entity\Product' shared service.
*
* @return \App\Entity\Product
*/
protected function getProduct2Service()
{
$this->throw('Cannot autowire service ".service_locator.BIMkgrA": it references class "App\\Entity\\Product" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Bfmfc3z.App\Entity\AdminPromo' shared service.
*
* @return \App\Entity\AdminPromo
*/
protected function getAdminPromoService()
{
$this->throw('Cannot autowire service ".service_locator.Bfmfc3z": it references class "App\\Entity\\AdminPromo" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.BkL90p1.App\Entity\Caution' shared service.
*
* @return \App\Entity\Caution
*/
protected function getCautionService()
{
$this->throw('Cannot autowire service ".service_locator.BkL90p1": it references class "App\\Entity\\Caution" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.BqwmENK.App\Entity\Caution' shared service.
*
* @return \App\Entity\Caution
*/
protected function getCaution2Service()
{
$this->throw('Cannot autowire service ".service_locator.BqwmENK": it references class "App\\Entity\\Caution" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.D8Y5CFc.App\Entity\CommandProduct' shared service.
*
* @return \App\Entity\CommandProduct
*/
protected function getCommandProductService()
{
$this->throw('Cannot autowire service ".service_locator.D8Y5CFc": it references class "App\\Entity\\CommandProduct" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.DDBwiXX.App\Entity\CommandProduct' shared service.
*
* @return \App\Entity\CommandProduct
*/
protected function getCommandProduct2Service()
{
$this->throw('Cannot autowire service ".service_locator.DDBwiXX": it references class "App\\Entity\\CommandProduct" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.EonmS0H.App\Entity\Ticket' shared service.
*
* @return \App\Entity\Ticket
*/
protected function getTicketService()
{
$this->throw('Cannot autowire service ".service_locator.EonmS0H": it references class "App\\Entity\\Ticket" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.FOR04mb.App\Entity\BlogCategory' shared service.
*
* @return \App\Entity\BlogCategory
*/
protected function getBlogCategoryService()
{
$this->throw('Cannot autowire service ".service_locator.FOR04mb": it references class "App\\Entity\\BlogCategory" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Fk8Jjd1.App\Entity\BlogCategory' shared service.
*
* @return \App\Entity\BlogCategory
*/
protected function getBlogCategory2Service()
{
$this->throw('Cannot autowire service ".service_locator.Fk8Jjd1": it references class "App\\Entity\\BlogCategory" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.FqJmuJJ.App\Entity\Company' shared service.
*
* @return \App\Entity\Company
*/
protected function getCompany3Service()
{
$this->throw('Cannot autowire service ".service_locator.FqJmuJJ": it references class "App\\Entity\\Company" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.G52zMFq.App\Entity\Company' shared service.
*
* @return \App\Entity\Company
*/
protected function getCompany4Service()
{
$this->throw('Cannot autowire service ".service_locator.G52zMFq": it references class "App\\Entity\\Company" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Hfu_Ccf.App\Entity\Product' shared service.
*
* @return \App\Entity\Product
*/
protected function getProduct3Service()
{
$this->throw('Cannot autowire service ".service_locator.Hfu_Ccf": it references class "App\\Entity\\Product" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.IYwD.Rd.App\Entity\SubCategory' shared service.
*
* @return \App\Entity\SubCategory
*/
protected function getSubCategoryService()
{
$this->throw('Cannot autowire service ".service_locator.IYwD.Rd": it references class "App\\Entity\\SubCategory" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KLB0ebl.App\Entity\Company' shared service.
*
* @return \App\Entity\Company
*/
protected function getCompany5Service()
{
$this->throw('Cannot autowire service ".service_locator.KLB0ebl": it references class "App\\Entity\\Company" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KQdyJ7Y.App\Entity\Company' shared service.
*
* @return \App\Entity\Company
*/
protected function getCompany6Service()
{
$this->throw('Cannot autowire service ".service_locator.KQdyJ7Y": it references class "App\\Entity\\Company" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KRMSF5q.App\Entity\ProductPercent' shared service.
*
* @return \App\Entity\ProductPercent
*/
protected function getProductPercentService()
{
$this->throw('Cannot autowire service ".service_locator.KRMSF5q": it references class "App\\Entity\\ProductPercent" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KRngLHp.App\Entity\Pack' shared service.
*
* @return \App\Entity\Pack
*/
protected function getPackService()
{
$this->throw('Cannot autowire service ".service_locator.KRngLHp": it references class "App\\Entity\\Pack" but no such service exists.');
}
/**
* 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 '.errored..service_locator.LVR1oMg.App\Entity\Table' shared service.
*
* @return \App\Entity\Table
*/
protected function getTableService()
{
$this->throw('Cannot autowire service ".service_locator.LVR1oMg": it references class "App\\Entity\\Table" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.MGvFh.Z.App\Entity\WishList' shared service.
*
* @return \App\Entity\WishList
*/
protected function getWishListService()
{
$this->throw('Cannot autowire service ".service_locator.MGvFh.Z": it references class "App\\Entity\\WishList" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.MWLTmxd.App\Entity\ReseauSociaux\Message' shared service.
*
* @return \App\Entity\ReseauSociaux\Message
*/
protected function getMessageService()
{
$this->throw('Cannot autowire service ".service_locator.MWLTmxd": it references class "App\\Entity\\ReseauSociaux\\Message" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.OtLvXM7.App\Entity\Article' shared service.
*
* @return \App\Entity\Article
*/
protected function getArticleService()
{
$this->throw('Cannot autowire service ".service_locator.OtLvXM7": it references class "App\\Entity\\Article" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.OtLvXM7.App\Entity\BlogCategory' shared service.
*
* @return \App\Entity\BlogCategory
*/
protected function getBlogCategory3Service()
{
$this->throw('Cannot autowire service ".service_locator.OtLvXM7": it references class "App\\Entity\\BlogCategory" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.P7TnagR.App\Entity\ContactProduct' shared service.
*
* @return \App\Entity\ContactProduct
*/
protected function getContactProductService()
{
$this->throw('Cannot autowire service ".service_locator.P7TnagR": it references class "App\\Entity\\ContactProduct" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.PMM01Pd.App\Entity\ProductAgenda' shared service.
*
* @return \App\Entity\ProductAgenda
*/
protected function getProductAgendaService()
{
$this->throw('Cannot autowire service ".service_locator.PMM01Pd": it references class "App\\Entity\\ProductAgenda" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.PpBxCLD.App\Entity\TypeAbonnement' shared service.
*
* @return \App\Entity\TypeAbonnement
*/
protected function getTypeAbonnementService()
{
$this->throw('Cannot autowire service ".service_locator.PpBxCLD": it references class "App\\Entity\\TypeAbonnement" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.QXnWISQ.App\Entity\CommandPack' shared service.
*
* @return \App\Entity\CommandPack
*/
protected function getCommandPackService()
{
$this->throw('Cannot autowire service ".service_locator.QXnWISQ": it references class "App\\Entity\\CommandPack" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.RG90qSG.App\Entity\Product' shared service.
*
* @return \App\Entity\Product
*/
protected function getProduct4Service()
{
$this->throw('Cannot autowire service ".service_locator.RG90qSG": it references class "App\\Entity\\Product" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.RKCz2Xq.App\Entity\Location' shared service.
*
* @return \App\Entity\Location
*/
protected function getLocationService()
{
$this->throw('Cannot autowire service ".service_locator.RKCz2Xq": it references class "App\\Entity\\Location" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.RZ_09nW.App\Entity\Location' shared service.
*
* @return \App\Entity\Location
*/
protected function getLocation2Service()
{
$this->throw('Cannot autowire service ".service_locator.RZ_09nW": it references class "App\\Entity\\Location" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Rp3M5BO.App\Entity\AdminPromo' shared service.
*
* @return \App\Entity\AdminPromo
*/
protected function getAdminPromo2Service()
{
$this->throw('Cannot autowire service ".service_locator.Rp3M5BO": it references class "App\\Entity\\AdminPromo" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.SaEGU_..App\Entity\Article' shared service.
*
* @return \App\Entity\Article
*/
protected function getArticle2Service()
{
$this->throw('Cannot autowire service ".service_locator.SaEGU_.": it references class "App\\Entity\\Article" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.UD4.nTB.App\Entity\SubCategory' shared service.
*
* @return \App\Entity\SubCategory
*/
protected function getSubCategory2Service()
{
$this->throw('Cannot autowire service ".service_locator.UD4.nTB": it references class "App\\Entity\\SubCategory" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.UMFkbbB.App\Entity\Product' shared service.
*
* @return \App\Entity\Product
*/
protected function getProduct5Service()
{
$this->throw('Cannot autowire service ".service_locator.UMFkbbB": it references class "App\\Entity\\Product" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.VRKCSt6.App\Entity\Location' shared service.
*
* @return \App\Entity\Location
*/
protected function getLocation3Service()
{
$this->throw('Cannot autowire service ".service_locator.VRKCSt6": it references class "App\\Entity\\Location" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.WRHuBiq.App\Entity\Commune' shared service.
*
* @return \App\Entity\Commune
*/
protected function getCommune2Service()
{
$this->throw('Cannot autowire service ".service_locator.WRHuBiq": it references class "App\\Entity\\Commune" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.WhD.8.K.App\Entity\TransporteurWeightPrice' shared service.
*
* @return \App\Entity\TransporteurWeightPrice
*/
protected function getTransporteurWeightPriceService()
{
$this->throw('Cannot autowire service ".service_locator.WhD.8.K": it references class "App\\Entity\\TransporteurWeightPrice" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.X4B3UVg.App\Entity\BlogCategory' shared service.
*
* @return \App\Entity\BlogCategory
*/
protected function getBlogCategory4Service()
{
$this->throw('Cannot autowire service ".service_locator.X4B3UVg": it references class "App\\Entity\\BlogCategory" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.XcWV9k7.App\Entity\TableUser' shared service.
*
* @return \App\Entity\TableUser
*/
protected function getTableUserService()
{
$this->throw('Cannot autowire service ".service_locator.XcWV9k7": it references class "App\\Entity\\TableUser" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.YK278V..App\Entity\Company' shared service.
*
* @return \App\Entity\Company
*/
protected function getCompany7Service()
{
$this->throw('Cannot autowire service ".service_locator.YK278V.": it references class "App\\Entity\\Company" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.a4Krxf7.App\Entity\Category' shared service.
*
* @return \App\Entity\Category
*/
protected function getCategoryService()
{
$this->throw('Cannot autowire service ".service_locator.a4Krxf7": it references class "App\\Entity\\Category" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.aCyirrr.App\Entity\Litige' shared service.
*
* @return \App\Entity\Litige
*/
protected function getLitigeService()
{
$this->throw('Cannot autowire service ".service_locator.aCyirrr": it references class "App\\Entity\\Litige" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.aPcB6.A.App\Entity\Chambre' shared service.
*
* @return \App\Entity\Chambre
*/
protected function getChambreService()
{
$this->throw('Cannot autowire service ".service_locator.aPcB6.A": it references class "App\\Entity\\Chambre" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.amQnrno.App\Entity\CategoryAnnonceClient' shared service.
*
* @return \App\Entity\CategoryAnnonceClient
*/
protected function getCategoryAnnonceClientService()
{
$this->throw('Cannot autowire service ".service_locator.amQnrno": it references class "App\\Entity\\CategoryAnnonceClient" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.bVPw2Q3.App\Entity\Category' shared service.
*
* @return \App\Entity\Category
*/
protected function getCategory2Service()
{
$this->throw('Cannot autowire service ".service_locator.bVPw2Q3": it references class "App\\Entity\\Category" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.bZQNJsb.App\Entity\Company' shared service.
*
* @return \App\Entity\Company
*/
protected function getCompany8Service()
{
$this->throw('Cannot autowire service ".service_locator.bZQNJsb": it references class "App\\Entity\\Company" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.btC4_9x.App\Entity\Transporteur' shared service.
*
* @return \App\Entity\Transporteur
*/
protected function getTransporteurService()
{
$this->throw('Cannot autowire service ".service_locator.btC4_9x": it references class "App\\Entity\\Transporteur" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.cfYOGgC.App\Entity\ReseauSociaux\Espace' shared service.
*
* @return \App\Entity\ReseauSociaux\Espace
*/
protected function getEspaceService()
{
$this->throw('Cannot autowire service ".service_locator.cfYOGgC": it references class "App\\Entity\\ReseauSociaux\\Espace" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.d9Ex_wy.App\Entity\Company' shared service.
*
* @return \App\Entity\Company
*/
protected function getCompany9Service()
{
$this->throw('Cannot autowire service ".service_locator.d9Ex_wy": it references class "App\\Entity\\Company" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.dWHPXsJ.App\Entity\Transporteur' shared service.
*
* @return \App\Entity\Transporteur
*/
protected function getTransporteur2Service()
{
$this->throw('Cannot autowire service ".service_locator.dWHPXsJ": it references class "App\\Entity\\Transporteur" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ewTmbP1.App\Entity\Article' shared service.
*
* @return \App\Entity\Article
*/
protected function getArticle3Service()
{
$this->throw('Cannot autowire service ".service_locator.ewTmbP1": it references class "App\\Entity\\Article" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.gCZmBRB.App\Entity\ReseauSociaux\Publication' shared service.
*
* @return \App\Entity\ReseauSociaux\Publication
*/
protected function getPublicationService()
{
$this->throw('Cannot autowire service ".service_locator.gCZmBRB": it references class "App\\Entity\\ReseauSociaux\\Publication" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.gDGjMim.App\Entity\ReseauSociaux\Publication' shared service.
*
* @return \App\Entity\ReseauSociaux\Publication
*/
protected function getPublication2Service()
{
$this->throw('Cannot autowire service ".service_locator.gDGjMim": it references class "App\\Entity\\ReseauSociaux\\Publication" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.hNwWVcg.App\Entity\ProductOption' shared service.
*
* @return \App\Entity\ProductOption
*/
protected function getProductOptionService()
{
$this->throw('Cannot autowire service ".service_locator.hNwWVcg": it references class "App\\Entity\\ProductOption" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.hkC8QpC.App\Entity\Ticket' shared service.
*
* @return \App\Entity\Ticket
*/
protected function getTicket2Service()
{
$this->throw('Cannot autowire service ".service_locator.hkC8QpC": it references class "App\\Entity\\Ticket" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.iLAbC9x.App\Entity\Product' shared service.
*
* @return \App\Entity\Product
*/
protected function getProduct6Service()
{
$this->throw('Cannot autowire service ".service_locator.iLAbC9x": it references class "App\\Entity\\Product" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.iyEwlLH.App\Entity\Product' shared service.
*
* @return \App\Entity\Product
*/
protected function getProduct7Service()
{
$this->throw('Cannot autowire service ".service_locator.iyEwlLH": it references class "App\\Entity\\Product" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.j6Titur.App\Entity\ProductReduction' shared service.
*
* @return \App\Entity\ProductReduction
*/
protected function getProductReductionService()
{
$this->throw('Cannot autowire service ".service_locator.j6Titur": it references class "App\\Entity\\ProductReduction" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.kN5JS7L.App\Entity\Ticket' shared service.
*
* @return \App\Entity\Ticket
*/
protected function getTicket3Service()
{
$this->throw('Cannot autowire service ".service_locator.kN5JS7L": it references class "App\\Entity\\Ticket" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.kYI1Pri.App\Entity\Product' shared service.
*
* @return \App\Entity\Product
*/
protected function getProduct8Service()
{
$this->throw('Cannot autowire service ".service_locator.kYI1Pri": it references class "App\\Entity\\Product" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.kyAkGa1.App\Entity\Caution' shared service.
*
* @return \App\Entity\Caution
*/
protected function getCaution3Service()
{
$this->throw('Cannot autowire service ".service_locator.kyAkGa1": it references class "App\\Entity\\Caution" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.lIMv.2R.App\Entity\Ticket' shared service.
*
* @return \App\Entity\Ticket
*/
protected function getTicket4Service()
{
$this->throw('Cannot autowire service ".service_locator.lIMv.2R": it references class "App\\Entity\\Ticket" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.mR1eFSc.App\Entity\Location' shared service.
*
* @return \App\Entity\Location
*/
protected function getLocation4Service()
{
$this->throw('Cannot autowire service ".service_locator.mR1eFSc": it references class "App\\Entity\\Location" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.mzsPg.D.App\Entity\Category' shared service.
*
* @return \App\Entity\Category
*/
protected function getCategory3Service()
{
$this->throw('Cannot autowire service ".service_locator.mzsPg.D": it references class "App\\Entity\\Category" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.nEHzZe_.App\Entity\Product' shared service.
*
* @return \App\Entity\Product
*/
protected function getProduct9Service()
{
$this->throw('Cannot autowire service ".service_locator.nEHzZe_": it references class "App\\Entity\\Product" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.nTOpsGA.App\Entity\ActivityType' shared service.
*
* @return \App\Entity\ActivityType
*/
protected function getActivityTypeService()
{
$this->throw('Cannot autowire service ".service_locator.nTOpsGA": it references class "App\\Entity\\ActivityType" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.nt27W2V.App\Entity\Command' shared service.
*
* @return \App\Entity\Command
*/
protected function getCommandService()
{
$this->throw('Cannot autowire service ".service_locator.nt27W2V": it references class "App\\Entity\\Command" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ojUrV1u.App\Entity\TarifDegressif' shared service.
*
* @return \App\Entity\TarifDegressif
*/
protected function getTarifDegressifService()
{
$this->throw('Cannot autowire service ".service_locator.ojUrV1u": it references class "App\\Entity\\TarifDegressif" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.pSStNQV.App\Entity\ProgrammingDayPrice' shared service.
*
* @return \App\Entity\ProgrammingDayPrice
*/
protected function getProgrammingDayPriceService()
{
$this->throw('Cannot autowire service ".service_locator.pSStNQV": it references class "App\\Entity\\ProgrammingDayPrice" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.rHfkBgN.App\Entity\Photos' shared service.
*
* @return \App\Entity\Photos
*/
protected function getPhotosService()
{
$this->throw('Cannot autowire service ".service_locator.rHfkBgN": it references class "App\\Entity\\Photos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.rrEM3n5.App\Entity\ProductPeriodPrice' shared service.
*
* @return \App\Entity\ProductPeriodPrice
*/
protected function getProductPeriodPriceService()
{
$this->throw('Cannot autowire service ".service_locator.rrEM3n5": it references class "App\\Entity\\ProductPeriodPrice" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.s6pA1wK.App\Entity\TableUser' shared service.
*
* @return \App\Entity\TableUser
*/
protected function getTableUser2Service()
{
$this->throw('Cannot autowire service ".service_locator.s6pA1wK": it references class "App\\Entity\\TableUser" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.smtN4bf.App\Entity\ReseauSociaux\Espace' shared service.
*
* @return \App\Entity\ReseauSociaux\Espace
*/
protected function getEspace2Service()
{
$this->throw('Cannot autowire service ".service_locator.smtN4bf": it references class "App\\Entity\\ReseauSociaux\\Espace" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.t2AO7qr.App\Entity\SubCategory' shared service.
*
* @return \App\Entity\SubCategory
*/
protected function getSubCategory3Service()
{
$this->throw('Cannot autowire service ".service_locator.t2AO7qr": it references class "App\\Entity\\SubCategory" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.tDbRvL..App\Entity\ReseauSociaux\Conversation' shared service.
*
* @return \App\Entity\ReseauSociaux\Conversation
*/
protected function getConversationService()
{
$this->throw('Cannot autowire service ".service_locator.tDbRvL.": it references class "App\\Entity\\ReseauSociaux\\Conversation" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.vfakA8e.App\Entity\Pack' shared service.
*
* @return \App\Entity\Pack
*/
protected function getPack2Service()
{
$this->throw('Cannot autowire service ".service_locator.vfakA8e": it references class "App\\Entity\\Pack" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.vvYhrbq.App\Entity\CategoryAnnonceClient' shared service.
*
* @return \App\Entity\CategoryAnnonceClient
*/
protected function getCategoryAnnonceClient2Service()
{
$this->throw('Cannot autowire service ".service_locator.vvYhrbq": it references class "App\\Entity\\CategoryAnnonceClient" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.w8fp0rb.App\Entity\Command' shared service.
*
* @return \App\Entity\Command
*/
protected function getCommand2Service()
{
$this->throw('Cannot autowire service ".service_locator.w8fp0rb": it references class "App\\Entity\\Command" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.xRraUWI.App\Entity\PageHome' shared service.
*
* @return \App\Entity\PageHome
*/
protected function getPageHomeService()
{
$this->throw('Cannot autowire service ".service_locator.xRraUWI": it references class "App\\Entity\\PageHome" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.xy0Qv6D.App\Entity\Product' shared service.
*
* @return \App\Entity\Product
*/
protected function getProduct10Service()
{
$this->throw('Cannot autowire service ".service_locator.xy0Qv6D": it references class "App\\Entity\\Product" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.yB0Gtnr.App\Entity\ProductOption' shared service.
*
* @return \App\Entity\ProductOption
*/
protected function getProductOption2Service()
{
$this->throw('Cannot autowire service ".service_locator.yB0Gtnr": it references class "App\\Entity\\ProductOption" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.yvNgxqn.App\Entity\Reservation' shared service.
*
* @return \App\Entity\Reservation
*/
protected function getReservation2Service()
{
$this->throw('Cannot autowire service ".service_locator.yvNgxqn": it references class "App\\Entity\\Reservation" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.zJKiM_F.App\Entity\Ticket' shared service.
*
* @return \App\Entity\Ticket
*/
protected function getTicket5Service()
{
$this->throw('Cannot autowire service ".service_locator.zJKiM_F": it references class "App\\Entity\\Ticket" but no such service exists.');
}
/**
* Gets the private '.lexik_jwt_authentication.check_config_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_LexikJwtAuthentication_CheckConfigCommand_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['.lexik_jwt_authentication.check_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:check-config', [], 'Checks that the bundle is properly configured.', false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand {
return ($this->privates['lexik_jwt_authentication.check_config_command'] ?? $this->getLexikJwtAuthentication_CheckConfigCommandService());
});
}
/**
* Gets the private '.lexik_jwt_authentication.enable_encryption_config_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_LexikJwtAuthentication_EnableEncryptionConfigCommand_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['.lexik_jwt_authentication.enable_encryption_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:enable-encryption', [], 'Enable Web-Token encryption support.', false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand {
return ($this->privates['lexik_jwt_authentication.enable_encryption_config_command'] ?? $this->getLexikJwtAuthentication_EnableEncryptionConfigCommandService());
});
}
/**
* Gets the private '.lexik_jwt_authentication.generate_keypair_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_LexikJwtAuthentication_GenerateKeypairCommand_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['.lexik_jwt_authentication.generate_keypair_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-keypair', [], 'Generate public/private keys for use in your application.', false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand {
return ($this->privates['lexik_jwt_authentication.generate_keypair_command'] ?? $this->getLexikJwtAuthentication_GenerateKeypairCommandService());
});
}
/**
* Gets the private '.lexik_jwt_authentication.generate_token_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_LexikJwtAuthentication_GenerateTokenCommand_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['.lexik_jwt_authentication.generate_token_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-token', [], 'Generates a JWT token for a given user.', false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand {
return ($this->services['lexik_jwt_authentication.generate_token_command'] ?? $this->getLexikJwtAuthentication_GenerateTokenCommandService());
});
}
/**
* Gets the private '.lexik_jwt_authentication.migrate_config_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_LexikJwtAuthentication_MigrateConfigCommand_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['.lexik_jwt_authentication.migrate_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:migrate-config', [], 'Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.', false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand {
return ($this->privates['lexik_jwt_authentication.migrate_config_command'] ?? $this->getLexikJwtAuthentication_MigrateConfigCommandService());
});
}
/**
* 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..6SGLFm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__6SGLFmService()
{
return $this->privates['.service_locator..6SGLFm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'categoryRepository' => ['privates', 'App\\Repository\\CategoryRepository', 'getCategoryRepositoryService', false],
'subCategoryRepository' => ['privates', 'App\\Repository\\SubCategoryRepository', 'getSubCategoryRepositoryService', false],
], [
'categoryRepository' => 'App\\Repository\\CategoryRepository',
'subCategoryRepository' => 'App\\Repository\\SubCategoryRepository',
]);
}
/**
* Gets the private '.service_locator..Ae5NXw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__Ae5NXwService()
{
return $this->privates['.service_locator..Ae5NXw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator..C67Ohy' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__C67OhyService()
{
return $this->privates['.service_locator..C67Ohy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'categoryAnnoncePrestataire' => ['privates', '.errored..service_locator..C67Ohy.App\\Entity\\CategoryAnnoncePrestataire', NULL, 'Cannot autowire service ".service_locator..C67Ohy": it references class "App\\Entity\\CategoryAnnoncePrestataire" but no such service exists.'],
'slugger' => ['privates', 'slugger', 'getSluggerService', false],
], [
'categoryAnnoncePrestataire' => 'App\\Entity\\CategoryAnnoncePrestataire',
'slugger' => '?',
]);
}
/**
* Gets the private '.service_locator..EKgwju' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__EKgwjuService()
{
return $this->privates['.service_locator..EKgwju'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'mail' => ['privates', 'App\\Services\\Mail', 'getMailService', false],
'user' => ['privates', '.errored..service_locator..EKgwju.App\\Entity\\User', NULL, 'Cannot autowire service ".service_locator..EKgwju": it references class "App\\Entity\\User" but no such service exists.'],
], [
'em' => '?',
'mail' => 'App\\Services\\Mail',
'user' => 'App\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator..U56zRv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__U56zRvService()
{
return $this->privates['.service_locator..U56zRv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'comp' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'repo' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'comp' => 'App\\Repository\\CompanyRepository',
'repo' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.0Hf3dzk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_0Hf3dzkService()
{
return $this->privates['.service_locator.0Hf3dzk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'messaging' => ['privates', '.errored..service_locator.0Hf3dzk.App\\Entity\\Messaging', NULL, 'Cannot autowire service ".service_locator.0Hf3dzk": it references class "App\\Entity\\Messaging" but no such service exists.'],
], [
'em' => '?',
'messaging' => 'App\\Entity\\Messaging',
]);
}
/**
* Gets the private '.service_locator.0nbkIpC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_0nbkIpCService()
{
return $this->privates['.service_locator.0nbkIpC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'locationRepository' => ['privates', 'App\\Repository\\LocationRepository', 'getLocationRepositoryService', false],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'locationRepository' => 'App\\Repository\\LocationRepository',
'mangoPayService' => 'App\\Services\\MangoPayService',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.0vKge8y' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_0vKge8yService()
{
return $this->privates['.service_locator.0vKge8y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'companyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'slugger' => ['privates', 'slugger', 'getSluggerService', false],
], [
'companyRepository' => 'App\\Repository\\CompanyRepository',
'file' => 'App\\Services\\File',
'slugger' => '?',
]);
}
/**
* Gets the private '.service_locator.1.Dl96P' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1_Dl96PService()
{
return $this->privates['.service_locator.1.Dl96P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ticketRepository' => ['privates', 'App\\Repository\\TicketRepository', 'getTicketRepositoryService', false],
], [
'ticketRepository' => 'App\\Repository\\TicketRepository',
]);
}
/**
* Gets the private '.service_locator.1Gxb7Kz' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1Gxb7KzService()
{
return $this->privates['.service_locator.1Gxb7Kz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'messagingRepository' => ['privates', 'App\\Repository\\MessagingRepository', 'getMessagingRepositoryService', false],
], [
'file' => 'App\\Services\\File',
'messagingRepository' => 'App\\Repository\\MessagingRepository',
]);
}
/**
* Gets the private '.service_locator.1M0Ex6F' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1M0Ex6FService()
{
return $this->privates['.service_locator.1M0Ex6F'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'packRepository' => ['privates', 'App\\Repository\\PackRepository', 'getPackRepositoryService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
], [
'packRepository' => 'App\\Repository\\PackRepository',
'productRepository' => 'App\\Repository\\ProductRepository',
]);
}
/**
* Gets the private '.service_locator.1UOwC31' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1UOwC31Service()
{
return $this->privates['.service_locator.1UOwC31'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'companyRepo' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'publisher' => ['privates', 'mercure.hub.default.publisher.traceable', 'getMercure_Hub_Default_Publisher_TraceableService', false],
'userRepo' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'companyRepo' => 'App\\Repository\\CompanyRepository',
'publisher' => '?',
'userRepo' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.1_9lFc_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_19lFcService()
{
return $this->privates['.service_locator.1_9lFc_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminPRomoRepository' => ['privates', 'App\\Repository\\AdminPromoRepository', 'getAdminPromoRepositoryService', false],
'locationRepository' => ['privates', 'App\\Repository\\LocationRepository', 'getLocationRepositoryService', false],
], [
'adminPRomoRepository' => 'App\\Repository\\AdminPromoRepository',
'locationRepository' => 'App\\Repository\\LocationRepository',
]);
}
/**
* Gets the private '.service_locator.1gXEf2W' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1gXEf2WService()
{
return $this->privates['.service_locator.1gXEf2W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'avisRepository' => ['privates', 'App\\Repository\\AvisRepository', 'getAvisRepositoryService', false],
], [
'avisRepository' => 'App\\Repository\\AvisRepository',
]);
}
/**
* Gets the private '.service_locator.2C02PlN' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_2C02PlNService()
{
return $this->privates['.service_locator.2C02PlN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'companyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'espaceRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\EspaceRepository', 'getEspaceRepositoryService', false],
'publicationRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\PublicationRepository', 'getPublicationRepositoryService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'companyRepository' => 'App\\Repository\\CompanyRepository',
'espaceRepository' => 'App\\Repository\\ReseauSociaux\\EspaceRepository',
'publicationRepository' => 'App\\Repository\\ReseauSociaux\\PublicationRepository',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.2vw66BE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_2vw66BEService()
{
return $this->privates['.service_locator.2vw66BE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commune' => ['privates', '.errored..service_locator.2vw66BE.App\\Entity\\Commune', NULL, 'Cannot autowire service ".service_locator.2vw66BE": it references class "App\\Entity\\Commune" but no such service exists.'],
], [
'commune' => 'App\\Entity\\Commune',
]);
}
/**
* Gets the private '.service_locator.37vvrmR' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_37vvrmRService()
{
return $this->privates['.service_locator.37vvrmR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'company' => ['privates', '.errored..service_locator.37vvrmR.App\\Entity\\Company', NULL, 'Cannot autowire service ".service_locator.37vvrmR": it references class "App\\Entity\\Company" but no such service exists.'],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'mail' => ['privates', 'App\\Services\\Mail', 'getMailService', false],
], [
'company' => 'App\\Entity\\Company',
'em' => '?',
'mail' => 'App\\Services\\Mail',
]);
}
/**
* Gets the private '.service_locator.3bjKMDM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3bjKMDMService()
{
return $this->privates['.service_locator.3bjKMDM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'abonnement' => ['privates', '.errored..service_locator.3bjKMDM.App\\Entity\\Abonnement', NULL, 'Cannot autowire service ".service_locator.3bjKMDM": it references class "App\\Entity\\Abonnement" but no such service exists.'],
], [
'abonnement' => 'App\\Entity\\Abonnement',
]);
}
/**
* Gets the private '.service_locator.3wgCo0H' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3wgCo0HService()
{
return $this->privates['.service_locator.3wgCo0H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'categoryRepository' => ['privates', 'App\\Repository\\CategoryRepository', 'getCategoryRepositoryService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'subCategoryRepository' => ['privates', 'App\\Repository\\SubCategoryRepository', 'getSubCategoryRepositoryService', false],
], [
'categoryRepository' => 'App\\Repository\\CategoryRepository',
'serializer' => '?',
'subCategoryRepository' => 'App\\Repository\\SubCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.4QomvUp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4QomvUpService()
{
return $this->privates['.service_locator.4QomvUp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'publicationRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\PublicationRepository', 'getPublicationRepositoryService', false],
], [
'entityManager' => '?',
'publicationRepository' => 'App\\Repository\\ReseauSociaux\\PublicationRepository',
]);
}
/**
* Gets the private '.service_locator.4llwlQk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4llwlQkService()
{
return $this->privates['.service_locator.4llwlQk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'stripeConnectService' => ['privates', 'App\\Services\\StripeConnectService', 'getStripeConnectServiceService', false],
], [
'stripeConnectService' => 'App\\Services\\StripeConnectService',
]);
}
/**
* Gets the private '.service_locator.5GcGgqe' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5GcGgqeService()
{
return $this->privates['.service_locator.5GcGgqe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'typeLocation' => ['privates', '.errored..service_locator.5GcGgqe.App\\Entity\\TypeLocation', NULL, 'Cannot autowire service ".service_locator.5GcGgqe": it references class "App\\Entity\\TypeLocation" but no such service exists.'],
], [
'typeLocation' => 'App\\Entity\\TypeLocation',
]);
}
/**
* Gets the private '.service_locator.5QPZw9q' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5QPZw9qService()
{
return $this->privates['.service_locator.5QPZw9q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'filtre' => ['privates', 'App\\Services\\Filter', 'getFilterService', false],
'product' => ['privates', '.errored..service_locator.5QPZw9q.App\\Entity\\Product', NULL, 'Cannot autowire service ".service_locator.5QPZw9q": it references class "App\\Entity\\Product" but no such service exists.'],
'productOptionRepository' => ['privates', 'App\\Repository\\ProductOptionRepository', 'getProductOptionRepositoryService', false],
], [
'filtre' => 'App\\Services\\Filter',
'product' => 'App\\Entity\\Product',
'productOptionRepository' => 'App\\Repository\\ProductOptionRepository',
]);
}
/**
* Gets the private '.service_locator.5ZGG4nC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5ZGG4nCService()
{
return $this->privates['.service_locator.5ZGG4nC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'categoryAnnonceClientRepository' => ['privates', 'App\\Repository\\CategoryAnnonceClientRepository', 'getCategoryAnnonceClientRepositoryService', false],
], [
'categoryAnnonceClientRepository' => 'App\\Repository\\CategoryAnnonceClientRepository',
]);
}
/**
* Gets the private '.service_locator.5bkioaH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5bkioaHService()
{
return $this->privates['.service_locator.5bkioaH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'user' => ['privates', '.errored..service_locator.5bkioaH.App\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.5bkioaH": it references class "App\\Entity\\User" but no such service exists.'],
], [
'em' => '?',
'user' => 'App\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator.5vRN0NB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5vRN0NBService()
{
return $this->privates['.service_locator.5vRN0NB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'company' => ['privates', '.errored..service_locator.5vRN0NB.App\\Entity\\Company', NULL, 'Cannot autowire service ".service_locator.5vRN0NB": it references class "App\\Entity\\Company" but no such service exists.'],
'paiementRepository' => ['privates', 'App\\Repository\\PaiementRepository', 'getPaiementRepositoryService', false],
], [
'company' => 'App\\Entity\\Company',
'paiementRepository' => 'App\\Repository\\PaiementRepository',
]);
}
/**
* Gets the private '.service_locator.6_LCDLp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6LCDLpService()
{
return $this->privates['.service_locator.6_LCDLp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'locationRepository' => ['privates', 'App\\Repository\\LocationRepository', 'getLocationRepositoryService', false],
'mailService' => ['privates', 'App\\Services\\Mail', 'getMailService', false],
], [
'locationRepository' => 'App\\Repository\\LocationRepository',
'mailService' => 'App\\Services\\Mail',
]);
}
/**
* Gets the private '.service_locator.6jH8U5y' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6jH8U5yService()
{
return $this->privates['.service_locator.6jH8U5y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'avis' => ['privates', '.errored..service_locator.6jH8U5y.App\\Entity\\Avis', NULL, 'Cannot autowire service ".service_locator.6jH8U5y": it references class "App\\Entity\\Avis" but no such service exists.'],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'avis' => 'App\\Entity\\Avis',
'em' => '?',
]);
}
/**
* Gets the private '.service_locator.6qiWsE0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6qiWsE0Service()
{
return $this->privates['.service_locator.6qiWsE0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'typePrestation' => ['privates', '.errored..service_locator.6qiWsE0.App\\Entity\\TypePrestation', NULL, 'Cannot autowire service ".service_locator.6qiWsE0": it references class "App\\Entity\\TypePrestation" but no such service exists.'],
], [
'typePrestation' => 'App\\Entity\\TypePrestation',
]);
}
/**
* Gets the private '.service_locator.6uZE56Z' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6uZE56ZService()
{
return $this->privates['.service_locator.6uZE56Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'abonnementRepository' => ['privates', 'App\\Repository\\AbonnementRepository', 'getAbonnementRepositoryService', false],
'annonceCompanyRepository' => ['privates', 'App\\Repository\\AnnonceCompanyRepository', 'getAnnonceCompanyRepositoryService', false],
'companyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'photosRepository' => ['privates', 'App\\Repository\\PhotosRepository', 'getPhotosRepositoryService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
], [
'abonnementRepository' => 'App\\Repository\\AbonnementRepository',
'annonceCompanyRepository' => 'App\\Repository\\AnnonceCompanyRepository',
'companyRepository' => 'App\\Repository\\CompanyRepository',
'paginator' => '?',
'photosRepository' => 'App\\Repository\\PhotosRepository',
'productRepository' => 'App\\Repository\\ProductRepository',
]);
}
/**
* Gets the private '.service_locator.7n8s8h1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7n8s8h1Service()
{
return $this->privates['.service_locator.7n8s8h1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'typLocalRep' => ['privates', 'App\\Repository\\TypeLocalisationRepository', 'getTypeLocalisationRepositoryService', false],
], [
'typLocalRep' => 'App\\Repository\\TypeLocalisationRepository',
]);
}
/**
* Gets the private '.service_locator.8_F_x2l' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8FX2lService()
{
return $this->privates['.service_locator.8_F_x2l'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'encoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
'mail' => ['privates', 'App\\Services\\Mail', 'getMailService', false],
'useredit' => ['privates', '.errored..service_locator.8_F_x2l.App\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.8_F_x2l": it references class "App\\Entity\\User" but no such service exists.'],
], [
'em' => '?',
'encoder' => '?',
'mail' => 'App\\Services\\Mail',
'useredit' => 'App\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator.8tz6iWi' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8tz6iWiService()
{
return $this->privates['.service_locator.8tz6iWi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'caractikRep' => ['privates', 'App\\Repository\\CaracteristicRepository', 'getCaracteristicRepositoryService', false],
], [
'caractikRep' => 'App\\Repository\\CaracteristicRepository',
]);
}
/**
* Gets the private '.service_locator.98VNUeZ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_98VNUeZService()
{
return $this->privates['.service_locator.98VNUeZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminPromoRepository' => ['privates', 'App\\Repository\\AdminPromoRepository', 'getAdminPromoRepositoryService', false],
'packRepository' => ['privates', 'App\\Repository\\PackRepository', 'getPackRepositoryService', false],
'productOptionRepository' => ['privates', 'App\\Repository\\ProductOptionRepository', 'getProductOptionRepositoryService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
'transporteurWeightPriceRepository' => ['privates', 'App\\Repository\\TransporteurWeightPriceRepository', 'getTransporteurWeightPriceRepositoryService', false],
], [
'adminPromoRepository' => 'App\\Repository\\AdminPromoRepository',
'packRepository' => 'App\\Repository\\PackRepository',
'productOptionRepository' => 'App\\Repository\\ProductOptionRepository',
'productRepository' => 'App\\Repository\\ProductRepository',
'transporteurWeightPriceRepository' => 'App\\Repository\\TransporteurWeightPriceRepository',
]);
}
/**
* Gets the private '.service_locator.9FX91rs' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9FX91rsService()
{
return $this->privates['.service_locator.9FX91rs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commandRepository' => ['privates', 'App\\Repository\\CommandRepository', 'getCommandRepositoryService', false],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
'registration' => ['privates', 'App\\Model\\PayInRecurringRegistrations', 'getPayInRecurringRegistrationsService', false],
], [
'commandRepository' => 'App\\Repository\\CommandRepository',
'em' => '?',
'mangoPayService' => 'App\\Services\\MangoPayService',
'registration' => 'App\\Model\\PayInRecurringRegistrations',
]);
}
/**
* Gets the private '.service_locator.9HyERFE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9HyERFEService()
{
return $this->privates['.service_locator.9HyERFE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'abonnementRepository' => ['privates', 'App\\Repository\\AbonnementRepository', 'getAbonnementRepositoryService', false],
], [
'abonnementRepository' => 'App\\Repository\\AbonnementRepository',
]);
}
/**
* Gets the private '.service_locator.9ocP31N' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9ocP31NService()
{
return $this->privates['.service_locator.9ocP31N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'langHoteRep' => ['privates', 'App\\Repository\\LangueHoteRepository', 'getLangueHoteRepositoryService', false],
], [
'langHoteRep' => 'App\\Repository\\LangueHoteRepository',
]);
}
/**
* Gets the private '.service_locator.AMGS6oS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AMGS6oSService()
{
return $this->privates['.service_locator.AMGS6oS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'reservation' => ['privates', '.errored..service_locator.AMGS6oS.App\\Entity\\Reservation', NULL, 'Cannot autowire service ".service_locator.AMGS6oS": it references class "App\\Entity\\Reservation" but no such service exists.'],
], [
'reservation' => 'App\\Entity\\Reservation',
]);
}
/**
* Gets the private '.service_locator.B95m3mR' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_B95m3mRService()
{
return $this->privates['.service_locator.B95m3mR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'caracteristicRep' => ['privates', 'App\\Repository\\CaracteristicRepository', 'getCaracteristicRepositoryService', false],
'equipmRep' => ['privates', 'App\\Repository\\EquipmentRepository', 'getEquipmentRepositoryService', false],
'langHoteRep' => ['privates', 'App\\Repository\\LangueHoteRepository', 'getLangueHoteRepositoryService', false],
'secureRep' => ['privates', 'App\\Repository\\SecurityRepository', 'getSecurityRepositoryService', false],
'subCategoryRepository' => ['privates', 'App\\Repository\\SubCategoryRepository', 'getSubCategoryRepositoryService', false],
'typHebRep' => ['privates', 'App\\Repository\\TypeHebergementRepository', 'getTypeHebergementRepositoryService', false],
'typLocalRep' => ['privates', 'App\\Repository\\TypeLocalisationRepository', 'getTypeLocalisationRepositoryService', false],
], [
'caracteristicRep' => 'App\\Repository\\CaracteristicRepository',
'equipmRep' => 'App\\Repository\\EquipmentRepository',
'langHoteRep' => 'App\\Repository\\LangueHoteRepository',
'secureRep' => 'App\\Repository\\SecurityRepository',
'subCategoryRepository' => 'App\\Repository\\SubCategoryRepository',
'typHebRep' => 'App\\Repository\\TypeHebergementRepository',
'typLocalRep' => 'App\\Repository\\TypeLocalisationRepository',
]);
}
/**
* Gets the private '.service_locator.BIMkgrA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BIMkgrAService()
{
return $this->privates['.service_locator.BIMkgrA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'optiorepo' => ['privates', 'App\\Repository\\ProductOptionRepository', 'getProductOptionRepositoryService', false],
'product' => ['privates', '.errored..service_locator.BIMkgrA.App\\Entity\\Product', NULL, 'Cannot autowire service ".service_locator.BIMkgrA": it references class "App\\Entity\\Product" but no such service exists.'],
], [
'optiorepo' => 'App\\Repository\\ProductOptionRepository',
'product' => 'App\\Entity\\Product',
]);
}
/**
* Gets the private '.service_locator.BQKUrKU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BQKUrKUService()
{
return $this->privates['.service_locator.BQKUrKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commandRepository' => ['privates', 'App\\Repository\\CommandRepository', 'getCommandRepositoryService', false],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
], [
'commandRepository' => 'App\\Repository\\CommandRepository',
'mangoPayService' => 'App\\Services\\MangoPayService',
'productRepository' => 'App\\Repository\\ProductRepository',
]);
}
/**
* Gets the private '.service_locator.BWTEYKE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BWTEYKEService()
{
return $this->privates['.service_locator.BWTEYKE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commandRepository' => ['privates', 'App\\Repository\\CommandRepository', 'getCommandRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'commandRepository' => 'App\\Repository\\CommandRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.Bby4B9c' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Bby4B9cService()
{
return $this->privates['.service_locator.Bby4B9c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'planningCompanyRepository' => ['privates', 'App\\Repository\\PlanningCompanyRepository', 'getPlanningCompanyRepositoryService', false],
], [
'em' => '?',
'planningCompanyRepository' => 'App\\Repository\\PlanningCompanyRepository',
]);
}
/**
* Gets the private '.service_locator.Bcjhxr6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Bcjhxr6Service()
{
return $this->privates['.service_locator.Bcjhxr6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'fileUploader' => ['privates', 'App\\Services\\FileUploader', 'getFileUploaderService', false],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
], [
'fileUploader' => 'App\\Services\\FileUploader',
'mangoPayService' => 'App\\Services\\MangoPayService',
]);
}
/**
* Gets the private '.service_locator.Bfmfc3z' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Bfmfc3zService()
{
return $this->privates['.service_locator.Bfmfc3z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminPromo' => ['privates', '.errored..service_locator.Bfmfc3z.App\\Entity\\AdminPromo', NULL, 'Cannot autowire service ".service_locator.Bfmfc3z": it references class "App\\Entity\\AdminPromo" but no such service exists.'],
'adminPromoRepository' => ['privates', 'App\\Repository\\AdminPromoRepository', 'getAdminPromoRepositoryService', false],
], [
'adminPromo' => 'App\\Entity\\AdminPromo',
'adminPromoRepository' => 'App\\Repository\\AdminPromoRepository',
]);
}
/**
* Gets the private '.service_locator.BkL90p1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BkL90p1Service()
{
return $this->privates['.service_locator.BkL90p1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'caution' => ['privates', '.errored..service_locator.BkL90p1.App\\Entity\\Caution', NULL, 'Cannot autowire service ".service_locator.BkL90p1": it references class "App\\Entity\\Caution" but no such service exists.'],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'locationRepository' => ['privates', 'App\\Repository\\LocationRepository', 'getLocationRepositoryService', false],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'caution' => 'App\\Entity\\Caution',
'em' => '?',
'locationRepository' => 'App\\Repository\\LocationRepository',
'mangoPayService' => 'App\\Services\\MangoPayService',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.BqwmENK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BqwmENKService()
{
return $this->privates['.service_locator.BqwmENK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'caution' => ['privates', '.errored..service_locator.BqwmENK.App\\Entity\\Caution', NULL, 'Cannot autowire service ".service_locator.BqwmENK": it references class "App\\Entity\\Caution" but no such service exists.'],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'stripeConnectService' => ['privates', 'App\\Services\\StripeConnectService', 'getStripeConnectServiceService', false],
], [
'caution' => 'App\\Entity\\Caution',
'em' => '?',
'logger' => '?',
'stripeConnectService' => 'App\\Services\\StripeConnectService',
]);
}
/**
* Gets the private '.service_locator.C.vhrmY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_C_VhrmYService()
{
return $this->privates['.service_locator.C.vhrmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pageRepository' => ['privates', 'App\\Repository\\PageRepository', 'getPageRepositoryService', false],
], [
'pageRepository' => 'App\\Repository\\PageRepository',
]);
}
/**
* Gets the private '.service_locator.CHszz5d' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CHszz5dService()
{
return $this->privates['.service_locator.CHszz5d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pendingReservationRepository' => ['privates', 'App\\Repository\\PendingReservationRepository', 'getPendingReservationRepositoryService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
], [
'pendingReservationRepository' => 'App\\Repository\\PendingReservationRepository',
'productRepository' => 'App\\Repository\\ProductRepository',
]);
}
/**
* Gets the private '.service_locator.CVVWxrB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CVVWxrBService()
{
return $this->privates['.service_locator.CVVWxrB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commandRepository' => ['privates', 'App\\Repository\\CommandRepository', 'getCommandRepositoryService', false],
'mail' => ['privates', 'App\\Services\\Mail', 'getMailService', false],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
], [
'commandRepository' => 'App\\Repository\\CommandRepository',
'mail' => 'App\\Services\\Mail',
'mangoPayService' => 'App\\Services\\MangoPayService',
]);
}
/**
* Gets the private '.service_locator.C_G5RSF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CG5RSFService()
{
return $this->privates['.service_locator.C_G5RSF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Controller\\AndranaController::affiche_tout' => ['privates', '.service_locator.hoVi04k', 'get_ServiceLocator_HoVi04kService', false],
'App\\Controller\\AndranaController::customerCreation' => ['privates', '.service_locator.FEYwjml', 'get_ServiceLocator_FEYwjmlService', false],
'App\\Controller\\AndranaController::pageAnnonce' => ['privates', '.service_locator.CnC40X5', 'get_ServiceLocator_CnC40X5Service', false],
'App\\Controller\\AndranaController::pagesAbn' => ['privates', '.service_locator.YEhJ6Ei', 'get_ServiceLocator_YEhJ6EiService', false],
'App\\Controller\\AndranaController::pagesAnnonce' => ['privates', '.service_locator.LwpUeM7', 'get_ServiceLocator_LwpUeM7Service', false],
'App\\Controller\\AndranaController::retrieveCheckoutSession' => ['privates', '.service_locator.4llwlQk', 'get_ServiceLocator_4llwlQkService', false],
'App\\Controller\\AndranaController::retrieveInvoice' => ['privates', '.service_locator.4llwlQk', 'get_ServiceLocator_4llwlQkService', false],
'App\\Controller\\AndranaController::retrieveLocation' => ['privates', '.service_locator.E4uaEQ7', 'get_ServiceLocator_E4uaEQ7Service', false],
'App\\Controller\\AndranaController::retrieveTransfer' => ['privates', '.service_locator.4llwlQk', 'get_ServiceLocator_4llwlQkService', false],
'App\\Controller\\AndranaController::sendTestEmailForCancelation' => ['privates', '.service_locator.6_LCDLp', 'get_ServiceLocator_6LCDLpService', false],
'App\\Controller\\AndranaController::testChargeRefund' => ['privates', '.service_locator.4llwlQk', 'get_ServiceLocator_4llwlQkService', false],
'App\\Controller\\AndranaController::testChargeRetrieve' => ['privates', '.service_locator.4llwlQk', 'get_ServiceLocator_4llwlQkService', false],
'App\\Controller\\AndranaController::testMailer' => ['privates', '.service_locator.ZTz9UxD', 'get_ServiceLocator_ZTz9UxDService', false],
'App\\Controller\\AndranaController::testStripeConnectCheckout' => ['privates', '.service_locator.RZ_09nW', 'get_ServiceLocator_RZ09nWService', false],
'App\\Controller\\AndranaController::testStripePayment' => ['privates', '.service_locator.4llwlQk', 'get_ServiceLocator_4llwlQkService', false],
'App\\Controller\\AndranaController::testStripePaymentSuccess' => ['privates', '.service_locator.E4uaEQ7', 'get_ServiceLocator_E4uaEQ7Service', false],
'App\\Controller\\AndranaController::viewConfirmRefund' => ['privates', '.service_locator.uok6LHy', 'get_ServiceLocator_Uok6LHyService', false],
'App\\Controller\\Back\\AdminCommuneController::delete' => ['privates', '.service_locator.WRHuBiq', 'get_ServiceLocator_WRHuBiqService', false],
'App\\Controller\\Back\\AdminCommuneController::edit' => ['privates', '.service_locator.WRHuBiq', 'get_ServiceLocator_WRHuBiqService', false],
'App\\Controller\\Back\\AdminCommuneController::index' => ['privates', '.service_locator.wIx7yzK', 'get_ServiceLocator_WIx7yzKService', false],
'App\\Controller\\Back\\AdminCommuneController::new' => ['privates', '.service_locator.YxAUfPh', 'get_ServiceLocator_YxAUfPhService', false],
'App\\Controller\\Back\\AdminCommuneController::show' => ['privates', '.service_locator.2vw66BE', 'get_ServiceLocator_2vw66BEService', false],
'App\\Controller\\Back\\AdminController::createAdminLimited' => ['privates', '.service_locator.Eoc8etk', 'get_ServiceLocator_Eoc8etkService', false],
'App\\Controller\\Back\\AdminController::editAdmin' => ['privates', '.service_locator.8_F_x2l', 'get_ServiceLocator_8FX2lService', false],
'App\\Controller\\Back\\AdminController::transfer_caution_cli' => ['privates', '.service_locator.BkL90p1', 'get_ServiceLocator_BkL90p1Service', false],
'App\\Controller\\Back\\AdminController::transfer_caution_pre' => ['privates', '.service_locator.BqwmENK', 'get_ServiceLocator_BqwmENKService', false],
'App\\Controller\\Back\\AdminFinancesController::paiements' => ['privates', '.service_locator.gFLN_c3', 'get_ServiceLocator_GFLNC3Service', false],
'App\\Controller\\Back\\AdminFinancesController::taxeSejour' => ['privates', '.service_locator.uok6LHy', 'get_ServiceLocator_Uok6LHyService', false],
'App\\Controller\\Back\\AdminLocationController::commandSingle' => ['privates', '.service_locator.mR1eFSc', 'get_ServiceLocator_MR1eFScService', false],
'App\\Controller\\Back\\AdminLocationController::index' => ['privates', '.service_locator.uok6LHy', 'get_ServiceLocator_Uok6LHyService', false],
'App\\Controller\\Back\\AdminPromoController::delete' => ['privates', '.service_locator.Bfmfc3z', 'get_ServiceLocator_Bfmfc3zService', false],
'App\\Controller\\Back\\AdminPromoController::edit' => ['privates', '.service_locator.Bfmfc3z', 'get_ServiceLocator_Bfmfc3zService', false],
'App\\Controller\\Back\\AdminPromoController::index' => ['privates', '.service_locator.lhEkdjU', 'get_ServiceLocator_LhEkdjUService', false],
'App\\Controller\\Back\\AdminPromoController::new' => ['privates', '.service_locator.lhEkdjU', 'get_ServiceLocator_LhEkdjUService', false],
'App\\Controller\\Back\\AdminPromoController::show' => ['privates', '.service_locator.Rp3M5BO', 'get_ServiceLocator_Rp3M5BOService', false],
'App\\Controller\\Back\\AdminReservationController::index' => ['privates', '.service_locator.LyRga8r', 'get_ServiceLocator_LyRga8rService', false],
'App\\Controller\\Back\\AdminReservationController::singleReservation' => ['privates', '.service_locator.AMGS6oS', 'get_ServiceLocator_AMGS6oSService', false],
'App\\Controller\\Back\\AjoutTypeController::ajot_type' => ['privates', '.service_locator.fZXk27d', 'get_ServiceLocator_FZXk27dService', false],
'App\\Controller\\Back\\AjoutTypeController::editType_prest' => ['privates', '.service_locator.6qiWsE0', 'get_ServiceLocator_6qiWsE0Service', false],
'App\\Controller\\Back\\AjoutTypeController::locationType_List' => ['privates', '.service_locator.VMeMfS0', 'get_ServiceLocator_VMeMfS0Service', false],
'App\\Controller\\Back\\AjoutTypeController::location_edit' => ['privates', '.service_locator.5GcGgqe', 'get_ServiceLocator_5GcGgqeService', false],
'App\\Controller\\Back\\AjoutTypeController::location_supre' => ['privates', '.service_locator.5GcGgqe', 'get_ServiceLocator_5GcGgqeService', false],
'App\\Controller\\Back\\AjoutTypeController::supr_typePrest' => ['privates', '.service_locator.6qiWsE0', 'get_ServiceLocator_6qiWsE0Service', false],
'App\\Controller\\Back\\AjoutTypeController::typesPrest_List' => ['privates', '.service_locator.JeWueYE', 'get_ServiceLocator_JeWueYEService', false],
'App\\Controller\\Back\\AvisController::listCommand' => ['privates', '.service_locator.L8FFhpF', 'get_ServiceLocator_L8FFhpFService', false],
'App\\Controller\\Back\\AvisController::remove' => ['privates', '.service_locator.6jH8U5y', 'get_ServiceLocator_6jH8U5yService', false],
'App\\Controller\\Back\\BlogController::addCategory' => ['privates', '.service_locator.fZXk27d', 'get_ServiceLocator_FZXk27dService', false],
'App\\Controller\\Back\\BlogController::add_annonce_PrestCategory' => ['privates', '.service_locator.fZXk27d', 'get_ServiceLocator_FZXk27dService', false],
'App\\Controller\\Back\\BlogController::add_annonce_cliCategory' => ['privates', '.service_locator.fZXk27d', 'get_ServiceLocator_FZXk27dService', false],
'App\\Controller\\Back\\BlogController::annonce_category_cil_List' => ['privates', '.service_locator.5ZGG4nC', 'get_ServiceLocator_5ZGG4nCService', false],
'App\\Controller\\Back\\BlogController::annonce_category_prest_List' => ['privates', '.service_locator.V.OA3N4', 'get_ServiceLocator_V_OA3N4Service', false],
'App\\Controller\\Back\\BlogController::articleAdd' => ['privates', '.service_locator.WXVMDtk', 'get_ServiceLocator_WXVMDtkService', false],
'App\\Controller\\Back\\BlogController::articleEdit' => ['privates', '.service_locator.SaEGU_.', 'get_ServiceLocator_SaEGU_Service', false],
'App\\Controller\\Back\\BlogController::articleList' => ['privates', '.service_locator.ys8EL7c', 'get_ServiceLocator_Ys8EL7cService', false],
'App\\Controller\\Back\\BlogController::categoryList' => ['privates', '.service_locator.a1ixmAt', 'get_ServiceLocator_A1ixmAtService', false],
'App\\Controller\\Back\\BlogController::editCatAnnonceCli' => ['privates', '.service_locator.amQnrno', 'get_ServiceLocator_AmQnrnoService', false],
'App\\Controller\\Back\\BlogController::editCatAnnoncePrest' => ['privates', '.service_locator..C67Ohy', 'get_ServiceLocator__C67OhyService', false],
'App\\Controller\\Back\\BlogController::editCategory' => ['privates', '.service_locator.FOR04mb', 'get_ServiceLocator_FOR04mbService', false],
'App\\Controller\\Back\\BlogController::removeArticle' => ['privates', '.service_locator.ewTmbP1', 'get_ServiceLocator_EwTmbP1Service', false],
'App\\Controller\\Back\\BlogController::removeCategory' => ['privates', '.service_locator.X4B3UVg', 'get_ServiceLocator_X4B3UVgService', false],
'App\\Controller\\Back\\BlogController::supr_annonce_cli' => ['privates', '.service_locator.vvYhrbq', 'get_ServiceLocator_VvYhrbqService', false],
'App\\Controller\\Back\\BlogController::supr_annonce_prest' => ['privates', '.service_locator.V.OA3N4', 'get_ServiceLocator_V_OA3N4Service', false],
'App\\Controller\\Back\\CategoryController::addCategory' => ['privates', '.service_locator.WXVMDtk', 'get_ServiceLocator_WXVMDtkService', false],
'App\\Controller\\Back\\CategoryController::editCategory' => ['privates', '.service_locator.a4Krxf7', 'get_ServiceLocator_A4Krxf7Service', false],
'App\\Controller\\Back\\CategoryController::principalCategoryList' => ['privates', '.service_locator.uCSWYWR', 'get_ServiceLocator_UCSWYWRService', false],
'App\\Controller\\Back\\CategoryController::removeCategory' => ['privates', '.service_locator.mzsPg.D', 'get_ServiceLocator_MzsPg_DService', false],
'App\\Controller\\Back\\CategoryController::removeSubcategory' => ['privates', '.service_locator.IYwD.Rd', 'get_ServiceLocator_IYwD_RdService', false],
'App\\Controller\\Back\\CategoryController::subCategoryAdd' => ['privates', '.service_locator.WXVMDtk', 'get_ServiceLocator_WXVMDtkService', false],
'App\\Controller\\Back\\CategoryController::subCategoryEdit' => ['privates', '.service_locator.t2AO7qr', 'get_ServiceLocator_T2AO7qrService', false],
'App\\Controller\\Back\\CategoryController::subCategoryList' => ['privates', '.service_locator.uRjNJx_', 'get_ServiceLocator_URjNJxService', false],
'App\\Controller\\Back\\CautionController::caution' => ['privates', '.service_locator.d7Zs0uA', 'get_ServiceLocator_D7Zs0uAService', false],
'App\\Controller\\Back\\CautionController::single' => ['privates', '.service_locator.kyAkGa1', 'get_ServiceLocator_KyAkGa1Service', false],
'App\\Controller\\Back\\CommandController::commandSingle' => ['privates', '.service_locator.nt27W2V', 'get_ServiceLocator_Nt27W2VService', false],
'App\\Controller\\Back\\CommandController::listCommand' => ['privates', '.service_locator.tPb5k.a', 'get_ServiceLocator_TPb5k_AService', false],
'App\\Controller\\Back\\CompanyController::changeStatus' => ['privates', '.service_locator.37vvrmR', 'get_ServiceLocator_37vvrmRService', false],
'App\\Controller\\Back\\CompanyController::changeTypeCompany' => ['privates', '.service_locator.FqJmuJJ', 'get_ServiceLocator_FqJmuJJService', false],
'App\\Controller\\Back\\CompanyController::disableSubscriptionFromCompanyList' => ['privates', '.service_locator.YK278V.', 'get_ServiceLocator_YK278V_Service', false],
'App\\Controller\\Back\\CompanyController::list' => ['privates', '.service_locator.YEhJ6Ei', 'get_ServiceLocator_YEhJ6EiService', false],
'App\\Controller\\Back\\CompanyController::listDocumentsUser' => ['privates', '.service_locator.G52zMFq', 'get_ServiceLocator_G52zMFqService', false],
'App\\Controller\\Back\\CompanyController::removeUser' => ['privates', '.service_locator.FqJmuJJ', 'get_ServiceLocator_FqJmuJJService', false],
'App\\Controller\\Back\\CompanyController::seeProduct' => ['privates', '.service_locator.KQdyJ7Y', 'get_ServiceLocator_KQdyJ7YService', false],
'App\\Controller\\Back\\CompanyController::validDocumentsAccount' => ['privates', '.service_locator.FqJmuJJ', 'get_ServiceLocator_FqJmuJJService', false],
'App\\Controller\\Back\\DashboardController::dashboard' => ['privates', '.service_locator.bMmfiSJ', 'get_ServiceLocator_BMmfiSJService', false],
'App\\Controller\\Back\\DashboardController::recapFinances' => ['privates', '.service_locator.PJrYfHf', 'get_ServiceLocator_PJrYfHfService', false],
'App\\Controller\\Back\\LitigeController::list' => ['privates', '.service_locator.WRW4HIM', 'get_ServiceLocator_WRW4HIMService', false],
'App\\Controller\\Back\\LitigeController::single' => ['privates', '.service_locator.aCyirrr', 'get_ServiceLocator_ACyirrrService', false],
'App\\Controller\\Back\\LivraisonController::addTransporteur' => ['privates', '.service_locator.Cvg3d7w', 'get_ServiceLocator_Cvg3d7wService', false],
'App\\Controller\\Back\\LivraisonController::deliveryManChangeStatus' => ['privates', '.service_locator.btC4_9x', 'get_ServiceLocator_BtC49xService', false],
'App\\Controller\\Back\\LivraisonController::editPrice' => ['privates', '.service_locator.WhD.8.K', 'get_ServiceLocator_WhD_8_KService', false],
'App\\Controller\\Back\\LivraisonController::editTransporteur' => ['privates', '.service_locator.dWHPXsJ', 'get_ServiceLocator_DWHPXsJService', false],
'App\\Controller\\Back\\LivraisonController::livraisons' => ['privates', '.service_locator.stGYTt4', 'get_ServiceLocator_StGYTt4Service', false],
'App\\Controller\\Back\\MessagingUser::list' => ['privates', '.service_locator.yuXnQsn', 'get_ServiceLocator_YuXnQsnService', false],
'App\\Controller\\Back\\MessagingUser::listMessage' => ['privates', '.service_locator.RV0kLmO', 'get_ServiceLocator_RV0kLmOService', false],
'App\\Controller\\Back\\MessagingUser::removeMessage' => ['privates', '.service_locator.0Hf3dzk', 'get_ServiceLocator_0Hf3dzkService', false],
'App\\Controller\\Back\\PackController::create' => ['privates', '.service_locator.aMIlyBL', 'get_ServiceLocator_AMIlyBLService', false],
'App\\Controller\\Back\\PackController::edit' => ['privates', '.service_locator.KRngLHp', 'get_ServiceLocator_KRngLHpService', false],
'App\\Controller\\Back\\PackController::list' => ['privates', '.service_locator.vlN2x_N', 'get_ServiceLocator_VlN2xNService', false],
'App\\Controller\\Back\\PackController::remove' => ['privates', '.service_locator.vfakA8e', 'get_ServiceLocator_VfakA8eService', false],
'App\\Controller\\Back\\PackController::removeProductPrecent' => ['privates', '.service_locator.KRMSF5q', 'get_ServiceLocator_KRMSF5qService', false],
'App\\Controller\\Back\\PageController::getPages' => ['privates', '.service_locator.kMQhdTs', 'get_ServiceLocator_KMQhdTsService', false],
'App\\Controller\\Back\\PageHomeController::modifyBlock' => ['privates', '.service_locator.xRraUWI', 'get_ServiceLocator_XRraUWIService', false],
'App\\Controller\\Back\\ProductController::list' => ['privates', '.service_locator.JeTwYn4', 'get_ServiceLocator_JeTwYn4Service', false],
'App\\Controller\\Back\\ProductController::reactive' => ['privates', '.service_locator.Hfu_Ccf', 'get_ServiceLocator_HfuCcfService', false],
'App\\Controller\\Back\\ProductController::remove' => ['privates', '.service_locator.Hfu_Ccf', 'get_ServiceLocator_HfuCcfService', false],
'App\\Controller\\Back\\SliderController::editSlider' => ['privates', '.service_locator.pUeKh5E', 'get_ServiceLocator_PUeKh5EService', false],
'App\\Controller\\Back\\SubscriptionController::disableSubscription' => ['privates', '.service_locator.YK278V.', 'get_ServiceLocator_YK278V_Service', false],
'App\\Controller\\Back\\SubscriptionController::everySubscription' => ['privates', '.service_locator.YEhJ6Ei', 'get_ServiceLocator_YEhJ6EiService', false],
'App\\Controller\\Back\\TypeAbonnementController::delete' => ['privates', '.service_locator.PpBxCLD', 'get_ServiceLocator_PpBxCLDService', false],
'App\\Controller\\Back\\TypeAbonnementController::edit' => ['privates', '.service_locator.PpBxCLD', 'get_ServiceLocator_PpBxCLDService', false],
'App\\Controller\\Back\\TypeAbonnementController::index' => ['privates', '.service_locator.u1LsvD.', 'get_ServiceLocator_U1LsvD_Service', false],
'App\\Controller\\Back\\TypeAbonnementController::show' => ['privates', '.service_locator.PpBxCLD', 'get_ServiceLocator_PpBxCLDService', false],
'App\\Controller\\Back\\UserController::changeStatus' => ['privates', '.service_locator..EKgwju', 'get_ServiceLocator__EKgwjuService', false],
'App\\Controller\\Back\\UserController::list' => ['privates', '.service_locator..Ae5NXw', 'get_ServiceLocator__Ae5NXwService', false],
'App\\Controller\\Back\\UserController::removeUser' => ['privates', '.service_locator.5bkioaH', 'get_ServiceLocator_5bkioaHService', false],
'App\\Controller\\ClientSpace\\AnnonceController::ajout_annonce' => ['privates', '.service_locator.f4s7QYc', 'get_ServiceLocator_F4s7QYcService', false],
'App\\Controller\\ClientSpace\\AnnonceController::annonceaffich_tout' => ['privates', '.service_locator.fGcSFpA', 'get_ServiceLocator_FGcSFpAService', false],
'App\\Controller\\ClientSpace\\AnnonceController::detail_annonce' => ['privates', '.service_locator.zdYWFkE', 'get_ServiceLocator_ZdYWFkEService', false],
'App\\Controller\\ClientSpace\\CommandController::list' => ['privates', '.service_locator.tPb5k.a', 'get_ServiceLocator_TPb5k_AService', false],
'App\\Controller\\ClientSpace\\DashboardController::getBill' => ['privates', '.service_locator.DDBwiXX', 'get_ServiceLocator_DDBwiXXService', false],
'App\\Controller\\ClientSpace\\DashboardController::getPackBill' => ['privates', '.service_locator.QXnWISQ', 'get_ServiceLocator_QXnWISQService', false],
'App\\Controller\\ClientSpace\\DashboardController::home' => ['privates', '.service_locator.T1vQYiw', 'get_ServiceLocator_T1vQYiwService', false],
'App\\Controller\\ClientSpace\\DashboardController::trakingList' => ['privates', '.service_locator.w8fp0rb', 'get_ServiceLocator_W8fp0rbService', false],
'App\\Controller\\ClientSpace\\LitigeController::create' => ['privates', '.service_locator.kuLJA_s', 'get_ServiceLocator_KuLJASService', false],
'App\\Controller\\ClientSpace\\LocationCliController::ajout_portefeuil' => ['privates', '.service_locator.jXW8KGC', 'get_ServiceLocator_JXW8KGCService', false],
'App\\Controller\\ClientSpace\\LocationCliController::cotion' => ['privates', '.service_locator.b9R.62X', 'get_ServiceLocator_B9R_62XService', false],
'App\\Controller\\ClientSpace\\LocationCliController::credite_compte' => ['privates', '.service_locator.b9R.62X', 'get_ServiceLocator_B9R_62XService', false],
'App\\Controller\\ClientSpace\\LocationCliController::getBill' => ['privates', '.service_locator.uok6LHy', 'get_ServiceLocator_Uok6LHyService', false],
'App\\Controller\\ClientSpace\\LocationCliController::liste_loc' => ['privates', '.service_locator.uok6LHy', 'get_ServiceLocator_Uok6LHyService', false],
'App\\Controller\\ClientSpace\\LocationCliController::location' => ['privates', '.service_locator.Sz3Lv_d', 'get_ServiceLocator_Sz3LvDService', false],
'App\\Controller\\ClientSpace\\LocationCliController::portefeuil' => ['privates', '.service_locator.jXW8KGC', 'get_ServiceLocator_JXW8KGCService', false],
'App\\Controller\\ClientSpace\\LocationCliController::recuper' => ['privates', '.service_locator.Mn_Y8mp', 'get_ServiceLocator_MnY8mpService', false],
'App\\Controller\\ClientSpace\\LocationCliController::redirectPaymentProcess' => ['privates', '.service_locator.rbYjiGI', 'get_ServiceLocator_RbYjiGIService', false],
'App\\Controller\\ClientSpace\\PlanningClientController::planning' => ['privates', '.service_locator.gPnxvfy', 'get_ServiceLocator_GPnxvfyService', false],
'App\\Controller\\ClientSpace\\ProfilController::myInfos' => ['privates', '.service_locator.XkWvEy6', 'get_ServiceLocator_XkWvEy6Service', false],
'App\\Controller\\ClientSpace\\ReservationCliController::liste_reservation' => ['privates', '.service_locator.LyRga8r', 'get_ServiceLocator_LyRga8rService', false],
'App\\Controller\\ClientSpace\\ReservationCliController::reserv_facturation' => ['privates', '.service_locator.LyRga8r', 'get_ServiceLocator_LyRga8rService', false],
'App\\Controller\\ClientSpace\\ReservationCliController::reservation_cli' => ['privates', '.service_locator.erhKmRT', 'get_ServiceLocator_ErhKmRTService', false],
'App\\Controller\\ClientSpace\\ReservationCliController::stripeConnectCheckout' => ['privates', '.service_locator.yvNgxqn', 'get_ServiceLocator_YvNgxqnService', false],
'App\\Controller\\ClientSpace\\ReservationCliController::stripeConnectSuccess' => ['privates', '.service_locator.oyg9Smm', 'get_ServiceLocator_Oyg9SmmService', false],
'App\\Controller\\ClientSpace\\TableController::addInviteToTable' => ['privates', '.service_locator.LVR1oMg', 'get_ServiceLocator_LVR1oMgService', false],
'App\\Controller\\ClientSpace\\TableController::affectationParticipantRoom' => ['privates', '.service_locator.stuAsfr', 'get_ServiceLocator_StuAsfrService', false],
'App\\Controller\\ClientSpace\\TableController::deleteParticipantOnRoom' => ['privates', '.service_locator.s6pA1wK', 'get_ServiceLocator_S6pA1wKService', false],
'App\\Controller\\ClientSpace\\TableController::listTables' => ['privates', '.service_locator.stuAsfr', 'get_ServiceLocator_StuAsfrService', false],
'App\\Controller\\ClientSpace\\TableController::removeInviteToTable' => ['privates', '.service_locator.XcWV9k7', 'get_ServiceLocator_XcWV9k7Service', false],
'App\\Controller\\ClientSpace\\TableUserController::changeInvitation' => ['privates', '.service_locator.XL_ggQT', 'get_ServiceLocator_XLGgQTService', false],
'App\\Controller\\ClientSpace\\TableUserController::edit' => ['privates', '.service_locator.XcWV9k7', 'get_ServiceLocator_XcWV9k7Service', false],
'App\\Controller\\ClientSpace\\TableUserController::list' => ['privates', '.service_locator.XL_ggQT', 'get_ServiceLocator_XLGgQTService', false],
'App\\Controller\\ClientSpace\\TableUserController::remove' => ['privates', '.service_locator.XcWV9k7', 'get_ServiceLocator_XcWV9k7Service', false],
'App\\Controller\\ClientSpace\\TicketController::controllBot' => ['privates', '.service_locator.lIMv.2R', 'get_ServiceLocator_LIMv_2RService', false],
'App\\Controller\\ClientSpace\\TicketController::dwonFile' => ['privates', '.service_locator.1Gxb7Kz', 'get_ServiceLocator_1Gxb7KzService', false],
'App\\Controller\\ClientSpace\\TicketController::list' => ['privates', '.service_locator.1.Dl96P', 'get_ServiceLocator_1_Dl96PService', false],
'App\\Controller\\ClientSpace\\TicketController::send_msg' => ['privates', '.service_locator.hkC8QpC', 'get_ServiceLocator_HkC8QpCService', false],
'App\\Controller\\ClientSpace\\TicketController::ticketSingle' => ['privates', '.service_locator.kN5JS7L', 'get_ServiceLocator_KN5JS7LService', false],
'App\\Controller\\ClientSpace\\WishListController::list' => ['privates', '.service_locator.ZeZ4bly', 'get_ServiceLocator_ZeZ4blyService', false],
'App\\Controller\\ClientSpace\\WishListController::remove' => ['privates', '.service_locator.MGvFh.Z', 'get_ServiceLocator_MGvFh_ZService', false],
'App\\Controller\\CompanySpace\\AnnonceCompanyController::affich_une_annonce' => ['privates', '.service_locator.fkK0Sxx', 'get_ServiceLocator_FkK0SxxService', false],
'App\\Controller\\CompanySpace\\AnnonceCompanyController::affiche_tout' => ['privates', '.service_locator.6uZE56Z', 'get_ServiceLocator_6uZE56ZService', false],
'App\\Controller\\CompanySpace\\AnnonceCompanyController::ajout_annonce' => ['privates', '.service_locator.YEhJ6Ei', 'get_ServiceLocator_YEhJ6EiService', false],
'App\\Controller\\CompanySpace\\AvisController::avisList' => ['privates', '.service_locator.1gXEf2W', 'get_ServiceLocator_1gXEf2WService', false],
'App\\Controller\\CompanySpace\\AvisController::responseToclient' => ['privates', '.service_locator.6jH8U5y', 'get_ServiceLocator_6jH8U5yService', false],
'App\\Controller\\CompanySpace\\ChargeSubscriptionController::disableCharge' => ['privates', '.service_locator.FqJmuJJ', 'get_ServiceLocator_FqJmuJJService', false],
'App\\Controller\\CompanySpace\\ChargeSubscriptionController::enableCharge' => ['privates', '.service_locator.bZQNJsb', 'get_ServiceLocator_BZQNJsbService', false],
'App\\Controller\\CompanySpace\\CommandController::list' => ['privates', '.service_locator.BWTEYKE', 'get_ServiceLocator_BWTEYKEService', false],
'App\\Controller\\CompanySpace\\CompanyInfoController::activateBankAccount' => ['privates', '.service_locator.rbYjiGI', 'get_ServiceLocator_RbYjiGIService', false],
'App\\Controller\\CompanySpace\\CompanyInfoController::infoEntreprise' => ['privates', '.service_locator.Bcjhxr6', 'get_ServiceLocator_Bcjhxr6Service', false],
'App\\Controller\\CompanySpace\\DashboardController::affichAnnonce' => ['privates', '.service_locator.NpjJZdU', 'get_ServiceLocator_NpjJZdUService', false],
'App\\Controller\\CompanySpace\\DashboardController::contactPlatform' => ['privates', '.service_locator.ywGq.x_', 'get_ServiceLocator_YwGq_XService', false],
'App\\Controller\\CompanySpace\\DashboardController::dahsboard' => ['privates', '.service_locator.BQKUrKU', 'get_ServiceLocator_BQKUrKUService', false],
'App\\Controller\\CompanySpace\\DashboardController::detailCommand' => ['privates', '.service_locator.w8fp0rb', 'get_ServiceLocator_W8fp0rbService', false],
'App\\Controller\\CompanySpace\\DashboardController::refundUser' => ['privates', '.service_locator.D8Y5CFc', 'get_ServiceLocator_D8Y5CFcService', false],
'App\\Controller\\CompanySpace\\DashboardController::validService' => ['privates', '.service_locator.DDBwiXX', 'get_ServiceLocator_DDBwiXXService', false],
'App\\Controller\\CompanySpace\\LocationCompanyController::location' => ['privates', '.service_locator.Sz3Lv_d', 'get_ServiceLocator_Sz3LvDService', false],
'App\\Controller\\CompanySpace\\LocationCompanyController::locationValidation' => ['privates', '.service_locator.1_9lFc_', 'get_ServiceLocator_19lFcService', false],
'App\\Controller\\CompanySpace\\LocationCompanyController::modifreservation' => ['privates', '.service_locator.uok6LHy', 'get_ServiceLocator_Uok6LHyService', false],
'App\\Controller\\CompanySpace\\LocationCompanyController::refuser' => ['privates', '.service_locator.uok6LHy', 'get_ServiceLocator_Uok6LHyService', false],
'App\\Controller\\CompanySpace\\LocationCompanyController::validation' => ['privates', '.service_locator.0nbkIpC', 'get_ServiceLocator_0nbkIpCService', false],
'App\\Controller\\CompanySpace\\PaymentController::paymentList' => ['privates', '.service_locator.i.Lphe5', 'get_ServiceLocator_I_Lphe5Service', false],
'App\\Controller\\CompanySpace\\PlanningController::addDate' => ['privates', '.service_locator.XeEXNBI', 'get_ServiceLocator_XeEXNBIService', false],
'App\\Controller\\CompanySpace\\PlanningController::addMultipleDate' => ['privates', '.service_locator.Bby4B9c', 'get_ServiceLocator_Bby4B9cService', false],
'App\\Controller\\CompanySpace\\PlanningController::planning' => ['privates', '.service_locator.kz89T0n', 'get_ServiceLocator_Kz89T0nService', false],
'App\\Controller\\CompanySpace\\ProductController::add' => ['privates', '.service_locator.mrFJ9Yn', 'get_ServiceLocator_MrFJ9YnService', false],
'App\\Controller\\CompanySpace\\ProductController::addAgenda' => ['privates', '.service_locator.iyEwlLH', 'get_ServiceLocator_IyEwlLHService', false],
'App\\Controller\\CompanySpace\\ProductController::edit' => ['privates', '.service_locator.RG90qSG', 'get_ServiceLocator_RG90qSGService', false],
'App\\Controller\\CompanySpace\\ProductController::editAgenda' => ['privates', '.service_locator.iyEwlLH', 'get_ServiceLocator_IyEwlLHService', false],
'App\\Controller\\CompanySpace\\ProductController::list' => ['privates', '.service_locator.RvPg.L6', 'get_ServiceLocator_RvPg_L6Service', false],
'App\\Controller\\CompanySpace\\ProductController::remove' => ['privates', '.service_locator.iyEwlLH', 'get_ServiceLocator_IyEwlLHService', false],
'App\\Controller\\CompanySpace\\ProductController::removeAgenda' => ['privates', '.service_locator.PMM01Pd', 'get_ServiceLocator_PMM01PdService', false],
'App\\Controller\\CompanySpace\\ProductController::removeDayprice' => ['privates', '.service_locator.pSStNQV', 'get_ServiceLocator_PSStNQVService', false],
'App\\Controller\\CompanySpace\\ProductController::removeOption' => ['privates', '.service_locator.yB0Gtnr', 'get_ServiceLocator_YB0GtnrService', false],
'App\\Controller\\CompanySpace\\ProductController::removePeriodPrice' => ['privates', '.service_locator.rrEM3n5', 'get_ServiceLocator_RrEM3n5Service', false],
'App\\Controller\\CompanySpace\\ProductController::removePhoto' => ['privates', '.service_locator.rHfkBgN', 'get_ServiceLocator_RHfkBgNService', false],
'App\\Controller\\CompanySpace\\ProductController::removeProduct' => ['privates', '.service_locator.iyEwlLH', 'get_ServiceLocator_IyEwlLHService', false],
'App\\Controller\\CompanySpace\\ProductController::removeReduction' => ['privates', '.service_locator.j6Titur', 'get_ServiceLocator_J6TiturService', false],
'App\\Controller\\CompanySpace\\ProductController::removeTarifDegressif' => ['privates', '.service_locator.ojUrV1u', 'get_ServiceLocator_OjUrV1uService', false],
'App\\Controller\\CompanySpace\\ProfilController::profil' => ['privates', '.service_locator.QH_ILxz', 'get_ServiceLocator_QHILxzService', false],
'App\\Controller\\CompanySpace\\ResevationCompanyController::location' => ['privates', '.service_locator.erhKmRT', 'get_ServiceLocator_ErhKmRTService', false],
'App\\Controller\\CompanySpace\\ResevationCompanyController::refuser_reservation' => ['privates', '.service_locator.LyRga8r', 'get_ServiceLocator_LyRga8rService', false],
'App\\Controller\\CompanySpace\\ResevationCompanyController::validation' => ['privates', '.service_locator._hdL4sA', 'get_ServiceLocator_HdL4sAService', false],
'App\\Controller\\CompanySpace\\StripeSubscriptionController::index' => ['privates', '.service_locator.YEhJ6Ei', 'get_ServiceLocator_YEhJ6EiService', false],
'App\\Controller\\CompanySpace\\StripeSubscriptionController::stripeSubscriptionCancel' => ['privates', '.service_locator.d9Ex_wy', 'get_ServiceLocator_D9ExWyService', false],
'App\\Controller\\CompanySpace\\StripeSubscriptionController::stripeSubscriptionDetails' => ['privates', '.service_locator.5vRN0NB', 'get_ServiceLocator_5vRN0NBService', false],
'App\\Controller\\CompanySpace\\StripeSubscriptionController::stripeSubscriptionReturnUrl' => ['privates', '.service_locator.Cjke0.u', 'get_ServiceLocator_Cjke0_UService', false],
'App\\Controller\\CompanySpace\\StripeSubscriptionController::subscriptionType' => ['privates', '.service_locator.frGxWuE', 'get_ServiceLocator_FrGxWuEService', false],
'App\\Controller\\CompanySpace\\StripeSubscriptionController::webhook' => ['privates', '.service_locator.TYuKk9Q', 'get_ServiceLocator_TYuKk9QService', false],
'App\\Controller\\CompanySpace\\SubscriptionController::abonnementShow' => ['privates', '.service_locator.9HyERFE', 'get_ServiceLocator_9HyERFEService', false],
'App\\Controller\\CompanySpace\\SubscriptionController::assigningSubscription' => ['privates', '.service_locator.YEhJ6Ei', 'get_ServiceLocator_YEhJ6EiService', false],
'App\\Controller\\CompanySpace\\SubscriptionController::confirmPaymentProduct' => ['privates', '.service_locator.dtQAMSf', 'get_ServiceLocator_DtQAMSfService', false],
'App\\Controller\\CompanySpace\\SubscriptionController::disableSubscription' => ['privates', '.service_locator.YK278V.', 'get_ServiceLocator_YK278V_Service', false],
'App\\Controller\\CompanySpace\\SubscriptionController::index' => ['privates', '.service_locator.5vRN0NB', 'get_ServiceLocator_5vRN0NBService', false],
'App\\Controller\\CompanySpace\\SubscriptionController::pagesAbn' => ['privates', '.service_locator.YEhJ6Ei', 'get_ServiceLocator_YEhJ6EiService', false],
'App\\Controller\\CompanySpace\\SubscriptionController::paymentProcess' => ['privates', '.service_locator.rbYjiGI', 'get_ServiceLocator_RbYjiGIService', false],
'App\\Controller\\CompanySpace\\SubscriptionController::redirectPaymentProcess' => ['privates', '.service_locator.lZFfBKF', 'get_ServiceLocator_LZFfBKFService', false],
'App\\Controller\\CompanySpace\\SubscriptionController::renewSubscription' => ['privates', '.service_locator.9HyERFE', 'get_ServiceLocator_9HyERFEService', false],
'App\\Controller\\CompanySpace\\SubscriptionController::showAttachmentRendering' => ['privates', '.service_locator.3bjKMDM', 'get_ServiceLocator_3bjKMDMService', false],
'App\\Controller\\CompanySpace\\SubscriptionController::showEmailRendering' => ['privates', '.service_locator.3bjKMDM', 'get_ServiceLocator_3bjKMDMService', false],
'App\\Controller\\CompanySpace\\SubscriptionController::subscriptionForm' => ['privates', '.service_locator.WAJK_a3', 'get_ServiceLocator_WAJKA3Service', false],
'App\\Controller\\CompanySpace\\SubscriptionController::todaySSubscriptionRenewal' => ['privates', '.service_locator.9HyERFE', 'get_ServiceLocator_9HyERFEService', false],
'App\\Controller\\CompanySpace\\TchatController::list' => ['privates', '.service_locator.qHL6Wfc', 'get_ServiceLocator_QHL6WfcService', false],
'App\\Controller\\CompanySpace\\TchatController::sendResponse' => ['privates', '.service_locator.P7TnagR', 'get_ServiceLocator_P7TnagRService', false],
'App\\Controller\\CompanySpace\\TicketController::changeButtonCloseTicket' => ['privates', '.service_locator.zJKiM_F', 'get_ServiceLocator_ZJKiMFService', false],
'App\\Controller\\CompanySpace\\TicketController::dwonFile' => ['privates', '.service_locator.1Gxb7Kz', 'get_ServiceLocator_1Gxb7KzService', false],
'App\\Controller\\CompanySpace\\TicketController::list' => ['privates', '.service_locator.1.Dl96P', 'get_ServiceLocator_1_Dl96PService', false],
'App\\Controller\\CompanySpace\\TicketController::send_msg' => ['privates', '.service_locator.hkC8QpC', 'get_ServiceLocator_HkC8QpCService', false],
'App\\Controller\\CompanySpace\\TicketController::ticketSingle' => ['privates', '.service_locator.kN5JS7L', 'get_ServiceLocator_KN5JS7LService', false],
'App\\Controller\\CompanySpace\\WalletController::myWallet' => ['privates', '.service_locator.deAPGW9', 'get_ServiceLocator_DeAPGW9Service', false],
'App\\Controller\\CompanySpace\\WalletController::transferMoney' => ['privates', '.service_locator.IjThl9Z', 'get_ServiceLocator_IjThl9ZService', false],
'App\\Controller\\ConversationController::listeMessage' => ['privates', '.service_locator.zCHnZx3', 'get_ServiceLocator_ZCHnZx3Service', false],
'App\\Controller\\ConversationController::luMessage' => ['privates', '.service_locator.EonmS0H', 'get_ServiceLocator_EonmS0HService', false],
'App\\Controller\\Front\\ArticleController::list' => ['privates', '.service_locator.QgkPOD0', 'get_ServiceLocator_QgkPOD0Service', false],
'App\\Controller\\Front\\BlogController::categoryList' => ['privates', '.service_locator.Fk8Jjd1', 'get_ServiceLocator_Fk8Jjd1Service', false],
'App\\Controller\\Front\\BlogController::list' => ['privates', '.service_locator.oBOkORf', 'get_ServiceLocator_OBOkORfService', false],
'App\\Controller\\Front\\BlogController::single' => ['privates', '.service_locator.OtLvXM7', 'get_ServiceLocator_OtLvXM7Service', false],
'App\\Controller\\Front\\CommandController::basket' => ['privates', '.service_locator.1M0Ex6F', 'get_ServiceLocator_1M0Ex6FService', false],
'App\\Controller\\Front\\CommandController::createBasketPdf' => ['privates', '.service_locator.R41tAd9', 'get_ServiceLocator_R41tAd9Service', false],
'App\\Controller\\Front\\CommandController::createInvoicePdf' => ['privates', '.service_locator.nt27W2V', 'get_ServiceLocator_Nt27W2VService', false],
'App\\Controller\\Front\\CommandController::getOption' => ['privates', '.service_locator.5QPZw9q', 'get_ServiceLocator_5QPZw9qService', false],
'App\\Controller\\Front\\CommandController::livraison' => ['privates', '.service_locator.1M0Ex6F', 'get_ServiceLocator_1M0Ex6FService', false],
'App\\Controller\\Front\\CommandController::payment' => ['privates', '.service_locator.MMCoANF', 'get_ServiceLocator_MMCoANFService', false],
'App\\Controller\\Front\\CommandController::paymentProcess' => ['privates', '.service_locator.dUR7RHn', 'get_ServiceLocator_DUR7RHnService', false],
'App\\Controller\\Front\\CommandController::paymentType' => ['privates', '.service_locator.ojzhAYY', 'get_ServiceLocator_OjzhAYYService', false],
'App\\Controller\\Front\\CommandController::redirectPaymentProcess' => ['privates', '.service_locator.CVVWxrB', 'get_ServiceLocator_CVVWxrBService', false],
'App\\Controller\\Front\\CommandController::removeProductToBasket' => ['privates', '.service_locator.iyEwlLH', 'get_ServiceLocator_IyEwlLHService', false],
'App\\Controller\\Front\\CommandController::stripeCancel' => ['privates', '.service_locator.tPb5k.a', 'get_ServiceLocator_TPb5k_AService', false],
'App\\Controller\\Front\\CommandController::stripePayment' => ['privates', '.service_locator.zqWlnT5', 'get_ServiceLocator_ZqWlnT5Service', false],
'App\\Controller\\Front\\CommandController::stripeSuccess' => ['privates', '.service_locator.EaXXzsj', 'get_ServiceLocator_EaXXzsjService', false],
'App\\Controller\\Front\\CommandController::validateCommand' => ['privates', '.service_locator.98VNUeZ', 'get_ServiceLocator_98VNUeZService', false],
'App\\Controller\\Front\\CompanyController::list' => ['privates', '.service_locator.yTEBZR4', 'get_ServiceLocator_YTEBZR4Service', false],
'App\\Controller\\Front\\CompanyController::searchCompanyFilter' => ['privates', '.service_locator.yTEBZR4', 'get_ServiceLocator_YTEBZR4Service', false],
'App\\Controller\\Front\\CompanyController::single' => ['privates', '.service_locator.KLB0ebl', 'get_ServiceLocator_KLB0eblService', false],
'App\\Controller\\Front\\ContactController::contact' => ['privates', '.service_locator.ywGq.x_', 'get_ServiceLocator_YwGq_XService', false],
'App\\Controller\\Front\\HomeController::changeCategory' => ['privates', '.service_locator..6SGLFm', 'get_ServiceLocator__6SGLFmService', false],
'App\\Controller\\Front\\HomeController::home' => ['privates', '.service_locator.Qd3PCjp', 'get_ServiceLocator_Qd3PCjpService', false],
'App\\Controller\\Front\\LocationController::annulatiolocation' => ['privates', '.service_locator.RKCz2Xq', 'get_ServiceLocator_RKCz2XqService', false],
'App\\Controller\\Front\\LocationController::newFistStep' => ['privates', '.service_locator.iLAbC9x', 'get_ServiceLocator_ILAbC9xService', false],
'App\\Controller\\Front\\LocationController::newSecondStep' => ['privates', '.service_locator.c7sUReL', 'get_ServiceLocator_C7sUReLService', false],
'App\\Controller\\Front\\LocationController::newThirdStep' => ['privates', '.service_locator.a.dteKw', 'get_ServiceLocator_A_DteKwService', false],
'App\\Controller\\Front\\LocationController::updatelocation' => ['privates', '.service_locator.mR1eFSc', 'get_ServiceLocator_MR1eFScService', false],
'App\\Controller\\Front\\PackController::removeProductToBasket' => ['privates', '.service_locator.vfakA8e', 'get_ServiceLocator_VfakA8eService', false],
'App\\Controller\\Front\\PackController::single' => ['privates', '.service_locator.vfakA8e', 'get_ServiceLocator_VfakA8eService', false],
'App\\Controller\\Front\\PageController::aPropos' => ['privates', '.service_locator.C.vhrmY', 'get_ServiceLocator_C_VhrmYService', false],
'App\\Controller\\Front\\PageController::cgv' => ['privates', '.service_locator.C.vhrmY', 'get_ServiceLocator_C_VhrmYService', false],
'App\\Controller\\Front\\PageController::mentions' => ['privates', '.service_locator.C.vhrmY', 'get_ServiceLocator_C_VhrmYService', false],
'App\\Controller\\Front\\ProductController::Option' => ['privates', '.service_locator.hNwWVcg', 'get_ServiceLocator_HNwWVcgService', false],
'App\\Controller\\Front\\ProductController::addPackToBasket' => ['privates', '.service_locator.vfakA8e', 'get_ServiceLocator_VfakA8eService', false],
'App\\Controller\\Front\\ProductController::addProductBasket' => ['privates', '.service_locator.nEHzZe_', 'get_ServiceLocator_NEHzZeService', false],
'App\\Controller\\Front\\ProductController::ajout_options_groups' => ['privates', '.service_locator.BIMkgrA', 'get_ServiceLocator_BIMkgrAService', false],
'App\\Controller\\Front\\ProductController::caracteristicAdded' => ['privates', '.service_locator.8tz6iWi', 'get_ServiceLocator_8tz6iWiService', false],
'App\\Controller\\Front\\ProductController::deleteRoomOption' => ['privates', '.service_locator.aPcB6.A', 'get_ServiceLocator_APcB6_AService', false],
'App\\Controller\\Front\\ProductController::equipemenstAdded' => ['privates', '.service_locator.M7IUApa', 'get_ServiceLocator_M7IUApaService', false],
'App\\Controller\\Front\\ProductController::filtreHeberge' => ['privates', '.service_locator.fd8aUIK', 'get_ServiceLocator_Fd8aUIKService', false],
'App\\Controller\\Front\\ProductController::getAnnonceSubcategory' => ['privates', '.service_locator.3wgCo0H', 'get_ServiceLocator_3wgCo0HService', false],
'App\\Controller\\Front\\ProductController::getByTransporteurAndWeight' => ['privates', '.service_locator.M3mbzID', 'get_ServiceLocator_M3mbzIDService', false],
'App\\Controller\\Front\\ProductController::getCompanyTransporteursPrice' => ['privates', '.service_locator.M3mbzID', 'get_ServiceLocator_M3mbzIDService', false],
'App\\Controller\\Front\\ProductController::getSubCatFairepart' => ['privates', '.service_locator.VC88q9S', 'get_ServiceLocator_VC88q9SService', false],
'App\\Controller\\Front\\ProductController::getSubCategory' => ['privates', '.service_locator.B95m3mR', 'get_ServiceLocator_B95m3mRService', false],
'App\\Controller\\Front\\ProductController::getSubCategoryHebergement' => ['privates', '.service_locator.B95m3mR', 'get_ServiceLocator_B95m3mRService', false],
'App\\Controller\\Front\\ProductController::getTransporteursPrice' => ['privates', '.service_locator.M3mbzID', 'get_ServiceLocator_M3mbzIDService', false],
'App\\Controller\\Front\\ProductController::languagesAdded' => ['privates', '.service_locator.9ocP31N', 'get_ServiceLocator_9ocP31NService', false],
'App\\Controller\\Front\\ProductController::listByCategory' => ['privates', '.service_locator.bVPw2Q3', 'get_ServiceLocator_BVPw2Q3Service', false],
'App\\Controller\\Front\\ProductController::listByCategoryEvent' => ['privates', '.service_locator.UD4.nTB', 'get_ServiceLocator_UD4_NTBService', false],
'App\\Controller\\Front\\ProductController::listBySubCategory' => ['privates', '.service_locator.UD4.nTB', 'get_ServiceLocator_UD4_NTBService', false],
'App\\Controller\\Front\\ProductController::option_produit' => ['privates', '.service_locator.BIMkgrA', 'get_ServiceLocator_BIMkgrAService', false],
'App\\Controller\\Front\\ProductController::orderByCategory' => ['privates', '.service_locator.QgkPOD0', 'get_ServiceLocator_QgkPOD0Service', false],
'App\\Controller\\Front\\ProductController::prodOption' => ['privates', '.service_locator.BIMkgrA', 'get_ServiceLocator_BIMkgrAService', false],
'App\\Controller\\Front\\ProductController::productSingle' => ['privates', '.service_locator.UMFkbbB', 'get_ServiceLocator_UMFkbbBService', false],
'App\\Controller\\Front\\ProductController::products' => ['privates', '.service_locator.hFt7u8B', 'get_ServiceLocator_HFt7u8BService', false],
'App\\Controller\\Front\\ProductController::searchFilter' => ['privates', '.service_locator.FooWQDB', 'get_ServiceLocator_FooWQDBService', false],
'App\\Controller\\Front\\ProductController::securitiesAdded' => ['privates', '.service_locator.bvTTe_x', 'get_ServiceLocator_BvTTeXService', false],
'App\\Controller\\Front\\ProductController::subCategoryAdded' => ['privates', '.service_locator.mCtarlu', 'get_ServiceLocator_MCtarluService', false],
'App\\Controller\\Front\\ProductController::typeHebergementAdded' => ['privates', '.service_locator.rgFDmyU', 'get_ServiceLocator_RgFDmyUService', false],
'App\\Controller\\Front\\ProductController::typeLocalisationAdded' => ['privates', '.service_locator.7n8s8h1', 'get_ServiceLocator_7n8s8h1Service', false],
'App\\Controller\\Front\\ProductController::type_prestation' => ['privates', '.service_locator.JeWueYE', 'get_ServiceLocator_JeWueYEService', false],
'App\\Controller\\Front\\RechercheMap::activiteSelected' => ['privates', '.service_locator.nTOpsGA', 'get_ServiceLocator_NTOpsGAService', false],
'App\\Controller\\Front\\RechercheMap::activiteproximite' => ['privates', '.service_locator.VRKCSt6', 'get_ServiceLocator_VRKCSt6Service', false],
'App\\Controller\\Front\\RechercheMap::responseRecherche' => ['privates', '.service_locator.FZcSFxc', 'get_ServiceLocator_FZcSFxcService', false],
'App\\Controller\\Front\\ReservationController::new' => ['privates', '.service_locator.kYI1Pri', 'get_ServiceLocator_KYI1PriService', false],
'App\\Controller\\Front\\ReservationController::newReservationStepThree' => ['privates', '.service_locator.JeTwYn4', 'get_ServiceLocator_JeTwYn4Service', false],
'App\\Controller\\Front\\ReservationController::newReservationStepTwo' => ['privates', '.service_locator.CHszz5d', 'get_ServiceLocator_CHszz5dService', false],
'App\\Controller\\Front\\WishController::add' => ['privates', '.service_locator.xy0Qv6D', 'get_ServiceLocator_Xy0Qv6DService', false],
'App\\Controller\\NotificationController::markAsClicked' => ['privates', '.service_locator.p0rDQug', 'get_ServiceLocator_P0rDQugService', false],
'App\\Controller\\ReseauSociaux\\CommentsController::commentPost' => ['privates', '.service_locator.JciIgIy', 'get_ServiceLocator_JciIgIyService', false],
'App\\Controller\\ReseauSociaux\\CommentsController::index' => ['privates', '.service_locator.gDGjMim', 'get_ServiceLocator_GDGjMimService', false],
'App\\Controller\\ReseauSociaux\\LivestreamController::deleteLivePost' => ['privates', '.service_locator.RWh4pN3', 'get_ServiceLocator_RWh4pN3Service', false],
'App\\Controller\\ReseauSociaux\\LivestreamController::liveState' => ['privates', '.service_locator.RWh4pN3', 'get_ServiceLocator_RWh4pN3Service', false],
'App\\Controller\\ReseauSociaux\\LivestreamController::liveThumbnails' => ['privates', '.service_locator.RWh4pN3', 'get_ServiceLocator_RWh4pN3Service', false],
'App\\Controller\\ReseauSociaux\\MessageController::getLatestMessages' => ['privates', '.service_locator.m2nuFEr', 'get_ServiceLocator_M2nuFErService', false],
'App\\Controller\\ReseauSociaux\\MessageController::getUserConnected' => ['privates', '.service_locator.j5iGUk4', 'get_ServiceLocator_J5iGUk4Service', false],
'App\\Controller\\ReseauSociaux\\MessageController::newMessage' => ['privates', '.service_locator.grZbmbT', 'get_ServiceLocator_GrZbmbTService', false],
'App\\Controller\\ReseauSociaux\\MessageController::readLastMessage' => ['privates', '.service_locator.MWLTmxd', 'get_ServiceLocator_MWLTmxdService', false],
'App\\Controller\\ReseauSociaux\\MessageController::showConversation' => ['privates', '.service_locator.tDbRvL.', 'get_ServiceLocator_TDbRvL_Service', false],
'App\\Controller\\ReseauSociaux\\MessageController::showUsers' => ['privates', '.service_locator.Mpct_jV', 'get_ServiceLocator_MpctJVService', false],
'App\\Controller\\ReseauSociaux\\NotificationController::getNotifForUser' => ['privates', '.service_locator.z9o51BF', 'get_ServiceLocator_Z9o51BFService', false],
'App\\Controller\\ReseauSociaux\\PostLikeController::likePublication' => ['privates', '.service_locator.gCZmBRB', 'get_ServiceLocator_GCZmBRBService', false],
'App\\Controller\\ReseauSociaux\\PostLikeController::showLikes' => ['privates', '.service_locator.gDGjMim', 'get_ServiceLocator_GDGjMimService', false],
'App\\Controller\\ReseauSociaux\\ProfilController::editUserInfo' => ['privates', '.service_locator.j5iGUk4', 'get_ServiceLocator_J5iGUk4Service', false],
'App\\Controller\\ReseauSociaux\\PublicationController::deletePublication' => ['privates', '.service_locator.gCZmBRB', 'get_ServiceLocator_GCZmBRBService', false],
'App\\Controller\\ReseauSociaux\\PublicationController::getAllCompanyProduct' => ['privates', '.service_locator.KQdyJ7Y', 'get_ServiceLocator_KQdyJ7YService', false],
'App\\Controller\\ReseauSociaux\\PublicationController::newPublication' => ['privates', '.service_locator.smtN4bf', 'get_ServiceLocator_SmtN4bfService', false],
'App\\Controller\\ReseauSociaux\\PublicationController::newSharePost' => ['privates', '.service_locator.gCZmBRB', 'get_ServiceLocator_GCZmBRBService', false],
'App\\Controller\\ReseauSociaux\\PublicationController::postOwnPublication' => ['privates', '.service_locator.Cvg3d7w', 'get_ServiceLocator_Cvg3d7wService', false],
'App\\Controller\\ReseauSociaux\\PublicationController::showPublications' => ['privates', '.service_locator.cfYOGgC', 'get_ServiceLocator_CfYOGgCService', false],
'App\\Controller\\ReseauSociaux\\PublicationController::updatePublication' => ['privates', '.service_locator.gCZmBRB', 'get_ServiceLocator_GCZmBRBService', false],
'App\\Controller\\ReseauSociaux\\ReseauSociauxController::createEspace' => ['privates', '.service_locator.Cvg3d7w', 'get_ServiceLocator_Cvg3d7wService', false],
'App\\Controller\\ReseauSociaux\\ReseauSociauxController::followEspace' => ['privates', '.service_locator.cfYOGgC', 'get_ServiceLocator_CfYOGgCService', false],
'App\\Controller\\ReseauSociaux\\ReseauSociauxController::followedOrNot' => ['privates', '.service_locator.cfYOGgC', 'get_ServiceLocator_CfYOGgCService', false],
'App\\Controller\\ReseauSociaux\\ReseauSociauxController::getPublication' => ['privates', '.service_locator.4QomvUp', 'get_ServiceLocator_4QomvUpService', false],
'App\\Controller\\ReseauSociaux\\ReseauSociauxController::unfollowEspace' => ['privates', '.service_locator.cfYOGgC', 'get_ServiceLocator_CfYOGgCService', false],
'App\\Controller\\ReseauSociaux\\SearchKeyWordController::sociauxSearchKeyWord' => ['privates', '.service_locator.2C02PlN', 'get_ServiceLocator_2C02PlNService', false],
'App\\Controller\\SatatusUserControler::status' => ['privates', '.service_locator.1UOwC31', 'get_ServiceLocator_1UOwC31Service', false],
'App\\Controller\\SecurityController::SubscriptionCompanyStep2' => ['privates', '.service_locator.0vKge8y', 'get_ServiceLocator_0vKge8yService', false],
'App\\Controller\\SecurityController::confirmationSubscription' => ['privates', '.service_locator.gOIeLr9', 'get_ServiceLocator_GOIeLr9Service', false],
'App\\Controller\\SecurityController::deconnecter' => ['privates', '.service_locator..U56zRv', 'get_ServiceLocator__U56zRvService', false],
'App\\Controller\\SecurityController::forgotPassword' => ['privates', '.service_locator.ZkPhE8x', 'get_ServiceLocator_ZkPhE8xService', false],
'App\\Controller\\SecurityController::getSubCategory' => ['privates', '.service_locator.uRjNJx_', 'get_ServiceLocator_URjNJxService', false],
'App\\Controller\\SecurityController::loginClient' => ['privates', '.service_locator.WiRn98c', 'get_ServiceLocator_WiRn98cService', false],
'App\\Controller\\SecurityController::loginEnterprise' => ['privates', '.service_locator.UDgw6Ol', 'get_ServiceLocator_UDgw6OlService', false],
'App\\Controller\\SecurityController::subscriptionCompanyStep1' => ['privates', '.service_locator.V_T7gSp', 'get_ServiceLocator_VT7gSpService', false],
'App\\Controller\\TestMerController::postPing' => ['privates', '.service_locator.zCHnZx3', 'get_ServiceLocator_ZCHnZx3Service', false],
'App\\Controller\\TestMerController::test_mail' => ['privates', '.service_locator.ywGq.x_', 'get_ServiceLocator_YwGq_XService', false],
'App\\Controller\\UpdateOptionController::updatOptionFairepart' => ['privates', '.service_locator.ilt3ZoC', 'get_ServiceLocator_Ilt3ZoCService', false],
'App\\Controller\\UpdateOptionController::updatOptionGroups' => ['privates', '.service_locator.ilt3ZoC', 'get_ServiceLocator_Ilt3ZoCService', false],
'App\\Controller\\ViewTestController::hebergement' => ['privates', '.service_locator.zgm_820', 'get_ServiceLocator_Zgm820Service', false],
'App\\Controller\\ViewTestController::viewRecurringPay' => ['privates', '.service_locator.9FX91rs', 'get_ServiceLocator_9FX91rsService', false],
'kernel::loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel::registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'App\\Controller\\AndranaController:affiche_tout' => ['privates', '.service_locator.hoVi04k', 'get_ServiceLocator_HoVi04kService', false],
'App\\Controller\\AndranaController:customerCreation' => ['privates', '.service_locator.FEYwjml', 'get_ServiceLocator_FEYwjmlService', false],
'App\\Controller\\AndranaController:pageAnnonce' => ['privates', '.service_locator.CnC40X5', 'get_ServiceLocator_CnC40X5Service', false],
'App\\Controller\\AndranaController:pagesAbn' => ['privates', '.service_locator.YEhJ6Ei', 'get_ServiceLocator_YEhJ6EiService', false],
'App\\Controller\\AndranaController:pagesAnnonce' => ['privates', '.service_locator.LwpUeM7', 'get_ServiceLocator_LwpUeM7Service', false],
'App\\Controller\\AndranaController:retrieveCheckoutSession' => ['privates', '.service_locator.4llwlQk', 'get_ServiceLocator_4llwlQkService', false],
'App\\Controller\\AndranaController:retrieveInvoice' => ['privates', '.service_locator.4llwlQk', 'get_ServiceLocator_4llwlQkService', false],
'App\\Controller\\AndranaController:retrieveLocation' => ['privates', '.service_locator.E4uaEQ7', 'get_ServiceLocator_E4uaEQ7Service', false],
'App\\Controller\\AndranaController:retrieveTransfer' => ['privates', '.service_locator.4llwlQk', 'get_ServiceLocator_4llwlQkService', false],
'App\\Controller\\AndranaController:sendTestEmailForCancelation' => ['privates', '.service_locator.6_LCDLp', 'get_ServiceLocator_6LCDLpService', false],
'App\\Controller\\AndranaController:testChargeRefund' => ['privates', '.service_locator.4llwlQk', 'get_ServiceLocator_4llwlQkService', false],
'App\\Controller\\AndranaController:testChargeRetrieve' => ['privates', '.service_locator.4llwlQk', 'get_ServiceLocator_4llwlQkService', false],
'App\\Controller\\AndranaController:testMailer' => ['privates', '.service_locator.ZTz9UxD', 'get_ServiceLocator_ZTz9UxDService', false],
'App\\Controller\\AndranaController:testStripeConnectCheckout' => ['privates', '.service_locator.RZ_09nW', 'get_ServiceLocator_RZ09nWService', false],
'App\\Controller\\AndranaController:testStripePayment' => ['privates', '.service_locator.4llwlQk', 'get_ServiceLocator_4llwlQkService', false],
'App\\Controller\\AndranaController:testStripePaymentSuccess' => ['privates', '.service_locator.E4uaEQ7', 'get_ServiceLocator_E4uaEQ7Service', false],
'App\\Controller\\AndranaController:viewConfirmRefund' => ['privates', '.service_locator.uok6LHy', 'get_ServiceLocator_Uok6LHyService', false],
'App\\Controller\\Back\\AdminCommuneController:delete' => ['privates', '.service_locator.WRHuBiq', 'get_ServiceLocator_WRHuBiqService', false],
'App\\Controller\\Back\\AdminCommuneController:edit' => ['privates', '.service_locator.WRHuBiq', 'get_ServiceLocator_WRHuBiqService', false],
'App\\Controller\\Back\\AdminCommuneController:index' => ['privates', '.service_locator.wIx7yzK', 'get_ServiceLocator_WIx7yzKService', false],
'App\\Controller\\Back\\AdminCommuneController:new' => ['privates', '.service_locator.YxAUfPh', 'get_ServiceLocator_YxAUfPhService', false],
'App\\Controller\\Back\\AdminCommuneController:show' => ['privates', '.service_locator.2vw66BE', 'get_ServiceLocator_2vw66BEService', false],
'App\\Controller\\Back\\AdminController:createAdminLimited' => ['privates', '.service_locator.Eoc8etk', 'get_ServiceLocator_Eoc8etkService', false],
'App\\Controller\\Back\\AdminController:editAdmin' => ['privates', '.service_locator.8_F_x2l', 'get_ServiceLocator_8FX2lService', false],
'App\\Controller\\Back\\AdminController:transfer_caution_cli' => ['privates', '.service_locator.BkL90p1', 'get_ServiceLocator_BkL90p1Service', false],
'App\\Controller\\Back\\AdminController:transfer_caution_pre' => ['privates', '.service_locator.BqwmENK', 'get_ServiceLocator_BqwmENKService', false],
'App\\Controller\\Back\\AdminFinancesController:paiements' => ['privates', '.service_locator.gFLN_c3', 'get_ServiceLocator_GFLNC3Service', false],
'App\\Controller\\Back\\AdminFinancesController:taxeSejour' => ['privates', '.service_locator.uok6LHy', 'get_ServiceLocator_Uok6LHyService', false],
'App\\Controller\\Back\\AdminLocationController:commandSingle' => ['privates', '.service_locator.mR1eFSc', 'get_ServiceLocator_MR1eFScService', false],
'App\\Controller\\Back\\AdminLocationController:index' => ['privates', '.service_locator.uok6LHy', 'get_ServiceLocator_Uok6LHyService', false],
'App\\Controller\\Back\\AdminPromoController:delete' => ['privates', '.service_locator.Bfmfc3z', 'get_ServiceLocator_Bfmfc3zService', false],
'App\\Controller\\Back\\AdminPromoController:edit' => ['privates', '.service_locator.Bfmfc3z', 'get_ServiceLocator_Bfmfc3zService', false],
'App\\Controller\\Back\\AdminPromoController:index' => ['privates', '.service_locator.lhEkdjU', 'get_ServiceLocator_LhEkdjUService', false],
'App\\Controller\\Back\\AdminPromoController:new' => ['privates', '.service_locator.lhEkdjU', 'get_ServiceLocator_LhEkdjUService', false],
'App\\Controller\\Back\\AdminPromoController:show' => ['privates', '.service_locator.Rp3M5BO', 'get_ServiceLocator_Rp3M5BOService', false],
'App\\Controller\\Back\\AdminReservationController:index' => ['privates', '.service_locator.LyRga8r', 'get_ServiceLocator_LyRga8rService', false],
'App\\Controller\\Back\\AdminReservationController:singleReservation' => ['privates', '.service_locator.AMGS6oS', 'get_ServiceLocator_AMGS6oSService', false],
'App\\Controller\\Back\\AjoutTypeController:ajot_type' => ['privates', '.service_locator.fZXk27d', 'get_ServiceLocator_FZXk27dService', false],
'App\\Controller\\Back\\AjoutTypeController:editType_prest' => ['privates', '.service_locator.6qiWsE0', 'get_ServiceLocator_6qiWsE0Service', false],
'App\\Controller\\Back\\AjoutTypeController:locationType_List' => ['privates', '.service_locator.VMeMfS0', 'get_ServiceLocator_VMeMfS0Service', false],
'App\\Controller\\Back\\AjoutTypeController:location_edit' => ['privates', '.service_locator.5GcGgqe', 'get_ServiceLocator_5GcGgqeService', false],
'App\\Controller\\Back\\AjoutTypeController:location_supre' => ['privates', '.service_locator.5GcGgqe', 'get_ServiceLocator_5GcGgqeService', false],
'App\\Controller\\Back\\AjoutTypeController:supr_typePrest' => ['privates', '.service_locator.6qiWsE0', 'get_ServiceLocator_6qiWsE0Service', false],
'App\\Controller\\Back\\AjoutTypeController:typesPrest_List' => ['privates', '.service_locator.JeWueYE', 'get_ServiceLocator_JeWueYEService', false],
'App\\Controller\\Back\\AvisController:listCommand' => ['privates', '.service_locator.L8FFhpF', 'get_ServiceLocator_L8FFhpFService', false],
'App\\Controller\\Back\\AvisController:remove' => ['privates', '.service_locator.6jH8U5y', 'get_ServiceLocator_6jH8U5yService', false],
'App\\Controller\\Back\\BlogController:addCategory' => ['privates', '.service_locator.fZXk27d', 'get_ServiceLocator_FZXk27dService', false],
'App\\Controller\\Back\\BlogController:add_annonce_PrestCategory' => ['privates', '.service_locator.fZXk27d', 'get_ServiceLocator_FZXk27dService', false],
'App\\Controller\\Back\\BlogController:add_annonce_cliCategory' => ['privates', '.service_locator.fZXk27d', 'get_ServiceLocator_FZXk27dService', false],
'App\\Controller\\Back\\BlogController:annonce_category_cil_List' => ['privates', '.service_locator.5ZGG4nC', 'get_ServiceLocator_5ZGG4nCService', false],
'App\\Controller\\Back\\BlogController:annonce_category_prest_List' => ['privates', '.service_locator.V.OA3N4', 'get_ServiceLocator_V_OA3N4Service', false],
'App\\Controller\\Back\\BlogController:articleAdd' => ['privates', '.service_locator.WXVMDtk', 'get_ServiceLocator_WXVMDtkService', false],
'App\\Controller\\Back\\BlogController:articleEdit' => ['privates', '.service_locator.SaEGU_.', 'get_ServiceLocator_SaEGU_Service', false],
'App\\Controller\\Back\\BlogController:articleList' => ['privates', '.service_locator.ys8EL7c', 'get_ServiceLocator_Ys8EL7cService', false],
'App\\Controller\\Back\\BlogController:categoryList' => ['privates', '.service_locator.a1ixmAt', 'get_ServiceLocator_A1ixmAtService', false],
'App\\Controller\\Back\\BlogController:editCatAnnonceCli' => ['privates', '.service_locator.amQnrno', 'get_ServiceLocator_AmQnrnoService', false],
'App\\Controller\\Back\\BlogController:editCatAnnoncePrest' => ['privates', '.service_locator..C67Ohy', 'get_ServiceLocator__C67OhyService', false],
'App\\Controller\\Back\\BlogController:editCategory' => ['privates', '.service_locator.FOR04mb', 'get_ServiceLocator_FOR04mbService', false],
'App\\Controller\\Back\\BlogController:removeArticle' => ['privates', '.service_locator.ewTmbP1', 'get_ServiceLocator_EwTmbP1Service', false],
'App\\Controller\\Back\\BlogController:removeCategory' => ['privates', '.service_locator.X4B3UVg', 'get_ServiceLocator_X4B3UVgService', false],
'App\\Controller\\Back\\BlogController:supr_annonce_cli' => ['privates', '.service_locator.vvYhrbq', 'get_ServiceLocator_VvYhrbqService', false],
'App\\Controller\\Back\\BlogController:supr_annonce_prest' => ['privates', '.service_locator.V.OA3N4', 'get_ServiceLocator_V_OA3N4Service', false],
'App\\Controller\\Back\\CategoryController:addCategory' => ['privates', '.service_locator.WXVMDtk', 'get_ServiceLocator_WXVMDtkService', false],
'App\\Controller\\Back\\CategoryController:editCategory' => ['privates', '.service_locator.a4Krxf7', 'get_ServiceLocator_A4Krxf7Service', false],
'App\\Controller\\Back\\CategoryController:principalCategoryList' => ['privates', '.service_locator.uCSWYWR', 'get_ServiceLocator_UCSWYWRService', false],
'App\\Controller\\Back\\CategoryController:removeCategory' => ['privates', '.service_locator.mzsPg.D', 'get_ServiceLocator_MzsPg_DService', false],
'App\\Controller\\Back\\CategoryController:removeSubcategory' => ['privates', '.service_locator.IYwD.Rd', 'get_ServiceLocator_IYwD_RdService', false],
'App\\Controller\\Back\\CategoryController:subCategoryAdd' => ['privates', '.service_locator.WXVMDtk', 'get_ServiceLocator_WXVMDtkService', false],
'App\\Controller\\Back\\CategoryController:subCategoryEdit' => ['privates', '.service_locator.t2AO7qr', 'get_ServiceLocator_T2AO7qrService', false],
'App\\Controller\\Back\\CategoryController:subCategoryList' => ['privates', '.service_locator.uRjNJx_', 'get_ServiceLocator_URjNJxService', false],
'App\\Controller\\Back\\CautionController:caution' => ['privates', '.service_locator.d7Zs0uA', 'get_ServiceLocator_D7Zs0uAService', false],
'App\\Controller\\Back\\CautionController:single' => ['privates', '.service_locator.kyAkGa1', 'get_ServiceLocator_KyAkGa1Service', false],
'App\\Controller\\Back\\CommandController:commandSingle' => ['privates', '.service_locator.nt27W2V', 'get_ServiceLocator_Nt27W2VService', false],
'App\\Controller\\Back\\CommandController:listCommand' => ['privates', '.service_locator.tPb5k.a', 'get_ServiceLocator_TPb5k_AService', false],
'App\\Controller\\Back\\CompanyController:changeStatus' => ['privates', '.service_locator.37vvrmR', 'get_ServiceLocator_37vvrmRService', false],
'App\\Controller\\Back\\CompanyController:changeTypeCompany' => ['privates', '.service_locator.FqJmuJJ', 'get_ServiceLocator_FqJmuJJService', false],
'App\\Controller\\Back\\CompanyController:disableSubscriptionFromCompanyList' => ['privates', '.service_locator.YK278V.', 'get_ServiceLocator_YK278V_Service', false],
'App\\Controller\\Back\\CompanyController:list' => ['privates', '.service_locator.YEhJ6Ei', 'get_ServiceLocator_YEhJ6EiService', false],
'App\\Controller\\Back\\CompanyController:listDocumentsUser' => ['privates', '.service_locator.G52zMFq', 'get_ServiceLocator_G52zMFqService', false],
'App\\Controller\\Back\\CompanyController:removeUser' => ['privates', '.service_locator.FqJmuJJ', 'get_ServiceLocator_FqJmuJJService', false],
'App\\Controller\\Back\\CompanyController:seeProduct' => ['privates', '.service_locator.KQdyJ7Y', 'get_ServiceLocator_KQdyJ7YService', false],
'App\\Controller\\Back\\CompanyController:validDocumentsAccount' => ['privates', '.service_locator.FqJmuJJ', 'get_ServiceLocator_FqJmuJJService', false],
'App\\Controller\\Back\\DashboardController:dashboard' => ['privates', '.service_locator.bMmfiSJ', 'get_ServiceLocator_BMmfiSJService', false],
'App\\Controller\\Back\\DashboardController:recapFinances' => ['privates', '.service_locator.PJrYfHf', 'get_ServiceLocator_PJrYfHfService', false],
'App\\Controller\\Back\\LitigeController:list' => ['privates', '.service_locator.WRW4HIM', 'get_ServiceLocator_WRW4HIMService', false],
'App\\Controller\\Back\\LitigeController:single' => ['privates', '.service_locator.aCyirrr', 'get_ServiceLocator_ACyirrrService', false],
'App\\Controller\\Back\\LivraisonController:addTransporteur' => ['privates', '.service_locator.Cvg3d7w', 'get_ServiceLocator_Cvg3d7wService', false],
'App\\Controller\\Back\\LivraisonController:deliveryManChangeStatus' => ['privates', '.service_locator.btC4_9x', 'get_ServiceLocator_BtC49xService', false],
'App\\Controller\\Back\\LivraisonController:editPrice' => ['privates', '.service_locator.WhD.8.K', 'get_ServiceLocator_WhD_8_KService', false],
'App\\Controller\\Back\\LivraisonController:editTransporteur' => ['privates', '.service_locator.dWHPXsJ', 'get_ServiceLocator_DWHPXsJService', false],
'App\\Controller\\Back\\LivraisonController:livraisons' => ['privates', '.service_locator.stGYTt4', 'get_ServiceLocator_StGYTt4Service', false],
'App\\Controller\\Back\\MessagingUser:list' => ['privates', '.service_locator.yuXnQsn', 'get_ServiceLocator_YuXnQsnService', false],
'App\\Controller\\Back\\MessagingUser:listMessage' => ['privates', '.service_locator.RV0kLmO', 'get_ServiceLocator_RV0kLmOService', false],
'App\\Controller\\Back\\MessagingUser:removeMessage' => ['privates', '.service_locator.0Hf3dzk', 'get_ServiceLocator_0Hf3dzkService', false],
'App\\Controller\\Back\\PackController:create' => ['privates', '.service_locator.aMIlyBL', 'get_ServiceLocator_AMIlyBLService', false],
'App\\Controller\\Back\\PackController:edit' => ['privates', '.service_locator.KRngLHp', 'get_ServiceLocator_KRngLHpService', false],
'App\\Controller\\Back\\PackController:list' => ['privates', '.service_locator.vlN2x_N', 'get_ServiceLocator_VlN2xNService', false],
'App\\Controller\\Back\\PackController:remove' => ['privates', '.service_locator.vfakA8e', 'get_ServiceLocator_VfakA8eService', false],
'App\\Controller\\Back\\PackController:removeProductPrecent' => ['privates', '.service_locator.KRMSF5q', 'get_ServiceLocator_KRMSF5qService', false],
'App\\Controller\\Back\\PageController:getPages' => ['privates', '.service_locator.kMQhdTs', 'get_ServiceLocator_KMQhdTsService', false],
'App\\Controller\\Back\\PageHomeController:modifyBlock' => ['privates', '.service_locator.xRraUWI', 'get_ServiceLocator_XRraUWIService', false],
'App\\Controller\\Back\\ProductController:list' => ['privates', '.service_locator.JeTwYn4', 'get_ServiceLocator_JeTwYn4Service', false],
'App\\Controller\\Back\\ProductController:reactive' => ['privates', '.service_locator.Hfu_Ccf', 'get_ServiceLocator_HfuCcfService', false],
'App\\Controller\\Back\\ProductController:remove' => ['privates', '.service_locator.Hfu_Ccf', 'get_ServiceLocator_HfuCcfService', false],
'App\\Controller\\Back\\SliderController:editSlider' => ['privates', '.service_locator.pUeKh5E', 'get_ServiceLocator_PUeKh5EService', false],
'App\\Controller\\Back\\SubscriptionController:disableSubscription' => ['privates', '.service_locator.YK278V.', 'get_ServiceLocator_YK278V_Service', false],
'App\\Controller\\Back\\SubscriptionController:everySubscription' => ['privates', '.service_locator.YEhJ6Ei', 'get_ServiceLocator_YEhJ6EiService', false],
'App\\Controller\\Back\\TypeAbonnementController:delete' => ['privates', '.service_locator.PpBxCLD', 'get_ServiceLocator_PpBxCLDService', false],
'App\\Controller\\Back\\TypeAbonnementController:edit' => ['privates', '.service_locator.PpBxCLD', 'get_ServiceLocator_PpBxCLDService', false],
'App\\Controller\\Back\\TypeAbonnementController:index' => ['privates', '.service_locator.u1LsvD.', 'get_ServiceLocator_U1LsvD_Service', false],
'App\\Controller\\Back\\TypeAbonnementController:show' => ['privates', '.service_locator.PpBxCLD', 'get_ServiceLocator_PpBxCLDService', false],
'App\\Controller\\Back\\UserController:changeStatus' => ['privates', '.service_locator..EKgwju', 'get_ServiceLocator__EKgwjuService', false],
'App\\Controller\\Back\\UserController:list' => ['privates', '.service_locator..Ae5NXw', 'get_ServiceLocator__Ae5NXwService', false],
'App\\Controller\\Back\\UserController:removeUser' => ['privates', '.service_locator.5bkioaH', 'get_ServiceLocator_5bkioaHService', false],
'App\\Controller\\ClientSpace\\AnnonceController:ajout_annonce' => ['privates', '.service_locator.f4s7QYc', 'get_ServiceLocator_F4s7QYcService', false],
'App\\Controller\\ClientSpace\\AnnonceController:annonceaffich_tout' => ['privates', '.service_locator.fGcSFpA', 'get_ServiceLocator_FGcSFpAService', false],
'App\\Controller\\ClientSpace\\AnnonceController:detail_annonce' => ['privates', '.service_locator.zdYWFkE', 'get_ServiceLocator_ZdYWFkEService', false],
'App\\Controller\\ClientSpace\\CommandController:list' => ['privates', '.service_locator.tPb5k.a', 'get_ServiceLocator_TPb5k_AService', false],
'App\\Controller\\ClientSpace\\DashboardController:getBill' => ['privates', '.service_locator.DDBwiXX', 'get_ServiceLocator_DDBwiXXService', false],
'App\\Controller\\ClientSpace\\DashboardController:getPackBill' => ['privates', '.service_locator.QXnWISQ', 'get_ServiceLocator_QXnWISQService', false],
'App\\Controller\\ClientSpace\\DashboardController:home' => ['privates', '.service_locator.T1vQYiw', 'get_ServiceLocator_T1vQYiwService', false],
'App\\Controller\\ClientSpace\\DashboardController:trakingList' => ['privates', '.service_locator.w8fp0rb', 'get_ServiceLocator_W8fp0rbService', false],
'App\\Controller\\ClientSpace\\LitigeController:create' => ['privates', '.service_locator.kuLJA_s', 'get_ServiceLocator_KuLJASService', false],
'App\\Controller\\ClientSpace\\LocationCliController:ajout_portefeuil' => ['privates', '.service_locator.jXW8KGC', 'get_ServiceLocator_JXW8KGCService', false],
'App\\Controller\\ClientSpace\\LocationCliController:cotion' => ['privates', '.service_locator.b9R.62X', 'get_ServiceLocator_B9R_62XService', false],
'App\\Controller\\ClientSpace\\LocationCliController:credite_compte' => ['privates', '.service_locator.b9R.62X', 'get_ServiceLocator_B9R_62XService', false],
'App\\Controller\\ClientSpace\\LocationCliController:getBill' => ['privates', '.service_locator.uok6LHy', 'get_ServiceLocator_Uok6LHyService', false],
'App\\Controller\\ClientSpace\\LocationCliController:liste_loc' => ['privates', '.service_locator.uok6LHy', 'get_ServiceLocator_Uok6LHyService', false],
'App\\Controller\\ClientSpace\\LocationCliController:location' => ['privates', '.service_locator.Sz3Lv_d', 'get_ServiceLocator_Sz3LvDService', false],
'App\\Controller\\ClientSpace\\LocationCliController:portefeuil' => ['privates', '.service_locator.jXW8KGC', 'get_ServiceLocator_JXW8KGCService', false],
'App\\Controller\\ClientSpace\\LocationCliController:recuper' => ['privates', '.service_locator.Mn_Y8mp', 'get_ServiceLocator_MnY8mpService', false],
'App\\Controller\\ClientSpace\\LocationCliController:redirectPaymentProcess' => ['privates', '.service_locator.rbYjiGI', 'get_ServiceLocator_RbYjiGIService', false],
'App\\Controller\\ClientSpace\\PlanningClientController:planning' => ['privates', '.service_locator.gPnxvfy', 'get_ServiceLocator_GPnxvfyService', false],
'App\\Controller\\ClientSpace\\ProfilController:myInfos' => ['privates', '.service_locator.XkWvEy6', 'get_ServiceLocator_XkWvEy6Service', false],
'App\\Controller\\ClientSpace\\ReservationCliController:liste_reservation' => ['privates', '.service_locator.LyRga8r', 'get_ServiceLocator_LyRga8rService', false],
'App\\Controller\\ClientSpace\\ReservationCliController:reserv_facturation' => ['privates', '.service_locator.LyRga8r', 'get_ServiceLocator_LyRga8rService', false],
'App\\Controller\\ClientSpace\\ReservationCliController:reservation_cli' => ['privates', '.service_locator.erhKmRT', 'get_ServiceLocator_ErhKmRTService', false],
'App\\Controller\\ClientSpace\\ReservationCliController:stripeConnectCheckout' => ['privates', '.service_locator.yvNgxqn', 'get_ServiceLocator_YvNgxqnService', false],
'App\\Controller\\ClientSpace\\ReservationCliController:stripeConnectSuccess' => ['privates', '.service_locator.oyg9Smm', 'get_ServiceLocator_Oyg9SmmService', false],
'App\\Controller\\ClientSpace\\TableController:addInviteToTable' => ['privates', '.service_locator.LVR1oMg', 'get_ServiceLocator_LVR1oMgService', false],
'App\\Controller\\ClientSpace\\TableController:affectationParticipantRoom' => ['privates', '.service_locator.stuAsfr', 'get_ServiceLocator_StuAsfrService', false],
'App\\Controller\\ClientSpace\\TableController:deleteParticipantOnRoom' => ['privates', '.service_locator.s6pA1wK', 'get_ServiceLocator_S6pA1wKService', false],
'App\\Controller\\ClientSpace\\TableController:listTables' => ['privates', '.service_locator.stuAsfr', 'get_ServiceLocator_StuAsfrService', false],
'App\\Controller\\ClientSpace\\TableController:removeInviteToTable' => ['privates', '.service_locator.XcWV9k7', 'get_ServiceLocator_XcWV9k7Service', false],
'App\\Controller\\ClientSpace\\TableUserController:changeInvitation' => ['privates', '.service_locator.XL_ggQT', 'get_ServiceLocator_XLGgQTService', false],
'App\\Controller\\ClientSpace\\TableUserController:edit' => ['privates', '.service_locator.XcWV9k7', 'get_ServiceLocator_XcWV9k7Service', false],
'App\\Controller\\ClientSpace\\TableUserController:list' => ['privates', '.service_locator.XL_ggQT', 'get_ServiceLocator_XLGgQTService', false],
'App\\Controller\\ClientSpace\\TableUserController:remove' => ['privates', '.service_locator.XcWV9k7', 'get_ServiceLocator_XcWV9k7Service', false],
'App\\Controller\\ClientSpace\\TicketController:controllBot' => ['privates', '.service_locator.lIMv.2R', 'get_ServiceLocator_LIMv_2RService', false],
'App\\Controller\\ClientSpace\\TicketController:dwonFile' => ['privates', '.service_locator.1Gxb7Kz', 'get_ServiceLocator_1Gxb7KzService', false],
'App\\Controller\\ClientSpace\\TicketController:list' => ['privates', '.service_locator.1.Dl96P', 'get_ServiceLocator_1_Dl96PService', false],
'App\\Controller\\ClientSpace\\TicketController:send_msg' => ['privates', '.service_locator.hkC8QpC', 'get_ServiceLocator_HkC8QpCService', false],
'App\\Controller\\ClientSpace\\TicketController:ticketSingle' => ['privates', '.service_locator.kN5JS7L', 'get_ServiceLocator_KN5JS7LService', false],
'App\\Controller\\ClientSpace\\WishListController:list' => ['privates', '.service_locator.ZeZ4bly', 'get_ServiceLocator_ZeZ4blyService', false],
'App\\Controller\\ClientSpace\\WishListController:remove' => ['privates', '.service_locator.MGvFh.Z', 'get_ServiceLocator_MGvFh_ZService', false],
'App\\Controller\\CompanySpace\\AnnonceCompanyController:affich_une_annonce' => ['privates', '.service_locator.fkK0Sxx', 'get_ServiceLocator_FkK0SxxService', false],
'App\\Controller\\CompanySpace\\AnnonceCompanyController:affiche_tout' => ['privates', '.service_locator.6uZE56Z', 'get_ServiceLocator_6uZE56ZService', false],
'App\\Controller\\CompanySpace\\AnnonceCompanyController:ajout_annonce' => ['privates', '.service_locator.YEhJ6Ei', 'get_ServiceLocator_YEhJ6EiService', false],
'App\\Controller\\CompanySpace\\AvisController:avisList' => ['privates', '.service_locator.1gXEf2W', 'get_ServiceLocator_1gXEf2WService', false],
'App\\Controller\\CompanySpace\\AvisController:responseToclient' => ['privates', '.service_locator.6jH8U5y', 'get_ServiceLocator_6jH8U5yService', false],
'App\\Controller\\CompanySpace\\ChargeSubscriptionController:disableCharge' => ['privates', '.service_locator.FqJmuJJ', 'get_ServiceLocator_FqJmuJJService', false],
'App\\Controller\\CompanySpace\\ChargeSubscriptionController:enableCharge' => ['privates', '.service_locator.bZQNJsb', 'get_ServiceLocator_BZQNJsbService', false],
'App\\Controller\\CompanySpace\\CommandController:list' => ['privates', '.service_locator.BWTEYKE', 'get_ServiceLocator_BWTEYKEService', false],
'App\\Controller\\CompanySpace\\CompanyInfoController:activateBankAccount' => ['privates', '.service_locator.rbYjiGI', 'get_ServiceLocator_RbYjiGIService', false],
'App\\Controller\\CompanySpace\\CompanyInfoController:infoEntreprise' => ['privates', '.service_locator.Bcjhxr6', 'get_ServiceLocator_Bcjhxr6Service', false],
'App\\Controller\\CompanySpace\\DashboardController:affichAnnonce' => ['privates', '.service_locator.NpjJZdU', 'get_ServiceLocator_NpjJZdUService', false],
'App\\Controller\\CompanySpace\\DashboardController:contactPlatform' => ['privates', '.service_locator.ywGq.x_', 'get_ServiceLocator_YwGq_XService', false],
'App\\Controller\\CompanySpace\\DashboardController:dahsboard' => ['privates', '.service_locator.BQKUrKU', 'get_ServiceLocator_BQKUrKUService', false],
'App\\Controller\\CompanySpace\\DashboardController:detailCommand' => ['privates', '.service_locator.w8fp0rb', 'get_ServiceLocator_W8fp0rbService', false],
'App\\Controller\\CompanySpace\\DashboardController:refundUser' => ['privates', '.service_locator.D8Y5CFc', 'get_ServiceLocator_D8Y5CFcService', false],
'App\\Controller\\CompanySpace\\DashboardController:validService' => ['privates', '.service_locator.DDBwiXX', 'get_ServiceLocator_DDBwiXXService', false],
'App\\Controller\\CompanySpace\\LocationCompanyController:location' => ['privates', '.service_locator.Sz3Lv_d', 'get_ServiceLocator_Sz3LvDService', false],
'App\\Controller\\CompanySpace\\LocationCompanyController:locationValidation' => ['privates', '.service_locator.1_9lFc_', 'get_ServiceLocator_19lFcService', false],
'App\\Controller\\CompanySpace\\LocationCompanyController:modifreservation' => ['privates', '.service_locator.uok6LHy', 'get_ServiceLocator_Uok6LHyService', false],
'App\\Controller\\CompanySpace\\LocationCompanyController:refuser' => ['privates', '.service_locator.uok6LHy', 'get_ServiceLocator_Uok6LHyService', false],
'App\\Controller\\CompanySpace\\LocationCompanyController:validation' => ['privates', '.service_locator.0nbkIpC', 'get_ServiceLocator_0nbkIpCService', false],
'App\\Controller\\CompanySpace\\PaymentController:paymentList' => ['privates', '.service_locator.i.Lphe5', 'get_ServiceLocator_I_Lphe5Service', false],
'App\\Controller\\CompanySpace\\PlanningController:addDate' => ['privates', '.service_locator.XeEXNBI', 'get_ServiceLocator_XeEXNBIService', false],
'App\\Controller\\CompanySpace\\PlanningController:addMultipleDate' => ['privates', '.service_locator.Bby4B9c', 'get_ServiceLocator_Bby4B9cService', false],
'App\\Controller\\CompanySpace\\PlanningController:planning' => ['privates', '.service_locator.kz89T0n', 'get_ServiceLocator_Kz89T0nService', false],
'App\\Controller\\CompanySpace\\ProductController:add' => ['privates', '.service_locator.mrFJ9Yn', 'get_ServiceLocator_MrFJ9YnService', false],
'App\\Controller\\CompanySpace\\ProductController:addAgenda' => ['privates', '.service_locator.iyEwlLH', 'get_ServiceLocator_IyEwlLHService', false],
'App\\Controller\\CompanySpace\\ProductController:edit' => ['privates', '.service_locator.RG90qSG', 'get_ServiceLocator_RG90qSGService', false],
'App\\Controller\\CompanySpace\\ProductController:editAgenda' => ['privates', '.service_locator.iyEwlLH', 'get_ServiceLocator_IyEwlLHService', false],
'App\\Controller\\CompanySpace\\ProductController:list' => ['privates', '.service_locator.RvPg.L6', 'get_ServiceLocator_RvPg_L6Service', false],
'App\\Controller\\CompanySpace\\ProductController:remove' => ['privates', '.service_locator.iyEwlLH', 'get_ServiceLocator_IyEwlLHService', false],
'App\\Controller\\CompanySpace\\ProductController:removeAgenda' => ['privates', '.service_locator.PMM01Pd', 'get_ServiceLocator_PMM01PdService', false],
'App\\Controller\\CompanySpace\\ProductController:removeDayprice' => ['privates', '.service_locator.pSStNQV', 'get_ServiceLocator_PSStNQVService', false],
'App\\Controller\\CompanySpace\\ProductController:removeOption' => ['privates', '.service_locator.yB0Gtnr', 'get_ServiceLocator_YB0GtnrService', false],
'App\\Controller\\CompanySpace\\ProductController:removePeriodPrice' => ['privates', '.service_locator.rrEM3n5', 'get_ServiceLocator_RrEM3n5Service', false],
'App\\Controller\\CompanySpace\\ProductController:removePhoto' => ['privates', '.service_locator.rHfkBgN', 'get_ServiceLocator_RHfkBgNService', false],
'App\\Controller\\CompanySpace\\ProductController:removeProduct' => ['privates', '.service_locator.iyEwlLH', 'get_ServiceLocator_IyEwlLHService', false],
'App\\Controller\\CompanySpace\\ProductController:removeReduction' => ['privates', '.service_locator.j6Titur', 'get_ServiceLocator_J6TiturService', false],
'App\\Controller\\CompanySpace\\ProductController:removeTarifDegressif' => ['privates', '.service_locator.ojUrV1u', 'get_ServiceLocator_OjUrV1uService', false],
'App\\Controller\\CompanySpace\\ProfilController:profil' => ['privates', '.service_locator.QH_ILxz', 'get_ServiceLocator_QHILxzService', false],
'App\\Controller\\CompanySpace\\ResevationCompanyController:location' => ['privates', '.service_locator.erhKmRT', 'get_ServiceLocator_ErhKmRTService', false],
'App\\Controller\\CompanySpace\\ResevationCompanyController:refuser_reservation' => ['privates', '.service_locator.LyRga8r', 'get_ServiceLocator_LyRga8rService', false],
'App\\Controller\\CompanySpace\\ResevationCompanyController:validation' => ['privates', '.service_locator._hdL4sA', 'get_ServiceLocator_HdL4sAService', false],
'App\\Controller\\CompanySpace\\StripeSubscriptionController:index' => ['privates', '.service_locator.YEhJ6Ei', 'get_ServiceLocator_YEhJ6EiService', false],
'App\\Controller\\CompanySpace\\StripeSubscriptionController:stripeSubscriptionCancel' => ['privates', '.service_locator.d9Ex_wy', 'get_ServiceLocator_D9ExWyService', false],
'App\\Controller\\CompanySpace\\StripeSubscriptionController:stripeSubscriptionDetails' => ['privates', '.service_locator.5vRN0NB', 'get_ServiceLocator_5vRN0NBService', false],
'App\\Controller\\CompanySpace\\StripeSubscriptionController:stripeSubscriptionReturnUrl' => ['privates', '.service_locator.Cjke0.u', 'get_ServiceLocator_Cjke0_UService', false],
'App\\Controller\\CompanySpace\\StripeSubscriptionController:subscriptionType' => ['privates', '.service_locator.frGxWuE', 'get_ServiceLocator_FrGxWuEService', false],
'App\\Controller\\CompanySpace\\StripeSubscriptionController:webhook' => ['privates', '.service_locator.TYuKk9Q', 'get_ServiceLocator_TYuKk9QService', false],
'App\\Controller\\CompanySpace\\SubscriptionController:abonnementShow' => ['privates', '.service_locator.9HyERFE', 'get_ServiceLocator_9HyERFEService', false],
'App\\Controller\\CompanySpace\\SubscriptionController:assigningSubscription' => ['privates', '.service_locator.YEhJ6Ei', 'get_ServiceLocator_YEhJ6EiService', false],
'App\\Controller\\CompanySpace\\SubscriptionController:confirmPaymentProduct' => ['privates', '.service_locator.dtQAMSf', 'get_ServiceLocator_DtQAMSfService', false],
'App\\Controller\\CompanySpace\\SubscriptionController:disableSubscription' => ['privates', '.service_locator.YK278V.', 'get_ServiceLocator_YK278V_Service', false],
'App\\Controller\\CompanySpace\\SubscriptionController:index' => ['privates', '.service_locator.5vRN0NB', 'get_ServiceLocator_5vRN0NBService', false],
'App\\Controller\\CompanySpace\\SubscriptionController:pagesAbn' => ['privates', '.service_locator.YEhJ6Ei', 'get_ServiceLocator_YEhJ6EiService', false],
'App\\Controller\\CompanySpace\\SubscriptionController:paymentProcess' => ['privates', '.service_locator.rbYjiGI', 'get_ServiceLocator_RbYjiGIService', false],
'App\\Controller\\CompanySpace\\SubscriptionController:redirectPaymentProcess' => ['privates', '.service_locator.lZFfBKF', 'get_ServiceLocator_LZFfBKFService', false],
'App\\Controller\\CompanySpace\\SubscriptionController:renewSubscription' => ['privates', '.service_locator.9HyERFE', 'get_ServiceLocator_9HyERFEService', false],
'App\\Controller\\CompanySpace\\SubscriptionController:showAttachmentRendering' => ['privates', '.service_locator.3bjKMDM', 'get_ServiceLocator_3bjKMDMService', false],
'App\\Controller\\CompanySpace\\SubscriptionController:showEmailRendering' => ['privates', '.service_locator.3bjKMDM', 'get_ServiceLocator_3bjKMDMService', false],
'App\\Controller\\CompanySpace\\SubscriptionController:subscriptionForm' => ['privates', '.service_locator.WAJK_a3', 'get_ServiceLocator_WAJKA3Service', false],
'App\\Controller\\CompanySpace\\SubscriptionController:todaySSubscriptionRenewal' => ['privates', '.service_locator.9HyERFE', 'get_ServiceLocator_9HyERFEService', false],
'App\\Controller\\CompanySpace\\TchatController:list' => ['privates', '.service_locator.qHL6Wfc', 'get_ServiceLocator_QHL6WfcService', false],
'App\\Controller\\CompanySpace\\TchatController:sendResponse' => ['privates', '.service_locator.P7TnagR', 'get_ServiceLocator_P7TnagRService', false],
'App\\Controller\\CompanySpace\\TicketController:changeButtonCloseTicket' => ['privates', '.service_locator.zJKiM_F', 'get_ServiceLocator_ZJKiMFService', false],
'App\\Controller\\CompanySpace\\TicketController:dwonFile' => ['privates', '.service_locator.1Gxb7Kz', 'get_ServiceLocator_1Gxb7KzService', false],
'App\\Controller\\CompanySpace\\TicketController:list' => ['privates', '.service_locator.1.Dl96P', 'get_ServiceLocator_1_Dl96PService', false],
'App\\Controller\\CompanySpace\\TicketController:send_msg' => ['privates', '.service_locator.hkC8QpC', 'get_ServiceLocator_HkC8QpCService', false],
'App\\Controller\\CompanySpace\\TicketController:ticketSingle' => ['privates', '.service_locator.kN5JS7L', 'get_ServiceLocator_KN5JS7LService', false],
'App\\Controller\\CompanySpace\\WalletController:myWallet' => ['privates', '.service_locator.deAPGW9', 'get_ServiceLocator_DeAPGW9Service', false],
'App\\Controller\\CompanySpace\\WalletController:transferMoney' => ['privates', '.service_locator.IjThl9Z', 'get_ServiceLocator_IjThl9ZService', false],
'App\\Controller\\ConversationController:listeMessage' => ['privates', '.service_locator.zCHnZx3', 'get_ServiceLocator_ZCHnZx3Service', false],
'App\\Controller\\ConversationController:luMessage' => ['privates', '.service_locator.EonmS0H', 'get_ServiceLocator_EonmS0HService', false],
'App\\Controller\\Front\\ArticleController:list' => ['privates', '.service_locator.QgkPOD0', 'get_ServiceLocator_QgkPOD0Service', false],
'App\\Controller\\Front\\BlogController:categoryList' => ['privates', '.service_locator.Fk8Jjd1', 'get_ServiceLocator_Fk8Jjd1Service', false],
'App\\Controller\\Front\\BlogController:list' => ['privates', '.service_locator.oBOkORf', 'get_ServiceLocator_OBOkORfService', false],
'App\\Controller\\Front\\BlogController:single' => ['privates', '.service_locator.OtLvXM7', 'get_ServiceLocator_OtLvXM7Service', false],
'App\\Controller\\Front\\CommandController:basket' => ['privates', '.service_locator.1M0Ex6F', 'get_ServiceLocator_1M0Ex6FService', false],
'App\\Controller\\Front\\CommandController:createBasketPdf' => ['privates', '.service_locator.R41tAd9', 'get_ServiceLocator_R41tAd9Service', false],
'App\\Controller\\Front\\CommandController:createInvoicePdf' => ['privates', '.service_locator.nt27W2V', 'get_ServiceLocator_Nt27W2VService', false],
'App\\Controller\\Front\\CommandController:getOption' => ['privates', '.service_locator.5QPZw9q', 'get_ServiceLocator_5QPZw9qService', false],
'App\\Controller\\Front\\CommandController:livraison' => ['privates', '.service_locator.1M0Ex6F', 'get_ServiceLocator_1M0Ex6FService', false],
'App\\Controller\\Front\\CommandController:payment' => ['privates', '.service_locator.MMCoANF', 'get_ServiceLocator_MMCoANFService', false],
'App\\Controller\\Front\\CommandController:paymentProcess' => ['privates', '.service_locator.dUR7RHn', 'get_ServiceLocator_DUR7RHnService', false],
'App\\Controller\\Front\\CommandController:paymentType' => ['privates', '.service_locator.ojzhAYY', 'get_ServiceLocator_OjzhAYYService', false],
'App\\Controller\\Front\\CommandController:redirectPaymentProcess' => ['privates', '.service_locator.CVVWxrB', 'get_ServiceLocator_CVVWxrBService', false],
'App\\Controller\\Front\\CommandController:removeProductToBasket' => ['privates', '.service_locator.iyEwlLH', 'get_ServiceLocator_IyEwlLHService', false],
'App\\Controller\\Front\\CommandController:stripeCancel' => ['privates', '.service_locator.tPb5k.a', 'get_ServiceLocator_TPb5k_AService', false],
'App\\Controller\\Front\\CommandController:stripePayment' => ['privates', '.service_locator.zqWlnT5', 'get_ServiceLocator_ZqWlnT5Service', false],
'App\\Controller\\Front\\CommandController:stripeSuccess' => ['privates', '.service_locator.EaXXzsj', 'get_ServiceLocator_EaXXzsjService', false],
'App\\Controller\\Front\\CommandController:validateCommand' => ['privates', '.service_locator.98VNUeZ', 'get_ServiceLocator_98VNUeZService', false],
'App\\Controller\\Front\\CompanyController:list' => ['privates', '.service_locator.yTEBZR4', 'get_ServiceLocator_YTEBZR4Service', false],
'App\\Controller\\Front\\CompanyController:searchCompanyFilter' => ['privates', '.service_locator.yTEBZR4', 'get_ServiceLocator_YTEBZR4Service', false],
'App\\Controller\\Front\\CompanyController:single' => ['privates', '.service_locator.KLB0ebl', 'get_ServiceLocator_KLB0eblService', false],
'App\\Controller\\Front\\ContactController:contact' => ['privates', '.service_locator.ywGq.x_', 'get_ServiceLocator_YwGq_XService', false],
'App\\Controller\\Front\\HomeController:changeCategory' => ['privates', '.service_locator..6SGLFm', 'get_ServiceLocator__6SGLFmService', false],
'App\\Controller\\Front\\HomeController:home' => ['privates', '.service_locator.Qd3PCjp', 'get_ServiceLocator_Qd3PCjpService', false],
'App\\Controller\\Front\\LocationController:annulatiolocation' => ['privates', '.service_locator.RKCz2Xq', 'get_ServiceLocator_RKCz2XqService', false],
'App\\Controller\\Front\\LocationController:newFistStep' => ['privates', '.service_locator.iLAbC9x', 'get_ServiceLocator_ILAbC9xService', false],
'App\\Controller\\Front\\LocationController:newSecondStep' => ['privates', '.service_locator.c7sUReL', 'get_ServiceLocator_C7sUReLService', false],
'App\\Controller\\Front\\LocationController:newThirdStep' => ['privates', '.service_locator.a.dteKw', 'get_ServiceLocator_A_DteKwService', false],
'App\\Controller\\Front\\LocationController:updatelocation' => ['privates', '.service_locator.mR1eFSc', 'get_ServiceLocator_MR1eFScService', false],
'App\\Controller\\Front\\PackController:removeProductToBasket' => ['privates', '.service_locator.vfakA8e', 'get_ServiceLocator_VfakA8eService', false],
'App\\Controller\\Front\\PackController:single' => ['privates', '.service_locator.vfakA8e', 'get_ServiceLocator_VfakA8eService', false],
'App\\Controller\\Front\\PageController:aPropos' => ['privates', '.service_locator.C.vhrmY', 'get_ServiceLocator_C_VhrmYService', false],
'App\\Controller\\Front\\PageController:cgv' => ['privates', '.service_locator.C.vhrmY', 'get_ServiceLocator_C_VhrmYService', false],
'App\\Controller\\Front\\PageController:mentions' => ['privates', '.service_locator.C.vhrmY', 'get_ServiceLocator_C_VhrmYService', false],
'App\\Controller\\Front\\ProductController:Option' => ['privates', '.service_locator.hNwWVcg', 'get_ServiceLocator_HNwWVcgService', false],
'App\\Controller\\Front\\ProductController:addPackToBasket' => ['privates', '.service_locator.vfakA8e', 'get_ServiceLocator_VfakA8eService', false],
'App\\Controller\\Front\\ProductController:addProductBasket' => ['privates', '.service_locator.nEHzZe_', 'get_ServiceLocator_NEHzZeService', false],
'App\\Controller\\Front\\ProductController:ajout_options_groups' => ['privates', '.service_locator.BIMkgrA', 'get_ServiceLocator_BIMkgrAService', false],
'App\\Controller\\Front\\ProductController:caracteristicAdded' => ['privates', '.service_locator.8tz6iWi', 'get_ServiceLocator_8tz6iWiService', false],
'App\\Controller\\Front\\ProductController:deleteRoomOption' => ['privates', '.service_locator.aPcB6.A', 'get_ServiceLocator_APcB6_AService', false],
'App\\Controller\\Front\\ProductController:equipemenstAdded' => ['privates', '.service_locator.M7IUApa', 'get_ServiceLocator_M7IUApaService', false],
'App\\Controller\\Front\\ProductController:filtreHeberge' => ['privates', '.service_locator.fd8aUIK', 'get_ServiceLocator_Fd8aUIKService', false],
'App\\Controller\\Front\\ProductController:getAnnonceSubcategory' => ['privates', '.service_locator.3wgCo0H', 'get_ServiceLocator_3wgCo0HService', false],
'App\\Controller\\Front\\ProductController:getByTransporteurAndWeight' => ['privates', '.service_locator.M3mbzID', 'get_ServiceLocator_M3mbzIDService', false],
'App\\Controller\\Front\\ProductController:getCompanyTransporteursPrice' => ['privates', '.service_locator.M3mbzID', 'get_ServiceLocator_M3mbzIDService', false],
'App\\Controller\\Front\\ProductController:getSubCatFairepart' => ['privates', '.service_locator.VC88q9S', 'get_ServiceLocator_VC88q9SService', false],
'App\\Controller\\Front\\ProductController:getSubCategory' => ['privates', '.service_locator.B95m3mR', 'get_ServiceLocator_B95m3mRService', false],
'App\\Controller\\Front\\ProductController:getSubCategoryHebergement' => ['privates', '.service_locator.B95m3mR', 'get_ServiceLocator_B95m3mRService', false],
'App\\Controller\\Front\\ProductController:getTransporteursPrice' => ['privates', '.service_locator.M3mbzID', 'get_ServiceLocator_M3mbzIDService', false],
'App\\Controller\\Front\\ProductController:languagesAdded' => ['privates', '.service_locator.9ocP31N', 'get_ServiceLocator_9ocP31NService', false],
'App\\Controller\\Front\\ProductController:listByCategory' => ['privates', '.service_locator.bVPw2Q3', 'get_ServiceLocator_BVPw2Q3Service', false],
'App\\Controller\\Front\\ProductController:listByCategoryEvent' => ['privates', '.service_locator.UD4.nTB', 'get_ServiceLocator_UD4_NTBService', false],
'App\\Controller\\Front\\ProductController:listBySubCategory' => ['privates', '.service_locator.UD4.nTB', 'get_ServiceLocator_UD4_NTBService', false],
'App\\Controller\\Front\\ProductController:option_produit' => ['privates', '.service_locator.BIMkgrA', 'get_ServiceLocator_BIMkgrAService', false],
'App\\Controller\\Front\\ProductController:orderByCategory' => ['privates', '.service_locator.QgkPOD0', 'get_ServiceLocator_QgkPOD0Service', false],
'App\\Controller\\Front\\ProductController:prodOption' => ['privates', '.service_locator.BIMkgrA', 'get_ServiceLocator_BIMkgrAService', false],
'App\\Controller\\Front\\ProductController:productSingle' => ['privates', '.service_locator.UMFkbbB', 'get_ServiceLocator_UMFkbbBService', false],
'App\\Controller\\Front\\ProductController:products' => ['privates', '.service_locator.hFt7u8B', 'get_ServiceLocator_HFt7u8BService', false],
'App\\Controller\\Front\\ProductController:searchFilter' => ['privates', '.service_locator.FooWQDB', 'get_ServiceLocator_FooWQDBService', false],
'App\\Controller\\Front\\ProductController:securitiesAdded' => ['privates', '.service_locator.bvTTe_x', 'get_ServiceLocator_BvTTeXService', false],
'App\\Controller\\Front\\ProductController:subCategoryAdded' => ['privates', '.service_locator.mCtarlu', 'get_ServiceLocator_MCtarluService', false],
'App\\Controller\\Front\\ProductController:typeHebergementAdded' => ['privates', '.service_locator.rgFDmyU', 'get_ServiceLocator_RgFDmyUService', false],
'App\\Controller\\Front\\ProductController:typeLocalisationAdded' => ['privates', '.service_locator.7n8s8h1', 'get_ServiceLocator_7n8s8h1Service', false],
'App\\Controller\\Front\\ProductController:type_prestation' => ['privates', '.service_locator.JeWueYE', 'get_ServiceLocator_JeWueYEService', false],
'App\\Controller\\Front\\RechercheMap:activiteSelected' => ['privates', '.service_locator.nTOpsGA', 'get_ServiceLocator_NTOpsGAService', false],
'App\\Controller\\Front\\RechercheMap:activiteproximite' => ['privates', '.service_locator.VRKCSt6', 'get_ServiceLocator_VRKCSt6Service', false],
'App\\Controller\\Front\\RechercheMap:responseRecherche' => ['privates', '.service_locator.FZcSFxc', 'get_ServiceLocator_FZcSFxcService', false],
'App\\Controller\\Front\\ReservationController:new' => ['privates', '.service_locator.kYI1Pri', 'get_ServiceLocator_KYI1PriService', false],
'App\\Controller\\Front\\ReservationController:newReservationStepThree' => ['privates', '.service_locator.JeTwYn4', 'get_ServiceLocator_JeTwYn4Service', false],
'App\\Controller\\Front\\ReservationController:newReservationStepTwo' => ['privates', '.service_locator.CHszz5d', 'get_ServiceLocator_CHszz5dService', false],
'App\\Controller\\Front\\WishController:add' => ['privates', '.service_locator.xy0Qv6D', 'get_ServiceLocator_Xy0Qv6DService', false],
'App\\Controller\\NotificationController:markAsClicked' => ['privates', '.service_locator.p0rDQug', 'get_ServiceLocator_P0rDQugService', false],
'App\\Controller\\ReseauSociaux\\CommentsController:commentPost' => ['privates', '.service_locator.JciIgIy', 'get_ServiceLocator_JciIgIyService', false],
'App\\Controller\\ReseauSociaux\\CommentsController:index' => ['privates', '.service_locator.gDGjMim', 'get_ServiceLocator_GDGjMimService', false],
'App\\Controller\\ReseauSociaux\\LivestreamController:deleteLivePost' => ['privates', '.service_locator.RWh4pN3', 'get_ServiceLocator_RWh4pN3Service', false],
'App\\Controller\\ReseauSociaux\\LivestreamController:liveState' => ['privates', '.service_locator.RWh4pN3', 'get_ServiceLocator_RWh4pN3Service', false],
'App\\Controller\\ReseauSociaux\\LivestreamController:liveThumbnails' => ['privates', '.service_locator.RWh4pN3', 'get_ServiceLocator_RWh4pN3Service', false],
'App\\Controller\\ReseauSociaux\\MessageController:getLatestMessages' => ['privates', '.service_locator.m2nuFEr', 'get_ServiceLocator_M2nuFErService', false],
'App\\Controller\\ReseauSociaux\\MessageController:getUserConnected' => ['privates', '.service_locator.j5iGUk4', 'get_ServiceLocator_J5iGUk4Service', false],
'App\\Controller\\ReseauSociaux\\MessageController:newMessage' => ['privates', '.service_locator.grZbmbT', 'get_ServiceLocator_GrZbmbTService', false],
'App\\Controller\\ReseauSociaux\\MessageController:readLastMessage' => ['privates', '.service_locator.MWLTmxd', 'get_ServiceLocator_MWLTmxdService', false],
'App\\Controller\\ReseauSociaux\\MessageController:showConversation' => ['privates', '.service_locator.tDbRvL.', 'get_ServiceLocator_TDbRvL_Service', false],
'App\\Controller\\ReseauSociaux\\MessageController:showUsers' => ['privates', '.service_locator.Mpct_jV', 'get_ServiceLocator_MpctJVService', false],
'App\\Controller\\ReseauSociaux\\NotificationController:getNotifForUser' => ['privates', '.service_locator.z9o51BF', 'get_ServiceLocator_Z9o51BFService', false],
'App\\Controller\\ReseauSociaux\\PostLikeController:likePublication' => ['privates', '.service_locator.gCZmBRB', 'get_ServiceLocator_GCZmBRBService', false],
'App\\Controller\\ReseauSociaux\\PostLikeController:showLikes' => ['privates', '.service_locator.gDGjMim', 'get_ServiceLocator_GDGjMimService', false],
'App\\Controller\\ReseauSociaux\\ProfilController:editUserInfo' => ['privates', '.service_locator.j5iGUk4', 'get_ServiceLocator_J5iGUk4Service', false],
'App\\Controller\\ReseauSociaux\\PublicationController:deletePublication' => ['privates', '.service_locator.gCZmBRB', 'get_ServiceLocator_GCZmBRBService', false],
'App\\Controller\\ReseauSociaux\\PublicationController:getAllCompanyProduct' => ['privates', '.service_locator.KQdyJ7Y', 'get_ServiceLocator_KQdyJ7YService', false],
'App\\Controller\\ReseauSociaux\\PublicationController:newPublication' => ['privates', '.service_locator.smtN4bf', 'get_ServiceLocator_SmtN4bfService', false],
'App\\Controller\\ReseauSociaux\\PublicationController:newSharePost' => ['privates', '.service_locator.gCZmBRB', 'get_ServiceLocator_GCZmBRBService', false],
'App\\Controller\\ReseauSociaux\\PublicationController:postOwnPublication' => ['privates', '.service_locator.Cvg3d7w', 'get_ServiceLocator_Cvg3d7wService', false],
'App\\Controller\\ReseauSociaux\\PublicationController:showPublications' => ['privates', '.service_locator.cfYOGgC', 'get_ServiceLocator_CfYOGgCService', false],
'App\\Controller\\ReseauSociaux\\PublicationController:updatePublication' => ['privates', '.service_locator.gCZmBRB', 'get_ServiceLocator_GCZmBRBService', false],
'App\\Controller\\ReseauSociaux\\ReseauSociauxController:createEspace' => ['privates', '.service_locator.Cvg3d7w', 'get_ServiceLocator_Cvg3d7wService', false],
'App\\Controller\\ReseauSociaux\\ReseauSociauxController:followEspace' => ['privates', '.service_locator.cfYOGgC', 'get_ServiceLocator_CfYOGgCService', false],
'App\\Controller\\ReseauSociaux\\ReseauSociauxController:followedOrNot' => ['privates', '.service_locator.cfYOGgC', 'get_ServiceLocator_CfYOGgCService', false],
'App\\Controller\\ReseauSociaux\\ReseauSociauxController:getPublication' => ['privates', '.service_locator.4QomvUp', 'get_ServiceLocator_4QomvUpService', false],
'App\\Controller\\ReseauSociaux\\ReseauSociauxController:unfollowEspace' => ['privates', '.service_locator.cfYOGgC', 'get_ServiceLocator_CfYOGgCService', false],
'App\\Controller\\ReseauSociaux\\SearchKeyWordController:sociauxSearchKeyWord' => ['privates', '.service_locator.2C02PlN', 'get_ServiceLocator_2C02PlNService', false],
'App\\Controller\\SatatusUserControler:status' => ['privates', '.service_locator.1UOwC31', 'get_ServiceLocator_1UOwC31Service', false],
'App\\Controller\\SecurityController:SubscriptionCompanyStep2' => ['privates', '.service_locator.0vKge8y', 'get_ServiceLocator_0vKge8yService', false],
'App\\Controller\\SecurityController:confirmationSubscription' => ['privates', '.service_locator.gOIeLr9', 'get_ServiceLocator_GOIeLr9Service', false],
'App\\Controller\\SecurityController:deconnecter' => ['privates', '.service_locator..U56zRv', 'get_ServiceLocator__U56zRvService', false],
'App\\Controller\\SecurityController:forgotPassword' => ['privates', '.service_locator.ZkPhE8x', 'get_ServiceLocator_ZkPhE8xService', false],
'App\\Controller\\SecurityController:getSubCategory' => ['privates', '.service_locator.uRjNJx_', 'get_ServiceLocator_URjNJxService', false],
'App\\Controller\\SecurityController:loginClient' => ['privates', '.service_locator.WiRn98c', 'get_ServiceLocator_WiRn98cService', false],
'App\\Controller\\SecurityController:loginEnterprise' => ['privates', '.service_locator.UDgw6Ol', 'get_ServiceLocator_UDgw6OlService', false],
'App\\Controller\\SecurityController:subscriptionCompanyStep1' => ['privates', '.service_locator.V_T7gSp', 'get_ServiceLocator_VT7gSpService', false],
'App\\Controller\\TestMerController:postPing' => ['privates', '.service_locator.zCHnZx3', 'get_ServiceLocator_ZCHnZx3Service', false],
'App\\Controller\\TestMerController:test_mail' => ['privates', '.service_locator.ywGq.x_', 'get_ServiceLocator_YwGq_XService', false],
'App\\Controller\\UpdateOptionController:updatOptionFairepart' => ['privates', '.service_locator.ilt3ZoC', 'get_ServiceLocator_Ilt3ZoCService', false],
'App\\Controller\\UpdateOptionController:updatOptionGroups' => ['privates', '.service_locator.ilt3ZoC', 'get_ServiceLocator_Ilt3ZoCService', false],
'App\\Controller\\ViewTestController:hebergement' => ['privates', '.service_locator.zgm_820', 'get_ServiceLocator_Zgm820Service', false],
'App\\Controller\\ViewTestController:viewRecurringPay' => ['privates', '.service_locator.9FX91rs', 'get_ServiceLocator_9FX91rsService', false],
'kernel:loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel:registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
], [
'App\\Controller\\AndranaController::affiche_tout' => '?',
'App\\Controller\\AndranaController::customerCreation' => '?',
'App\\Controller\\AndranaController::pageAnnonce' => '?',
'App\\Controller\\AndranaController::pagesAbn' => '?',
'App\\Controller\\AndranaController::pagesAnnonce' => '?',
'App\\Controller\\AndranaController::retrieveCheckoutSession' => '?',
'App\\Controller\\AndranaController::retrieveInvoice' => '?',
'App\\Controller\\AndranaController::retrieveLocation' => '?',
'App\\Controller\\AndranaController::retrieveTransfer' => '?',
'App\\Controller\\AndranaController::sendTestEmailForCancelation' => '?',
'App\\Controller\\AndranaController::testChargeRefund' => '?',
'App\\Controller\\AndranaController::testChargeRetrieve' => '?',
'App\\Controller\\AndranaController::testMailer' => '?',
'App\\Controller\\AndranaController::testStripeConnectCheckout' => '?',
'App\\Controller\\AndranaController::testStripePayment' => '?',
'App\\Controller\\AndranaController::testStripePaymentSuccess' => '?',
'App\\Controller\\AndranaController::viewConfirmRefund' => '?',
'App\\Controller\\Back\\AdminCommuneController::delete' => '?',
'App\\Controller\\Back\\AdminCommuneController::edit' => '?',
'App\\Controller\\Back\\AdminCommuneController::index' => '?',
'App\\Controller\\Back\\AdminCommuneController::new' => '?',
'App\\Controller\\Back\\AdminCommuneController::show' => '?',
'App\\Controller\\Back\\AdminController::createAdminLimited' => '?',
'App\\Controller\\Back\\AdminController::editAdmin' => '?',
'App\\Controller\\Back\\AdminController::transfer_caution_cli' => '?',
'App\\Controller\\Back\\AdminController::transfer_caution_pre' => '?',
'App\\Controller\\Back\\AdminFinancesController::paiements' => '?',
'App\\Controller\\Back\\AdminFinancesController::taxeSejour' => '?',
'App\\Controller\\Back\\AdminLocationController::commandSingle' => '?',
'App\\Controller\\Back\\AdminLocationController::index' => '?',
'App\\Controller\\Back\\AdminPromoController::delete' => '?',
'App\\Controller\\Back\\AdminPromoController::edit' => '?',
'App\\Controller\\Back\\AdminPromoController::index' => '?',
'App\\Controller\\Back\\AdminPromoController::new' => '?',
'App\\Controller\\Back\\AdminPromoController::show' => '?',
'App\\Controller\\Back\\AdminReservationController::index' => '?',
'App\\Controller\\Back\\AdminReservationController::singleReservation' => '?',
'App\\Controller\\Back\\AjoutTypeController::ajot_type' => '?',
'App\\Controller\\Back\\AjoutTypeController::editType_prest' => '?',
'App\\Controller\\Back\\AjoutTypeController::locationType_List' => '?',
'App\\Controller\\Back\\AjoutTypeController::location_edit' => '?',
'App\\Controller\\Back\\AjoutTypeController::location_supre' => '?',
'App\\Controller\\Back\\AjoutTypeController::supr_typePrest' => '?',
'App\\Controller\\Back\\AjoutTypeController::typesPrest_List' => '?',
'App\\Controller\\Back\\AvisController::listCommand' => '?',
'App\\Controller\\Back\\AvisController::remove' => '?',
'App\\Controller\\Back\\BlogController::addCategory' => '?',
'App\\Controller\\Back\\BlogController::add_annonce_PrestCategory' => '?',
'App\\Controller\\Back\\BlogController::add_annonce_cliCategory' => '?',
'App\\Controller\\Back\\BlogController::annonce_category_cil_List' => '?',
'App\\Controller\\Back\\BlogController::annonce_category_prest_List' => '?',
'App\\Controller\\Back\\BlogController::articleAdd' => '?',
'App\\Controller\\Back\\BlogController::articleEdit' => '?',
'App\\Controller\\Back\\BlogController::articleList' => '?',
'App\\Controller\\Back\\BlogController::categoryList' => '?',
'App\\Controller\\Back\\BlogController::editCatAnnonceCli' => '?',
'App\\Controller\\Back\\BlogController::editCatAnnoncePrest' => '?',
'App\\Controller\\Back\\BlogController::editCategory' => '?',
'App\\Controller\\Back\\BlogController::removeArticle' => '?',
'App\\Controller\\Back\\BlogController::removeCategory' => '?',
'App\\Controller\\Back\\BlogController::supr_annonce_cli' => '?',
'App\\Controller\\Back\\BlogController::supr_annonce_prest' => '?',
'App\\Controller\\Back\\CategoryController::addCategory' => '?',
'App\\Controller\\Back\\CategoryController::editCategory' => '?',
'App\\Controller\\Back\\CategoryController::principalCategoryList' => '?',
'App\\Controller\\Back\\CategoryController::removeCategory' => '?',
'App\\Controller\\Back\\CategoryController::removeSubcategory' => '?',
'App\\Controller\\Back\\CategoryController::subCategoryAdd' => '?',
'App\\Controller\\Back\\CategoryController::subCategoryEdit' => '?',
'App\\Controller\\Back\\CategoryController::subCategoryList' => '?',
'App\\Controller\\Back\\CautionController::caution' => '?',
'App\\Controller\\Back\\CautionController::single' => '?',
'App\\Controller\\Back\\CommandController::commandSingle' => '?',
'App\\Controller\\Back\\CommandController::listCommand' => '?',
'App\\Controller\\Back\\CompanyController::changeStatus' => '?',
'App\\Controller\\Back\\CompanyController::changeTypeCompany' => '?',
'App\\Controller\\Back\\CompanyController::disableSubscriptionFromCompanyList' => '?',
'App\\Controller\\Back\\CompanyController::list' => '?',
'App\\Controller\\Back\\CompanyController::listDocumentsUser' => '?',
'App\\Controller\\Back\\CompanyController::removeUser' => '?',
'App\\Controller\\Back\\CompanyController::seeProduct' => '?',
'App\\Controller\\Back\\CompanyController::validDocumentsAccount' => '?',
'App\\Controller\\Back\\DashboardController::dashboard' => '?',
'App\\Controller\\Back\\DashboardController::recapFinances' => '?',
'App\\Controller\\Back\\LitigeController::list' => '?',
'App\\Controller\\Back\\LitigeController::single' => '?',
'App\\Controller\\Back\\LivraisonController::addTransporteur' => '?',
'App\\Controller\\Back\\LivraisonController::deliveryManChangeStatus' => '?',
'App\\Controller\\Back\\LivraisonController::editPrice' => '?',
'App\\Controller\\Back\\LivraisonController::editTransporteur' => '?',
'App\\Controller\\Back\\LivraisonController::livraisons' => '?',
'App\\Controller\\Back\\MessagingUser::list' => '?',
'App\\Controller\\Back\\MessagingUser::listMessage' => '?',
'App\\Controller\\Back\\MessagingUser::removeMessage' => '?',
'App\\Controller\\Back\\PackController::create' => '?',
'App\\Controller\\Back\\PackController::edit' => '?',
'App\\Controller\\Back\\PackController::list' => '?',
'App\\Controller\\Back\\PackController::remove' => '?',
'App\\Controller\\Back\\PackController::removeProductPrecent' => '?',
'App\\Controller\\Back\\PageController::getPages' => '?',
'App\\Controller\\Back\\PageHomeController::modifyBlock' => '?',
'App\\Controller\\Back\\ProductController::list' => '?',
'App\\Controller\\Back\\ProductController::reactive' => '?',
'App\\Controller\\Back\\ProductController::remove' => '?',
'App\\Controller\\Back\\SliderController::editSlider' => '?',
'App\\Controller\\Back\\SubscriptionController::disableSubscription' => '?',
'App\\Controller\\Back\\SubscriptionController::everySubscription' => '?',
'App\\Controller\\Back\\TypeAbonnementController::delete' => '?',
'App\\Controller\\Back\\TypeAbonnementController::edit' => '?',
'App\\Controller\\Back\\TypeAbonnementController::index' => '?',
'App\\Controller\\Back\\TypeAbonnementController::show' => '?',
'App\\Controller\\Back\\UserController::changeStatus' => '?',
'App\\Controller\\Back\\UserController::list' => '?',
'App\\Controller\\Back\\UserController::removeUser' => '?',
'App\\Controller\\ClientSpace\\AnnonceController::ajout_annonce' => '?',
'App\\Controller\\ClientSpace\\AnnonceController::annonceaffich_tout' => '?',
'App\\Controller\\ClientSpace\\AnnonceController::detail_annonce' => '?',
'App\\Controller\\ClientSpace\\CommandController::list' => '?',
'App\\Controller\\ClientSpace\\DashboardController::getBill' => '?',
'App\\Controller\\ClientSpace\\DashboardController::getPackBill' => '?',
'App\\Controller\\ClientSpace\\DashboardController::home' => '?',
'App\\Controller\\ClientSpace\\DashboardController::trakingList' => '?',
'App\\Controller\\ClientSpace\\LitigeController::create' => '?',
'App\\Controller\\ClientSpace\\LocationCliController::ajout_portefeuil' => '?',
'App\\Controller\\ClientSpace\\LocationCliController::cotion' => '?',
'App\\Controller\\ClientSpace\\LocationCliController::credite_compte' => '?',
'App\\Controller\\ClientSpace\\LocationCliController::getBill' => '?',
'App\\Controller\\ClientSpace\\LocationCliController::liste_loc' => '?',
'App\\Controller\\ClientSpace\\LocationCliController::location' => '?',
'App\\Controller\\ClientSpace\\LocationCliController::portefeuil' => '?',
'App\\Controller\\ClientSpace\\LocationCliController::recuper' => '?',
'App\\Controller\\ClientSpace\\LocationCliController::redirectPaymentProcess' => '?',
'App\\Controller\\ClientSpace\\PlanningClientController::planning' => '?',
'App\\Controller\\ClientSpace\\ProfilController::myInfos' => '?',
'App\\Controller\\ClientSpace\\ReservationCliController::liste_reservation' => '?',
'App\\Controller\\ClientSpace\\ReservationCliController::reserv_facturation' => '?',
'App\\Controller\\ClientSpace\\ReservationCliController::reservation_cli' => '?',
'App\\Controller\\ClientSpace\\ReservationCliController::stripeConnectCheckout' => '?',
'App\\Controller\\ClientSpace\\ReservationCliController::stripeConnectSuccess' => '?',
'App\\Controller\\ClientSpace\\TableController::addInviteToTable' => '?',
'App\\Controller\\ClientSpace\\TableController::affectationParticipantRoom' => '?',
'App\\Controller\\ClientSpace\\TableController::deleteParticipantOnRoom' => '?',
'App\\Controller\\ClientSpace\\TableController::listTables' => '?',
'App\\Controller\\ClientSpace\\TableController::removeInviteToTable' => '?',
'App\\Controller\\ClientSpace\\TableUserController::changeInvitation' => '?',
'App\\Controller\\ClientSpace\\TableUserController::edit' => '?',
'App\\Controller\\ClientSpace\\TableUserController::list' => '?',
'App\\Controller\\ClientSpace\\TableUserController::remove' => '?',
'App\\Controller\\ClientSpace\\TicketController::controllBot' => '?',
'App\\Controller\\ClientSpace\\TicketController::dwonFile' => '?',
'App\\Controller\\ClientSpace\\TicketController::list' => '?',
'App\\Controller\\ClientSpace\\TicketController::send_msg' => '?',
'App\\Controller\\ClientSpace\\TicketController::ticketSingle' => '?',
'App\\Controller\\ClientSpace\\WishListController::list' => '?',
'App\\Controller\\ClientSpace\\WishListController::remove' => '?',
'App\\Controller\\CompanySpace\\AnnonceCompanyController::affich_une_annonce' => '?',
'App\\Controller\\CompanySpace\\AnnonceCompanyController::affiche_tout' => '?',
'App\\Controller\\CompanySpace\\AnnonceCompanyController::ajout_annonce' => '?',
'App\\Controller\\CompanySpace\\AvisController::avisList' => '?',
'App\\Controller\\CompanySpace\\AvisController::responseToclient' => '?',
'App\\Controller\\CompanySpace\\ChargeSubscriptionController::disableCharge' => '?',
'App\\Controller\\CompanySpace\\ChargeSubscriptionController::enableCharge' => '?',
'App\\Controller\\CompanySpace\\CommandController::list' => '?',
'App\\Controller\\CompanySpace\\CompanyInfoController::activateBankAccount' => '?',
'App\\Controller\\CompanySpace\\CompanyInfoController::infoEntreprise' => '?',
'App\\Controller\\CompanySpace\\DashboardController::affichAnnonce' => '?',
'App\\Controller\\CompanySpace\\DashboardController::contactPlatform' => '?',
'App\\Controller\\CompanySpace\\DashboardController::dahsboard' => '?',
'App\\Controller\\CompanySpace\\DashboardController::detailCommand' => '?',
'App\\Controller\\CompanySpace\\DashboardController::refundUser' => '?',
'App\\Controller\\CompanySpace\\DashboardController::validService' => '?',
'App\\Controller\\CompanySpace\\LocationCompanyController::location' => '?',
'App\\Controller\\CompanySpace\\LocationCompanyController::locationValidation' => '?',
'App\\Controller\\CompanySpace\\LocationCompanyController::modifreservation' => '?',
'App\\Controller\\CompanySpace\\LocationCompanyController::refuser' => '?',
'App\\Controller\\CompanySpace\\LocationCompanyController::validation' => '?',
'App\\Controller\\CompanySpace\\PaymentController::paymentList' => '?',
'App\\Controller\\CompanySpace\\PlanningController::addDate' => '?',
'App\\Controller\\CompanySpace\\PlanningController::addMultipleDate' => '?',
'App\\Controller\\CompanySpace\\PlanningController::planning' => '?',
'App\\Controller\\CompanySpace\\ProductController::add' => '?',
'App\\Controller\\CompanySpace\\ProductController::addAgenda' => '?',
'App\\Controller\\CompanySpace\\ProductController::edit' => '?',
'App\\Controller\\CompanySpace\\ProductController::editAgenda' => '?',
'App\\Controller\\CompanySpace\\ProductController::list' => '?',
'App\\Controller\\CompanySpace\\ProductController::remove' => '?',
'App\\Controller\\CompanySpace\\ProductController::removeAgenda' => '?',
'App\\Controller\\CompanySpace\\ProductController::removeDayprice' => '?',
'App\\Controller\\CompanySpace\\ProductController::removeOption' => '?',
'App\\Controller\\CompanySpace\\ProductController::removePeriodPrice' => '?',
'App\\Controller\\CompanySpace\\ProductController::removePhoto' => '?',
'App\\Controller\\CompanySpace\\ProductController::removeProduct' => '?',
'App\\Controller\\CompanySpace\\ProductController::removeReduction' => '?',
'App\\Controller\\CompanySpace\\ProductController::removeTarifDegressif' => '?',
'App\\Controller\\CompanySpace\\ProfilController::profil' => '?',
'App\\Controller\\CompanySpace\\ResevationCompanyController::location' => '?',
'App\\Controller\\CompanySpace\\ResevationCompanyController::refuser_reservation' => '?',
'App\\Controller\\CompanySpace\\ResevationCompanyController::validation' => '?',
'App\\Controller\\CompanySpace\\StripeSubscriptionController::index' => '?',
'App\\Controller\\CompanySpace\\StripeSubscriptionController::stripeSubscriptionCancel' => '?',
'App\\Controller\\CompanySpace\\StripeSubscriptionController::stripeSubscriptionDetails' => '?',
'App\\Controller\\CompanySpace\\StripeSubscriptionController::stripeSubscriptionReturnUrl' => '?',
'App\\Controller\\CompanySpace\\StripeSubscriptionController::subscriptionType' => '?',
'App\\Controller\\CompanySpace\\StripeSubscriptionController::webhook' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController::abonnementShow' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController::assigningSubscription' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController::confirmPaymentProduct' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController::disableSubscription' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController::index' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController::pagesAbn' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController::paymentProcess' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController::redirectPaymentProcess' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController::renewSubscription' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController::showAttachmentRendering' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController::showEmailRendering' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController::subscriptionForm' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController::todaySSubscriptionRenewal' => '?',
'App\\Controller\\CompanySpace\\TchatController::list' => '?',
'App\\Controller\\CompanySpace\\TchatController::sendResponse' => '?',
'App\\Controller\\CompanySpace\\TicketController::changeButtonCloseTicket' => '?',
'App\\Controller\\CompanySpace\\TicketController::dwonFile' => '?',
'App\\Controller\\CompanySpace\\TicketController::list' => '?',
'App\\Controller\\CompanySpace\\TicketController::send_msg' => '?',
'App\\Controller\\CompanySpace\\TicketController::ticketSingle' => '?',
'App\\Controller\\CompanySpace\\WalletController::myWallet' => '?',
'App\\Controller\\CompanySpace\\WalletController::transferMoney' => '?',
'App\\Controller\\ConversationController::listeMessage' => '?',
'App\\Controller\\ConversationController::luMessage' => '?',
'App\\Controller\\Front\\ArticleController::list' => '?',
'App\\Controller\\Front\\BlogController::categoryList' => '?',
'App\\Controller\\Front\\BlogController::list' => '?',
'App\\Controller\\Front\\BlogController::single' => '?',
'App\\Controller\\Front\\CommandController::basket' => '?',
'App\\Controller\\Front\\CommandController::createBasketPdf' => '?',
'App\\Controller\\Front\\CommandController::createInvoicePdf' => '?',
'App\\Controller\\Front\\CommandController::getOption' => '?',
'App\\Controller\\Front\\CommandController::livraison' => '?',
'App\\Controller\\Front\\CommandController::payment' => '?',
'App\\Controller\\Front\\CommandController::paymentProcess' => '?',
'App\\Controller\\Front\\CommandController::paymentType' => '?',
'App\\Controller\\Front\\CommandController::redirectPaymentProcess' => '?',
'App\\Controller\\Front\\CommandController::removeProductToBasket' => '?',
'App\\Controller\\Front\\CommandController::stripeCancel' => '?',
'App\\Controller\\Front\\CommandController::stripePayment' => '?',
'App\\Controller\\Front\\CommandController::stripeSuccess' => '?',
'App\\Controller\\Front\\CommandController::validateCommand' => '?',
'App\\Controller\\Front\\CompanyController::list' => '?',
'App\\Controller\\Front\\CompanyController::searchCompanyFilter' => '?',
'App\\Controller\\Front\\CompanyController::single' => '?',
'App\\Controller\\Front\\ContactController::contact' => '?',
'App\\Controller\\Front\\HomeController::changeCategory' => '?',
'App\\Controller\\Front\\HomeController::home' => '?',
'App\\Controller\\Front\\LocationController::annulatiolocation' => '?',
'App\\Controller\\Front\\LocationController::newFistStep' => '?',
'App\\Controller\\Front\\LocationController::newSecondStep' => '?',
'App\\Controller\\Front\\LocationController::newThirdStep' => '?',
'App\\Controller\\Front\\LocationController::updatelocation' => '?',
'App\\Controller\\Front\\PackController::removeProductToBasket' => '?',
'App\\Controller\\Front\\PackController::single' => '?',
'App\\Controller\\Front\\PageController::aPropos' => '?',
'App\\Controller\\Front\\PageController::cgv' => '?',
'App\\Controller\\Front\\PageController::mentions' => '?',
'App\\Controller\\Front\\ProductController::Option' => '?',
'App\\Controller\\Front\\ProductController::addPackToBasket' => '?',
'App\\Controller\\Front\\ProductController::addProductBasket' => '?',
'App\\Controller\\Front\\ProductController::ajout_options_groups' => '?',
'App\\Controller\\Front\\ProductController::caracteristicAdded' => '?',
'App\\Controller\\Front\\ProductController::deleteRoomOption' => '?',
'App\\Controller\\Front\\ProductController::equipemenstAdded' => '?',
'App\\Controller\\Front\\ProductController::filtreHeberge' => '?',
'App\\Controller\\Front\\ProductController::getAnnonceSubcategory' => '?',
'App\\Controller\\Front\\ProductController::getByTransporteurAndWeight' => '?',
'App\\Controller\\Front\\ProductController::getCompanyTransporteursPrice' => '?',
'App\\Controller\\Front\\ProductController::getSubCatFairepart' => '?',
'App\\Controller\\Front\\ProductController::getSubCategory' => '?',
'App\\Controller\\Front\\ProductController::getSubCategoryHebergement' => '?',
'App\\Controller\\Front\\ProductController::getTransporteursPrice' => '?',
'App\\Controller\\Front\\ProductController::languagesAdded' => '?',
'App\\Controller\\Front\\ProductController::listByCategory' => '?',
'App\\Controller\\Front\\ProductController::listByCategoryEvent' => '?',
'App\\Controller\\Front\\ProductController::listBySubCategory' => '?',
'App\\Controller\\Front\\ProductController::option_produit' => '?',
'App\\Controller\\Front\\ProductController::orderByCategory' => '?',
'App\\Controller\\Front\\ProductController::prodOption' => '?',
'App\\Controller\\Front\\ProductController::productSingle' => '?',
'App\\Controller\\Front\\ProductController::products' => '?',
'App\\Controller\\Front\\ProductController::searchFilter' => '?',
'App\\Controller\\Front\\ProductController::securitiesAdded' => '?',
'App\\Controller\\Front\\ProductController::subCategoryAdded' => '?',
'App\\Controller\\Front\\ProductController::typeHebergementAdded' => '?',
'App\\Controller\\Front\\ProductController::typeLocalisationAdded' => '?',
'App\\Controller\\Front\\ProductController::type_prestation' => '?',
'App\\Controller\\Front\\RechercheMap::activiteSelected' => '?',
'App\\Controller\\Front\\RechercheMap::activiteproximite' => '?',
'App\\Controller\\Front\\RechercheMap::responseRecherche' => '?',
'App\\Controller\\Front\\ReservationController::new' => '?',
'App\\Controller\\Front\\ReservationController::newReservationStepThree' => '?',
'App\\Controller\\Front\\ReservationController::newReservationStepTwo' => '?',
'App\\Controller\\Front\\WishController::add' => '?',
'App\\Controller\\NotificationController::markAsClicked' => '?',
'App\\Controller\\ReseauSociaux\\CommentsController::commentPost' => '?',
'App\\Controller\\ReseauSociaux\\CommentsController::index' => '?',
'App\\Controller\\ReseauSociaux\\LivestreamController::deleteLivePost' => '?',
'App\\Controller\\ReseauSociaux\\LivestreamController::liveState' => '?',
'App\\Controller\\ReseauSociaux\\LivestreamController::liveThumbnails' => '?',
'App\\Controller\\ReseauSociaux\\MessageController::getLatestMessages' => '?',
'App\\Controller\\ReseauSociaux\\MessageController::getUserConnected' => '?',
'App\\Controller\\ReseauSociaux\\MessageController::newMessage' => '?',
'App\\Controller\\ReseauSociaux\\MessageController::readLastMessage' => '?',
'App\\Controller\\ReseauSociaux\\MessageController::showConversation' => '?',
'App\\Controller\\ReseauSociaux\\MessageController::showUsers' => '?',
'App\\Controller\\ReseauSociaux\\NotificationController::getNotifForUser' => '?',
'App\\Controller\\ReseauSociaux\\PostLikeController::likePublication' => '?',
'App\\Controller\\ReseauSociaux\\PostLikeController::showLikes' => '?',
'App\\Controller\\ReseauSociaux\\ProfilController::editUserInfo' => '?',
'App\\Controller\\ReseauSociaux\\PublicationController::deletePublication' => '?',
'App\\Controller\\ReseauSociaux\\PublicationController::getAllCompanyProduct' => '?',
'App\\Controller\\ReseauSociaux\\PublicationController::newPublication' => '?',
'App\\Controller\\ReseauSociaux\\PublicationController::newSharePost' => '?',
'App\\Controller\\ReseauSociaux\\PublicationController::postOwnPublication' => '?',
'App\\Controller\\ReseauSociaux\\PublicationController::showPublications' => '?',
'App\\Controller\\ReseauSociaux\\PublicationController::updatePublication' => '?',
'App\\Controller\\ReseauSociaux\\ReseauSociauxController::createEspace' => '?',
'App\\Controller\\ReseauSociaux\\ReseauSociauxController::followEspace' => '?',
'App\\Controller\\ReseauSociaux\\ReseauSociauxController::followedOrNot' => '?',
'App\\Controller\\ReseauSociaux\\ReseauSociauxController::getPublication' => '?',
'App\\Controller\\ReseauSociaux\\ReseauSociauxController::unfollowEspace' => '?',
'App\\Controller\\ReseauSociaux\\SearchKeyWordController::sociauxSearchKeyWord' => '?',
'App\\Controller\\SatatusUserControler::status' => '?',
'App\\Controller\\SecurityController::SubscriptionCompanyStep2' => '?',
'App\\Controller\\SecurityController::confirmationSubscription' => '?',
'App\\Controller\\SecurityController::deconnecter' => '?',
'App\\Controller\\SecurityController::forgotPassword' => '?',
'App\\Controller\\SecurityController::getSubCategory' => '?',
'App\\Controller\\SecurityController::loginClient' => '?',
'App\\Controller\\SecurityController::loginEnterprise' => '?',
'App\\Controller\\SecurityController::subscriptionCompanyStep1' => '?',
'App\\Controller\\TestMerController::postPing' => '?',
'App\\Controller\\TestMerController::test_mail' => '?',
'App\\Controller\\UpdateOptionController::updatOptionFairepart' => '?',
'App\\Controller\\UpdateOptionController::updatOptionGroups' => '?',
'App\\Controller\\ViewTestController::hebergement' => '?',
'App\\Controller\\ViewTestController::viewRecurringPay' => '?',
'kernel::loadRoutes' => '?',
'kernel::registerContainerConfiguration' => '?',
'App\\Controller\\AndranaController:affiche_tout' => '?',
'App\\Controller\\AndranaController:customerCreation' => '?',
'App\\Controller\\AndranaController:pageAnnonce' => '?',
'App\\Controller\\AndranaController:pagesAbn' => '?',
'App\\Controller\\AndranaController:pagesAnnonce' => '?',
'App\\Controller\\AndranaController:retrieveCheckoutSession' => '?',
'App\\Controller\\AndranaController:retrieveInvoice' => '?',
'App\\Controller\\AndranaController:retrieveLocation' => '?',
'App\\Controller\\AndranaController:retrieveTransfer' => '?',
'App\\Controller\\AndranaController:sendTestEmailForCancelation' => '?',
'App\\Controller\\AndranaController:testChargeRefund' => '?',
'App\\Controller\\AndranaController:testChargeRetrieve' => '?',
'App\\Controller\\AndranaController:testMailer' => '?',
'App\\Controller\\AndranaController:testStripeConnectCheckout' => '?',
'App\\Controller\\AndranaController:testStripePayment' => '?',
'App\\Controller\\AndranaController:testStripePaymentSuccess' => '?',
'App\\Controller\\AndranaController:viewConfirmRefund' => '?',
'App\\Controller\\Back\\AdminCommuneController:delete' => '?',
'App\\Controller\\Back\\AdminCommuneController:edit' => '?',
'App\\Controller\\Back\\AdminCommuneController:index' => '?',
'App\\Controller\\Back\\AdminCommuneController:new' => '?',
'App\\Controller\\Back\\AdminCommuneController:show' => '?',
'App\\Controller\\Back\\AdminController:createAdminLimited' => '?',
'App\\Controller\\Back\\AdminController:editAdmin' => '?',
'App\\Controller\\Back\\AdminController:transfer_caution_cli' => '?',
'App\\Controller\\Back\\AdminController:transfer_caution_pre' => '?',
'App\\Controller\\Back\\AdminFinancesController:paiements' => '?',
'App\\Controller\\Back\\AdminFinancesController:taxeSejour' => '?',
'App\\Controller\\Back\\AdminLocationController:commandSingle' => '?',
'App\\Controller\\Back\\AdminLocationController:index' => '?',
'App\\Controller\\Back\\AdminPromoController:delete' => '?',
'App\\Controller\\Back\\AdminPromoController:edit' => '?',
'App\\Controller\\Back\\AdminPromoController:index' => '?',
'App\\Controller\\Back\\AdminPromoController:new' => '?',
'App\\Controller\\Back\\AdminPromoController:show' => '?',
'App\\Controller\\Back\\AdminReservationController:index' => '?',
'App\\Controller\\Back\\AdminReservationController:singleReservation' => '?',
'App\\Controller\\Back\\AjoutTypeController:ajot_type' => '?',
'App\\Controller\\Back\\AjoutTypeController:editType_prest' => '?',
'App\\Controller\\Back\\AjoutTypeController:locationType_List' => '?',
'App\\Controller\\Back\\AjoutTypeController:location_edit' => '?',
'App\\Controller\\Back\\AjoutTypeController:location_supre' => '?',
'App\\Controller\\Back\\AjoutTypeController:supr_typePrest' => '?',
'App\\Controller\\Back\\AjoutTypeController:typesPrest_List' => '?',
'App\\Controller\\Back\\AvisController:listCommand' => '?',
'App\\Controller\\Back\\AvisController:remove' => '?',
'App\\Controller\\Back\\BlogController:addCategory' => '?',
'App\\Controller\\Back\\BlogController:add_annonce_PrestCategory' => '?',
'App\\Controller\\Back\\BlogController:add_annonce_cliCategory' => '?',
'App\\Controller\\Back\\BlogController:annonce_category_cil_List' => '?',
'App\\Controller\\Back\\BlogController:annonce_category_prest_List' => '?',
'App\\Controller\\Back\\BlogController:articleAdd' => '?',
'App\\Controller\\Back\\BlogController:articleEdit' => '?',
'App\\Controller\\Back\\BlogController:articleList' => '?',
'App\\Controller\\Back\\BlogController:categoryList' => '?',
'App\\Controller\\Back\\BlogController:editCatAnnonceCli' => '?',
'App\\Controller\\Back\\BlogController:editCatAnnoncePrest' => '?',
'App\\Controller\\Back\\BlogController:editCategory' => '?',
'App\\Controller\\Back\\BlogController:removeArticle' => '?',
'App\\Controller\\Back\\BlogController:removeCategory' => '?',
'App\\Controller\\Back\\BlogController:supr_annonce_cli' => '?',
'App\\Controller\\Back\\BlogController:supr_annonce_prest' => '?',
'App\\Controller\\Back\\CategoryController:addCategory' => '?',
'App\\Controller\\Back\\CategoryController:editCategory' => '?',
'App\\Controller\\Back\\CategoryController:principalCategoryList' => '?',
'App\\Controller\\Back\\CategoryController:removeCategory' => '?',
'App\\Controller\\Back\\CategoryController:removeSubcategory' => '?',
'App\\Controller\\Back\\CategoryController:subCategoryAdd' => '?',
'App\\Controller\\Back\\CategoryController:subCategoryEdit' => '?',
'App\\Controller\\Back\\CategoryController:subCategoryList' => '?',
'App\\Controller\\Back\\CautionController:caution' => '?',
'App\\Controller\\Back\\CautionController:single' => '?',
'App\\Controller\\Back\\CommandController:commandSingle' => '?',
'App\\Controller\\Back\\CommandController:listCommand' => '?',
'App\\Controller\\Back\\CompanyController:changeStatus' => '?',
'App\\Controller\\Back\\CompanyController:changeTypeCompany' => '?',
'App\\Controller\\Back\\CompanyController:disableSubscriptionFromCompanyList' => '?',
'App\\Controller\\Back\\CompanyController:list' => '?',
'App\\Controller\\Back\\CompanyController:listDocumentsUser' => '?',
'App\\Controller\\Back\\CompanyController:removeUser' => '?',
'App\\Controller\\Back\\CompanyController:seeProduct' => '?',
'App\\Controller\\Back\\CompanyController:validDocumentsAccount' => '?',
'App\\Controller\\Back\\DashboardController:dashboard' => '?',
'App\\Controller\\Back\\DashboardController:recapFinances' => '?',
'App\\Controller\\Back\\LitigeController:list' => '?',
'App\\Controller\\Back\\LitigeController:single' => '?',
'App\\Controller\\Back\\LivraisonController:addTransporteur' => '?',
'App\\Controller\\Back\\LivraisonController:deliveryManChangeStatus' => '?',
'App\\Controller\\Back\\LivraisonController:editPrice' => '?',
'App\\Controller\\Back\\LivraisonController:editTransporteur' => '?',
'App\\Controller\\Back\\LivraisonController:livraisons' => '?',
'App\\Controller\\Back\\MessagingUser:list' => '?',
'App\\Controller\\Back\\MessagingUser:listMessage' => '?',
'App\\Controller\\Back\\MessagingUser:removeMessage' => '?',
'App\\Controller\\Back\\PackController:create' => '?',
'App\\Controller\\Back\\PackController:edit' => '?',
'App\\Controller\\Back\\PackController:list' => '?',
'App\\Controller\\Back\\PackController:remove' => '?',
'App\\Controller\\Back\\PackController:removeProductPrecent' => '?',
'App\\Controller\\Back\\PageController:getPages' => '?',
'App\\Controller\\Back\\PageHomeController:modifyBlock' => '?',
'App\\Controller\\Back\\ProductController:list' => '?',
'App\\Controller\\Back\\ProductController:reactive' => '?',
'App\\Controller\\Back\\ProductController:remove' => '?',
'App\\Controller\\Back\\SliderController:editSlider' => '?',
'App\\Controller\\Back\\SubscriptionController:disableSubscription' => '?',
'App\\Controller\\Back\\SubscriptionController:everySubscription' => '?',
'App\\Controller\\Back\\TypeAbonnementController:delete' => '?',
'App\\Controller\\Back\\TypeAbonnementController:edit' => '?',
'App\\Controller\\Back\\TypeAbonnementController:index' => '?',
'App\\Controller\\Back\\TypeAbonnementController:show' => '?',
'App\\Controller\\Back\\UserController:changeStatus' => '?',
'App\\Controller\\Back\\UserController:list' => '?',
'App\\Controller\\Back\\UserController:removeUser' => '?',
'App\\Controller\\ClientSpace\\AnnonceController:ajout_annonce' => '?',
'App\\Controller\\ClientSpace\\AnnonceController:annonceaffich_tout' => '?',
'App\\Controller\\ClientSpace\\AnnonceController:detail_annonce' => '?',
'App\\Controller\\ClientSpace\\CommandController:list' => '?',
'App\\Controller\\ClientSpace\\DashboardController:getBill' => '?',
'App\\Controller\\ClientSpace\\DashboardController:getPackBill' => '?',
'App\\Controller\\ClientSpace\\DashboardController:home' => '?',
'App\\Controller\\ClientSpace\\DashboardController:trakingList' => '?',
'App\\Controller\\ClientSpace\\LitigeController:create' => '?',
'App\\Controller\\ClientSpace\\LocationCliController:ajout_portefeuil' => '?',
'App\\Controller\\ClientSpace\\LocationCliController:cotion' => '?',
'App\\Controller\\ClientSpace\\LocationCliController:credite_compte' => '?',
'App\\Controller\\ClientSpace\\LocationCliController:getBill' => '?',
'App\\Controller\\ClientSpace\\LocationCliController:liste_loc' => '?',
'App\\Controller\\ClientSpace\\LocationCliController:location' => '?',
'App\\Controller\\ClientSpace\\LocationCliController:portefeuil' => '?',
'App\\Controller\\ClientSpace\\LocationCliController:recuper' => '?',
'App\\Controller\\ClientSpace\\LocationCliController:redirectPaymentProcess' => '?',
'App\\Controller\\ClientSpace\\PlanningClientController:planning' => '?',
'App\\Controller\\ClientSpace\\ProfilController:myInfos' => '?',
'App\\Controller\\ClientSpace\\ReservationCliController:liste_reservation' => '?',
'App\\Controller\\ClientSpace\\ReservationCliController:reserv_facturation' => '?',
'App\\Controller\\ClientSpace\\ReservationCliController:reservation_cli' => '?',
'App\\Controller\\ClientSpace\\ReservationCliController:stripeConnectCheckout' => '?',
'App\\Controller\\ClientSpace\\ReservationCliController:stripeConnectSuccess' => '?',
'App\\Controller\\ClientSpace\\TableController:addInviteToTable' => '?',
'App\\Controller\\ClientSpace\\TableController:affectationParticipantRoom' => '?',
'App\\Controller\\ClientSpace\\TableController:deleteParticipantOnRoom' => '?',
'App\\Controller\\ClientSpace\\TableController:listTables' => '?',
'App\\Controller\\ClientSpace\\TableController:removeInviteToTable' => '?',
'App\\Controller\\ClientSpace\\TableUserController:changeInvitation' => '?',
'App\\Controller\\ClientSpace\\TableUserController:edit' => '?',
'App\\Controller\\ClientSpace\\TableUserController:list' => '?',
'App\\Controller\\ClientSpace\\TableUserController:remove' => '?',
'App\\Controller\\ClientSpace\\TicketController:controllBot' => '?',
'App\\Controller\\ClientSpace\\TicketController:dwonFile' => '?',
'App\\Controller\\ClientSpace\\TicketController:list' => '?',
'App\\Controller\\ClientSpace\\TicketController:send_msg' => '?',
'App\\Controller\\ClientSpace\\TicketController:ticketSingle' => '?',
'App\\Controller\\ClientSpace\\WishListController:list' => '?',
'App\\Controller\\ClientSpace\\WishListController:remove' => '?',
'App\\Controller\\CompanySpace\\AnnonceCompanyController:affich_une_annonce' => '?',
'App\\Controller\\CompanySpace\\AnnonceCompanyController:affiche_tout' => '?',
'App\\Controller\\CompanySpace\\AnnonceCompanyController:ajout_annonce' => '?',
'App\\Controller\\CompanySpace\\AvisController:avisList' => '?',
'App\\Controller\\CompanySpace\\AvisController:responseToclient' => '?',
'App\\Controller\\CompanySpace\\ChargeSubscriptionController:disableCharge' => '?',
'App\\Controller\\CompanySpace\\ChargeSubscriptionController:enableCharge' => '?',
'App\\Controller\\CompanySpace\\CommandController:list' => '?',
'App\\Controller\\CompanySpace\\CompanyInfoController:activateBankAccount' => '?',
'App\\Controller\\CompanySpace\\CompanyInfoController:infoEntreprise' => '?',
'App\\Controller\\CompanySpace\\DashboardController:affichAnnonce' => '?',
'App\\Controller\\CompanySpace\\DashboardController:contactPlatform' => '?',
'App\\Controller\\CompanySpace\\DashboardController:dahsboard' => '?',
'App\\Controller\\CompanySpace\\DashboardController:detailCommand' => '?',
'App\\Controller\\CompanySpace\\DashboardController:refundUser' => '?',
'App\\Controller\\CompanySpace\\DashboardController:validService' => '?',
'App\\Controller\\CompanySpace\\LocationCompanyController:location' => '?',
'App\\Controller\\CompanySpace\\LocationCompanyController:locationValidation' => '?',
'App\\Controller\\CompanySpace\\LocationCompanyController:modifreservation' => '?',
'App\\Controller\\CompanySpace\\LocationCompanyController:refuser' => '?',
'App\\Controller\\CompanySpace\\LocationCompanyController:validation' => '?',
'App\\Controller\\CompanySpace\\PaymentController:paymentList' => '?',
'App\\Controller\\CompanySpace\\PlanningController:addDate' => '?',
'App\\Controller\\CompanySpace\\PlanningController:addMultipleDate' => '?',
'App\\Controller\\CompanySpace\\PlanningController:planning' => '?',
'App\\Controller\\CompanySpace\\ProductController:add' => '?',
'App\\Controller\\CompanySpace\\ProductController:addAgenda' => '?',
'App\\Controller\\CompanySpace\\ProductController:edit' => '?',
'App\\Controller\\CompanySpace\\ProductController:editAgenda' => '?',
'App\\Controller\\CompanySpace\\ProductController:list' => '?',
'App\\Controller\\CompanySpace\\ProductController:remove' => '?',
'App\\Controller\\CompanySpace\\ProductController:removeAgenda' => '?',
'App\\Controller\\CompanySpace\\ProductController:removeDayprice' => '?',
'App\\Controller\\CompanySpace\\ProductController:removeOption' => '?',
'App\\Controller\\CompanySpace\\ProductController:removePeriodPrice' => '?',
'App\\Controller\\CompanySpace\\ProductController:removePhoto' => '?',
'App\\Controller\\CompanySpace\\ProductController:removeProduct' => '?',
'App\\Controller\\CompanySpace\\ProductController:removeReduction' => '?',
'App\\Controller\\CompanySpace\\ProductController:removeTarifDegressif' => '?',
'App\\Controller\\CompanySpace\\ProfilController:profil' => '?',
'App\\Controller\\CompanySpace\\ResevationCompanyController:location' => '?',
'App\\Controller\\CompanySpace\\ResevationCompanyController:refuser_reservation' => '?',
'App\\Controller\\CompanySpace\\ResevationCompanyController:validation' => '?',
'App\\Controller\\CompanySpace\\StripeSubscriptionController:index' => '?',
'App\\Controller\\CompanySpace\\StripeSubscriptionController:stripeSubscriptionCancel' => '?',
'App\\Controller\\CompanySpace\\StripeSubscriptionController:stripeSubscriptionDetails' => '?',
'App\\Controller\\CompanySpace\\StripeSubscriptionController:stripeSubscriptionReturnUrl' => '?',
'App\\Controller\\CompanySpace\\StripeSubscriptionController:subscriptionType' => '?',
'App\\Controller\\CompanySpace\\StripeSubscriptionController:webhook' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController:abonnementShow' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController:assigningSubscription' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController:confirmPaymentProduct' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController:disableSubscription' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController:index' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController:pagesAbn' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController:paymentProcess' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController:redirectPaymentProcess' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController:renewSubscription' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController:showAttachmentRendering' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController:showEmailRendering' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController:subscriptionForm' => '?',
'App\\Controller\\CompanySpace\\SubscriptionController:todaySSubscriptionRenewal' => '?',
'App\\Controller\\CompanySpace\\TchatController:list' => '?',
'App\\Controller\\CompanySpace\\TchatController:sendResponse' => '?',
'App\\Controller\\CompanySpace\\TicketController:changeButtonCloseTicket' => '?',
'App\\Controller\\CompanySpace\\TicketController:dwonFile' => '?',
'App\\Controller\\CompanySpace\\TicketController:list' => '?',
'App\\Controller\\CompanySpace\\TicketController:send_msg' => '?',
'App\\Controller\\CompanySpace\\TicketController:ticketSingle' => '?',
'App\\Controller\\CompanySpace\\WalletController:myWallet' => '?',
'App\\Controller\\CompanySpace\\WalletController:transferMoney' => '?',
'App\\Controller\\ConversationController:listeMessage' => '?',
'App\\Controller\\ConversationController:luMessage' => '?',
'App\\Controller\\Front\\ArticleController:list' => '?',
'App\\Controller\\Front\\BlogController:categoryList' => '?',
'App\\Controller\\Front\\BlogController:list' => '?',
'App\\Controller\\Front\\BlogController:single' => '?',
'App\\Controller\\Front\\CommandController:basket' => '?',
'App\\Controller\\Front\\CommandController:createBasketPdf' => '?',
'App\\Controller\\Front\\CommandController:createInvoicePdf' => '?',
'App\\Controller\\Front\\CommandController:getOption' => '?',
'App\\Controller\\Front\\CommandController:livraison' => '?',
'App\\Controller\\Front\\CommandController:payment' => '?',
'App\\Controller\\Front\\CommandController:paymentProcess' => '?',
'App\\Controller\\Front\\CommandController:paymentType' => '?',
'App\\Controller\\Front\\CommandController:redirectPaymentProcess' => '?',
'App\\Controller\\Front\\CommandController:removeProductToBasket' => '?',
'App\\Controller\\Front\\CommandController:stripeCancel' => '?',
'App\\Controller\\Front\\CommandController:stripePayment' => '?',
'App\\Controller\\Front\\CommandController:stripeSuccess' => '?',
'App\\Controller\\Front\\CommandController:validateCommand' => '?',
'App\\Controller\\Front\\CompanyController:list' => '?',
'App\\Controller\\Front\\CompanyController:searchCompanyFilter' => '?',
'App\\Controller\\Front\\CompanyController:single' => '?',
'App\\Controller\\Front\\ContactController:contact' => '?',
'App\\Controller\\Front\\HomeController:changeCategory' => '?',
'App\\Controller\\Front\\HomeController:home' => '?',
'App\\Controller\\Front\\LocationController:annulatiolocation' => '?',
'App\\Controller\\Front\\LocationController:newFistStep' => '?',
'App\\Controller\\Front\\LocationController:newSecondStep' => '?',
'App\\Controller\\Front\\LocationController:newThirdStep' => '?',
'App\\Controller\\Front\\LocationController:updatelocation' => '?',
'App\\Controller\\Front\\PackController:removeProductToBasket' => '?',
'App\\Controller\\Front\\PackController:single' => '?',
'App\\Controller\\Front\\PageController:aPropos' => '?',
'App\\Controller\\Front\\PageController:cgv' => '?',
'App\\Controller\\Front\\PageController:mentions' => '?',
'App\\Controller\\Front\\ProductController:Option' => '?',
'App\\Controller\\Front\\ProductController:addPackToBasket' => '?',
'App\\Controller\\Front\\ProductController:addProductBasket' => '?',
'App\\Controller\\Front\\ProductController:ajout_options_groups' => '?',
'App\\Controller\\Front\\ProductController:caracteristicAdded' => '?',
'App\\Controller\\Front\\ProductController:deleteRoomOption' => '?',
'App\\Controller\\Front\\ProductController:equipemenstAdded' => '?',
'App\\Controller\\Front\\ProductController:filtreHeberge' => '?',
'App\\Controller\\Front\\ProductController:getAnnonceSubcategory' => '?',
'App\\Controller\\Front\\ProductController:getByTransporteurAndWeight' => '?',
'App\\Controller\\Front\\ProductController:getCompanyTransporteursPrice' => '?',
'App\\Controller\\Front\\ProductController:getSubCatFairepart' => '?',
'App\\Controller\\Front\\ProductController:getSubCategory' => '?',
'App\\Controller\\Front\\ProductController:getSubCategoryHebergement' => '?',
'App\\Controller\\Front\\ProductController:getTransporteursPrice' => '?',
'App\\Controller\\Front\\ProductController:languagesAdded' => '?',
'App\\Controller\\Front\\ProductController:listByCategory' => '?',
'App\\Controller\\Front\\ProductController:listByCategoryEvent' => '?',
'App\\Controller\\Front\\ProductController:listBySubCategory' => '?',
'App\\Controller\\Front\\ProductController:option_produit' => '?',
'App\\Controller\\Front\\ProductController:orderByCategory' => '?',
'App\\Controller\\Front\\ProductController:prodOption' => '?',
'App\\Controller\\Front\\ProductController:productSingle' => '?',
'App\\Controller\\Front\\ProductController:products' => '?',
'App\\Controller\\Front\\ProductController:searchFilter' => '?',
'App\\Controller\\Front\\ProductController:securitiesAdded' => '?',
'App\\Controller\\Front\\ProductController:subCategoryAdded' => '?',
'App\\Controller\\Front\\ProductController:typeHebergementAdded' => '?',
'App\\Controller\\Front\\ProductController:typeLocalisationAdded' => '?',
'App\\Controller\\Front\\ProductController:type_prestation' => '?',
'App\\Controller\\Front\\RechercheMap:activiteSelected' => '?',
'App\\Controller\\Front\\RechercheMap:activiteproximite' => '?',
'App\\Controller\\Front\\RechercheMap:responseRecherche' => '?',
'App\\Controller\\Front\\ReservationController:new' => '?',
'App\\Controller\\Front\\ReservationController:newReservationStepThree' => '?',
'App\\Controller\\Front\\ReservationController:newReservationStepTwo' => '?',
'App\\Controller\\Front\\WishController:add' => '?',
'App\\Controller\\NotificationController:markAsClicked' => '?',
'App\\Controller\\ReseauSociaux\\CommentsController:commentPost' => '?',
'App\\Controller\\ReseauSociaux\\CommentsController:index' => '?',
'App\\Controller\\ReseauSociaux\\LivestreamController:deleteLivePost' => '?',
'App\\Controller\\ReseauSociaux\\LivestreamController:liveState' => '?',
'App\\Controller\\ReseauSociaux\\LivestreamController:liveThumbnails' => '?',
'App\\Controller\\ReseauSociaux\\MessageController:getLatestMessages' => '?',
'App\\Controller\\ReseauSociaux\\MessageController:getUserConnected' => '?',
'App\\Controller\\ReseauSociaux\\MessageController:newMessage' => '?',
'App\\Controller\\ReseauSociaux\\MessageController:readLastMessage' => '?',
'App\\Controller\\ReseauSociaux\\MessageController:showConversation' => '?',
'App\\Controller\\ReseauSociaux\\MessageController:showUsers' => '?',
'App\\Controller\\ReseauSociaux\\NotificationController:getNotifForUser' => '?',
'App\\Controller\\ReseauSociaux\\PostLikeController:likePublication' => '?',
'App\\Controller\\ReseauSociaux\\PostLikeController:showLikes' => '?',
'App\\Controller\\ReseauSociaux\\ProfilController:editUserInfo' => '?',
'App\\Controller\\ReseauSociaux\\PublicationController:deletePublication' => '?',
'App\\Controller\\ReseauSociaux\\PublicationController:getAllCompanyProduct' => '?',
'App\\Controller\\ReseauSociaux\\PublicationController:newPublication' => '?',
'App\\Controller\\ReseauSociaux\\PublicationController:newSharePost' => '?',
'App\\Controller\\ReseauSociaux\\PublicationController:postOwnPublication' => '?',
'App\\Controller\\ReseauSociaux\\PublicationController:showPublications' => '?',
'App\\Controller\\ReseauSociaux\\PublicationController:updatePublication' => '?',
'App\\Controller\\ReseauSociaux\\ReseauSociauxController:createEspace' => '?',
'App\\Controller\\ReseauSociaux\\ReseauSociauxController:followEspace' => '?',
'App\\Controller\\ReseauSociaux\\ReseauSociauxController:followedOrNot' => '?',
'App\\Controller\\ReseauSociaux\\ReseauSociauxController:getPublication' => '?',
'App\\Controller\\ReseauSociaux\\ReseauSociauxController:unfollowEspace' => '?',
'App\\Controller\\ReseauSociaux\\SearchKeyWordController:sociauxSearchKeyWord' => '?',
'App\\Controller\\SatatusUserControler:status' => '?',
'App\\Controller\\SecurityController:SubscriptionCompanyStep2' => '?',
'App\\Controller\\SecurityController:confirmationSubscription' => '?',
'App\\Controller\\SecurityController:deconnecter' => '?',
'App\\Controller\\SecurityController:forgotPassword' => '?',
'App\\Controller\\SecurityController:getSubCategory' => '?',
'App\\Controller\\SecurityController:loginClient' => '?',
'App\\Controller\\SecurityController:loginEnterprise' => '?',
'App\\Controller\\SecurityController:subscriptionCompanyStep1' => '?',
'App\\Controller\\TestMerController:postPing' => '?',
'App\\Controller\\TestMerController:test_mail' => '?',
'App\\Controller\\UpdateOptionController:updatOptionFairepart' => '?',
'App\\Controller\\UpdateOptionController:updatOptionGroups' => '?',
'App\\Controller\\ViewTestController:hebergement' => '?',
'App\\Controller\\ViewTestController:viewRecurringPay' => '?',
'kernel:loadRoutes' => '?',
'kernel:registerContainerConfiguration' => '?',
]);
}
/**
* Gets the private '.service_locator.Cjke0.u' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Cjke0_UService()
{
return $this->privates['.service_locator.Cjke0.u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'abonnementRepository' => ['privates', 'App\\Repository\\AbonnementRepository', 'getAbonnementRepositoryService', false],
'companyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'typeAbonnementRepository' => ['privates', 'App\\Repository\\TypeAbonnementRepository', 'getTypeAbonnementRepositoryService', false],
], [
'abonnementRepository' => 'App\\Repository\\AbonnementRepository',
'companyRepository' => 'App\\Repository\\CompanyRepository',
'entityManager' => '?',
'logger' => '?',
'typeAbonnementRepository' => 'App\\Repository\\TypeAbonnementRepository',
]);
}
/**
* Gets the private '.service_locator.CnC40X5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CnC40X5Service()
{
return $this->privates['.service_locator.CnC40X5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'companyAnnonce' => ['privates', 'App\\Repository\\AnnonceCompanyRepository', 'getAnnonceCompanyRepositoryService', false],
], [
'companyAnnonce' => 'App\\Repository\\AnnonceCompanyRepository',
]);
}
/**
* Gets the private '.service_locator.Cvg3d7w' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Cvg3d7wService()
{
return $this->privates['.service_locator.Cvg3d7w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
], [
'file' => 'App\\Services\\File',
]);
}
/**
* Gets the private '.service_locator.D8Y5CFc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_D8Y5CFcService()
{
return $this->privates['.service_locator.D8Y5CFc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commandProduct' => ['privates', '.errored..service_locator.D8Y5CFc.App\\Entity\\CommandProduct', NULL, 'Cannot autowire service ".service_locator.D8Y5CFc": it references class "App\\Entity\\CommandProduct" but no such service exists.'],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
], [
'commandProduct' => 'App\\Entity\\CommandProduct',
'mangoPayService' => 'App\\Services\\MangoPayService',
]);
}
/**
* Gets the private '.service_locator.DDBwiXX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DDBwiXXService()
{
return $this->privates['.service_locator.DDBwiXX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commandProduct' => ['privates', '.errored..service_locator.DDBwiXX.App\\Entity\\CommandProduct', NULL, 'Cannot autowire service ".service_locator.DDBwiXX": it references class "App\\Entity\\CommandProduct" but no such service exists.'],
], [
'commandProduct' => 'App\\Entity\\CommandProduct',
]);
}
/**
* Gets the private '.service_locator.DF.FiPH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DF_FiPHService()
{
return $this->privates['.service_locator.DF.FiPH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'security.event_dispatcher.api' => ['privates', 'security.event_dispatcher.api', 'getSecurity_EventDispatcher_ApiService', false],
'security.event_dispatcher.login_api' => ['privates', 'security.event_dispatcher.login_api', 'getSecurity_EventDispatcher_LoginApiService', false],
'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
], [
'event_dispatcher' => '?',
'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.login_api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
]);
}
/**
* Gets the private '.service_locator.E4uaEQ7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_E4uaEQ7Service()
{
return $this->privates['.service_locator.E4uaEQ7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'locationRepository' => ['privates', 'App\\Repository\\LocationRepository', 'getLocationRepositoryService', false],
'stripeConnectService' => ['privates', 'App\\Services\\StripeConnectService', 'getStripeConnectServiceService', false],
], [
'locationRepository' => 'App\\Repository\\LocationRepository',
'stripeConnectService' => 'App\\Services\\StripeConnectService',
]);
}
/**
* Gets the private '.service_locator.EaXXzsj' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EaXXzsjService()
{
return $this->privates['.service_locator.EaXXzsj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commandRepository' => ['privates', 'App\\Repository\\CommandRepository', 'getCommandRepositoryService', false],
'mail' => ['privates', 'App\\Services\\Mail', 'getMailService', false],
'stripeConnectService' => ['privates', 'App\\Services\\StripeConnectService', 'getStripeConnectServiceService', false],
], [
'commandRepository' => 'App\\Repository\\CommandRepository',
'mail' => 'App\\Services\\Mail',
'stripeConnectService' => 'App\\Services\\StripeConnectService',
]);
}
/**
* Gets the private '.service_locator.Eoc8etk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Eoc8etkService()
{
return $this->privates['.service_locator.Eoc8etk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'encoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
'mail' => ['privates', 'App\\Services\\Mail', 'getMailService', false],
], [
'em' => '?',
'encoder' => '?',
'mail' => 'App\\Services\\Mail',
]);
}
/**
* Gets the private '.service_locator.EonmS0H' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EonmS0HService()
{
return $this->privates['.service_locator.EonmS0H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'messagingRepository' => ['privates', 'App\\Repository\\MessagingRepository', 'getMessagingRepositoryService', false],
'publisher' => ['privates', 'mercure.hub.default.publisher.traceable', 'getMercure_Hub_Default_Publisher_TraceableService', false],
'ticket' => ['privates', '.errored..service_locator.EonmS0H.App\\Entity\\Ticket', NULL, 'Cannot autowire service ".service_locator.EonmS0H": it references class "App\\Entity\\Ticket" but no such service exists.'],
], [
'messagingRepository' => 'App\\Repository\\MessagingRepository',
'publisher' => '?',
'ticket' => 'App\\Entity\\Ticket',
]);
}
/**
* Gets the private '.service_locator.FEYwjml' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FEYwjmlService()
{
return $this->privates['.service_locator.FEYwjml'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'stripeClient' => ['privates', 'App\\Services\\StripeClient', 'getStripeClientService', false],
'stripeSubscriptionService' => ['privates', 'App\\Services\\StripeSubscriptionService', 'getStripeSubscriptionServiceService', false],
], [
'stripeClient' => 'App\\Services\\StripeClient',
'stripeSubscriptionService' => 'App\\Services\\StripeSubscriptionService',
]);
}
/**
* Gets the private '.service_locator.FOR04mb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FOR04mbService()
{
return $this->privates['.service_locator.FOR04mb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'blogCategory' => ['privates', '.errored..service_locator.FOR04mb.App\\Entity\\BlogCategory', NULL, 'Cannot autowire service ".service_locator.FOR04mb": it references class "App\\Entity\\BlogCategory" but no such service exists.'],
'slugger' => ['privates', 'slugger', 'getSluggerService', false],
], [
'blogCategory' => 'App\\Entity\\BlogCategory',
'slugger' => '?',
]);
}
/**
* Gets the private '.service_locator.FZcSFxc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FZcSFxcService()
{
return $this->privates['.service_locator.FZcSFxc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commandRepository' => ['privates', 'App\\Repository\\CommandRepository', 'getCommandRepositoryService', false],
'departmentRepository' => ['privates', 'App\\Repository\\DepartmentRepository', 'getDepartmentRepositoryService', false],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'filter' => ['privates', 'App\\Services\\Filter', 'getFilterService', false],
'pageHomeRepository' => ['privates', 'App\\Repository\\PageHomeRepository', 'getPageHomeRepositoryService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
'repoCompany' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'sliderRepository' => ['privates', 'App\\Repository\\SliderRepository', 'getSliderRepositoryService', false],
'subCategoryRepository' => ['privates', 'App\\Repository\\SubCategoryRepository', 'getSubCategoryRepositoryService', false],
], [
'commandRepository' => 'App\\Repository\\CommandRepository',
'departmentRepository' => 'App\\Repository\\DepartmentRepository',
'em' => '?',
'filter' => 'App\\Services\\Filter',
'pageHomeRepository' => 'App\\Repository\\PageHomeRepository',
'productRepository' => 'App\\Repository\\ProductRepository',
'repoCompany' => 'App\\Repository\\CompanyRepository',
'sliderRepository' => 'App\\Repository\\SliderRepository',
'subCategoryRepository' => 'App\\Repository\\SubCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.Fk8Jjd1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Fk8Jjd1Service()
{
return $this->privates['.service_locator.Fk8Jjd1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'articleRepository' => ['privates', 'App\\Repository\\ArticleRepository', 'getArticleRepositoryService', false],
'blogCategory' => ['privates', '.errored..service_locator.Fk8Jjd1.App\\Entity\\BlogCategory', NULL, 'Cannot autowire service ".service_locator.Fk8Jjd1": it references class "App\\Entity\\BlogCategory" but no such service exists.'],
'blogCategoryRepository' => ['privates', 'App\\Repository\\BlogCategoryRepository', 'getBlogCategoryRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'articleRepository' => 'App\\Repository\\ArticleRepository',
'blogCategory' => 'App\\Entity\\BlogCategory',
'blogCategoryRepository' => 'App\\Repository\\BlogCategoryRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.FooWQDB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FooWQDBService()
{
return $this->privates['.service_locator.FooWQDB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'categoryRepository' => ['privates', 'App\\Repository\\CategoryRepository', 'getCategoryRepositoryService', false],
'departmentRepository' => ['privates', 'App\\Repository\\DepartmentRepository', 'getDepartmentRepositoryService', false],
'locationRepository' => ['privates', 'App\\Repository\\LocationRepository', 'getLocationRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
'reservationRepository' => ['privates', 'App\\Repository\\ReservationRepository', 'getReservationRepositoryService', false],
], [
'categoryRepository' => 'App\\Repository\\CategoryRepository',
'departmentRepository' => 'App\\Repository\\DepartmentRepository',
'locationRepository' => 'App\\Repository\\LocationRepository',
'paginator' => '?',
'productRepository' => 'App\\Repository\\ProductRepository',
'reservationRepository' => 'App\\Repository\\ReservationRepository',
]);
}
/**
* Gets the private '.service_locator.FqJmuJJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FqJmuJJService()
{
return $this->privates['.service_locator.FqJmuJJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'company' => ['privates', '.errored..service_locator.FqJmuJJ.App\\Entity\\Company', NULL, 'Cannot autowire service ".service_locator.FqJmuJJ": it references class "App\\Entity\\Company" but no such service exists.'],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'company' => 'App\\Entity\\Company',
'em' => '?',
]);
}
/**
* Gets the private '.service_locator.G52zMFq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_G52zMFqService()
{
return $this->privates['.service_locator.G52zMFq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'company' => ['privates', '.errored..service_locator.G52zMFq.App\\Entity\\Company', NULL, 'Cannot autowire service ".service_locator.G52zMFq": it references class "App\\Entity\\Company" but no such service exists.'],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
], [
'company' => 'App\\Entity\\Company',
'mangoPayService' => 'App\\Services\\MangoPayService',
]);
}
/**
* 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.Hfu_Ccf' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HfuCcfService()
{
return $this->privates['.service_locator.Hfu_Ccf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'product' => ['privates', '.errored..service_locator.Hfu_Ccf.App\\Entity\\Product', NULL, 'Cannot autowire service ".service_locator.Hfu_Ccf": it references class "App\\Entity\\Product" but no such service exists.'],
], [
'em' => '?',
'product' => 'App\\Entity\\Product',
]);
}
/**
* Gets the private '.service_locator.IYwD.Rd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IYwD_RdService()
{
return $this->privates['.service_locator.IYwD.Rd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
'subCategory' => ['privates', '.errored..service_locator.IYwD.Rd.App\\Entity\\SubCategory', NULL, 'Cannot autowire service ".service_locator.IYwD.Rd": it references class "App\\Entity\\SubCategory" but no such service exists.'],
], [
'productRepository' => 'App\\Repository\\ProductRepository',
'subCategory' => 'App\\Entity\\SubCategory',
]);
}
/**
* Gets the private '.service_locator.IjThl9Z' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IjThl9ZService()
{
return $this->privates['.service_locator.IjThl9Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
], [
'em' => '?',
'mangoPayService' => 'App\\Services\\MangoPayService',
]);
}
/**
* Gets the private '.service_locator.JciIgIy' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JciIgIyService()
{
return $this->privates['.service_locator.JciIgIy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'publicationRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\PublicationRepository', 'getPublicationRepositoryService', false],
], [
'file' => 'App\\Services\\File',
'publicationRepository' => 'App\\Repository\\ReseauSociaux\\PublicationRepository',
]);
}
/**
* Gets the private '.service_locator.JeTwYn4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JeTwYn4Service()
{
return $this->privates['.service_locator.JeTwYn4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
], [
'productRepository' => 'App\\Repository\\ProductRepository',
]);
}
/**
* Gets the private '.service_locator.JeWueYE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JeWueYEService()
{
return $this->privates['.service_locator.JeWueYE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'typePrestationRepository' => ['privates', 'App\\Repository\\TypePrestationRepository', 'getTypePrestationRepositoryService', false],
], [
'typePrestationRepository' => 'App\\Repository\\TypePrestationRepository',
]);
}
/**
* Gets the private '.service_locator.KLB0ebl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KLB0eblService()
{
return $this->privates['.service_locator.KLB0ebl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'avisRepository' => ['privates', 'App\\Repository\\AvisRepository', 'getAvisRepositoryService', false],
'commandRepository' => ['privates', 'App\\Repository\\CommandRepository', 'getCommandRepositoryService', false],
'company' => ['privates', '.errored..service_locator.KLB0ebl.App\\Entity\\Company', NULL, 'Cannot autowire service ".service_locator.KLB0ebl": it references class "App\\Entity\\Company" but no such service exists.'],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
], [
'avisRepository' => 'App\\Repository\\AvisRepository',
'commandRepository' => 'App\\Repository\\CommandRepository',
'company' => 'App\\Entity\\Company',
'paginator' => '?',
'productRepository' => 'App\\Repository\\ProductRepository',
]);
}
/**
* Gets the private '.service_locator.KQdyJ7Y' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KQdyJ7YService()
{
return $this->privates['.service_locator.KQdyJ7Y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'company' => ['privates', '.errored..service_locator.KQdyJ7Y.App\\Entity\\Company', NULL, 'Cannot autowire service ".service_locator.KQdyJ7Y": it references class "App\\Entity\\Company" but no such service exists.'],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
], [
'company' => 'App\\Entity\\Company',
'productRepository' => 'App\\Repository\\ProductRepository',
]);
}
/**
* Gets the private '.service_locator.KRMSF5q' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KRMSF5qService()
{
return $this->privates['.service_locator.KRMSF5q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'productPercent' => ['privates', '.errored..service_locator.KRMSF5q.App\\Entity\\ProductPercent', NULL, 'Cannot autowire service ".service_locator.KRMSF5q": it references class "App\\Entity\\ProductPercent" but no such service exists.'],
], [
'productPercent' => 'App\\Entity\\ProductPercent',
]);
}
/**
* Gets the private '.service_locator.KRngLHp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KRngLHpService()
{
return $this->privates['.service_locator.KRngLHp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'pack' => ['privates', '.errored..service_locator.KRngLHp.App\\Entity\\Pack', NULL, 'Cannot autowire service ".service_locator.KRngLHp": it references class "App\\Entity\\Pack" but no such service exists.'],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
'slugger' => ['privates', 'slugger', 'getSluggerService', false],
], [
'file' => 'App\\Services\\File',
'pack' => 'App\\Entity\\Pack',
'productRepository' => 'App\\Repository\\ProductRepository',
'slugger' => '?',
]);
}
/**
* 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.L8FFhpF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_L8FFhpFService()
{
return $this->privates['.service_locator.L8FFhpF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'avirepo' => ['privates', 'App\\Repository\\AvisRepository', 'getAvisRepositoryService', false],
], [
'avirepo' => 'App\\Repository\\AvisRepository',
]);
}
/**
* Gets the private '.service_locator.LVR1oMg' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LVR1oMgService()
{
return $this->privates['.service_locator.LVR1oMg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'table' => ['privates', '.errored..service_locator.LVR1oMg.App\\Entity\\Table', NULL, 'Cannot autowire service ".service_locator.LVR1oMg": it references class "App\\Entity\\Table" but no such service exists.'],
'tableUserRepository' => ['privates', 'App\\Repository\\TableUserRepository', 'getTableUserRepositoryService', false],
], [
'table' => 'App\\Entity\\Table',
'tableUserRepository' => 'App\\Repository\\TableUserRepository',
]);
}
/**
* Gets the private '.service_locator.LwpUeM7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LwpUeM7Service()
{
return $this->privates['.service_locator.LwpUeM7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'clientAnnonce' => ['privates', 'App\\Repository\\AnnonceRepository', 'getAnnonceRepositoryService', false],
], [
'clientAnnonce' => 'App\\Repository\\AnnonceRepository',
]);
}
/**
* Gets the private '.service_locator.LyRga8r' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LyRga8rService()
{
return $this->privates['.service_locator.LyRga8r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'reservationRepository' => ['privates', 'App\\Repository\\ReservationRepository', 'getReservationRepositoryService', false],
], [
'reservationRepository' => 'App\\Repository\\ReservationRepository',
]);
}
/**
* Gets the private '.service_locator.M3mbzID' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_M3mbzIDService()
{
return $this->privates['.service_locator.M3mbzID'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'transporteurWeightPriceRepository' => ['privates', 'App\\Repository\\TransporteurWeightPriceRepository', 'getTransporteurWeightPriceRepositoryService', false],
], [
'transporteurWeightPriceRepository' => 'App\\Repository\\TransporteurWeightPriceRepository',
]);
}
/**
* Gets the private '.service_locator.M7IUApa' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_M7IUApaService()
{
return $this->privates['.service_locator.M7IUApa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'equipmRep' => ['privates', 'App\\Repository\\EquipmentRepository', 'getEquipmentRepositoryService', false],
], [
'equipmRep' => 'App\\Repository\\EquipmentRepository',
]);
}
/**
* Gets the private '.service_locator.MGvFh.Z' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MGvFh_ZService()
{
return $this->privates['.service_locator.MGvFh.Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'wishList' => ['privates', '.errored..service_locator.MGvFh.Z.App\\Entity\\WishList', NULL, 'Cannot autowire service ".service_locator.MGvFh.Z": it references class "App\\Entity\\WishList" but no such service exists.'],
], [
'em' => '?',
'wishList' => 'App\\Entity\\WishList',
]);
}
/**
* Gets the private '.service_locator.MMCoANF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MMCoANFService()
{
return $this->privates['.service_locator.MMCoANF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commandProduct' => ['privates', 'App\\Repository\\CommandProductRepository', 'getCommandProductRepositoryService', false],
'commandRepository' => ['privates', 'App\\Repository\\CommandRepository', 'getCommandRepositoryService', false],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
], [
'commandProduct' => 'App\\Repository\\CommandProductRepository',
'commandRepository' => 'App\\Repository\\CommandRepository',
'mangoPayService' => 'App\\Services\\MangoPayService',
]);
}
/**
* Gets the private '.service_locator.MWLTmxd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MWLTmxdService()
{
return $this->privates['.service_locator.MWLTmxd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'message' => ['privates', '.errored..service_locator.MWLTmxd.App\\Entity\\ReseauSociaux\\Message', NULL, 'Cannot autowire service ".service_locator.MWLTmxd": it references class "App\\Entity\\ReseauSociaux\\Message" but no such service exists.'],
], [
'message' => 'App\\Entity\\ReseauSociaux\\Message',
]);
}
/**
* Gets the private '.service_locator.Mn_Y8mp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MnY8mpService()
{
return $this->privates['.service_locator.Mn_Y8mp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'gropsRepository' => ['privates', 'App\\Repository\\ProductOptionRepository', 'getProductOptionRepositoryService', false],
], [
'gropsRepository' => 'App\\Repository\\ProductOptionRepository',
]);
}
/**
* Gets the private '.service_locator.Mpct_jV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MpctJVService()
{
return $this->privates['.service_locator.Mpct_jV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'company' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'security' => ['privates', 'security.helper', 'getSecurity_HelperService', false],
'user' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'company' => 'App\\Repository\\CompanyRepository',
'security' => '?',
'user' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.NpjJZdU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NpjJZdUService()
{
return $this->privates['.service_locator.NpjJZdU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'annonceRepository' => ['privates', 'App\\Repository\\AnnonceRepository', 'getAnnonceRepositoryService', false],
'companyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'notificationRepository' => ['privates', 'App\\Repository\\NotificationRepository', 'getNotificationRepositoryService', false],
'subCategoryRepository' => ['privates', 'App\\Repository\\SubCategoryRepository', 'getSubCategoryRepositoryService', false],
], [
'annonceRepository' => 'App\\Repository\\AnnonceRepository',
'companyRepository' => 'App\\Repository\\CompanyRepository',
'notificationRepository' => 'App\\Repository\\NotificationRepository',
'subCategoryRepository' => 'App\\Repository\\SubCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.OtLvXM7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OtLvXM7Service()
{
return $this->privates['.service_locator.OtLvXM7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'article' => ['privates', '.errored..service_locator.OtLvXM7.App\\Entity\\Article', NULL, 'Cannot autowire service ".service_locator.OtLvXM7": it references class "App\\Entity\\Article" but no such service exists.'],
'articleRepository' => ['privates', 'App\\Repository\\ArticleRepository', 'getArticleRepositoryService', false],
'blogCategory' => ['privates', '.errored..service_locator.OtLvXM7.App\\Entity\\BlogCategory', NULL, 'Cannot autowire service ".service_locator.OtLvXM7": it references class "App\\Entity\\BlogCategory" but no such service exists.'],
'blogCategoryRepository' => ['privates', 'App\\Repository\\BlogCategoryRepository', 'getBlogCategoryRepositoryService', false],
], [
'article' => 'App\\Entity\\Article',
'articleRepository' => 'App\\Repository\\ArticleRepository',
'blogCategory' => 'App\\Entity\\BlogCategory',
'blogCategoryRepository' => 'App\\Repository\\BlogCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.P7TnagR' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_P7TnagRService()
{
return $this->privates['.service_locator.P7TnagR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'contactProduct' => ['privates', '.errored..service_locator.P7TnagR.App\\Entity\\ContactProduct', NULL, 'Cannot autowire service ".service_locator.P7TnagR": it references class "App\\Entity\\ContactProduct" but no such service exists.'],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'mail' => ['privates', 'App\\Services\\Mail', 'getMailService', false],
], [
'contactProduct' => 'App\\Entity\\ContactProduct',
'em' => '?',
'mail' => 'App\\Services\\Mail',
]);
}
/**
* Gets the private '.service_locator.PJrYfHf' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PJrYfHfService()
{
return $this->privates['.service_locator.PJrYfHf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'appFeeRepository' => ['privates', 'App\\Repository\\AppFeeRepository', 'getAppFeeRepositoryService', false],
'locationRepository' => ['privates', 'App\\Repository\\LocationRepository', 'getLocationRepositoryService', false],
'paiementRepository' => ['privates', 'App\\Repository\\PaiementRepository', 'getPaiementRepositoryService', false],
], [
'appFeeRepository' => 'App\\Repository\\AppFeeRepository',
'locationRepository' => 'App\\Repository\\LocationRepository',
'paiementRepository' => 'App\\Repository\\PaiementRepository',
]);
}
/**
* Gets the private '.service_locator.PMM01Pd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PMM01PdService()
{
return $this->privates['.service_locator.PMM01Pd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'productAgenda' => ['privates', '.errored..service_locator.PMM01Pd.App\\Entity\\ProductAgenda', NULL, 'Cannot autowire service ".service_locator.PMM01Pd": it references class "App\\Entity\\ProductAgenda" but no such service exists.'],
], [
'productAgenda' => 'App\\Entity\\ProductAgenda',
]);
}
/**
* Gets the private '.service_locator.PpBxCLD' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PpBxCLDService()
{
return $this->privates['.service_locator.PpBxCLD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'typeAbonnement' => ['privates', '.errored..service_locator.PpBxCLD.App\\Entity\\TypeAbonnement', NULL, 'Cannot autowire service ".service_locator.PpBxCLD": it references class "App\\Entity\\TypeAbonnement" but no such service exists.'],
], [
'typeAbonnement' => 'App\\Entity\\TypeAbonnement',
]);
}
/**
* Gets the private '.service_locator.QH_ILxz' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QHILxzService()
{
return $this->privates['.service_locator.QH_ILxz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'companyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'encoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
], [
'companyRepository' => 'App\\Repository\\CompanyRepository',
'encoder' => '?',
'file' => 'App\\Services\\File',
]);
}
/**
* Gets the private '.service_locator.QXnWISQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QXnWISQService()
{
return $this->privates['.service_locator.QXnWISQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commandPack' => ['privates', '.errored..service_locator.QXnWISQ.App\\Entity\\CommandPack', NULL, 'Cannot autowire service ".service_locator.QXnWISQ": it references class "App\\Entity\\CommandPack" but no such service exists.'],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
], [
'commandPack' => 'App\\Entity\\CommandPack',
'productRepository' => 'App\\Repository\\ProductRepository',
]);
}
/**
* Gets the private '.service_locator.Qd3PCjp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Qd3PCjpService()
{
return $this->privates['.service_locator.Qd3PCjp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'annnonceCompanyRepo' => ['privates', 'App\\Repository\\AnnonceCompanyRepository', 'getAnnonceCompanyRepositoryService', false],
'annonceRepository' => ['privates', 'App\\Repository\\AnnonceRepository', 'getAnnonceRepositoryService', false],
'articleRepository' => ['privates', 'App\\Repository\\ArticleRepository', 'getArticleRepositoryService', false],
'avisRepository' => ['privates', 'App\\Repository\\AvisRepository', 'getAvisRepositoryService', false],
'categoryRepository' => ['privates', 'App\\Repository\\CategoryRepository', 'getCategoryRepositoryService', false],
'commandRepository' => ['privates', 'App\\Repository\\CommandRepository', 'getCommandRepositoryService', false],
'departmentRepository' => ['privates', 'App\\Repository\\DepartmentRepository', 'getDepartmentRepositoryService', false],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'filter' => ['privates', 'App\\Services\\Filter', 'getFilterService', false],
'packRepository' => ['privates', 'App\\Repository\\PackRepository', 'getPackRepositoryService', false],
'pageHomeRepository' => ['privates', 'App\\Repository\\PageHomeRepository', 'getPageHomeRepositoryService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
'sliderRepository' => ['privates', 'App\\Repository\\SliderRepository', 'getSliderRepositoryService', false],
'subCategoryRepository' => ['privates', 'App\\Repository\\SubCategoryRepository', 'getSubCategoryRepositoryService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'annnonceCompanyRepo' => 'App\\Repository\\AnnonceCompanyRepository',
'annonceRepository' => 'App\\Repository\\AnnonceRepository',
'articleRepository' => 'App\\Repository\\ArticleRepository',
'avisRepository' => 'App\\Repository\\AvisRepository',
'categoryRepository' => 'App\\Repository\\CategoryRepository',
'commandRepository' => 'App\\Repository\\CommandRepository',
'departmentRepository' => 'App\\Repository\\DepartmentRepository',
'em' => '?',
'filter' => 'App\\Services\\Filter',
'packRepository' => 'App\\Repository\\PackRepository',
'pageHomeRepository' => 'App\\Repository\\PageHomeRepository',
'productRepository' => 'App\\Repository\\ProductRepository',
'sliderRepository' => 'App\\Repository\\SliderRepository',
'subCategoryRepository' => 'App\\Repository\\SubCategoryRepository',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.QgkPOD0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QgkPOD0Service()
{
return $this->privates['.service_locator.QgkPOD0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
], [
'paginator' => '?',
'productRepository' => 'App\\Repository\\ProductRepository',
]);
}
/**
* Gets the private '.service_locator.R41tAd9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_R41tAd9Service()
{
return $this->privates['.service_locator.R41tAd9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'filter' => ['privates', 'App\\Services\\Filter', 'getFilterService', false],
'packRepository' => ['privates', 'App\\Repository\\PackRepository', 'getPackRepositoryService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
], [
'filter' => 'App\\Services\\Filter',
'packRepository' => 'App\\Repository\\PackRepository',
'productRepository' => 'App\\Repository\\ProductRepository',
]);
}
/**
* Gets the private '.service_locator.RG90qSG' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RG90qSGService()
{
return $this->privates['.service_locator.RG90qSG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'communeRepository' => ['privates', 'App\\Repository\\CommuneRepository', 'getCommuneRepositoryService', false],
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'product' => ['privates', '.errored..service_locator.RG90qSG.App\\Entity\\Product', NULL, 'Cannot autowire service ".service_locator.RG90qSG": it references class "App\\Entity\\Product" but no such service exists.'],
'slugger' => ['privates', 'slugger', 'getSluggerService', false],
'validatorInterface' => ['services', '.container.private.validator', 'get_Container_Private_ValidatorService', false],
], [
'communeRepository' => 'App\\Repository\\CommuneRepository',
'file' => 'App\\Services\\File',
'product' => 'App\\Entity\\Product',
'slugger' => '?',
'validatorInterface' => '?',
]);
}
/**
* Gets the private '.service_locator.RKCz2Xq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RKCz2XqService()
{
return $this->privates['.service_locator.RKCz2Xq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'location' => ['privates', '.errored..service_locator.RKCz2Xq.App\\Entity\\Location', NULL, 'Cannot autowire service ".service_locator.RKCz2Xq": it references class "App\\Entity\\Location" but no such service exists.'],
'mail' => ['privates', 'App\\Services\\Mail', 'getMailService', false],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
'stripeConnectService' => ['privates', 'App\\Services\\StripeConnectService', 'getStripeConnectServiceService', false],
], [
'location' => 'App\\Entity\\Location',
'mail' => 'App\\Services\\Mail',
'mangoPayService' => 'App\\Services\\MangoPayService',
'stripeConnectService' => 'App\\Services\\StripeConnectService',
]);
}
/**
* Gets the private '.service_locator.RV0kLmO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RV0kLmOService()
{
return $this->privates['.service_locator.RV0kLmO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'messagingRepository' => ['privates', 'App\\Repository\\MessagingRepository', 'getMessagingRepositoryService', false],
], [
'messagingRepository' => 'App\\Repository\\MessagingRepository',
]);
}
/**
* Gets the private '.service_locator.RWh4pN3' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RWh4pN3Service()
{
return $this->privates['.service_locator.RWh4pN3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'publicationRepo' => ['privates', 'App\\Repository\\ReseauSociaux\\PublicationRepository', 'getPublicationRepositoryService', false],
], [
'publicationRepo' => 'App\\Repository\\ReseauSociaux\\PublicationRepository',
]);
}
/**
* Gets the private '.service_locator.RZ_09nW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RZ09nWService()
{
return $this->privates['.service_locator.RZ_09nW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commandRepository' => ['privates', 'App\\Repository\\CommandRepository', 'getCommandRepositoryService', false],
'location' => ['privates', '.errored..service_locator.RZ_09nW.App\\Entity\\Location', NULL, 'Cannot autowire service ".service_locator.RZ_09nW": it references class "App\\Entity\\Location" but no such service exists.'],
'stripeConnectService' => ['privates', 'App\\Services\\StripeConnectService', 'getStripeConnectServiceService', false],
], [
'commandRepository' => 'App\\Repository\\CommandRepository',
'location' => 'App\\Entity\\Location',
'stripeConnectService' => 'App\\Services\\StripeConnectService',
]);
}
/**
* Gets the private '.service_locator.Rp3M5BO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Rp3M5BOService()
{
return $this->privates['.service_locator.Rp3M5BO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminPromo' => ['privates', '.errored..service_locator.Rp3M5BO.App\\Entity\\AdminPromo', NULL, 'Cannot autowire service ".service_locator.Rp3M5BO": it references class "App\\Entity\\AdminPromo" but no such service exists.'],
], [
'adminPromo' => 'App\\Entity\\AdminPromo',
]);
}
/**
* Gets the private '.service_locator.RvPg.L6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RvPg_L6Service()
{
return $this->privates['.service_locator.RvPg.L6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'companyrepo' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
], [
'companyrepo' => 'App\\Repository\\CompanyRepository',
'paginator' => '?',
'productRepository' => 'App\\Repository\\ProductRepository',
]);
}
/**
* Gets the private '.service_locator.SaEGU_.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SaEGU_Service()
{
return $this->privates['.service_locator.SaEGU_.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'article' => ['privates', '.errored..service_locator.SaEGU_..App\\Entity\\Article', NULL, 'Cannot autowire service ".service_locator.SaEGU_.": it references class "App\\Entity\\Article" but no such service exists.'],
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'slugger' => ['privates', 'slugger', 'getSluggerService', false],
], [
'article' => 'App\\Entity\\Article',
'file' => 'App\\Services\\File',
'slugger' => '?',
]);
}
/**
* Gets the private '.service_locator.Sz3Lv_d' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Sz3LvDService()
{
return $this->privates['.service_locator.Sz3Lv_d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'locationRepository' => ['privates', 'App\\Repository\\LocationRepository', 'getLocationRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'locationRepository' => 'App\\Repository\\LocationRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.T1vQYiw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_T1vQYiwService()
{
return $this->privates['.service_locator.T1vQYiw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'avisRepository' => ['privates', 'App\\Repository\\AvisRepository', 'getAvisRepositoryService', false],
'commandProductRepository' => ['privates', 'App\\Repository\\CommandProductRepository', 'getCommandProductRepositoryService', false],
'commandRepository' => ['privates', 'App\\Repository\\CommandRepository', 'getCommandRepositoryService', false],
'wishListRepository' => ['privates', 'App\\Repository\\WishListRepository', 'getWishListRepositoryService', false],
], [
'avisRepository' => 'App\\Repository\\AvisRepository',
'commandProductRepository' => 'App\\Repository\\CommandProductRepository',
'commandRepository' => 'App\\Repository\\CommandRepository',
'wishListRepository' => 'App\\Repository\\WishListRepository',
]);
}
/**
* Gets the private '.service_locator.TYuKk9Q' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TYuKk9QService()
{
return $this->privates['.service_locator.TYuKk9Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'abonnementRepository' => ['privates', 'App\\Repository\\AbonnementRepository', 'getAbonnementRepositoryService', false],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'paiementRepository' => ['privates', 'App\\Repository\\PaiementRepository', 'getPaiementRepositoryService', false],
], [
'abonnementRepository' => 'App\\Repository\\AbonnementRepository',
'entityManager' => '?',
'logger' => '?',
'paiementRepository' => 'App\\Repository\\PaiementRepository',
]);
}
/**
* Gets the private '.service_locator.UD4.nTB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UD4_NTBService()
{
return $this->privates['.service_locator.UD4.nTB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
'subCategory' => ['privates', '.errored..service_locator.UD4.nTB.App\\Entity\\SubCategory', NULL, 'Cannot autowire service ".service_locator.UD4.nTB": it references class "App\\Entity\\SubCategory" but no such service exists.'],
], [
'paginator' => '?',
'productRepository' => 'App\\Repository\\ProductRepository',
'subCategory' => 'App\\Entity\\SubCategory',
]);
}
/**
* 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.UMFkbbB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UMFkbbBService()
{
return $this->privates['.service_locator.UMFkbbB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminPRomoRepository' => ['privates', 'App\\Repository\\AdminPromoRepository', 'getAdminPromoRepositoryService', false],
'avisRepository' => ['privates', 'App\\Repository\\AvisRepository', 'getAvisRepositoryService', false],
'caracteristiqueVehiculeRepo' => ['privates', 'App\\Repository\\CaracteristiqueVehiculeRepository', 'getCaracteristiqueVehiculeRepositoryService', false],
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'locationrepo' => ['privates', 'App\\Repository\\LocationRepository', 'getLocationRepositoryService', false],
'mail' => ['privates', 'App\\Services\\Mail', 'getMailService', false],
'planningCompanyRepository' => ['privates', 'App\\Repository\\PlanningCompanyRepository', 'getPlanningCompanyRepositoryService', false],
'product' => ['privates', '.errored..service_locator.UMFkbbB.App\\Entity\\Product', NULL, 'Cannot autowire service ".service_locator.UMFkbbB": it references class "App\\Entity\\Product" but no such service exists.'],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
'ticketRepository' => ['privates', 'App\\Repository\\TicketRepository', 'getTicketRepositoryService', false],
'wishListRepository' => ['privates', 'App\\Repository\\WishListRepository', 'getWishListRepositoryService', false],
], [
'adminPRomoRepository' => 'App\\Repository\\AdminPromoRepository',
'avisRepository' => 'App\\Repository\\AvisRepository',
'caracteristiqueVehiculeRepo' => 'App\\Repository\\CaracteristiqueVehiculeRepository',
'file' => 'App\\Services\\File',
'locationrepo' => 'App\\Repository\\LocationRepository',
'mail' => 'App\\Services\\Mail',
'planningCompanyRepository' => 'App\\Repository\\PlanningCompanyRepository',
'product' => 'App\\Entity\\Product',
'productRepository' => 'App\\Repository\\ProductRepository',
'ticketRepository' => 'App\\Repository\\TicketRepository',
'wishListRepository' => 'App\\Repository\\WishListRepository',
]);
}
/**
* Gets the private '.service_locator.V.OA3N4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_V_OA3N4Service()
{
return $this->privates['.service_locator.V.OA3N4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'categoryAnnoncePrestataireRepository' => ['privates', 'App\\Repository\\CategoryAnnoncePrestataireRepository', 'getCategoryAnnoncePrestataireRepositoryService', false],
], [
'categoryAnnoncePrestataireRepository' => 'App\\Repository\\CategoryAnnoncePrestataireRepository',
]);
}
/**
* Gets the private '.service_locator.VC88q9S' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VC88q9SService()
{
return $this->privates['.service_locator.VC88q9S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'filtre' => ['privates', 'App\\Services\\Filter', 'getFilterService', false],
'subCategoryRepository' => ['privates', 'App\\Repository\\SubCategoryRepository', 'getSubCategoryRepositoryService', false],
], [
'filtre' => 'App\\Services\\Filter',
'subCategoryRepository' => 'App\\Repository\\SubCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.VMeMfS0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VMeMfS0Service()
{
return $this->privates['.service_locator.VMeMfS0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'typeLocationRepository' => ['privates', 'App\\Repository\\TypeLocationRepository', 'getTypeLocationRepositoryService', false],
], [
'typeLocationRepository' => 'App\\Repository\\TypeLocationRepository',
]);
}
/**
* Gets the private '.service_locator.VRKCSt6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VRKCSt6Service()
{
return $this->privates['.service_locator.VRKCSt6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commandRepository' => ['privates', 'App\\Repository\\CommandRepository', 'getCommandRepositoryService', false],
'departmentRepository' => ['privates', 'App\\Repository\\DepartmentRepository', 'getDepartmentRepositoryService', false],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'filter' => ['privates', 'App\\Services\\Filter', 'getFilterService', false],
'location' => ['privates', '.errored..service_locator.VRKCSt6.App\\Entity\\Location', NULL, 'Cannot autowire service ".service_locator.VRKCSt6": it references class "App\\Entity\\Location" but no such service exists.'],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
'repoCompany' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'sliderRepository' => ['privates', 'App\\Repository\\SliderRepository', 'getSliderRepositoryService', false],
], [
'commandRepository' => 'App\\Repository\\CommandRepository',
'departmentRepository' => 'App\\Repository\\DepartmentRepository',
'em' => '?',
'filter' => 'App\\Services\\Filter',
'location' => 'App\\Entity\\Location',
'productRepository' => 'App\\Repository\\ProductRepository',
'repoCompany' => 'App\\Repository\\CompanyRepository',
'sliderRepository' => 'App\\Repository\\SliderRepository',
]);
}
/**
* Gets the private '.service_locator.V_T7gSp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VT7gSpService()
{
return $this->privates['.service_locator.V_T7gSp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
'pageRepository' => ['privates', 'App\\Repository\\PageRepository', 'getPageRepositoryService', false],
'slugger' => ['privates', 'slugger', 'getSluggerService', false],
], [
'encoder' => '?',
'mangoPayService' => 'App\\Services\\MangoPayService',
'pageRepository' => 'App\\Repository\\PageRepository',
'slugger' => '?',
]);
}
/**
* Gets the private '.service_locator.WAJK_a3' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WAJKA3Service()
{
return $this->privates['.service_locator.WAJK_a3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
'typeAbonnementRepository' => ['privates', 'App\\Repository\\TypeAbonnementRepository', 'getTypeAbonnementRepositoryService', false],
], [
'mangoPayService' => 'App\\Services\\MangoPayService',
'typeAbonnementRepository' => 'App\\Repository\\TypeAbonnementRepository',
]);
}
/**
* Gets the private '.service_locator.WRHuBiq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WRHuBiqService()
{
return $this->privates['.service_locator.WRHuBiq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commune' => ['privates', '.errored..service_locator.WRHuBiq.App\\Entity\\Commune', NULL, 'Cannot autowire service ".service_locator.WRHuBiq": it references class "App\\Entity\\Commune" but no such service exists.'],
'communeRepository' => ['privates', 'App\\Repository\\CommuneRepository', 'getCommuneRepositoryService', false],
], [
'commune' => 'App\\Entity\\Commune',
'communeRepository' => 'App\\Repository\\CommuneRepository',
]);
}
/**
* Gets the private '.service_locator.WRW4HIM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WRW4HIMService()
{
return $this->privates['.service_locator.WRW4HIM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'litigeRepository' => ['privates', 'App\\Repository\\LitigeRepository', 'getLitigeRepositoryService', false],
], [
'litigeRepository' => 'App\\Repository\\LitigeRepository',
]);
}
/**
* Gets the private '.service_locator.WXVMDtk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WXVMDtkService()
{
return $this->privates['.service_locator.WXVMDtk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'slugger' => ['privates', 'slugger', 'getSluggerService', false],
], [
'file' => 'App\\Services\\File',
'slugger' => '?',
]);
}
/**
* Gets the private '.service_locator.WhD.8.K' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WhD_8_KService()
{
return $this->privates['.service_locator.WhD.8.K'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'transporteurWeightPrice' => ['privates', '.errored..service_locator.WhD.8.K.App\\Entity\\TransporteurWeightPrice', NULL, 'Cannot autowire service ".service_locator.WhD.8.K": it references class "App\\Entity\\TransporteurWeightPrice" but no such service exists.'],
], [
'transporteurWeightPrice' => 'App\\Entity\\TransporteurWeightPrice',
]);
}
/**
* Gets the private '.service_locator.WiRn98c' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WiRn98cService()
{
return $this->privates['.service_locator.WiRn98c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
'encoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
'mail' => ['privates', 'App\\Services\\Mail', 'getMailService', false],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
], [
'authenticationUtils' => '?',
'encoder' => '?',
'mail' => 'App\\Services\\Mail',
'mangoPayService' => 'App\\Services\\MangoPayService',
]);
}
/**
* Gets the private '.service_locator.X4B3UVg' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_X4B3UVgService()
{
return $this->privates['.service_locator.X4B3UVg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'blogCategory' => ['privates', '.errored..service_locator.X4B3UVg.App\\Entity\\BlogCategory', NULL, 'Cannot autowire service ".service_locator.X4B3UVg": it references class "App\\Entity\\BlogCategory" but no such service exists.'],
], [
'blogCategory' => 'App\\Entity\\BlogCategory',
]);
}
/**
* Gets the private '.service_locator.XL_ggQT' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XLGgQTService()
{
return $this->privates['.service_locator.XL_ggQT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tableUserRepository' => ['privates', 'App\\Repository\\TableUserRepository', 'getTableUserRepositoryService', false],
], [
'tableUserRepository' => 'App\\Repository\\TableUserRepository',
]);
}
/**
* Gets the private '.service_locator.XcWV9k7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XcWV9k7Service()
{
return $this->privates['.service_locator.XcWV9k7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tableUser' => ['privates', '.errored..service_locator.XcWV9k7.App\\Entity\\TableUser', NULL, 'Cannot autowire service ".service_locator.XcWV9k7": it references class "App\\Entity\\TableUser" but no such service exists.'],
], [
'tableUser' => 'App\\Entity\\TableUser',
]);
}
/**
* Gets the private '.service_locator.XeEXNBI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XeEXNBIService()
{
return $this->privates['.service_locator.XeEXNBI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'planningCompanyRepository' => ['privates', 'App\\Repository\\PlanningCompanyRepository', 'getPlanningCompanyRepositoryService', false],
], [
'em' => '?',
'planningCompanyRepository' => 'App\\Repository\\PlanningCompanyRepository',
]);
}
/**
* Gets the private '.service_locator.XkWvEy6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XkWvEy6Service()
{
return $this->privates['.service_locator.XkWvEy6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'encoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'encoder' => '?',
'file' => 'App\\Services\\File',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.YEhJ6Ei' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YEhJ6EiService()
{
return $this->privates['.service_locator.YEhJ6Ei'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'companyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
], [
'companyRepository' => 'App\\Repository\\CompanyRepository',
]);
}
/**
* Gets the private '.service_locator.YK278V.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YK278V_Service()
{
return $this->privates['.service_locator.YK278V.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'company' => ['privates', '.errored..service_locator.YK278V..App\\Entity\\Company', NULL, 'Cannot autowire service ".service_locator.YK278V.": it references class "App\\Entity\\Company" but no such service exists.'],
], [
'company' => 'App\\Entity\\Company',
]);
}
/**
* Gets the private '.service_locator.YxAUfPh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YxAUfPhService()
{
return $this->privates['.service_locator.YxAUfPh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'communeRepository' => ['privates', 'App\\Repository\\CommuneRepository', 'getCommuneRepositoryService', false],
], [
'communeRepository' => 'App\\Repository\\CommuneRepository',
]);
}
/**
* Gets the private '.service_locator.ZTz9UxD' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZTz9UxDService()
{
return $this->privates['.service_locator.ZTz9UxD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mailService' => ['privates', 'App\\Services\\Mail', 'getMailService', false],
], [
'mailService' => 'App\\Services\\Mail',
]);
}
/**
* Gets the private '.service_locator.ZeZ4bly' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZeZ4blyService()
{
return $this->privates['.service_locator.ZeZ4bly'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'wishListRepository' => ['privates', 'App\\Repository\\WishListRepository', 'getWishListRepositoryService', false],
], [
'wishListRepository' => 'App\\Repository\\WishListRepository',
]);
}
/**
* Gets the private '.service_locator.ZkPhE8x' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZkPhE8xService()
{
return $this->privates['.service_locator.ZkPhE8x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'companyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'mail' => ['privates', 'App\\Services\\Mail', 'getMailService', false],
'userPasswordEncoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'companyRepository' => 'App\\Repository\\CompanyRepository',
'mail' => 'App\\Services\\Mail',
'userPasswordEncoder' => '?',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator._hdL4sA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HdL4sAService()
{
return $this->privates['.service_locator._hdL4sA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminPromoRepository' => ['privates', 'App\\Repository\\AdminPromoRepository', 'getAdminPromoRepositoryService', false],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
'reservationRepository' => ['privates', 'App\\Repository\\ReservationRepository', 'getReservationRepositoryService', false],
], [
'adminPromoRepository' => 'App\\Repository\\AdminPromoRepository',
'mangoPayService' => 'App\\Services\\MangoPayService',
'reservationRepository' => 'App\\Repository\\ReservationRepository',
]);
}
/**
* Gets the private '.service_locator.a.dteKw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_A_DteKwService()
{
return $this->privates['.service_locator.a.dteKw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'companyRepo' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
], [
'companyRepo' => 'App\\Repository\\CompanyRepository',
'productRepository' => 'App\\Repository\\ProductRepository',
]);
}
/**
* Gets the private '.service_locator.a1ixmAt' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_A1ixmAtService()
{
return $this->privates['.service_locator.a1ixmAt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'blogCategoryRepository' => ['privates', 'App\\Repository\\BlogCategoryRepository', 'getBlogCategoryRepositoryService', false],
], [
'blogCategoryRepository' => 'App\\Repository\\BlogCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.a4Krxf7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_A4Krxf7Service()
{
return $this->privates['.service_locator.a4Krxf7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'category' => ['privates', '.errored..service_locator.a4Krxf7.App\\Entity\\Category', NULL, 'Cannot autowire service ".service_locator.a4Krxf7": it references class "App\\Entity\\Category" but no such service exists.'],
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'slugger' => ['privates', 'slugger', 'getSluggerService', false],
], [
'category' => 'App\\Entity\\Category',
'file' => 'App\\Services\\File',
'slugger' => '?',
]);
}
/**
* Gets the private '.service_locator.aCyirrr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ACyirrrService()
{
return $this->privates['.service_locator.aCyirrr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'litige' => ['privates', '.errored..service_locator.aCyirrr.App\\Entity\\Litige', NULL, 'Cannot autowire service ".service_locator.aCyirrr": it references class "App\\Entity\\Litige" but no such service exists.'],
], [
'litige' => 'App\\Entity\\Litige',
]);
}
/**
* Gets the private '.service_locator.aMIlyBL' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AMIlyBLService()
{
return $this->privates['.service_locator.aMIlyBL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
'slugger' => ['privates', 'slugger', 'getSluggerService', false],
], [
'file' => 'App\\Services\\File',
'productRepository' => 'App\\Repository\\ProductRepository',
'slugger' => '?',
]);
}
/**
* Gets the private '.service_locator.aPcB6.A' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_APcB6_AService()
{
return $this->privates['.service_locator.aPcB6.A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'roomOption' => ['privates', '.errored..service_locator.aPcB6.A.App\\Entity\\Chambre', NULL, 'Cannot autowire service ".service_locator.aPcB6.A": it references class "App\\Entity\\Chambre" but no such service exists.'],
], [
'roomOption' => 'App\\Entity\\Chambre',
]);
}
/**
* Gets the private '.service_locator.amQnrno' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AmQnrnoService()
{
return $this->privates['.service_locator.amQnrno'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'categoryAnnonceClient' => ['privates', '.errored..service_locator.amQnrno.App\\Entity\\CategoryAnnonceClient', NULL, 'Cannot autowire service ".service_locator.amQnrno": it references class "App\\Entity\\CategoryAnnonceClient" but no such service exists.'],
'slugger' => ['privates', 'slugger', 'getSluggerService', false],
], [
'categoryAnnonceClient' => 'App\\Entity\\CategoryAnnonceClient',
'slugger' => '?',
]);
}
/**
* Gets the private '.service_locator.b9R.62X' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_B9R_62XService()
{
return $this->privates['.service_locator.b9R.62X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'mangoPayService' => 'App\\Services\\MangoPayService',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.bMmfiSJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BMmfiSJService()
{
return $this->privates['.service_locator.bMmfiSJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'articleRepository' => ['privates', 'App\\Repository\\ArticleRepository', 'getArticleRepositoryService', false],
'categoryRepository' => ['privates', 'App\\Repository\\CategoryRepository', 'getCategoryRepositoryService', false],
'commandRepository' => ['privates', 'App\\Repository\\CommandRepository', 'getCommandRepositoryService', false],
'companyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'subCategoryRepository' => ['privates', 'App\\Repository\\SubCategoryRepository', 'getSubCategoryRepositoryService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'articleRepository' => 'App\\Repository\\ArticleRepository',
'categoryRepository' => 'App\\Repository\\CategoryRepository',
'commandRepository' => 'App\\Repository\\CommandRepository',
'companyRepository' => 'App\\Repository\\CompanyRepository',
'subCategoryRepository' => 'App\\Repository\\SubCategoryRepository',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.bVPw2Q3' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BVPw2Q3Service()
{
return $this->privates['.service_locator.bVPw2Q3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'category' => ['privates', '.errored..service_locator.bVPw2Q3.App\\Entity\\Category', NULL, 'Cannot autowire service ".service_locator.bVPw2Q3": it references class "App\\Entity\\Category" but no such service exists.'],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
'subCatR' => ['privates', 'App\\Repository\\SubCategoryRepository', 'getSubCategoryRepositoryService', false],
], [
'category' => 'App\\Entity\\Category',
'paginator' => '?',
'productRepository' => 'App\\Repository\\ProductRepository',
'subCatR' => 'App\\Repository\\SubCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.bZQNJsb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BZQNJsbService()
{
return $this->privates['.service_locator.bZQNJsb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'company' => ['privates', '.errored..service_locator.bZQNJsb.App\\Entity\\Company', NULL, 'Cannot autowire service ".service_locator.bZQNJsb": it references class "App\\Entity\\Company" but no such service exists.'],
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
], [
'company' => 'App\\Entity\\Company',
'em' => '?',
'mangoPayService' => 'App\\Services\\MangoPayService',
]);
}
/**
* Gets the private '.service_locator.btC4_9x' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BtC49xService()
{
return $this->privates['.service_locator.btC4_9x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'transporteur' => ['privates', '.errored..service_locator.btC4_9x.App\\Entity\\Transporteur', NULL, 'Cannot autowire service ".service_locator.btC4_9x": it references class "App\\Entity\\Transporteur" but no such service exists.'],
], [
'transporteur' => 'App\\Entity\\Transporteur',
]);
}
/**
* Gets the private '.service_locator.bvTTe_x' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BvTTeXService()
{
return $this->privates['.service_locator.bvTTe_x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'secureRep' => ['privates', 'App\\Repository\\SecurityRepository', 'getSecurityRepositoryService', false],
], [
'secureRep' => 'App\\Repository\\SecurityRepository',
]);
}
/**
* Gets the private '.service_locator.c7sUReL' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_C7sUReLService()
{
return $this->privates['.service_locator.c7sUReL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminPRomoRepository' => ['privates', 'App\\Repository\\AdminPromoRepository', 'getAdminPromoRepositoryService', false],
'pendingLocationRepository' => ['privates', 'App\\Repository\\PendingLocationRepository', 'getPendingLocationRepositoryService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
], [
'adminPRomoRepository' => 'App\\Repository\\AdminPromoRepository',
'pendingLocationRepository' => 'App\\Repository\\PendingLocationRepository',
'productRepository' => 'App\\Repository\\ProductRepository',
]);
}
/**
* Gets the private '.service_locator.cfYOGgC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CfYOGgCService()
{
return $this->privates['.service_locator.cfYOGgC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'espace' => ['privates', '.errored..service_locator.cfYOGgC.App\\Entity\\ReseauSociaux\\Espace', NULL, 'Cannot autowire service ".service_locator.cfYOGgC": it references class "App\\Entity\\ReseauSociaux\\Espace" but no such service exists.'],
], [
'espace' => 'App\\Entity\\ReseauSociaux\\Espace',
]);
}
/**
* Gets the private '.service_locator.d7Zs0uA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_D7Zs0uAService()
{
return $this->privates['.service_locator.d7Zs0uA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cautionRepository' => ['privates', 'App\\Repository\\CautionRepository', 'getCautionRepositoryService', false],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
], [
'cautionRepository' => 'App\\Repository\\CautionRepository',
'mangoPayService' => 'App\\Services\\MangoPayService',
]);
}
/**
* Gets the private '.service_locator.d9Ex_wy' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_D9ExWyService()
{
return $this->privates['.service_locator.d9Ex_wy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'company' => ['privates', '.errored..service_locator.d9Ex_wy.App\\Entity\\Company', NULL, 'Cannot autowire service ".service_locator.d9Ex_wy": it references class "App\\Entity\\Company" but no such service exists.'],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'company' => 'App\\Entity\\Company',
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.dUR7RHn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DUR7RHnService()
{
return $this->privates['.service_locator.dUR7RHn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commandRepository' => ['privates', 'App\\Repository\\CommandRepository', 'getCommandRepositoryService', false],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
], [
'commandRepository' => 'App\\Repository\\CommandRepository',
'mangoPayService' => 'App\\Services\\MangoPayService',
]);
}
/**
* Gets the private '.service_locator.dWHPXsJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DWHPXsJService()
{
return $this->privates['.service_locator.dWHPXsJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'transporteur' => ['privates', '.errored..service_locator.dWHPXsJ.App\\Entity\\Transporteur', NULL, 'Cannot autowire service ".service_locator.dWHPXsJ": it references class "App\\Entity\\Transporteur" but no such service exists.'],
], [
'file' => 'App\\Services\\File',
'transporteur' => 'App\\Entity\\Transporteur',
]);
}
/**
* Gets the private '.service_locator.deAPGW9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DeAPGW9Service()
{
return $this->privates['.service_locator.deAPGW9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
'payoutRepository' => ['privates', 'App\\Repository\\PayoutRepository', 'getPayoutRepositoryService', false],
], [
'mangoPayService' => 'App\\Services\\MangoPayService',
'payoutRepository' => 'App\\Repository\\PayoutRepository',
]);
}
/**
* Gets the private '.service_locator.dtQAMSf' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DtQAMSfService()
{
return $this->privates['.service_locator.dtQAMSf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mail' => ['privates', 'App\\Services\\Mail', 'getMailService', false],
'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
'typeAbonnementRepository' => ['privates', 'App\\Repository\\TypeAbonnementRepository', 'getTypeAbonnementRepositoryService', false],
'urlGenerator' => ['services', 'router', 'getRouterService', false],
], [
'mail' => 'App\\Services\\Mail',
'mailer' => '?',
'typeAbonnementRepository' => 'App\\Repository\\TypeAbonnementRepository',
'urlGenerator' => '?',
]);
}
/**
* Gets the private '.service_locator.erhKmRT' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ErhKmRTService()
{
return $this->privates['.service_locator.erhKmRT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'reservationRepository' => ['privates', 'App\\Repository\\ReservationRepository', 'getReservationRepositoryService', false],
], [
'paginator' => '?',
'reservationRepository' => 'App\\Repository\\ReservationRepository',
]);
}
/**
* Gets the private '.service_locator.ewTmbP1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EwTmbP1Service()
{
return $this->privates['.service_locator.ewTmbP1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'article' => ['privates', '.errored..service_locator.ewTmbP1.App\\Entity\\Article', NULL, 'Cannot autowire service ".service_locator.ewTmbP1": it references class "App\\Entity\\Article" but no such service exists.'],
], [
'article' => 'App\\Entity\\Article',
]);
}
/**
* Gets the private '.service_locator.f4s7QYc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_F4s7QYcService()
{
return $this->privates['.service_locator.f4s7QYc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'annonceRepository' => ['privates', 'App\\Repository\\AnnonceRepository', 'getAnnonceRepositoryService', false],
'companyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'notificationRepository' => ['privates', 'App\\Repository\\NotificationRepository', 'getNotificationRepositoryService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'annonceRepository' => 'App\\Repository\\AnnonceRepository',
'companyRepository' => 'App\\Repository\\CompanyRepository',
'file' => 'App\\Services\\File',
'notificationRepository' => 'App\\Repository\\NotificationRepository',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.fGcSFpA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FGcSFpAService()
{
return $this->privates['.service_locator.fGcSFpA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'annonceRepository' => ['privates', 'App\\Repository\\AnnonceRepository', 'getAnnonceRepositoryService', false],
'companyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'annonceRepository' => 'App\\Repository\\AnnonceRepository',
'companyRepository' => 'App\\Repository\\CompanyRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.fZXk27d' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FZXk27dService()
{
return $this->privates['.service_locator.fZXk27d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'slugger' => ['privates', 'slugger', 'getSluggerService', false],
], [
'slugger' => '?',
]);
}
/**
* Gets the private '.service_locator.fd8aUIK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Fd8aUIKService()
{
return $this->privates['.service_locator.fd8aUIK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'heb' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
'hebCar' => ['privates', 'App\\Repository\\CaracteristicRepository', 'getCaracteristicRepositoryService', false],
'locationRepository' => ['privates', 'App\\Repository\\LocationRepository', 'getLocationRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'heb' => 'App\\Repository\\ProductRepository',
'hebCar' => 'App\\Repository\\CaracteristicRepository',
'locationRepository' => 'App\\Repository\\LocationRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.fkK0Sxx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FkK0SxxService()
{
return $this->privates['.service_locator.fkK0Sxx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'annonceRepository' => ['privates', 'App\\Repository\\AnnonceRepository', 'getAnnonceRepositoryService', false],
'companyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'notificationRepository' => ['privates', 'App\\Repository\\NotificationRepository', 'getNotificationRepositoryService', false],
], [
'annonceRepository' => 'App\\Repository\\AnnonceRepository',
'companyRepository' => 'App\\Repository\\CompanyRepository',
'notificationRepository' => 'App\\Repository\\NotificationRepository',
]);
}
/**
* Gets the private '.service_locator.frGxWuE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FrGxWuEService()
{
return $this->privates['.service_locator.frGxWuE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'abonnementRepository' => ['privates', 'App\\Repository\\AbonnementRepository', 'getAbonnementRepositoryService', false],
'typeAbonnementRepository' => ['privates', 'App\\Repository\\TypeAbonnementRepository', 'getTypeAbonnementRepositoryService', false],
], [
'abonnementRepository' => 'App\\Repository\\AbonnementRepository',
'typeAbonnementRepository' => 'App\\Repository\\TypeAbonnementRepository',
]);
}
/**
* Gets the private '.service_locator.gCZmBRB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GCZmBRBService()
{
return $this->privates['.service_locator.gCZmBRB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'post' => ['privates', '.errored..service_locator.gCZmBRB.App\\Entity\\ReseauSociaux\\Publication', NULL, 'Cannot autowire service ".service_locator.gCZmBRB": it references class "App\\Entity\\ReseauSociaux\\Publication" but no such service exists.'],
], [
'post' => 'App\\Entity\\ReseauSociaux\\Publication',
]);
}
/**
* Gets the private '.service_locator.gDGjMim' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GDGjMimService()
{
return $this->privates['.service_locator.gDGjMim'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'publication' => ['privates', '.errored..service_locator.gDGjMim.App\\Entity\\ReseauSociaux\\Publication', NULL, 'Cannot autowire service ".service_locator.gDGjMim": it references class "App\\Entity\\ReseauSociaux\\Publication" but no such service exists.'],
], [
'publication' => 'App\\Entity\\ReseauSociaux\\Publication',
]);
}
/**
* Gets the private '.service_locator.gFLN_c3' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GFLNC3Service()
{
return $this->privates['.service_locator.gFLN_c3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paiementRepository' => ['privates', 'App\\Repository\\PaiementRepository', 'getPaiementRepositoryService', false],
], [
'paiementRepository' => 'App\\Repository\\PaiementRepository',
]);
}
/**
* Gets the private '.service_locator.gOIeLr9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GOIeLr9Service()
{
return $this->privates['.service_locator.gOIeLr9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'companyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'mail' => ['privates', 'App\\Services\\Mail', 'getMailService', false],
], [
'companyRepository' => 'App\\Repository\\CompanyRepository',
'mail' => 'App\\Services\\Mail',
]);
}
/**
* Gets the private '.service_locator.gPnxvfy' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GPnxvfyService()
{
return $this->privates['.service_locator.gPnxvfy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'locationrepo' => ['privates', 'App\\Repository\\LocationRepository', 'getLocationRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'planningCompanyRepository' => ['privates', 'App\\Repository\\PlanningCompanyRepository', 'getPlanningCompanyRepositoryService', false],
], [
'locationrepo' => 'App\\Repository\\LocationRepository',
'paginator' => '?',
'planningCompanyRepository' => 'App\\Repository\\PlanningCompanyRepository',
]);
}
/**
* Gets the private '.service_locator.grZbmbT' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GrZbmbTService()
{
return $this->privates['.service_locator.grZbmbT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'repoconver' => ['privates', 'App\\Repository\\ReseauSociaux\\ConversationRepository', 'getConversationRepositoryService', false],
], [
'file' => 'App\\Services\\File',
'repoconver' => 'App\\Repository\\ReseauSociaux\\ConversationRepository',
]);
}
/**
* Gets the private '.service_locator.hFt7u8B' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HFt7u8BService()
{
return $this->privates['.service_locator.hFt7u8B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminPRomoRepository' => ['privates', 'App\\Repository\\AdminPromoRepository', 'getAdminPromoRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
], [
'adminPRomoRepository' => 'App\\Repository\\AdminPromoRepository',
'paginator' => '?',
'productRepository' => 'App\\Repository\\ProductRepository',
]);
}
/**
* Gets the private '.service_locator.hNwWVcg' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HNwWVcgService()
{
return $this->privates['.service_locator.hNwWVcg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'prodOption' => ['privates', '.errored..service_locator.hNwWVcg.App\\Entity\\ProductOption', NULL, 'Cannot autowire service ".service_locator.hNwWVcg": it references class "App\\Entity\\ProductOption" but no such service exists.'],
], [
'prodOption' => 'App\\Entity\\ProductOption',
]);
}
/**
* Gets the private '.service_locator.hkC8QpC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HkC8QpCService()
{
return $this->privates['.service_locator.hkC8QpC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'publisher' => ['privates', 'mercure.hub.default.publisher.traceable', 'getMercure_Hub_Default_Publisher_TraceableService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'ticket' => ['privates', '.errored..service_locator.hkC8QpC.App\\Entity\\Ticket', NULL, 'Cannot autowire service ".service_locator.hkC8QpC": it references class "App\\Entity\\Ticket" but no such service exists.'],
'validatorInterface' => ['services', '.container.private.validator', 'get_Container_Private_ValidatorService', false],
], [
'file' => 'App\\Services\\File',
'publisher' => '?',
'serializer' => '?',
'ticket' => 'App\\Entity\\Ticket',
'validatorInterface' => '?',
]);
}
/**
* Gets the private '.service_locator.hoVi04k' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HoVi04kService()
{
return $this->privates['.service_locator.hoVi04k'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'annonceCompanyRepository' => ['privates', 'App\\Repository\\AnnonceCompanyRepository', 'getAnnonceCompanyRepositoryService', false],
'companyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'photosRepository' => ['privates', 'App\\Repository\\PhotosRepository', 'getPhotosRepositoryService', false],
'productRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
], [
'annonceCompanyRepository' => 'App\\Repository\\AnnonceCompanyRepository',
'companyRepository' => 'App\\Repository\\CompanyRepository',
'photosRepository' => 'App\\Repository\\PhotosRepository',
'productRepository' => 'App\\Repository\\ProductRepository',
]);
}
/**
* Gets the private '.service_locator.i.Lphe5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_I_Lphe5Service()
{
return $this->privates['.service_locator.i.Lphe5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commandProductRepository' => ['privates', 'App\\Repository\\CommandProductRepository', 'getCommandProductRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'commandProductRepository' => 'App\\Repository\\CommandProductRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.iLAbC9x' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ILAbC9xService()
{
return $this->privates['.service_locator.iLAbC9x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
'mangoPayservice' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
'product' => ['privates', '.errored..service_locator.iLAbC9x.App\\Entity\\Product', NULL, 'Cannot autowire service ".service_locator.iLAbC9x": it references class "App\\Entity\\Product" but no such service exists.'],
'productOptionRepository' => ['privates', 'App\\Repository\\ProductOptionRepository', 'getProductOptionRepositoryService', false],
], [
'mailer' => '?',
'mangoPayservice' => 'App\\Services\\MangoPayService',
'product' => 'App\\Entity\\Product',
'productOptionRepository' => 'App\\Repository\\ProductOptionRepository',
]);
}
/**
* Gets the private '.service_locator.ilt3ZoC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Ilt3ZoCService()
{
return $this->privates['.service_locator.ilt3ZoC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'prodOptionrepo' => ['privates', 'App\\Repository\\ProductOptionRepository', 'getProductOptionRepositoryService', false],
], [
'prodOptionrepo' => 'App\\Repository\\ProductOptionRepository',
]);
}
/**
* Gets the private '.service_locator.iyEwlLH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IyEwlLHService()
{
return $this->privates['.service_locator.iyEwlLH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'product' => ['privates', '.errored..service_locator.iyEwlLH.App\\Entity\\Product', NULL, 'Cannot autowire service ".service_locator.iyEwlLH": it references class "App\\Entity\\Product" but no such service exists.'],
], [
'product' => 'App\\Entity\\Product',
]);
}
/**
* Gets the private '.service_locator.j5iGUk4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_J5iGUk4Service()
{
return $this->privates['.service_locator.j5iGUk4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'companyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'companyRepository' => 'App\\Repository\\CompanyRepository',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.j6Titur' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_J6TiturService()
{
return $this->privates['.service_locator.j6Titur'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'productReduction' => ['privates', '.errored..service_locator.j6Titur.App\\Entity\\ProductReduction', NULL, 'Cannot autowire service ".service_locator.j6Titur": it references class "App\\Entity\\ProductReduction" but no such service exists.'],
], [
'productReduction' => 'App\\Entity\\ProductReduction',
]);
}
/**
* Gets the private '.service_locator.jXW8KGC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JXW8KGCService()
{
return $this->privates['.service_locator.jXW8KGC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'locationRepository' => ['privates', 'App\\Repository\\LocationRepository', 'getLocationRepositoryService', false],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
], [
'locationRepository' => 'App\\Repository\\LocationRepository',
'mangoPayService' => 'App\\Services\\MangoPayService',
]);
}
/**
* Gets the private '.service_locator.jjboBPv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JjboBPvService()
{
return $this->privates['.service_locator.jjboBPv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', false],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
'security.firewall.map.context.login_api' => ['privates', 'security.firewall.map.context.login_api', 'getSecurity_Firewall_Map_Context_LoginApiService', false],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
], [
'security.firewall.map.context.api' => '?',
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.login_api' => '?',
'security.firewall.map.context.main' => '?',
]);
}
/**
* Gets the private '.service_locator.kMQhdTs' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KMQhdTsService()
{
return $this->privates['.service_locator.kMQhdTs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'pageRepository' => ['privates', 'App\\Repository\\PageRepository', 'getPageRepositoryService', false],
], [
'em' => '?',
'pageRepository' => 'App\\Repository\\PageRepository',
]);
}
/**
* Gets the private '.service_locator.kN5JS7L' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KN5JS7LService()
{
return $this->privates['.service_locator.kN5JS7L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mercureCookieGenerator' => ['privates', 'App\\Services\\MercureCookieGenerator', 'getMercureCookieGeneratorService', false],
'messagingRepository' => ['privates', 'App\\Repository\\MessagingRepository', 'getMessagingRepositoryService', false],
'ticket' => ['privates', '.errored..service_locator.kN5JS7L.App\\Entity\\Ticket', NULL, 'Cannot autowire service ".service_locator.kN5JS7L": it references class "App\\Entity\\Ticket" but no such service exists.'],
], [
'mercureCookieGenerator' => 'App\\Services\\MercureCookieGenerator',
'messagingRepository' => 'App\\Repository\\MessagingRepository',
'ticket' => 'App\\Entity\\Ticket',
]);
}
/**
* Gets the private '.service_locator.kYI1Pri' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KYI1PriService()
{
return $this->privates['.service_locator.kYI1Pri'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mailer' => ['privates', 'mailer.mailer', 'getMailer_MailerService', false],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
'product' => ['privates', '.errored..service_locator.kYI1Pri.App\\Entity\\Product', NULL, 'Cannot autowire service ".service_locator.kYI1Pri": it references class "App\\Entity\\Product" but no such service exists.'],
'productOptionRepository' => ['privates', 'App\\Repository\\ProductOptionRepository', 'getProductOptionRepositoryService', false],
'reservationRepository' => ['privates', 'App\\Repository\\ReservationRepository', 'getReservationRepositoryService', false],
], [
'mailer' => '?',
'mangoPayService' => 'App\\Services\\MangoPayService',
'product' => 'App\\Entity\\Product',
'productOptionRepository' => 'App\\Repository\\ProductOptionRepository',
'reservationRepository' => 'App\\Repository\\ReservationRepository',
]);
}
/**
* Gets the private '.service_locator.kuLJA_s' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KuLJASService()
{
return $this->privates['.service_locator.kuLJA_s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
], [
'em' => '?',
'file' => 'App\\Services\\File',
]);
}
/**
* Gets the private '.service_locator.kyAkGa1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KyAkGa1Service()
{
return $this->privates['.service_locator.kyAkGa1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'caution' => ['privates', '.errored..service_locator.kyAkGa1.App\\Entity\\Caution', NULL, 'Cannot autowire service ".service_locator.kyAkGa1": it references class "App\\Entity\\Caution" but no such service exists.'],
], [
'caution' => 'App\\Entity\\Caution',
]);
}
/**
* Gets the private '.service_locator.kz89T0n' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Kz89T0nService()
{
return $this->privates['.service_locator.kz89T0n'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'locationrepo' => ['privates', 'App\\Repository\\LocationRepository', 'getLocationRepositoryService', false],
'planningCompanyRepository' => ['privates', 'App\\Repository\\PlanningCompanyRepository', 'getPlanningCompanyRepositoryService', false],
], [
'locationrepo' => 'App\\Repository\\LocationRepository',
'planningCompanyRepository' => 'App\\Repository\\PlanningCompanyRepository',
]);
}
/**
* Gets the private '.service_locator.lIMv.2R' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LIMv_2RService()
{
return $this->privates['.service_locator.lIMv.2R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'message' => ['privates', 'App\\Repository\\MessagingRepository', 'getMessagingRepositoryService', false],
'publisher' => ['privates', 'mercure.hub.default.publisher.traceable', 'getMercure_Hub_Default_Publisher_TraceableService', false],
'publisherCompany' => ['privates', 'mercure.hub.default.publisher.traceable', 'getMercure_Hub_Default_Publisher_TraceableService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'serializerCompany' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'ticket' => ['privates', '.errored..service_locator.lIMv.2R.App\\Entity\\Ticket', NULL, 'Cannot autowire service ".service_locator.lIMv.2R": it references class "App\\Entity\\Ticket" but no such service exists.'],
], [
'message' => 'App\\Repository\\MessagingRepository',
'publisher' => '?',
'publisherCompany' => '?',
'serializer' => '?',
'serializerCompany' => '?',
'ticket' => 'App\\Entity\\Ticket',
]);
}
/**
* Gets the private '.service_locator.lZFfBKF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LZFfBKFService()
{
return $this->privates['.service_locator.lZFfBKF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'abonnementRepository' => ['privates', 'App\\Repository\\AbonnementRepository', 'getAbonnementRepositoryService', false],
'companyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
'typeAbonnementRepository' => ['privates', 'App\\Repository\\TypeAbonnementRepository', 'getTypeAbonnementRepositoryService', false],
], [
'abonnementRepository' => 'App\\Repository\\AbonnementRepository',
'companyRepository' => 'App\\Repository\\CompanyRepository',
'mangoPayService' => 'App\\Services\\MangoPayService',
'typeAbonnementRepository' => 'App\\Repository\\TypeAbonnementRepository',
]);
}
/**
* Gets the private '.service_locator.lhEkdjU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LhEkdjUService()
{
return $this->privates['.service_locator.lhEkdjU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'adminPromoRepository' => ['privates', 'App\\Repository\\AdminPromoRepository', 'getAdminPromoRepositoryService', false],
], [
'adminPromoRepository' => 'App\\Repository\\AdminPromoRepository',
]);
}
/**
* Gets the private '.service_locator.m2nuFEr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_M2nuFErService()
{
return $this->privates['.service_locator.m2nuFEr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'messageRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\MessageRepository', 'getMessageRepositoryService', false],
], [
'messageRepository' => 'App\\Repository\\ReseauSociaux\\MessageRepository',
]);
}
/**
* Gets the private '.service_locator.mCtarlu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MCtarluService()
{
return $this->privates['.service_locator.mCtarlu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'categRep' => ['privates', 'App\\Repository\\CategoryRepository', 'getCategoryRepositoryService', false],
'subCategRep' => ['privates', 'App\\Repository\\SubCategoryRepository', 'getSubCategoryRepositoryService', false],
], [
'categRep' => 'App\\Repository\\CategoryRepository',
'subCategRep' => 'App\\Repository\\SubCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.mR1eFSc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MR1eFScService()
{
return $this->privates['.service_locator.mR1eFSc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'location' => ['privates', '.errored..service_locator.mR1eFSc.App\\Entity\\Location', NULL, 'Cannot autowire service ".service_locator.mR1eFSc": it references class "App\\Entity\\Location" but no such service exists.'],
], [
'location' => 'App\\Entity\\Location',
]);
}
/**
* Gets the private '.service_locator.mrFJ9Yn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MrFJ9YnService()
{
return $this->privates['.service_locator.mrFJ9Yn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'communeRepository' => ['privates', 'App\\Repository\\CommuneRepository', 'getCommuneRepositoryService', false],
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'porepository' => ['privates', 'App\\Repository\\ProductOptionRepository', 'getProductOptionRepositoryService', false],
'slugger' => ['privates', 'slugger', 'getSluggerService', false],
'validatorInterface' => ['services', '.container.private.validator', 'get_Container_Private_ValidatorService', false],
], [
'communeRepository' => 'App\\Repository\\CommuneRepository',
'file' => 'App\\Services\\File',
'porepository' => 'App\\Repository\\ProductOptionRepository',
'slugger' => '?',
'validatorInterface' => '?',
]);
}
/**
* Gets the private '.service_locator.mzsPg.D' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MzsPg_DService()
{
return $this->privates['.service_locator.mzsPg.D'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'category' => ['privates', '.errored..service_locator.mzsPg.D.App\\Entity\\Category', NULL, 'Cannot autowire service ".service_locator.mzsPg.D": it references class "App\\Entity\\Category" but no such service exists.'],
'subCategoryRepository' => ['privates', 'App\\Repository\\SubCategoryRepository', 'getSubCategoryRepositoryService', false],
], [
'category' => 'App\\Entity\\Category',
'subCategoryRepository' => 'App\\Repository\\SubCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.nEHzZe_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NEHzZeService()
{
return $this->privates['.service_locator.nEHzZe_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'prodOptionrepo' => ['privates', 'App\\Repository\\ProductOptionRepository', 'getProductOptionRepositoryService', false],
'product' => ['privates', '.errored..service_locator.nEHzZe_.App\\Entity\\Product', NULL, 'Cannot autowire service ".service_locator.nEHzZe_": it references class "App\\Entity\\Product" but no such service exists.'],
'subrepo' => ['privates', 'App\\Repository\\SubCategoryRepository', 'getSubCategoryRepositoryService', false],
], [
'prodOptionrepo' => 'App\\Repository\\ProductOptionRepository',
'product' => 'App\\Entity\\Product',
'subrepo' => 'App\\Repository\\SubCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.nTOpsGA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NTOpsGAService()
{
return $this->privates['.service_locator.nTOpsGA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'filter' => ['privates', 'App\\Services\\Filter', 'getFilterService', false],
'typeActivity' => ['privates', '.errored..service_locator.nTOpsGA.App\\Entity\\ActivityType', NULL, 'Cannot autowire service ".service_locator.nTOpsGA": it references class "App\\Entity\\ActivityType" but no such service exists.'],
], [
'filter' => 'App\\Services\\Filter',
'typeActivity' => 'App\\Entity\\ActivityType',
]);
}
/**
* Gets the private '.service_locator.nt27W2V' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Nt27W2VService()
{
return $this->privates['.service_locator.nt27W2V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'command' => ['privates', '.errored..service_locator.nt27W2V.App\\Entity\\Command', NULL, 'Cannot autowire service ".service_locator.nt27W2V": it references class "App\\Entity\\Command" but no such service exists.'],
], [
'command' => 'App\\Entity\\Command',
]);
}
/**
* Gets the private '.service_locator.oBOkORf' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OBOkORfService()
{
return $this->privates['.service_locator.oBOkORf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'articleRepository' => ['privates', 'App\\Repository\\ArticleRepository', 'getArticleRepositoryService', false],
'blogCategoryRepository' => ['privates', 'App\\Repository\\BlogCategoryRepository', 'getBlogCategoryRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'articleRepository' => 'App\\Repository\\ArticleRepository',
'blogCategoryRepository' => 'App\\Repository\\BlogCategoryRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.ojUrV1u' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OjUrV1uService()
{
return $this->privates['.service_locator.ojUrV1u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tarifDegressif' => ['privates', '.errored..service_locator.ojUrV1u.App\\Entity\\TarifDegressif', NULL, 'Cannot autowire service ".service_locator.ojUrV1u": it references class "App\\Entity\\TarifDegressif" but no such service exists.'],
], [
'tarifDegressif' => 'App\\Entity\\TarifDegressif',
]);
}
/**
* Gets the private '.service_locator.ojzhAYY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OjzhAYYService()
{
return $this->privates['.service_locator.ojzhAYY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commandProduct' => ['privates', 'App\\Repository\\CommandProductRepository', 'getCommandProductRepositoryService', false],
'commandRepository' => ['privates', 'App\\Repository\\CommandRepository', 'getCommandRepositoryService', false],
], [
'commandProduct' => 'App\\Repository\\CommandProductRepository',
'commandRepository' => 'App\\Repository\\CommandRepository',
]);
}
/**
* Gets the private '.service_locator.oyg9Smm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Oyg9SmmService()
{
return $this->privates['.service_locator.oyg9Smm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'reservationRepository' => ['privates', 'App\\Repository\\ReservationRepository', 'getReservationRepositoryService', false],
'stripeConnectService' => ['privates', 'App\\Services\\StripeConnectService', 'getStripeConnectServiceService', false],
], [
'reservationRepository' => 'App\\Repository\\ReservationRepository',
'stripeConnectService' => 'App\\Services\\StripeConnectService',
]);
}
/**
* Gets the private '.service_locator.p0rDQug' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_P0rDQugService()
{
return $this->privates['.service_locator.p0rDQug'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'notificationRepository' => ['privates', 'App\\Repository\\NotificationRepository', 'getNotificationRepositoryService', false],
], [
'em' => '?',
'notificationRepository' => 'App\\Repository\\NotificationRepository',
]);
}
/**
* Gets the private '.service_locator.pSStNQV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PSStNQVService()
{
return $this->privates['.service_locator.pSStNQV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'programmingDayPrice' => ['privates', '.errored..service_locator.pSStNQV.App\\Entity\\ProgrammingDayPrice', NULL, 'Cannot autowire service ".service_locator.pSStNQV": it references class "App\\Entity\\ProgrammingDayPrice" but no such service exists.'],
], [
'programmingDayPrice' => 'App\\Entity\\ProgrammingDayPrice',
]);
}
/**
* Gets the private '.service_locator.pUeKh5E' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PUeKh5EService()
{
return $this->privates['.service_locator.pUeKh5E'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'repository' => ['privates', 'App\\Repository\\SliderRepository', 'getSliderRepositoryService', false],
], [
'entityManager' => '?',
'file' => 'App\\Services\\File',
'repository' => 'App\\Repository\\SliderRepository',
]);
}
/**
* Gets the private '.service_locator.qHL6Wfc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QHL6WfcService()
{
return $this->privates['.service_locator.qHL6Wfc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'contactProductRepository' => ['privates', 'App\\Repository\\ContactProductRepository', 'getContactProductRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'contactProductRepository' => 'App\\Repository\\ContactProductRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.rHfkBgN' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RHfkBgNService()
{
return $this->privates['.service_locator.rHfkBgN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'photos' => ['privates', '.errored..service_locator.rHfkBgN.App\\Entity\\Photos', NULL, 'Cannot autowire service ".service_locator.rHfkBgN": it references class "App\\Entity\\Photos" but no such service exists.'],
], [
'photos' => 'App\\Entity\\Photos',
]);
}
/**
* Gets the private '.service_locator.rbYjiGI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RbYjiGIService()
{
return $this->privates['.service_locator.rbYjiGI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mangoPayService' => ['privates', 'App\\Services\\MangoPayService', 'getMangoPayServiceService', false],
], [
'mangoPayService' => 'App\\Services\\MangoPayService',
]);
}
/**
* Gets the private '.service_locator.rgFDmyU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RgFDmyUService()
{
return $this->privates['.service_locator.rgFDmyU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'typHebgRep' => ['privates', 'App\\Repository\\TypeHebergementRepository', 'getTypeHebergementRepositoryService', false],
], [
'typHebgRep' => 'App\\Repository\\TypeHebergementRepository',
]);
}
/**
* Gets the private '.service_locator.rrEM3n5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RrEM3n5Service()
{
return $this->privates['.service_locator.rrEM3n5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'productPeriodPrice' => ['privates', '.errored..service_locator.rrEM3n5.App\\Entity\\ProductPeriodPrice', NULL, 'Cannot autowire service ".service_locator.rrEM3n5": it references class "App\\Entity\\ProductPeriodPrice" but no such service exists.'],
], [
'productPeriodPrice' => 'App\\Entity\\ProductPeriodPrice',
]);
}
/**
* Gets the private '.service_locator.s6pA1wK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_S6pA1wKService()
{
return $this->privates['.service_locator.s6pA1wK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'participant' => ['privates', '.errored..service_locator.s6pA1wK.App\\Entity\\TableUser', NULL, 'Cannot autowire service ".service_locator.s6pA1wK": it references class "App\\Entity\\TableUser" but no such service exists.'],
], [
'participant' => 'App\\Entity\\TableUser',
]);
}
/**
* Gets the private '.service_locator.smtN4bf' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SmtN4bfService()
{
return $this->privates['.service_locator.smtN4bf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'espace' => ['privates', '.errored..service_locator.smtN4bf.App\\Entity\\ReseauSociaux\\Espace', NULL, 'Cannot autowire service ".service_locator.smtN4bf": it references class "App\\Entity\\ReseauSociaux\\Espace" but no such service exists.'],
'espaceRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\EspaceRepository', 'getEspaceRepositoryService', false],
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
], [
'espace' => 'App\\Entity\\ReseauSociaux\\Espace',
'espaceRepository' => 'App\\Repository\\ReseauSociaux\\EspaceRepository',
'file' => 'App\\Services\\File',
]);
}
/**
* Gets the private '.service_locator.stGYTt4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_StGYTt4Service()
{
return $this->privates['.service_locator.stGYTt4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'livraisonRepository' => ['privates', 'App\\Repository\\LivraisonRepository', 'getLivraisonRepositoryService', false],
], [
'livraisonRepository' => 'App\\Repository\\LivraisonRepository',
]);
}
/**
* Gets the private '.service_locator.stuAsfr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_StuAsfrService()
{
return $this->privates['.service_locator.stuAsfr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tableRepository' => ['privates', 'App\\Repository\\TableRepository', 'getTableRepositoryService', false],
'tableUserRepository' => ['privates', 'App\\Repository\\TableUserRepository', 'getTableUserRepositoryService', false],
], [
'tableRepository' => 'App\\Repository\\TableRepository',
'tableUserRepository' => 'App\\Repository\\TableUserRepository',
]);
}
/**
* Gets the private '.service_locator.t2AO7qr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_T2AO7qrService()
{
return $this->privates['.service_locator.t2AO7qr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'slugger' => ['privates', 'slugger', 'getSluggerService', false],
'subCategory' => ['privates', '.errored..service_locator.t2AO7qr.App\\Entity\\SubCategory', NULL, 'Cannot autowire service ".service_locator.t2AO7qr": it references class "App\\Entity\\SubCategory" but no such service exists.'],
], [
'file' => 'App\\Services\\File',
'slugger' => '?',
'subCategory' => 'App\\Entity\\SubCategory',
]);
}
/**
* Gets the private '.service_locator.tDbRvL.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TDbRvL_Service()
{
return $this->privates['.service_locator.tDbRvL.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'conversation' => ['privates', '.errored..service_locator.tDbRvL..App\\Entity\\ReseauSociaux\\Conversation', NULL, 'Cannot autowire service ".service_locator.tDbRvL.": it references class "App\\Entity\\ReseauSociaux\\Conversation" but no such service exists.'],
], [
'conversation' => 'App\\Entity\\ReseauSociaux\\Conversation',
]);
}
/**
* Gets the private '.service_locator.tPb5k.a' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TPb5k_AService()
{
return $this->privates['.service_locator.tPb5k.a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commandRepository' => ['privates', 'App\\Repository\\CommandRepository', 'getCommandRepositoryService', false],
], [
'commandRepository' => 'App\\Repository\\CommandRepository',
]);
}
/**
* Gets the private '.service_locator.u1LsvD.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_U1LsvD_Service()
{
return $this->privates['.service_locator.u1LsvD.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'typeAbonnementRepository' => ['privates', 'App\\Repository\\TypeAbonnementRepository', 'getTypeAbonnementRepositoryService', false],
], [
'typeAbonnementRepository' => 'App\\Repository\\TypeAbonnementRepository',
]);
}
/**
* Gets the private '.service_locator.uCSWYWR' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UCSWYWRService()
{
return $this->privates['.service_locator.uCSWYWR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'categoryRepository' => ['privates', 'App\\Repository\\CategoryRepository', 'getCategoryRepositoryService', false],
], [
'categoryRepository' => 'App\\Repository\\CategoryRepository',
]);
}
/**
* Gets the private '.service_locator.uRjNJx_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_URjNJxService()
{
return $this->privates['.service_locator.uRjNJx_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'subCategoryRepository' => ['privates', 'App\\Repository\\SubCategoryRepository', 'getSubCategoryRepositoryService', false],
], [
'subCategoryRepository' => 'App\\Repository\\SubCategoryRepository',
]);
}
/**
* Gets the private '.service_locator.uok6LHy' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Uok6LHyService()
{
return $this->privates['.service_locator.uok6LHy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'locationRepository' => ['privates', 'App\\Repository\\LocationRepository', 'getLocationRepositoryService', false],
], [
'locationRepository' => 'App\\Repository\\LocationRepository',
]);
}
/**
* Gets the private '.service_locator.vfakA8e' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VfakA8eService()
{
return $this->privates['.service_locator.vfakA8e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pack' => ['privates', '.errored..service_locator.vfakA8e.App\\Entity\\Pack', NULL, 'Cannot autowire service ".service_locator.vfakA8e": it references class "App\\Entity\\Pack" but no such service exists.'],
], [
'pack' => 'App\\Entity\\Pack',
]);
}
/**
* Gets the private '.service_locator.vlN2x_N' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VlN2xNService()
{
return $this->privates['.service_locator.vlN2x_N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'packRepository' => ['privates', 'App\\Repository\\PackRepository', 'getPackRepositoryService', false],
], [
'packRepository' => 'App\\Repository\\PackRepository',
]);
}
/**
* Gets the private '.service_locator.vvYhrbq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VvYhrbqService()
{
return $this->privates['.service_locator.vvYhrbq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'categoryAnnonceClient' => ['privates', '.errored..service_locator.vvYhrbq.App\\Entity\\CategoryAnnonceClient', NULL, 'Cannot autowire service ".service_locator.vvYhrbq": it references class "App\\Entity\\CategoryAnnonceClient" but no such service exists.'],
], [
'categoryAnnonceClient' => 'App\\Entity\\CategoryAnnonceClient',
]);
}
/**
* Gets the private '.service_locator.w8fp0rb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_W8fp0rbService()
{
return $this->privates['.service_locator.w8fp0rb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'command' => ['privates', '.errored..service_locator.w8fp0rb.App\\Entity\\Command', NULL, 'Cannot autowire service ".service_locator.w8fp0rb": it references class "App\\Entity\\Command" but no such service exists.'],
'commandProductRepository' => ['privates', 'App\\Repository\\CommandProductRepository', 'getCommandProductRepositoryService', false],
], [
'command' => 'App\\Entity\\Command',
'commandProductRepository' => 'App\\Repository\\CommandProductRepository',
]);
}
/**
* Gets the private '.service_locator.wIx7yzK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WIx7yzKService()
{
return $this->privates['.service_locator.wIx7yzK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'communeRepository' => ['privates', 'App\\Repository\\CommuneRepository', 'getCommuneRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'communeRepository' => 'App\\Repository\\CommuneRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.xRraUWI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XRraUWIService()
{
return $this->privates['.service_locator.xRraUWI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'em' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'file' => ['privates', 'App\\Services\\File', 'getFileService', false],
'pageHome' => ['privates', '.errored..service_locator.xRraUWI.App\\Entity\\PageHome', NULL, 'Cannot autowire service ".service_locator.xRraUWI": it references class "App\\Entity\\PageHome" but no such service exists.'],
], [
'em' => '?',
'file' => 'App\\Services\\File',
'pageHome' => 'App\\Entity\\PageHome',
]);
}
/**
* Gets the private '.service_locator.xy0Qv6D' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Xy0Qv6DService()
{
return $this->privates['.service_locator.xy0Qv6D'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'product' => ['privates', '.errored..service_locator.xy0Qv6D.App\\Entity\\Product', NULL, 'Cannot autowire service ".service_locator.xy0Qv6D": it references class "App\\Entity\\Product" but no such service exists.'],
'wishListRepository' => ['privates', 'App\\Repository\\WishListRepository', 'getWishListRepositoryService', false],
], [
'product' => 'App\\Entity\\Product',
'wishListRepository' => 'App\\Repository\\WishListRepository',
]);
}
/**
* Gets the private '.service_locator.yB0Gtnr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YB0GtnrService()
{
return $this->privates['.service_locator.yB0Gtnr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'productOption' => ['privates', '.errored..service_locator.yB0Gtnr.App\\Entity\\ProductOption', NULL, 'Cannot autowire service ".service_locator.yB0Gtnr": it references class "App\\Entity\\ProductOption" but no such service exists.'],
], [
'productOption' => 'App\\Entity\\ProductOption',
]);
}
/**
* Gets the private '.service_locator.yTEBZR4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YTEBZR4Service()
{
return $this->privates['.service_locator.yTEBZR4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'companyRepository' => ['privates', 'App\\Repository\\CompanyRepository', 'getCompanyRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'companyRepository' => 'App\\Repository\\CompanyRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.ys8EL7c' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Ys8EL7cService()
{
return $this->privates['.service_locator.ys8EL7c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'articleRepository' => ['privates', 'App\\Repository\\ArticleRepository', 'getArticleRepositoryService', false],
], [
'articleRepository' => 'App\\Repository\\ArticleRepository',
]);
}
/**
* Gets the private '.service_locator.yuXnQsn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YuXnQsnService()
{
return $this->privates['.service_locator.yuXnQsn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ticket' => ['privates', 'App\\Repository\\TicketRepository', 'getTicketRepositoryService', false],
], [
'ticket' => 'App\\Repository\\TicketRepository',
]);
}
/**
* Gets the private '.service_locator.yvNgxqn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YvNgxqnService()
{
return $this->privates['.service_locator.yvNgxqn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'reservation' => ['privates', '.errored..service_locator.yvNgxqn.App\\Entity\\Reservation', NULL, 'Cannot autowire service ".service_locator.yvNgxqn": it references class "App\\Entity\\Reservation" but no such service exists.'],
'stripeConnectService' => ['privates', 'App\\Services\\StripeConnectService', 'getStripeConnectServiceService', false],
], [
'reservation' => 'App\\Entity\\Reservation',
'stripeConnectService' => 'App\\Services\\StripeConnectService',
]);
}
/**
* Gets the private '.service_locator.ywGq.x_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YwGq_XService()
{
return $this->privates['.service_locator.ywGq.x_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mail' => ['privates', 'App\\Services\\Mail', 'getMailService', false],
], [
'mail' => 'App\\Services\\Mail',
]);
}
/**
* Gets the private '.service_locator.z9o51BF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Z9o51BFService()
{
return $this->privates['.service_locator.z9o51BF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commentsRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\CommentsRepository', 'getCommentsRepositoryService', false],
'postLikeRepository' => ['privates', 'App\\Repository\\ReseauSociaux\\PostLikeRepository', 'getPostLikeRepositoryService', false],
], [
'commentsRepository' => 'App\\Repository\\ReseauSociaux\\CommentsRepository',
'postLikeRepository' => 'App\\Repository\\ReseauSociaux\\PostLikeRepository',
]);
}
/**
* Gets the private '.service_locator.zCHnZx3' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZCHnZx3Service()
{
return $this->privates['.service_locator.zCHnZx3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'publisher' => ['privates', 'mercure.hub.default.publisher.traceable', 'getMercure_Hub_Default_Publisher_TraceableService', false],
], [
'publisher' => '?',
]);
}
/**
* Gets the private '.service_locator.zJKiM_F' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZJKiMFService()
{
return $this->privates['.service_locator.zJKiM_F'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ticket' => ['privates', '.errored..service_locator.zJKiM_F.App\\Entity\\Ticket', NULL, 'Cannot autowire service ".service_locator.zJKiM_F": it references class "App\\Entity\\Ticket" but no such service exists.'],
], [
'ticket' => 'App\\Entity\\Ticket',
]);
}
/**
* Gets the private '.service_locator.zdYWFkE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZdYWFkEService()
{
return $this->privates['.service_locator.zdYWFkE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'annonceRepository' => ['privates', 'App\\Repository\\AnnonceRepository', 'getAnnonceRepositoryService', false],
'mailer' => ['services', 'swiftmailer.mailer.default', 'getSwiftmailer_Mailer_DefaultService', false],
'notificationRepository' => ['privates', 'App\\Repository\\NotificationRepository', 'getNotificationRepositoryService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'annonceRepository' => 'App\\Repository\\AnnonceRepository',
'mailer' => '?',
'notificationRepository' => 'App\\Repository\\NotificationRepository',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.zgm_820' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Zgm820Service()
{
return $this->privates['.service_locator.zgm_820'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'prodRepo' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
], [
'prodRepo' => 'App\\Repository\\ProductRepository',
]);
}
/**
* Gets the private '.service_locator.zqWlnT5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZqWlnT5Service()
{
return $this->privates['.service_locator.zqWlnT5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'commandRepository' => ['privates', 'App\\Repository\\CommandRepository', 'getCommandRepositoryService', false],
'stripeConnectService' => ['privates', 'App\\Services\\StripeConnectService', 'getStripeConnectServiceService', false],
], [
'commandRepository' => 'App\\Repository\\CommandRepository',
'stripeConnectService' => 'App\\Services\\StripeConnectService',
]);
}
/**
* 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/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 'App\Command\CreateCommunesCommand' shared autowired service.
*
* @return \App\Command\CreateCommunesCommand
*/
protected function getCreateCommunesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CreateCommunesCommand.php';
$this->privates['App\\Command\\CreateCommunesCommand'] = $instance = new \App\Command\CreateCommunesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('app:create-commune');
$instance->setDescription('Add a short description for your command');
return $instance;
}
/**
* Gets the private 'App\Command\CreateDepartmentsCommand' shared autowired service.
*
* @return \App\Command\CreateDepartmentsCommand
*/
protected function getCreateDepartmentsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CreateDepartmentsCommand.php';
$this->privates['App\\Command\\CreateDepartmentsCommand'] = $instance = new \App\Command\CreateDepartmentsCommand(NULL, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('app:create-departments');
return $instance;
}
/**
* Gets the private 'App\Command\CreateHomeCommand' shared autowired service.
*
* @return \App\Command\CreateHomeCommand
*/
protected function getCreateHomeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CreateHomeCommand.php';
$this->privates['App\\Command\\CreateHomeCommand'] = $instance = new \App\Command\CreateHomeCommand(NULL, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('app:create-home');
return $instance;
}
/**
* Gets the private 'App\Command\CreateNotifAviCommende' shared autowired service.
*
* @return \App\Command\CreateNotifAviCommende
*/
protected function getCreateNotifAviCommendeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CreateNotifAviCommende.php';
$this->privates['App\\Command\\CreateNotifAviCommende'] = $instance = new \App\Command\CreateNotifAviCommende(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), NULL, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Mail'] ?? $this->getMailService()));
$instance->setName('app:notification-avis-mit');
return $instance;
}
/**
* Gets the private 'App\Command\CreatePageCommand' shared autowired service.
*
* @return \App\Command\CreatePageCommand
*/
protected function getCreatePageCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CreatePageCommand.php';
$this->privates['App\\Command\\CreatePageCommand'] = $instance = new \App\Command\CreatePageCommand(NULL, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('app:create-page');
return $instance;
}
/**
* Gets the private 'App\Command\CreateReccuringPayInRegistrationMIT' shared autowired service.
*
* @return \App\Command\CreateReccuringPayInRegistrationMIT
*/
protected function getCreateReccuringPayInRegistrationMITService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CreateReccuringPayInRegistrationMIT.php';
$this->privates['App\\Command\\CreateReccuringPayInRegistrationMIT'] = $instance = new \App\Command\CreateReccuringPayInRegistrationMIT(NULL, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\MangoPayService'] ?? $this->getMangoPayServiceService()));
$instance->setName('app:payin-registration-mit');
return $instance;
}
/**
* Gets the private 'App\Command\CreateSubscriptionReccuringPayinMIT' shared autowired service.
*
* @return \App\Command\CreateSubscriptionReccuringPayinMIT
*/
protected function getCreateSubscriptionReccuringPayinMITService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/CreateSubscriptionReccuringPayinMIT.php';
$this->privates['App\\Command\\CreateSubscriptionReccuringPayinMIT'] = $instance = new \App\Command\CreateSubscriptionReccuringPayinMIT(NULL, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\MangoPayService'] ?? $this->getMangoPayServiceService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Services\\Mail'] ?? $this->getMailService()));
$instance->setName('app:subscription-payin-mit');
return $instance;
}
/**
* Gets the private 'App\Command\RetourCautionClient' shared autowired service.
*
* @return \App\Command\RetourCautionClient
*/
protected function getRetourCautionClientService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/RetourCautionClient.php';
$this->privates['App\\Command\\RetourCautionClient'] = $instance = new \App\Command\RetourCautionClient(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), NULL, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Services\\Mail'] ?? $this->getMailService()), ($this->privates['App\\Services\\Filter'] ?? $this->getFilterService()));
$instance->setName('app:retour-caution-client-mit');
return $instance;
}
/**
* Gets the private 'App\Form\AddTableUserType' shared autowired service.
*
* @return \App\Form\AddTableUserType
*/
protected function getAddTableUserTypeService()
{
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/AddTableUserType.php';
return $this->privates['App\\Form\\AddTableUserType'] = new \App\Form\AddTableUserType();
}
/**
* Gets the private 'App\Form\AdminLimitedType' shared autowired service.
*
* @return \App\Form\AdminLimitedType
*/
protected function getAdminLimitedTypeService()
{
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/AdminLimitedType.php';
return $this->privates['App\\Form\\AdminLimitedType'] = new \App\Form\AdminLimitedType();
}
/**
* Gets the private 'App\Form\AdminPromoType' shared autowired service.
*
* @return \App\Form\AdminPromoType
*/
protected function getAdminPromoTypeService()
{
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/AdminPromoType.php';
return $this->privates['App\\Form\\AdminPromoType'] = new \App\Form\AdminPromoType();
}
/**
* Gets the private 'App\Form\AnnocepestTypePhpType' shared autowired service.
*
* @return \App\Form\AnnocepestTypePhpType
*/
protected function getAnnocepestTypePhpTypeService()
{
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/AnnocepestTypePhpType.php';
return $this->privates['App\\Form\\AnnocepestTypePhpType'] = new \App\Form\AnnocepestTypePhpType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
}
/**
* Gets the private 'App\Form\AnnonceChearchType' shared autowired service.
*
* @return \App\Form\AnnonceChearchType
*/
protected function getAnnonceChearchTypeService()
{
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/AnnonceChearchType.php';
return $this->privates['App\\Form\\AnnonceChearchType'] = new \App\Form\AnnonceChearchType();
}
/**
* Gets the private 'App\Form\AnnonceCliChearchType' shared autowired service.
*
* @return \App\Form\AnnonceCliChearchType
*/
protected function getAnnonceCliChearchTypeService()
{
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/AnnonceCliChearchType.php';
return $this->privates['App\\Form\\AnnonceCliChearchType'] = new \App\Form\AnnonceCliChearchType();
}
/**
* Gets the private 'App\Form\AnnonceClientType' shared autowired service.
*
* @return \App\Form\AnnonceClientType
*/
protected function getAnnonceClientTypeService()
{
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/AnnonceClientType.php';
return $this->privates['App\\Form\\AnnonceClientType'] = new \App\Form\AnnonceClientType();
}
/**
* Gets the private 'App\Form\AnnonceType' shared autowired service.
*
* @return \App\Form\AnnonceType
*/
protected function getAnnonceTypeService()
{
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/AnnonceType.php';
return $this->privates['App\\Form\\AnnonceType'] = new \App\Form\AnnonceType();
}
/**
* Gets the private 'App\Form\ArticleType' shared autowired service.
*
* @return \App\Form\ArticleType
*/
protected function getArticleTypeService()
{
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/ArticleType.php';
return $this->privates['App\\Form\\ArticleType'] = new \App\Form\ArticleType();
}
/**
* Gets the private 'App\Form\AvisType' shared autowired service.
*
* @return \App\Form\AvisType
*/
protected function getAvisTypeService()
{
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/AvisType.php';
return $this->privates['App\\Form\\AvisType'] = new \App\Form\AvisType();
}
/**
* Gets the private 'App\Form\BlogCategoryType' shared autowired service.
*
* @return \App\Form\BlogCategoryType
*/
protected function getBlogCategoryTypeService()
{
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/BlogCategoryType.php';
return $this->privates['App\\Form\\BlogCategoryType'] = new \App\Form\BlogCategoryType();
}
/**
* Gets the private 'App\Form\BrowserInfoType' shared autowired service.
*
* @return \App\Form\BrowserInfoType
*/
protected function getBrowserInfoTypeService()
{
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/BrowserInfoType.php';
return $this->privates['App\\Form\\BrowserInfoType'] = new \App\Form\BrowserInfoType();
}
/**
* Gets the private 'App\Form\CaracteristicVehicleType' shared autowired service.
*
* @return \App\Form\CaracteristicVehicleType
*/
protected function getCaracteristicVehicleTypeService()
{
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/CaracteristicVehicleType.php';
return $this->privates['App\\Form\\CaracteristicVehicleType'] = new \App\Form\CaracteristicVehicleType();
}
/**
* Gets the private 'App\Form\CategoryAnnoncePrestType' shared autowired service.
*
* @return \App\Form\CategoryAnnoncePrestType
*/
protected function getCategoryAnnoncePrestTypeService()
{
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/CategoryAnnoncePrestType.php';
return $this->privates['App\\Form\\CategoryAnnoncePrestType'] = new \App\Form\CategoryAnnoncePrestType();
}
/**
* Gets the private 'App\Form\CategoryCompanyType' shared autowired service.
*
* @return \App\Form\CategoryCompanyType
*/
protected function getCategoryCompanyTypeService()
{
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/CategoryCompanyType.php';
return $this->privates['App\\Form\\CategoryCompanyType'] = new \App\Form\CategoryCompanyType();
}
/**
* Gets the private 'App\Form\CategoryMasterType' shared autowired service.
*
* @return \App\Form\CategoryMasterType
*/
protected function getCategoryMasterTypeService()
{
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/CategoryMasterType.php';
return $this->privates['App\\Form\\CategoryMasterType'] = new \App\Form\CategoryMasterType();
}
/**
* Gets the private 'App\Form\CategoryType' shared autowired service.
*
* @return \App\Form\CategoryType
*/
protected function getCategoryTypeService()
{
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/CategoryType.php';
return $this->privates['App\\Form\\CategoryType'] = new \App\Form\CategoryType();
}
/**
* Gets the private 'App\Form\CommuneType' shared autowired service.
*
* @return \App\Form\CommuneType
*/
protected function getCommuneTypeService()
{
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/CommuneType.php';
return $this->privates['App\\Form\\CommuneType'] = new \App\Form\CommuneType();
}
/**
* Gets the private 'App\Form\CompanyIndividualType' shared autowired service.
*
* @return \App\Form\CompanyIndividualType
*/
protected function getCompanyIndividualTypeService()
{
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/CompanyIndividualType.php';
return $this->privates['App\\Form\\CompanyIndividualType'] = new \App\Form\CompanyIndividualType();
}
/**
* Gets the private 'App\Form\CompanyType' shared autowired service.
*
* @return \App\Form\CompanyType
*/
protected function getCompanyTypeService()
{
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/CompanyType.php';
return $this->privates['App\\Form\\CompanyType'] = new \App\Form\CompanyType();
}
/**
* Gets the private 'App\Form\ConfirmAdresseUserType' shared autowired service.
*
* @return \App\Form\ConfirmAdresseUserType
*/
protected function getConfirmAdresseUserTypeService()
{
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/ConfirmAdresseUserType.php';
return $this->privates['App\\Form\\ConfirmAdresseUserType'] = new \App\Form\ConfirmAdresseUserType();
}
/**
* Gets the private 'App\Form\ContactPlatform' shared autowired service.
*
* @return \App\Form\ContactPlatform
*/
protected function getContactPlatformService()
{
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/ContactPlatform.php';
return $this->privates['App\\Form\\ContactPlatform'] = new \App\Form\ContactPlatform();
}
/**
* Gets the private 'App\Form\ContactProductType' shared autowired service.
*
* @return \App\Form\ContactProductType
*/
protected function getContactProductTypeService()
{
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/ContactProductType.php';
return $this->privates['App\\Form\\ContactProductType'] = new \App\Form\ContactProductType();
}
/**
* Gets the private 'App\Form\ContactType' shared autowired service.
*
* @return \App\Form\ContactType
*/
protected function getContactTypeService()
{
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/ContactType.php';
return $this->privates['App\\Form\\ContactType'] = new \App\Form\ContactType();
}
/**
* Gets the private 'App\Form\DepartmentType' shared autowired service.
*
* @return \App\Form\DepartmentType
*/
protected function getDepartmentTypeService()
{
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/DepartmentType.php';
return $this->privates['App\\Form\\DepartmentType'] = new \App\Form\DepartmentType();
}
/**
* Gets the private 'App\Form\ForgotPasswordType' shared autowired service.
*
* @return \App\Form\ForgotPasswordType
*/
protected function getForgotPasswordTypeService()
{
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/ForgotPasswordType.php';
return $this->privates['App\\Form\\ForgotPasswordType'] = new \App\Form\ForgotPasswordType();
}
/**
* Gets the private 'App\Form\IdentityContactType' shared autowired service.
*
* @return \App\Form\IdentityContactType
*/
protected function getIdentityContactTypeService()
{
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/IdentityContactType.php';
return $this->privates['App\\Form\\IdentityContactType'] = new \App\Form\IdentityContactType();
}
/**
* Gets the private 'App\Form\IdentityType' shared autowired service.
*
* @return \App\Form\IdentityType
*/
protected function getIdentityTypeService()
{
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/IdentityType.php';
return $this->privates['App\\Form\\IdentityType'] = new \App\Form\IdentityType();
}
/**
* Gets the private 'App\Form\ImageType' shared autowired service.
*
* @return \App\Form\ImageType
*/
protected function getImageTypeService()
{
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/ImageType.php';
return $this->privates['App\\Form\\ImageType'] = new \App\Form\ImageType();
}
/**
* Gets the private 'App\Form\ImgCommentType' shared autowired service.
*
* @return \App\Form\ImgCommentType
*/
protected function getImgCommentTypeService()
{
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/ImgCommentType.php';
return $this->privates['App\\Form\\ImgCommentType'] = new \App\Form\ImgCommentType();
}
/**
* Gets the private 'App\Form\InfosCompanyType' shared autowired service.
*
* @return \App\Form\InfosCompanyType
*/
protected function getInfosCompanyTypeService()
{
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/InfosCompanyType.php';
return $this->privates['App\\Form\\InfosCompanyType'] = new \App\Form\InfosCompanyType();
}
/**
* Gets the private 'App\Form\LitigeFormType' shared autowired service.
*
* @return \App\Form\LitigeFormType
*/
protected function getLitigeFormTypeService()
{
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/LitigeFormType.php';
return $this->privates['App\\Form\\LitigeFormType'] = new \App\Form\LitigeFormType();
}
/**
* Gets the private 'App\Form\LivraisonType' shared autowired service.
*
* @return \App\Form\LivraisonType
*/
protected function getLivraisonTypeService()
{
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/LivraisonType.php';
return $this->privates['App\\Form\\LivraisonType'] = new \App\Form\LivraisonType();
}
/**
* Gets the private 'App\Form\MailType' shared autowired service.
*
* @return \App\Form\MailType
*/
protected function getMailTypeService()
{
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/MailType.php';
return $this->privates['App\\Form\\MailType'] = new \App\Form\MailType();
}
/**
* Gets the private 'App\Form\MessagingType' shared autowired service.
*
* @return \App\Form\MessagingType
*/
protected function getMessagingTypeService()
{
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/MessagingType.php';
return $this->privates['App\\Form\\MessagingType'] = new \App\Form\MessagingType();
}
/**
* Gets the private 'App\Form\PackType' shared autowired service.
*
* @return \App\Form\PackType
*/
protected function getPackTypeService()
{
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/PackType.php';
return $this->privates['App\\Form\\PackType'] = new \App\Form\PackType();
}
/**
* Gets the private 'App\Form\PageHomeType' shared autowired service.
*
* @return \App\Form\PageHomeType
*/
protected function getPageHomeTypeService()
{
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/PageHomeType.php';
return $this->privates['App\\Form\\PageHomeType'] = new \App\Form\PageHomeType();
}
/**
* Gets the private 'App\Form\PhotoType' shared autowired service.
*
* @return \App\Form\PhotoType
*/
protected function getPhotoTypeService()
{
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/PhotoType.php';
return $this->privates['App\\Form\\PhotoType'] = new \App\Form\PhotoType();
}
/**
* Gets the private 'App\Form\PlanningCompanyType' shared autowired service.
*
* @return \App\Form\PlanningCompanyType
*/
protected function getPlanningCompanyTypeService()
{
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/PlanningCompanyType.php';
return $this->privates['App\\Form\\PlanningCompanyType'] = new \App\Form\PlanningCompanyType();
}
/**
* Gets the private 'App\Form\ProductAutoReductionType' shared autowired service.
*
* @return \App\Form\ProductAutoReductionType
*/
protected function getProductAutoReductionTypeService()
{
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/ProductAutoReductionType.php';
return $this->privates['App\\Form\\ProductAutoReductionType'] = new \App\Form\ProductAutoReductionType();
}
/**
* Gets the private 'App\Form\ProductDescriptionType' shared autowired service.
*
* @return \App\Form\ProductDescriptionType
*/
protected function getProductDescriptionTypeService()
{
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/ProductDescriptionType.php';
return $this->privates['App\\Form\\ProductDescriptionType'] = new \App\Form\ProductDescriptionType();
}
/**
* Gets the private 'App\Form\ProductGuideType' shared autowired service.
*
* @return \App\Form\ProductGuideType
*/
protected function getProductGuideTypeService()
{
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/ProductGuideType.php';
return $this->privates['App\\Form\\ProductGuideType'] = new \App\Form\ProductGuideType();
}
/**
* Gets the private 'App\Form\ProductOptionType' shared autowired service.
*
* @return \App\Form\ProductOptionType
*/
protected function getProductOptionTypeService()
{
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/ProductOptionType.php';
return $this->privates['App\\Form\\ProductOptionType'] = new \App\Form\ProductOptionType();
}
/**
* Gets the private 'App\Form\ProductPercentType' shared autowired service.
*
* @return \App\Form\ProductPercentType
*/
protected function getProductPercentTypeService()
{
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/ProductPercentType.php';
return $this->privates['App\\Form\\ProductPercentType'] = new \App\Form\ProductPercentType();
}
/**
* Gets the private 'App\Form\ProductPeriodPriceType' shared autowired service.
*
* @return \App\Form\ProductPeriodPriceType
*/
protected function getProductPeriodPriceTypeService()
{
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/ProductPeriodPriceType.php';
return $this->privates['App\\Form\\ProductPeriodPriceType'] = new \App\Form\ProductPeriodPriceType();
}
/**
* Gets the private 'App\Form\ProductReductionType' shared autowired service.
*
* @return \App\Form\ProductReductionType
*/
protected function getProductReductionTypeService()
{
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/ProductReductionType.php';
return $this->privates['App\\Form\\ProductReductionType'] = new \App\Form\ProductReductionType();
}
/**
* Gets the private 'App\Form\ProductType' shared autowired service.
*
* @return \App\Form\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/ProductType.php';
return $this->privates['App\\Form\\ProductType'] = new \App\Form\ProductType();
}
/**
* Gets the private 'App\Form\ProfilCompanyType' shared autowired service.
*
* @return \App\Form\ProfilCompanyType
*/
protected function getProfilCompanyTypeService()
{
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/ProfilCompanyType.php';
return $this->privates['App\\Form\\ProfilCompanyType'] = new \App\Form\ProfilCompanyType();
}
/**
* Gets the private 'App\Form\ProfilUserType' shared autowired service.
*
* @return \App\Form\ProfilUserType
*/
protected function getProfilUserTypeService()
{
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/ProfilUserType.php';
return $this->privates['App\\Form\\ProfilUserType'] = new \App\Form\ProfilUserType();
}
/**
* Gets the private 'App\Form\ProgrammingDayPriceType' shared autowired service.
*
* @return \App\Form\ProgrammingDayPriceType
*/
protected function getProgrammingDayPriceTypeService()
{
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/ProgrammingDayPriceType.php';
return $this->privates['App\\Form\\ProgrammingDayPriceType'] = new \App\Form\ProgrammingDayPriceType();
}
/**
* Gets the private 'App\Form\ResponseAvisType' shared autowired service.
*
* @return \App\Form\ResponseAvisType
*/
protected function getResponseAvisTypeService()
{
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/ResponseAvisType.php';
return $this->privates['App\\Form\\ResponseAvisType'] = new \App\Form\ResponseAvisType();
}
/**
* Gets the private 'App\Form\SliderType' shared autowired service.
*
* @return \App\Form\SliderType
*/
protected function getSliderTypeService()
{
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/SliderType.php';
return $this->privates['App\\Form\\SliderType'] = new \App\Form\SliderType();
}
/**
* Gets the private 'App\Form\SubCategoryType' shared autowired service.
*
* @return \App\Form\SubCategoryType
*/
protected function getSubCategoryTypeService()
{
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/SubCategoryType.php';
return $this->privates['App\\Form\\SubCategoryType'] = new \App\Form\SubCategoryType();
}
/**
* Gets the private 'App\Form\TableType' shared autowired service.
*
* @return \App\Form\TableType
*/
protected function getTableTypeService()
{
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/TableType.php';
return $this->privates['App\\Form\\TableType'] = new \App\Form\TableType();
}
/**
* Gets the private 'App\Form\TableUserType' shared autowired service.
*
* @return \App\Form\TableUserType
*/
protected function getTableUserTypeService()
{
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/TableUserType.php';
return $this->privates['App\\Form\\TableUserType'] = new \App\Form\TableUserType();
}
/**
* Gets the private 'App\Form\TarifDegressifType' shared autowired service.
*
* @return \App\Form\TarifDegressifType
*/
protected function getTarifDegressifTypeService()
{
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/TarifDegressifType.php';
return $this->privates['App\\Form\\TarifDegressifType'] = new \App\Form\TarifDegressifType();
}
/**
* Gets the private 'App\Form\TicketCompanyType' shared autowired service.
*
* @return \App\Form\TicketCompanyType
*/
protected function getTicketCompanyTypeService()
{
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/TicketCompanyType.php';
return $this->privates['App\\Form\\TicketCompanyType'] = new \App\Form\TicketCompanyType();
}
/**
* Gets the private 'App\Form\TicketProductType' shared autowired service.
*
* @return \App\Form\TicketProductType
*/
protected function getTicketProductTypeService()
{
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/TicketProductType.php';
return $this->privates['App\\Form\\TicketProductType'] = new \App\Form\TicketProductType();
}
/**
* Gets the private 'App\Form\TicketType' shared autowired service.
*
* @return \App\Form\TicketType
*/
protected function getTicketTypeService()
{
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/TicketType.php';
return $this->privates['App\\Form\\TicketType'] = new \App\Form\TicketType();
}
/**
* Gets the private 'App\Form\TransporteurEditType' shared autowired service.
*
* @return \App\Form\TransporteurEditType
*/
protected function getTransporteurEditTypeService()
{
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/TransporteurEditType.php';
return $this->privates['App\\Form\\TransporteurEditType'] = new \App\Form\TransporteurEditType();
}
/**
* Gets the private 'App\Form\TransporteurPriceType' shared autowired service.
*
* @return \App\Form\TransporteurPriceType
*/
protected function getTransporteurPriceTypeService()
{
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/TransporteurPriceType.php';
return $this->privates['App\\Form\\TransporteurPriceType'] = new \App\Form\TransporteurPriceType();
}
/**
* Gets the private 'App\Form\TransporteurType' shared autowired service.
*
* @return \App\Form\TransporteurType
*/
protected function getTransporteurTypeService()
{
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/TransporteurType.php';
return $this->privates['App\\Form\\TransporteurType'] = new \App\Form\TransporteurType();
}
/**
* Gets the private 'App\Form\TvaType' shared autowired service.
*
* @return \App\Form\TvaType
*/
protected function getTvaTypeService()
{
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/TvaType.php';
return $this->privates['App\\Form\\TvaType'] = new \App\Form\TvaType();
}
/**
* Gets the private 'App\Form\TypeAbonnementType' shared autowired service.
*
* @return \App\Form\TypeAbonnementType
*/
protected function getTypeAbonnementTypeService()
{
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/TypeAbonnementType.php';
return $this->privates['App\\Form\\TypeAbonnementType'] = new \App\Form\TypeAbonnementType();
}
/**
* Gets the private 'App\Form\TypeLocationType' shared autowired service.
*
* @return \App\Form\TypeLocationType
*/
protected function getTypeLocationTypeService()
{
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/TypeLocationType.php';
return $this->privates['App\\Form\\TypeLocationType'] = new \App\Form\TypeLocationType();
}
/**
* Gets the private 'App\Form\TypePrestationType' shared autowired service.
*
* @return \App\Form\TypePrestationType
*/
protected function getTypePrestationTypeService()
{
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/TypePrestationType.php';
return $this->privates['App\\Form\\TypePrestationType'] = new \App\Form\TypePrestationType();
}
/**
* Gets the private 'App\Form\UserType' shared autowired service.
*
* @return \App\Form\UserType
*/
protected function getUserTypeService()
{
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/UserType.php';
return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
}
/**
* Gets the private 'App\Form\ValidPromoCodeType' shared autowired service.
*
* @return \App\Form\ValidPromoCodeType
*/
protected function getValidPromoCodeTypeService()
{
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/ValidPromoCodeType.php';
return $this->privates['App\\Form\\ValidPromoCodeType'] = new \App\Form\ValidPromoCodeType();
}
/**
* Gets the private 'App\Model\PayInRecurringRegistrations' shared autowired service.
*
* @return \App\Model\PayInRecurringRegistrations
*/
protected function getPayInRecurringRegistrationsService()
{
include_once \dirname(__DIR__, 4).'/vendor/mangopay/php-sdk-v2/MangoPay/Libraries/Dto.php';
include_once \dirname(__DIR__, 4).'/vendor/mangopay/php-sdk-v2/MangoPay/PayInRecurringRegistration.php';
include_once \dirname(__DIR__, 4).'/src/Model/PayInRecurringRegistrations.php';
return $this->privates['App\\Model\\PayInRecurringRegistrations'] = new \App\Model\PayInRecurringRegistrations();
}
/**
* Gets the private 'App\Repository\AbonnementRepository' shared autowired service.
*
* @return \App\Repository\AbonnementRepository
*/
protected function getAbonnementRepositoryService()
{
return $this->privates['App\\Repository\\AbonnementRepository'] = new \App\Repository\AbonnementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\AccessoiresDeChambreRepository' shared autowired service.
*
* @return \App\Repository\AccessoiresDeChambreRepository
*/
protected function getAccessoiresDeChambreRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/AccessoiresDeChambreRepository.php';
return $this->privates['App\\Repository\\AccessoiresDeChambreRepository'] = new \App\Repository\AccessoiresDeChambreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ActivityTypeRepository' shared autowired service.
*
* @return \App\Repository\ActivityTypeRepository
*/
protected function getActivityTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ActivityTypeRepository.php';
return $this->privates['App\\Repository\\ActivityTypeRepository'] = new \App\Repository\ActivityTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\AdminPromoRepository' shared autowired service.
*
* @return \App\Repository\AdminPromoRepository
*/
protected function getAdminPromoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/AdminPromoRepository.php';
return $this->privates['App\\Repository\\AdminPromoRepository'] = new \App\Repository\AdminPromoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\AnnonceCompanyRepository' shared autowired service.
*
* @return \App\Repository\AnnonceCompanyRepository
*/
protected function getAnnonceCompanyRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/AnnonceCompanyRepository.php';
return $this->privates['App\\Repository\\AnnonceCompanyRepository'] = new \App\Repository\AnnonceCompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\AnnonceRepository' shared autowired service.
*
* @return \App\Repository\AnnonceRepository
*/
protected function getAnnonceRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/AnnonceRepository.php';
return $this->privates['App\\Repository\\AnnonceRepository'] = new \App\Repository\AnnonceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\AppFeeRepository' shared autowired service.
*
* @return \App\Repository\AppFeeRepository
*/
protected function getAppFeeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/AppFeeRepository.php';
return $this->privates['App\\Repository\\AppFeeRepository'] = new \App\Repository\AppFeeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ArticleRepository' shared autowired service.
*
* @return \App\Repository\ArticleRepository
*/
protected function getArticleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ArticleRepository.php';
return $this->privates['App\\Repository\\ArticleRepository'] = new \App\Repository\ArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\AvisRepository' shared autowired service.
*
* @return \App\Repository\AvisRepository
*/
protected function getAvisRepositoryService()
{
return $this->privates['App\\Repository\\AvisRepository'] = new \App\Repository\AvisRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\BlogCategoryRepository' shared autowired service.
*
* @return \App\Repository\BlogCategoryRepository
*/
protected function getBlogCategoryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/BlogCategoryRepository.php';
return $this->privates['App\\Repository\\BlogCategoryRepository'] = new \App\Repository\BlogCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CaracteristicRepository' shared autowired service.
*
* @return \App\Repository\CaracteristicRepository
*/
protected function getCaracteristicRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/CaracteristicRepository.php';
return $this->privates['App\\Repository\\CaracteristicRepository'] = new \App\Repository\CaracteristicRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CaracteristiqueVehiculeRepository' shared autowired service.
*
* @return \App\Repository\CaracteristiqueVehiculeRepository
*/
protected function getCaracteristiqueVehiculeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/CaracteristiqueVehiculeRepository.php';
return $this->privates['App\\Repository\\CaracteristiqueVehiculeRepository'] = new \App\Repository\CaracteristiqueVehiculeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CategoryAnnonceClientRepository' shared autowired service.
*
* @return \App\Repository\CategoryAnnonceClientRepository
*/
protected function getCategoryAnnonceClientRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/CategoryAnnonceClientRepository.php';
return $this->privates['App\\Repository\\CategoryAnnonceClientRepository'] = new \App\Repository\CategoryAnnonceClientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CategoryAnnoncePrestataireRepository' shared autowired service.
*
* @return \App\Repository\CategoryAnnoncePrestataireRepository
*/
protected function getCategoryAnnoncePrestataireRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/CategoryAnnoncePrestataireRepository.php';
return $this->privates['App\\Repository\\CategoryAnnoncePrestataireRepository'] = new \App\Repository\CategoryAnnoncePrestataireRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CategoryMasterRepository' shared autowired service.
*
* @return \App\Repository\CategoryMasterRepository
*/
protected function getCategoryMasterRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/CategoryMasterRepository.php';
return $this->privates['App\\Repository\\CategoryMasterRepository'] = new \App\Repository\CategoryMasterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CategoryRepository' shared autowired service.
*
* @return \App\Repository\CategoryRepository
*/
protected function getCategoryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/CategoryRepository.php';
return $this->privates['App\\Repository\\CategoryRepository'] = new \App\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CautionRepository' shared autowired service.
*
* @return \App\Repository\CautionRepository
*/
protected function getCautionRepositoryService()
{
return $this->privates['App\\Repository\\CautionRepository'] = new \App\Repository\CautionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ChambreRepository' shared autowired service.
*
* @return \App\Repository\ChambreRepository
*/
protected function getChambreRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ChambreRepository.php';
return $this->privates['App\\Repository\\ChambreRepository'] = new \App\Repository\ChambreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CommandPackRepository' shared autowired service.
*
* @return \App\Repository\CommandPackRepository
*/
protected function getCommandPackRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/CommandPackRepository.php';
return $this->privates['App\\Repository\\CommandPackRepository'] = new \App\Repository\CommandPackRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CommandProductRepository' shared autowired service.
*
* @return \App\Repository\CommandProductRepository
*/
protected function getCommandProductRepositoryService()
{
return $this->privates['App\\Repository\\CommandProductRepository'] = new \App\Repository\CommandProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CommandRepository' shared autowired service.
*
* @return \App\Repository\CommandRepository
*/
protected function getCommandRepositoryService()
{
return $this->privates['App\\Repository\\CommandRepository'] = new \App\Repository\CommandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CommuneRepository' shared autowired service.
*
* @return \App\Repository\CommuneRepository
*/
protected function getCommuneRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/CommuneRepository.php';
return $this->privates['App\\Repository\\CommuneRepository'] = new \App\Repository\CommuneRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CompanyRepository' shared autowired service.
*
* @return \App\Repository\CompanyRepository
*/
protected function getCompanyRepositoryService()
{
return $this->privates['App\\Repository\\CompanyRepository'] = new \App\Repository\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ContactProductRepository' shared autowired service.
*
* @return \App\Repository\ContactProductRepository
*/
protected function getContactProductRepositoryService()
{
return $this->privates['App\\Repository\\ContactProductRepository'] = new \App\Repository\ContactProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DepartmentRepository' shared autowired service.
*
* @return \App\Repository\DepartmentRepository
*/
protected function getDepartmentRepositoryService()
{
return $this->privates['App\\Repository\\DepartmentRepository'] = new \App\Repository\DepartmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\EquipementsCuisineRepository' shared autowired service.
*
* @return \App\Repository\EquipementsCuisineRepository
*/
protected function getEquipementsCuisineRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EquipementsCuisineRepository.php';
return $this->privates['App\\Repository\\EquipementsCuisineRepository'] = new \App\Repository\EquipementsCuisineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\EquipmentRepository' shared autowired service.
*
* @return \App\Repository\EquipmentRepository
*/
protected function getEquipmentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EquipmentRepository.php';
return $this->privates['App\\Repository\\EquipmentRepository'] = new \App\Repository\EquipmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\FuelTypeRepository' shared autowired service.
*
* @return \App\Repository\FuelTypeRepository
*/
protected function getFuelTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/FuelTypeRepository.php';
return $this->privates['App\\Repository\\FuelTypeRepository'] = new \App\Repository\FuelTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\GearboxTypeRepository' shared autowired service.
*
* @return \App\Repository\GearboxTypeRepository
*/
protected function getGearboxTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/GearboxTypeRepository.php';
return $this->privates['App\\Repository\\GearboxTypeRepository'] = new \App\Repository\GearboxTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ImageAnnoncesRepository' shared autowired service.
*
* @return \App\Repository\ImageAnnoncesRepository
*/
protected function getImageAnnoncesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ImageAnnoncesRepository.php';
return $this->privates['App\\Repository\\ImageAnnoncesRepository'] = new \App\Repository\ImageAnnoncesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ImageCommentRepository' shared autowired service.
*
* @return \App\Repository\ImageCommentRepository
*/
protected function getImageCommentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ImageCommentRepository.php';
return $this->privates['App\\Repository\\ImageCommentRepository'] = new \App\Repository\ImageCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LangueHoteRepository' shared autowired service.
*
* @return \App\Repository\LangueHoteRepository
*/
protected function getLangueHoteRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/LangueHoteRepository.php';
return $this->privates['App\\Repository\\LangueHoteRepository'] = new \App\Repository\LangueHoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LitigeRepository' shared autowired service.
*
* @return \App\Repository\LitigeRepository
*/
protected function getLitigeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/LitigeRepository.php';
return $this->privates['App\\Repository\\LitigeRepository'] = new \App\Repository\LitigeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LitsChambreRepository' shared autowired service.
*
* @return \App\Repository\LitsChambreRepository
*/
protected function getLitsChambreRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/LitsChambreRepository.php';
return $this->privates['App\\Repository\\LitsChambreRepository'] = new \App\Repository\LitsChambreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LivraisonRepository' shared autowired service.
*
* @return \App\Repository\LivraisonRepository
*/
protected function getLivraisonRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/LivraisonRepository.php';
return $this->privates['App\\Repository\\LivraisonRepository'] = new \App\Repository\LivraisonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LocalisatioHebergsRepository' shared autowired service.
*
* @return \App\Repository\LocalisatioHebergsRepository
*/
protected function getLocalisatioHebergsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/LocalisatioHebergsRepository.php';
return $this->privates['App\\Repository\\LocalisatioHebergsRepository'] = new \App\Repository\LocalisatioHebergsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LocationRepository' shared autowired service.
*
* @return \App\Repository\LocationRepository
*/
protected function getLocationRepositoryService()
{
return $this->privates['App\\Repository\\LocationRepository'] = new \App\Repository\LocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MessagingRepository' shared autowired service.
*
* @return \App\Repository\MessagingRepository
*/
protected function getMessagingRepositoryService()
{
return $this->privates['App\\Repository\\MessagingRepository'] = new \App\Repository\MessagingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MobilierExterieurRepository' shared autowired service.
*
* @return \App\Repository\MobilierExterieurRepository
*/
protected function getMobilierExterieurRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MobilierExterieurRepository.php';
return $this->privates['App\\Repository\\MobilierExterieurRepository'] = new \App\Repository\MobilierExterieurRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\NotificationRepository' shared autowired service.
*
* @return \App\Repository\NotificationRepository
*/
protected function getNotificationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/NotificationRepository.php';
return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PackRepository' shared autowired service.
*
* @return \App\Repository\PackRepository
*/
protected function getPackRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/PackRepository.php';
return $this->privates['App\\Repository\\PackRepository'] = new \App\Repository\PackRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PageHomeRepository' shared autowired service.
*
* @return \App\Repository\PageHomeRepository
*/
protected function getPageHomeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/PageHomeRepository.php';
return $this->privates['App\\Repository\\PageHomeRepository'] = new \App\Repository\PageHomeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PageRepository' shared autowired service.
*
* @return \App\Repository\PageRepository
*/
protected function getPageRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/PageRepository.php';
return $this->privates['App\\Repository\\PageRepository'] = new \App\Repository\PageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PaiementRepository' shared autowired service.
*
* @return \App\Repository\PaiementRepository
*/
protected function getPaiementRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/PaiementRepository.php';
return $this->privates['App\\Repository\\PaiementRepository'] = new \App\Repository\PaiementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ParticipantRepository' shared autowired service.
*
* @return \App\Repository\ParticipantRepository
*/
protected function getParticipantRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ParticipantRepository.php';
return $this->privates['App\\Repository\\ParticipantRepository'] = new \App\Repository\ParticipantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PayoutRepository' shared autowired service.
*
* @return \App\Repository\PayoutRepository
*/
protected function getPayoutRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/PayoutRepository.php';
return $this->privates['App\\Repository\\PayoutRepository'] = new \App\Repository\PayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PendingLocationRepository' shared autowired service.
*
* @return \App\Repository\PendingLocationRepository
*/
protected function getPendingLocationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/PendingLocationRepository.php';
return $this->privates['App\\Repository\\PendingLocationRepository'] = new \App\Repository\PendingLocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PendingReservationRepository' shared autowired service.
*
* @return \App\Repository\PendingReservationRepository
*/
protected function getPendingReservationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/PendingReservationRepository.php';
return $this->privates['App\\Repository\\PendingReservationRepository'] = new \App\Repository\PendingReservationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PhotosRepository' shared autowired service.
*
* @return \App\Repository\PhotosRepository
*/
protected function getPhotosRepositoryService()
{
return $this->privates['App\\Repository\\PhotosRepository'] = new \App\Repository\PhotosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PlanningCompanyRepository' shared autowired service.
*
* @return \App\Repository\PlanningCompanyRepository
*/
protected function getPlanningCompanyRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/PlanningCompanyRepository.php';
return $this->privates['App\\Repository\\PlanningCompanyRepository'] = new \App\Repository\PlanningCompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductAgendaRepository' shared autowired service.
*
* @return \App\Repository\ProductAgendaRepository
*/
protected function getProductAgendaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ProductAgendaRepository.php';
return $this->privates['App\\Repository\\ProductAgendaRepository'] = new \App\Repository\ProductAgendaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductAutoReductionRepository' shared autowired service.
*
* @return \App\Repository\ProductAutoReductionRepository
*/
protected function getProductAutoReductionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ProductAutoReductionRepository.php';
return $this->privates['App\\Repository\\ProductAutoReductionRepository'] = new \App\Repository\ProductAutoReductionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductDescriptionRepository' shared autowired service.
*
* @return \App\Repository\ProductDescriptionRepository
*/
protected function getProductDescriptionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ProductDescriptionRepository.php';
return $this->privates['App\\Repository\\ProductDescriptionRepository'] = new \App\Repository\ProductDescriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductOptionRepository' shared autowired service.
*
* @return \App\Repository\ProductOptionRepository
*/
protected function getProductOptionRepositoryService()
{
return $this->privates['App\\Repository\\ProductOptionRepository'] = new \App\Repository\ProductOptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductPercentRepository' shared autowired service.
*
* @return \App\Repository\ProductPercentRepository
*/
protected function getProductPercentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ProductPercentRepository.php';
return $this->privates['App\\Repository\\ProductPercentRepository'] = new \App\Repository\ProductPercentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductPeriodPriceRepository' shared autowired service.
*
* @return \App\Repository\ProductPeriodPriceRepository
*/
protected function getProductPeriodPriceRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ProductPeriodPriceRepository.php';
return $this->privates['App\\Repository\\ProductPeriodPriceRepository'] = new \App\Repository\ProductPeriodPriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductReductionRepository' shared autowired service.
*
* @return \App\Repository\ProductReductionRepository
*/
protected function getProductReductionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ProductReductionRepository.php';
return $this->privates['App\\Repository\\ProductReductionRepository'] = new \App\Repository\ProductReductionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductRepository' shared autowired service.
*
* @return \App\Repository\ProductRepository
*/
protected function getProductRepositoryService()
{
return $this->privates['App\\Repository\\ProductRepository'] = new \App\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\SubCategoryRepository'] ?? $this->getSubCategoryRepositoryService()));
}
/**
* Gets the private 'App\Repository\ProgrammingDayPriceRepository' shared autowired service.
*
* @return \App\Repository\ProgrammingDayPriceRepository
*/
protected function getProgrammingDayPriceRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ProgrammingDayPriceRepository.php';
return $this->privates['App\\Repository\\ProgrammingDayPriceRepository'] = new \App\Repository\ProgrammingDayPriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ReseauSociaux\AudienceRepository' shared autowired service.
*
* @return \App\Repository\ReseauSociaux\AudienceRepository
*/
protected function getAudienceRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ReseauSociaux/AudienceRepository.php';
return $this->privates['App\\Repository\\ReseauSociaux\\AudienceRepository'] = new \App\Repository\ReseauSociaux\AudienceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ReseauSociaux\CommentsRepository' shared autowired service.
*
* @return \App\Repository\ReseauSociaux\CommentsRepository
*/
protected function getCommentsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ReseauSociaux/CommentsRepository.php';
return $this->privates['App\\Repository\\ReseauSociaux\\CommentsRepository'] = new \App\Repository\ReseauSociaux\CommentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ReseauSociaux\ConversationRepository' shared autowired service.
*
* @return \App\Repository\ReseauSociaux\ConversationRepository
*/
protected function getConversationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ReseauSociaux/ConversationRepository.php';
return $this->privates['App\\Repository\\ReseauSociaux\\ConversationRepository'] = new \App\Repository\ReseauSociaux\ConversationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ReseauSociaux\EspaceRepository' shared autowired service.
*
* @return \App\Repository\ReseauSociaux\EspaceRepository
*/
protected function getEspaceRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ReseauSociaux/EspaceRepository.php';
return $this->privates['App\\Repository\\ReseauSociaux\\EspaceRepository'] = new \App\Repository\ReseauSociaux\EspaceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ReseauSociaux\MessageRepository' shared autowired service.
*
* @return \App\Repository\ReseauSociaux\MessageRepository
*/
protected function getMessageRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ReseauSociaux/MessageRepository.php';
return $this->privates['App\\Repository\\ReseauSociaux\\MessageRepository'] = new \App\Repository\ReseauSociaux\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ReseauSociaux\NotificationTypeRepository' shared autowired service.
*
* @return \App\Repository\ReseauSociaux\NotificationTypeRepository
*/
protected function getNotificationTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ReseauSociaux/NotificationTypeRepository.php';
return $this->privates['App\\Repository\\ReseauSociaux\\NotificationTypeRepository'] = new \App\Repository\ReseauSociaux\NotificationTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ReseauSociaux\NotificationsRepository' shared autowired service.
*
* @return \App\Repository\ReseauSociaux\NotificationsRepository
*/
protected function getNotificationsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ReseauSociaux/NotificationsRepository.php';
return $this->privates['App\\Repository\\ReseauSociaux\\NotificationsRepository'] = new \App\Repository\ReseauSociaux\NotificationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ReseauSociaux\PostLikeRepository' shared autowired service.
*
* @return \App\Repository\ReseauSociaux\PostLikeRepository
*/
protected function getPostLikeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ReseauSociaux/PostLikeRepository.php';
return $this->privates['App\\Repository\\ReseauSociaux\\PostLikeRepository'] = new \App\Repository\ReseauSociaux\PostLikeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ReseauSociaux\PostphotoRepository' shared autowired service.
*
* @return \App\Repository\ReseauSociaux\PostphotoRepository
*/
protected function getPostphotoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ReseauSociaux/PostphotoRepository.php';
return $this->privates['App\\Repository\\ReseauSociaux\\PostphotoRepository'] = new \App\Repository\ReseauSociaux\PostphotoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ReseauSociaux\PublicationRepository' shared autowired service.
*
* @return \App\Repository\ReseauSociaux\PublicationRepository
*/
protected function getPublicationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ReseauSociaux/PublicationRepository.php';
$a = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
if (isset($this->privates['App\\Repository\\ReseauSociaux\\PublicationRepository'])) {
return $this->privates['App\\Repository\\ReseauSociaux\\PublicationRepository'];
}
return $this->privates['App\\Repository\\ReseauSociaux\\PublicationRepository'] = new \App\Repository\ReseauSociaux\PublicationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\ReseauSociaux\SharePostRepository' shared autowired service.
*
* @return \App\Repository\ReseauSociaux\SharePostRepository
*/
protected function getSharePostRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ReseauSociaux/SharePostRepository.php';
return $this->privates['App\\Repository\\ReseauSociaux\\SharePostRepository'] = new \App\Repository\ReseauSociaux\SharePostRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ReservationRepository' shared autowired service.
*
* @return \App\Repository\ReservationRepository
*/
protected function getReservationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ReservationRepository.php';
return $this->privates['App\\Repository\\ReservationRepository'] = new \App\Repository\ReservationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SalleDeBainRepository' shared autowired service.
*
* @return \App\Repository\SalleDeBainRepository
*/
protected function getSalleDeBainRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/SalleDeBainRepository.php';
return $this->privates['App\\Repository\\SalleDeBainRepository'] = new \App\Repository\SalleDeBainRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SecurityRepository' shared autowired service.
*
* @return \App\Repository\SecurityRepository
*/
protected function getSecurityRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/SecurityRepository.php';
return $this->privates['App\\Repository\\SecurityRepository'] = new \App\Repository\SecurityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SliderRepository' shared autowired service.
*
* @return \App\Repository\SliderRepository
*/
protected function getSliderRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/SliderRepository.php';
return $this->privates['App\\Repository\\SliderRepository'] = new \App\Repository\SliderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SubCategoryRepository' shared autowired service.
*
* @return \App\Repository\SubCategoryRepository
*/
protected function getSubCategoryRepositoryService()
{
return $this->privates['App\\Repository\\SubCategoryRepository'] = new \App\Repository\SubCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TableRepository' shared autowired service.
*
* @return \App\Repository\TableRepository
*/
protected function getTableRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/TableRepository.php';
return $this->privates['App\\Repository\\TableRepository'] = new \App\Repository\TableRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TableUserRepository' shared autowired service.
*
* @return \App\Repository\TableUserRepository
*/
protected function getTableUserRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/TableUserRepository.php';
return $this->privates['App\\Repository\\TableUserRepository'] = new \App\Repository\TableUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TarifDegressifRepository' shared autowired service.
*
* @return \App\Repository\TarifDegressifRepository
*/
protected function getTarifDegressifRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/TarifDegressifRepository.php';
return $this->privates['App\\Repository\\TarifDegressifRepository'] = new \App\Repository\TarifDegressifRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TicketRepository' shared autowired service.
*
* @return \App\Repository\TicketRepository
*/
protected function getTicketRepositoryService()
{
return $this->privates['App\\Repository\\TicketRepository'] = new \App\Repository\TicketRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TransfertRepository' shared autowired service.
*
* @return \App\Repository\TransfertRepository
*/
protected function getTransfertRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/TransfertRepository.php';
return $this->privates['App\\Repository\\TransfertRepository'] = new \App\Repository\TransfertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TransporteurRepository' shared autowired service.
*
* @return \App\Repository\TransporteurRepository
*/
protected function getTransporteurRepositoryService()
{
return $this->privates['App\\Repository\\TransporteurRepository'] = new \App\Repository\TransporteurRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TransporteurWeightPriceRepository' shared autowired service.
*
* @return \App\Repository\TransporteurWeightPriceRepository
*/
protected function getTransporteurWeightPriceRepositoryService()
{
return $this->privates['App\\Repository\\TransporteurWeightPriceRepository'] = new \App\Repository\TransporteurWeightPriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TvaRepository' shared autowired service.
*
* @return \App\Repository\TvaRepository
*/
protected function getTvaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/TvaRepository.php';
return $this->privates['App\\Repository\\TvaRepository'] = new \App\Repository\TvaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TypeAbonnementRepository' shared autowired service.
*
* @return \App\Repository\TypeAbonnementRepository
*/
protected function getTypeAbonnementRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/TypeAbonnementRepository.php';
return $this->privates['App\\Repository\\TypeAbonnementRepository'] = new \App\Repository\TypeAbonnementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TypeHebergementRepository' shared autowired service.
*
* @return \App\Repository\TypeHebergementRepository
*/
protected function getTypeHebergementRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/TypeHebergementRepository.php';
return $this->privates['App\\Repository\\TypeHebergementRepository'] = new \App\Repository\TypeHebergementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TypeLocalisationRepository' shared autowired service.
*
* @return \App\Repository\TypeLocalisationRepository
*/
protected function getTypeLocalisationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/TypeLocalisationRepository.php';
return $this->privates['App\\Repository\\TypeLocalisationRepository'] = new \App\Repository\TypeLocalisationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TypeLocationRepository' shared autowired service.
*
* @return \App\Repository\TypeLocationRepository
*/
protected function getTypeLocationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/TypeLocationRepository.php';
return $this->privates['App\\Repository\\TypeLocationRepository'] = new \App\Repository\TypeLocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TypeParticipantRepository' shared autowired service.
*
* @return \App\Repository\TypeParticipantRepository
*/
protected function getTypeParticipantRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/TypeParticipantRepository.php';
return $this->privates['App\\Repository\\TypeParticipantRepository'] = new \App\Repository\TypeParticipantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TypePrestationRepository' shared autowired service.
*
* @return \App\Repository\TypePrestationRepository
*/
protected function getTypePrestationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/TypePrestationRepository.php';
return $this->privates['App\\Repository\\TypePrestationRepository'] = new \App\Repository\TypePrestationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\UserRepository' shared autowired service.
*
* @return \App\Repository\UserRepository
*/
protected function getUserRepositoryService()
{
return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\WishListRepository' shared autowired service.
*
* @return \App\Repository\WishListRepository
*/
protected function getWishListRepositoryService()
{
return $this->privates['App\\Repository\\WishListRepository'] = new \App\Repository\WishListRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Security\CompanyAppAuthenticator' shared autowired service.
*
* @return \App\Security\CompanyAppAuthenticator
*/
protected function getCompanyAppAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.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/CompanyAppAuthenticator.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Security\\CompanyAppAuthenticator'])) {
return $this->privates['App\\Security\\CompanyAppAuthenticator'];
}
return $this->privates['App\\Security\\CompanyAppAuthenticator'] = new \App\Security\CompanyAppAuthenticator($a, ($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()));
}
/**
* Gets the private 'App\Security\UserAppAuthenticator' shared autowired service.
*
* @return \App\Security\UserAppAuthenticator
*/
protected function getUserAppAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.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/UserAppAuthenticator.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Security\\UserAppAuthenticator'])) {
return $this->privates['App\\Security\\UserAppAuthenticator'];
}
return $this->privates['App\\Security\\UserAppAuthenticator'] = new \App\Security\UserAppAuthenticator($a, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($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()));
}
/**
* Gets the private 'App\Services\File' shared autowired service.
*
* @return \App\Services\File
*/
protected function getFileService()
{
include_once \dirname(__DIR__, 4).'/src/Services/File.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['App\\Services\\File'] = new \App\Services\File(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr'))));
}
/**
* Gets the private 'App\Services\FileUploader' shared autowired service.
*
* @return \App\Services\FileUploader
*/
protected function getFileUploaderService()
{
include_once \dirname(__DIR__, 4).'/src/Services/FileUploader.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['App\\Services\\FileUploader'] = new \App\Services\FileUploader((\dirname(__DIR__, 4).'/public/upload/kyc'), ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr'))));
}
/**
* Gets the private 'App\Services\Filter' shared autowired service.
*
* @return \App\Services\Filter
*/
protected function getFilterService()
{
$a = ($this->privates['App\\Services\\MangoPayService'] ?? $this->getMangoPayServiceService());
if (isset($this->privates['App\\Services\\Filter'])) {
return $this->privates['App\\Services\\Filter'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Services\\Filter'])) {
return $this->privates['App\\Services\\Filter'];
}
return $this->privates['App\\Services\\Filter'] = new \App\Services\Filter(($this->privates['App\\Repository\\TicketRepository'] ?? $this->getTicketRepositoryService()), ($this->privates['App\\Repository\\WishListRepository'] ?? $this->getWishListRepositoryService()), ($this->privates['App\\Repository\\CommandProductRepository'] ?? $this->getCommandProductRepositoryService()), ($this->privates['App\\Repository\\AvisRepository'] ?? $this->getAvisRepositoryService()), ($this->privates['App\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()), ($this->privates['App\\Repository\\DepartmentRepository'] ?? $this->getDepartmentRepositoryService()), ($this->privates['App\\Repository\\SubCategoryRepository'] ?? $this->getSubCategoryRepositoryService()), ($this->privates['App\\Repository\\CommandRepository'] ?? $this->getCommandRepositoryService()), ($this->privates['App\\Repository\\MessagingRepository'] ?? $this->getMessagingRepositoryService()), ($this->privates['App\\Repository\\ContactProductRepository'] ?? $this->getContactProductRepositoryService()), ($this->privates['App\\Repository\\ProductOptionRepository'] ?? $this->getProductOptionRepositoryService()), ($this->privates['App\\Repository\\TransporteurRepository'] ?? $this->getTransporteurRepositoryService()), ($this->privates['App\\Repository\\TransporteurWeightPriceRepository'] ?? $this->getTransporteurWeightPriceRepositoryService()), ($this->privates['App\\Repository\\PhotosRepository'] ?? $this->getPhotosRepositoryService()), ($this->privates['App\\Repository\\AbonnementRepository'] ?? $this->getAbonnementRepositoryService()), ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $a, ($this->privates['App\\Repository\\LocationRepository'] ?? $this->getLocationRepositoryService()), ($this->privates['App\\Repository\\CautionRepository'] ?? $this->getCautionRepositoryService()), $b, ($this->privates['App\\Services\\StripeConnectService'] ?? ($this->privates['App\\Services\\StripeConnectService'] = new \App\Services\StripeConnectService($this->getEnv('STRIPE_SECRET_KEY')))), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Services\Mail' shared autowired service.
*
* @return \App\Services\Mail
*/
protected function getMailService()
{
include_once \dirname(__DIR__, 4).'/src/Services/Mail.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['App\\Services\\Mail'])) {
return $this->privates['App\\Services\\Mail'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Services\\Mail'])) {
return $this->privates['App\\Services\\Mail'];
}
$c = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
if (isset($this->privates['App\\Services\\Mail'])) {
return $this->privates['App\\Services\\Mail'];
}
return $this->privates['App\\Services\\Mail'] = new \App\Services\Mail(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), $a, ($this->privates['App\\Repository\\CommandRepository'] ?? $this->getCommandRepositoryService()), $b, ($this->privates['App\\Repository\\CautionRepository'] ?? $this->getCautionRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $c);
}
/**
* Gets the private 'App\Services\MangoPayService' shared autowired service.
*
* @return \App\Services\MangoPayService
*/
protected function getMangoPayServiceService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Services\\MangoPayService'])) {
return $this->privates['App\\Services\\MangoPayService'];
}
$b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
if (isset($this->privates['App\\Services\\MangoPayService'])) {
return $this->privates['App\\Services\\MangoPayService'];
}
return $this->privates['App\\Services\\MangoPayService'] = new \App\Services\MangoPayService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a, $b);
}
/**
* Gets the private 'App\Services\MercureCookieGenerator' shared autowired service.
*
* @return \App\Services\MercureCookieGenerator
*/
protected function getMercureCookieGeneratorService()
{
include_once \dirname(__DIR__, 4).'/src/Services/MercureCookieGenerator.php';
return $this->privates['App\\Services\\MercureCookieGenerator'] = new \App\Services\MercureCookieGenerator($this->getEnv('MERCURE_JWT_KEY'));
}
/**
* Gets the private 'App\Services\NotificationService' shared autowired service.
*
* @return \App\Services\NotificationService
*/
protected function getNotificationServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Services/NotificationService.php';
return $this->privates['App\\Services\\NotificationService'] = new \App\Services\NotificationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mercure.hub.default.publisher.traceable'] ?? $this->getMercure_Hub_Default_Publisher_TraceableService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Repository\\ReseauSociaux\\NotificationsRepository'] ?? $this->getNotificationsRepositoryService()));
}
/**
* Gets the private 'App\Services\StripeClient' shared autowired service.
*
* @return \App\Services\StripeClient
*/
protected function getStripeClientService()
{
return $this->privates['App\\Services\\StripeClient'] = new \App\Services\StripeClient($this->getEnv('STRIPE_SECRET_KEY'));
}
/**
* Gets the private 'App\Services\StripeConnectService' shared autowired service.
*
* @return \App\Services\StripeConnectService
*/
protected function getStripeConnectServiceService()
{
return $this->privates['App\\Services\\StripeConnectService'] = new \App\Services\StripeConnectService($this->getEnv('STRIPE_SECRET_KEY'));
}
/**
* Gets the private 'App\Services\StripeSubscriptionService' shared autowired service.
*
* @return \App\Services\StripeSubscriptionService
*/
protected function getStripeSubscriptionServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Services/StripeSubscriptionService.php';
return $this->privates['App\\Services\\StripeSubscriptionService'] = new \App\Services\StripeSubscriptionService($this->getEnv('STRIPE_SECRET_KEY'));
}
/**
* Gets the private 'App\Validator\AdminPromoValidator' shared autowired service.
*
* @return \App\Validator\AdminPromoValidator
*/
protected function getAdminPromoValidatorService()
{
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).'/src/Validator/AdminPromoValidator.php';
return $this->privates['App\\Validator\\AdminPromoValidator'] = new \App\Validator\AdminPromoValidator(($this->privates['App\\Repository\\AdminPromoRepository'] ?? $this->getAdminPromoRepositoryService()));
}
/**
* 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/src/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/CommandCompatibility.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 '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('3VPOnKa545', 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('BrKiQkJZko', 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('kafgcns11n', 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('jLjoPX3Kau', 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('2Git9MMQRP', 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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.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.DF.FiPH'] ?? $this->get_ServiceLocator_DF_FiPHService()));
$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 => 'App\\Form', 2 => 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [0 => 'App\\Form\\AddTableUserType', 1 => 'App\\Form\\AdminLimitedType', 2 => 'App\\Form\\AdminPromoType', 3 => 'App\\Form\\AnnocepestTypePhpType', 4 => 'App\\Form\\AnnonceChearchType', 5 => 'App\\Form\\AnnonceCliChearchType', 6 => 'App\\Form\\AnnonceClientType', 7 => 'App\\Form\\AnnonceType', 8 => 'App\\Form\\ArticleType', 9 => 'App\\Form\\AvisType', 10 => 'App\\Form\\BlogCategoryType', 11 => 'App\\Form\\BrowserInfoType', 12 => 'App\\Form\\CaracteristicVehicleType', 13 => 'App\\Form\\CategoryAnnoncePrestType', 14 => 'App\\Form\\CategoryCompanyType', 15 => 'App\\Form\\CategoryMasterType', 16 => 'App\\Form\\CategoryType', 17 => 'App\\Form\\CommuneType', 18 => 'App\\Form\\CompanyIndividualType', 19 => 'App\\Form\\CompanyType', 20 => 'App\\Form\\ConfirmAdresseUserType', 21 => 'App\\Form\\ContactPlatform', 22 => 'App\\Form\\ContactProductType', 23 => 'App\\Form\\ContactType', 24 => 'App\\Form\\DepartmentType', 25 => 'App\\Form\\ForgotPasswordType', 26 => 'App\\Form\\IdentityContactType', 27 => 'App\\Form\\IdentityType', 28 => 'App\\Form\\ImageType', 29 => 'App\\Form\\ImgCommentType', 30 => 'App\\Form\\InfosCompanyType', 31 => 'App\\Form\\LitigeFormType', 32 => 'App\\Form\\LivraisonType', 33 => 'App\\Form\\MailType', 34 => 'App\\Form\\MessagingType', 35 => 'App\\Form\\PackType', 36 => 'App\\Form\\PageHomeType', 37 => 'App\\Form\\PhotoType', 38 => 'App\\Form\\PlanningCompanyType', 39 => 'App\\Form\\ProductAutoReductionType', 40 => 'App\\Form\\ProductDescriptionType', 41 => 'App\\Form\\ProductGuideType', 42 => 'App\\Form\\ProductOptionType', 43 => 'App\\Form\\ProductPercentType', 44 => 'App\\Form\\ProductPeriodPriceType', 45 => 'App\\Form\\ProductReductionType', 46 => 'App\\Form\\ProductType', 47 => 'App\\Form\\ProfilCompanyType', 48 => 'App\\Form\\ProfilUserType', 49 => 'App\\Form\\ProgrammingDayPriceType', 50 => 'App\\Form\\ResponseAvisType', 51 => 'App\\Form\\SliderType', 52 => 'App\\Form\\SubCategoryType', 53 => 'App\\Form\\TableType', 54 => 'App\\Form\\TableUserType', 55 => 'App\\Form\\TarifDegressifType', 56 => 'App\\Form\\TicketCompanyType', 57 => 'App\\Form\\TicketProductType', 58 => 'App\\Form\\TicketType', 59 => 'App\\Form\\TransporteurEditType', 60 => 'App\\Form\\TransporteurPriceType', 61 => 'App\\Form\\TransporteurType', 62 => 'App\\Form\\TvaType', 63 => 'App\\Form\\TypeAbonnementType', 64 => 'App\\Form\\TypeLocationType', 65 => 'App\\Form\\TypePrestationType', 66 => 'App\\Form\\UserType', 67 => 'App\\Form\\ValidPromoCodeType', 68 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 69 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 70 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 71 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 72 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php'), 13 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 18 => (\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'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php'), 13 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 18 => (\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.C_G5RSF'] ?? $this->get_ServiceLocator_CG5RSFService());
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.C_G5RSF'] ?? $this->get_ServiceLocator_CG5RSFService());
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, NULL);
}
/**
* 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.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/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/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/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/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/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/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/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/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/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/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/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/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/src/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/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/src/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/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.dbal.default_connection.event_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
*/
protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
{
return $this->privates['doctrine.dbal.default_connection.event_manager'] = 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']]);
}
/**
* 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/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/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/src/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Command/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Command/LoadDataFixturesDoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/src/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataFixtures/AddFixtureImplementation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Loader/SymfonyBridgeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Loader/SymfonyFixturesLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/src/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Fixture.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/AppFixtures.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Purger/PurgerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/src/Purger/ORMPurgerFactory.php';
$a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
$a->addFixtures([0 => ['fixture' => new \App\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/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/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/src/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/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/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/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/src/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).'/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/src/Tools/Console/EntityManagerProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/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_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity')], false);
}
/**
* 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';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
}
return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
}
/**
* 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/src/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/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/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/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/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/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/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/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/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/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/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/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/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/src/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/src/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, [
'App\\Form\\AddTableUserType' => ['privates', 'App\\Form\\AddTableUserType', 'getAddTableUserTypeService', false],
'App\\Form\\AdminLimitedType' => ['privates', 'App\\Form\\AdminLimitedType', 'getAdminLimitedTypeService', false],
'App\\Form\\AdminPromoType' => ['privates', 'App\\Form\\AdminPromoType', 'getAdminPromoTypeService', false],
'App\\Form\\AnnocepestTypePhpType' => ['privates', 'App\\Form\\AnnocepestTypePhpType', 'getAnnocepestTypePhpTypeService', false],
'App\\Form\\AnnonceChearchType' => ['privates', 'App\\Form\\AnnonceChearchType', 'getAnnonceChearchTypeService', false],
'App\\Form\\AnnonceCliChearchType' => ['privates', 'App\\Form\\AnnonceCliChearchType', 'getAnnonceCliChearchTypeService', false],
'App\\Form\\AnnonceClientType' => ['privates', 'App\\Form\\AnnonceClientType', 'getAnnonceClientTypeService', false],
'App\\Form\\AnnonceType' => ['privates', 'App\\Form\\AnnonceType', 'getAnnonceTypeService', false],
'App\\Form\\ArticleType' => ['privates', 'App\\Form\\ArticleType', 'getArticleTypeService', false],
'App\\Form\\AvisType' => ['privates', 'App\\Form\\AvisType', 'getAvisTypeService', false],
'App\\Form\\BlogCategoryType' => ['privates', 'App\\Form\\BlogCategoryType', 'getBlogCategoryTypeService', false],
'App\\Form\\BrowserInfoType' => ['privates', 'App\\Form\\BrowserInfoType', 'getBrowserInfoTypeService', false],
'App\\Form\\CaracteristicVehicleType' => ['privates', 'App\\Form\\CaracteristicVehicleType', 'getCaracteristicVehicleTypeService', false],
'App\\Form\\CategoryAnnoncePrestType' => ['privates', 'App\\Form\\CategoryAnnoncePrestType', 'getCategoryAnnoncePrestTypeService', false],
'App\\Form\\CategoryCompanyType' => ['privates', 'App\\Form\\CategoryCompanyType', 'getCategoryCompanyTypeService', false],
'App\\Form\\CategoryMasterType' => ['privates', 'App\\Form\\CategoryMasterType', 'getCategoryMasterTypeService', false],
'App\\Form\\CategoryType' => ['privates', 'App\\Form\\CategoryType', 'getCategoryTypeService', false],
'App\\Form\\CommuneType' => ['privates', 'App\\Form\\CommuneType', 'getCommuneTypeService', false],
'App\\Form\\CompanyIndividualType' => ['privates', 'App\\Form\\CompanyIndividualType', 'getCompanyIndividualTypeService', false],
'App\\Form\\CompanyType' => ['privates', 'App\\Form\\CompanyType', 'getCompanyTypeService', false],
'App\\Form\\ConfirmAdresseUserType' => ['privates', 'App\\Form\\ConfirmAdresseUserType', 'getConfirmAdresseUserTypeService', false],
'App\\Form\\ContactPlatform' => ['privates', 'App\\Form\\ContactPlatform', 'getContactPlatformService', false],
'App\\Form\\ContactProductType' => ['privates', 'App\\Form\\ContactProductType', 'getContactProductTypeService', false],
'App\\Form\\ContactType' => ['privates', 'App\\Form\\ContactType', 'getContactTypeService', false],
'App\\Form\\DepartmentType' => ['privates', 'App\\Form\\DepartmentType', 'getDepartmentTypeService', false],
'App\\Form\\ForgotPasswordType' => ['privates', 'App\\Form\\ForgotPasswordType', 'getForgotPasswordTypeService', false],
'App\\Form\\IdentityContactType' => ['privates', 'App\\Form\\IdentityContactType', 'getIdentityContactTypeService', false],
'App\\Form\\IdentityType' => ['privates', 'App\\Form\\IdentityType', 'getIdentityTypeService', false],
'App\\Form\\ImageType' => ['privates', 'App\\Form\\ImageType', 'getImageTypeService', false],
'App\\Form\\ImgCommentType' => ['privates', 'App\\Form\\ImgCommentType', 'getImgCommentTypeService', false],
'App\\Form\\InfosCompanyType' => ['privates', 'App\\Form\\InfosCompanyType', 'getInfosCompanyTypeService', false],
'App\\Form\\LitigeFormType' => ['privates', 'App\\Form\\LitigeFormType', 'getLitigeFormTypeService', false],
'App\\Form\\LivraisonType' => ['privates', 'App\\Form\\LivraisonType', 'getLivraisonTypeService', false],
'App\\Form\\MailType' => ['privates', 'App\\Form\\MailType', 'getMailTypeService', false],
'App\\Form\\MessagingType' => ['privates', 'App\\Form\\MessagingType', 'getMessagingTypeService', false],
'App\\Form\\PackType' => ['privates', 'App\\Form\\PackType', 'getPackTypeService', false],
'App\\Form\\PageHomeType' => ['privates', 'App\\Form\\PageHomeType', 'getPageHomeTypeService', false],
'App\\Form\\PhotoType' => ['privates', 'App\\Form\\PhotoType', 'getPhotoTypeService', false],
'App\\Form\\PlanningCompanyType' => ['privates', 'App\\Form\\PlanningCompanyType', 'getPlanningCompanyTypeService', false],
'App\\Form\\ProductAutoReductionType' => ['privates', 'App\\Form\\ProductAutoReductionType', 'getProductAutoReductionTypeService', false],
'App\\Form\\ProductDescriptionType' => ['privates', 'App\\Form\\ProductDescriptionType', 'getProductDescriptionTypeService', false],
'App\\Form\\ProductGuideType' => ['privates', 'App\\Form\\ProductGuideType', 'getProductGuideTypeService', false],
'App\\Form\\ProductOptionType' => ['privates', 'App\\Form\\ProductOptionType', 'getProductOptionTypeService', false],
'App\\Form\\ProductPercentType' => ['privates', 'App\\Form\\ProductPercentType', 'getProductPercentTypeService', false],
'App\\Form\\ProductPeriodPriceType' => ['privates', 'App\\Form\\ProductPeriodPriceType', 'getProductPeriodPriceTypeService', false],
'App\\Form\\ProductReductionType' => ['privates', 'App\\Form\\ProductReductionType', 'getProductReductionTypeService', false],
'App\\Form\\ProductType' => ['privates', 'App\\Form\\ProductType', 'getProductTypeService', false],
'App\\Form\\ProfilCompanyType' => ['privates', 'App\\Form\\ProfilCompanyType', 'getProfilCompanyTypeService', false],
'App\\Form\\ProfilUserType' => ['privates', 'App\\Form\\ProfilUserType', 'getProfilUserTypeService', false],
'App\\Form\\ProgrammingDayPriceType' => ['privates', 'App\\Form\\ProgrammingDayPriceType', 'getProgrammingDayPriceTypeService', false],
'App\\Form\\ResponseAvisType' => ['privates', 'App\\Form\\ResponseAvisType', 'getResponseAvisTypeService', false],
'App\\Form\\SliderType' => ['privates', 'App\\Form\\SliderType', 'getSliderTypeService', false],
'App\\Form\\SubCategoryType' => ['privates', 'App\\Form\\SubCategoryType', 'getSubCategoryTypeService', false],
'App\\Form\\TableType' => ['privates', 'App\\Form\\TableType', 'getTableTypeService', false],
'App\\Form\\TableUserType' => ['privates', 'App\\Form\\TableUserType', 'getTableUserTypeService', false],
'App\\Form\\TarifDegressifType' => ['privates', 'App\\Form\\TarifDegressifType', 'getTarifDegressifTypeService', false],
'App\\Form\\TicketCompanyType' => ['privates', 'App\\Form\\TicketCompanyType', 'getTicketCompanyTypeService', false],
'App\\Form\\TicketProductType' => ['privates', 'App\\Form\\TicketProductType', 'getTicketProductTypeService', false],
'App\\Form\\TicketType' => ['privates', 'App\\Form\\TicketType', 'getTicketTypeService', false],
'App\\Form\\TransporteurEditType' => ['privates', 'App\\Form\\TransporteurEditType', 'getTransporteurEditTypeService', false],
'App\\Form\\TransporteurPriceType' => ['privates', 'App\\Form\\TransporteurPriceType', 'getTransporteurPriceTypeService', false],
'App\\Form\\TransporteurType' => ['privates', 'App\\Form\\TransporteurType', 'getTransporteurTypeService', false],
'App\\Form\\TvaType' => ['privates', 'App\\Form\\TvaType', 'getTvaTypeService', false],
'App\\Form\\TypeAbonnementType' => ['privates', 'App\\Form\\TypeAbonnementType', 'getTypeAbonnementTypeService', false],
'App\\Form\\TypeLocationType' => ['privates', 'App\\Form\\TypeLocationType', 'getTypeLocationTypeService', false],
'App\\Form\\TypePrestationType' => ['privates', 'App\\Form\\TypePrestationType', 'getTypePrestationTypeService', false],
'App\\Form\\UserType' => ['privates', 'App\\Form\\UserType', 'getUserTypeService', false],
'App\\Form\\ValidPromoCodeType' => ['privates', 'App\\Form\\ValidPromoCodeType', 'getValidPromoCodeTypeService', 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],
], [
'App\\Form\\AddTableUserType' => '?',
'App\\Form\\AdminLimitedType' => '?',
'App\\Form\\AdminPromoType' => '?',
'App\\Form\\AnnocepestTypePhpType' => '?',
'App\\Form\\AnnonceChearchType' => '?',
'App\\Form\\AnnonceCliChearchType' => '?',
'App\\Form\\AnnonceClientType' => '?',
'App\\Form\\AnnonceType' => '?',
'App\\Form\\ArticleType' => '?',
'App\\Form\\AvisType' => '?',
'App\\Form\\BlogCategoryType' => '?',
'App\\Form\\BrowserInfoType' => '?',
'App\\Form\\CaracteristicVehicleType' => '?',
'App\\Form\\CategoryAnnoncePrestType' => '?',
'App\\Form\\CategoryCompanyType' => '?',
'App\\Form\\CategoryMasterType' => '?',
'App\\Form\\CategoryType' => '?',
'App\\Form\\CommuneType' => '?',
'App\\Form\\CompanyIndividualType' => '?',
'App\\Form\\CompanyType' => '?',
'App\\Form\\ConfirmAdresseUserType' => '?',
'App\\Form\\ContactPlatform' => '?',
'App\\Form\\ContactProductType' => '?',
'App\\Form\\ContactType' => '?',
'App\\Form\\DepartmentType' => '?',
'App\\Form\\ForgotPasswordType' => '?',
'App\\Form\\IdentityContactType' => '?',
'App\\Form\\IdentityType' => '?',
'App\\Form\\ImageType' => '?',
'App\\Form\\ImgCommentType' => '?',
'App\\Form\\InfosCompanyType' => '?',
'App\\Form\\LitigeFormType' => '?',
'App\\Form\\LivraisonType' => '?',
'App\\Form\\MailType' => '?',
'App\\Form\\MessagingType' => '?',
'App\\Form\\PackType' => '?',
'App\\Form\\PageHomeType' => '?',
'App\\Form\\PhotoType' => '?',
'App\\Form\\PlanningCompanyType' => '?',
'App\\Form\\ProductAutoReductionType' => '?',
'App\\Form\\ProductDescriptionType' => '?',
'App\\Form\\ProductGuideType' => '?',
'App\\Form\\ProductOptionType' => '?',
'App\\Form\\ProductPercentType' => '?',
'App\\Form\\ProductPeriodPriceType' => '?',
'App\\Form\\ProductReductionType' => '?',
'App\\Form\\ProductType' => '?',
'App\\Form\\ProfilCompanyType' => '?',
'App\\Form\\ProfilUserType' => '?',
'App\\Form\\ProgrammingDayPriceType' => '?',
'App\\Form\\ResponseAvisType' => '?',
'App\\Form\\SliderType' => '?',
'App\\Form\\SubCategoryType' => '?',
'App\\Form\\TableType' => '?',
'App\\Form\\TableUserType' => '?',
'App\\Form\\TarifDegressifType' => '?',
'App\\Form\\TicketCompanyType' => '?',
'App\\Form\\TicketProductType' => '?',
'App\\Form\\TicketType' => '?',
'App\\Form\\TransporteurEditType' => '?',
'App\\Form\\TransporteurPriceType' => '?',
'App\\Form\\TransporteurType' => '?',
'App\\Form\\TvaType' => '?',
'App\\Form\\TypeAbonnementType' => '?',
'App\\Form\\TypeLocationType' => '?',
'App\\Form\\TypePrestationType' => '?',
'App\\Form\\UserType' => '?',
'App\\Form\\ValidPromoCodeType' => '?',
'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['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['fragment.renderer.inline'])) {
return $this->privates['fragment.renderer.inline'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
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($a, $b);
$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()
{
return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
}
/**
* 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/bootstrap_v5_pagination.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 10, 'defaultPageLimit' => NULL]);
}
/**
* Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
*/
protected function getLexikJwtAuthentication_CheckConfigCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
$this->privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'RS256');
$instance->setName('lexik:jwt:check-config');
$instance->setDescription('Checks that the bundle is properly configured.');
return $instance;
}
/**
* Gets the private 'lexik_jwt_authentication.enable_encryption_config_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand
*/
protected function getLexikJwtAuthentication_EnableEncryptionConfigCommandService()
{
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/lexik/jwt-authentication-bundle/Command/EnableEncryptionConfigCommand.php';
$this->privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL);
$instance->setName('lexik:jwt:enable-encryption');
$instance->setDescription('Enable Web-Token encryption support.');
return $instance;
}
/**
* Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
*/
protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
$instance->setName('lexik:jwt:generate-keypair');
$instance->setDescription('Generate public/private keys for use in your application.');
return $instance;
}
/**
* Gets the private 'lexik_jwt_authentication.migrate_config_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand
*/
protected function getLexikJwtAuthentication_MigrateConfigCommandService()
{
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/lexik/jwt-authentication-bundle/Command/MigrateConfigCommand.php';
$this->privates['lexik_jwt_authentication.migrate_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
$instance->setName('lexik:jwt:migrate-config');
$instance->setDescription('Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.');
return $instance;
}
/**
* Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
*/
protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
$a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
if (isset($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
}
return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator($a, $b, new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([0 => new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer', 'Authorization')]), new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage(), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* 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.mailer' shared service.
*
* @return \Symfony\Component\Mailer\Mailer
*/
protected function getMailer_MailerService()
{
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';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.mailer'])) {
return $this->privates['mailer.mailer'];
}
return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
yield 0 => ($this->privates['mailer.transport_factory.gmail'] ?? $this->getMailer_TransportFactory_GmailService());
yield 1 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
yield 2 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
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_DSN')]), NULL, $a);
}
/**
* Gets the private 'mailer.transport_factory.gmail' shared service.
*
* @return \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory
*/
protected function getMailer_TransportFactory_GmailService()
{
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/google-mailer/Transport/GmailTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.gmail'])) {
return $this->privates['mailer.transport_factory.gmail'];
}
return $this->privates['mailer.transport_factory.gmail'] = new \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory($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.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.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';
return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [0 => [0 => 'App\\Entity', 1 => ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
}
/**
* 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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.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('App')), 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()), 'App', $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 'mercure.hub.default.publisher.traceable' shared service.
*
* @return \Symfony\Component\Mercure\Debug\TraceablePublisher
*/
protected function getMercure_Hub_Default_Publisher_TraceableService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/PublisherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Debug/TraceablePublisher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Publisher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mercure/src/Jwt/StaticJwtProvider.php';
return $this->privates['mercure.hub.default.publisher.traceable'] = new \Symfony\Component\Mercure\Debug\TraceablePublisher(new \Symfony\Component\Mercure\Publisher($this->getEnv('MERCURE_PUBLISH_URL'), new \Symfony\Component\Mercure\Jwt\StaticJwtProvider($this->getEnv('MERCURE_JWT_TOKEN')), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'mime_types' shared service.
*
* @return \Symfony\Component\Mime\MimeTypes
*/
protected function getMimeTypesService()
{
$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'), 'debug', 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()
{
$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.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 4), 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/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
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'];
}
$b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
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()), $b);
}
/**
* 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_ADMIN', 1 => 'ROLE_ADMIN_LIMITED'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/mon-espace-prestataire'), [0 => 'ROLE_ENTERPRISE'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/mon-espace-client'), [0 => 'ROLE_USER'], NULL);
return $instance;
}
/**
* Gets the private 'security.authentication.guard_handler' shared service.
*
* @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_GuardHandlerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authentication.guard_handler'])) {
return $this->privates['security.authentication.guard_handler'];
}
$this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, [0 => 'login_api', 1 => 'api']);
$instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
return $instance;
}
/**
* Gets the private 'security.authentication.listener.anonymous.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Anonymous_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
$a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
return $this->privates['security.authentication.listener.anonymous.main'];
}
return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
}
/**
* Gets the private 'security.authentication.listener.guard.api' shared service.
*
* @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Guard_ApiService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.');
$a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
if (isset($this->privates['security.authentication.listener.guard.api'])) {
return $this->privates['security.authentication.listener.guard.api'];
}
$b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.guard.api'])) {
return $this->privates['security.authentication.listener.guard.api'];
}
return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, $b, 'api', new RewindableGenerator(function () {
yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
}, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'security.authentication.listener.guard.main' shared service.
*
* @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Guard_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
$a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
if (isset($this->privates['security.authentication.listener.guard.main'])) {
return $this->privates['security.authentication.listener.guard.main'];
}
$b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.guard.main'])) {
return $this->privates['security.authentication.listener.guard.main'];
}
return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, $b, 'main', new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Security\\UserAppAuthenticator'] ?? $this->getUserAppAuthenticatorService());
yield 1 => ($this->privates['App\\Security\\CompanyAppAuthenticator'] ?? $this->getCompanyAppAuthenticatorService());
}, 2), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'security.authentication.listener.json.login_api' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.json.login_api" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Json_LoginApiService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.json.login_api" service is deprecated, use the new authenticator system instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.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';
$a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.json.login_api'])) {
return $this->privates['security.authentication.listener.json.login_api'];
}
$b = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
if (isset($this->privates['security.authentication.listener.json.login_api'])) {
return $this->privates['security.authentication.listener.json.login_api'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authentication.listener.json.login_api'])) {
return $this->privates['security.authentication.listener.json.login_api'];
}
$d = ($this->services['translator'] ?? $this->getTranslatorService());
$this->privates['security.authentication.listener.json.login_api'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login_api', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($b, $c, [], true), [], 'login_api'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler($c, $d), []), ['check_path' => '/api/login_check', 'use_forward' => false, 'require_previous_session' => false, 'login_path' => '/login', 'username_path' => 'username', 'password_path' => 'password'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $c, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
if ($this->has('translator')) {
$instance->setTranslator($d);
}
$instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'));
return $instance;
}
/**
* Gets the private 'security.authentication.manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_ManagerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
$this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.authentication.provider.dao.login_api'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginApiService());
yield 1 => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
yield 2 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
yield 3 => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
}, 4), true);
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
return $instance;
}
/**
* Gets the private 'security.authentication.provider.anonymous.main' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Anonymous_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
}
/**
* Gets the private 'security.authentication.provider.dao.login_api' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.login_api" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Dao_LoginApiService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.dao.login_api" service is deprecated, use the new authenticator system instead.');
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.authentication.provider.dao.login_api'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'login_api', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
}
/**
* Gets the private 'security.authentication.provider.guard.api' shared service.
*
* @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Guard_ApiService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.');
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.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
}, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
}
/**
* Gets the private 'security.authentication.provider.guard.main' shared service.
*
* @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Guard_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
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.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Security\\UserAppAuthenticator'] ?? $this->getUserAppAuthenticatorService());
yield 1 => ($this->privates['App\\Security\\CompanyAppAuthenticator'] ?? $this->getCompanyAppAuthenticatorService());
}, 2), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
}
/**
* 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.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/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
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.jjboBPv'] ?? $this->get_ServiceLocator_JjboBPvService()), ($this->privates['.service_locator.DF.FiPH'] ?? $this->get_ServiceLocator_DF_FiPHService()), [], false);
$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 => 'App\\Entity\\User', 1 => 'App\\Entity\\Company']);
$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 => 'App\\Entity\\User', 1 => 'App\\Entity\\Company']);
$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()
{
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';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.context_listener.0'])) {
return $this->privates['security.context_listener.0'];
}
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());
yield 1 => ($this->privates['security.user.provider.concrete.company'] ?? $this->getSecurity_User_Provider_Concrete_CompanyService());
}, 2), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($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(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder', 'arguments' => [0 => NULL, 1 => NULL, 2 => NULL, 3 => '2y']], 'App\\Entity\\Company' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder', 'arguments' => [0 => NULL, 1 => NULL, 2 => NULL, 3 => '2y']]]);
}
/**
* Gets the private 'security.event_dispatcher.api' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_ApiService()
{
$this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$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.login_api' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_LoginApiService()
{
$this->privates['security.event_dispatcher.login_api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$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\\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\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
}, 1 => 'onLogout'], 0);
$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.jjboBPv'] ?? $this->get_ServiceLocator_JjboBPvService());
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.login_api' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
yield 'security.firewall.map.context.main' => NULL;
}, 4));
}
/**
* Gets the private 'security.firewall.map.context.api' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_ApiService()
{
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-bundle/Security/FirewallConfig.php';
$a = ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
if (isset($this->privates['security.firewall.map.context.api'])) {
return $this->privates['security.firewall.map.context.api'];
}
return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', $a, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api', 'security.user_checker', '.security.request_matcher.p4VlLPC', true, true, NULL, NULL, 'lexik_jwt_authentication.jwt_token_authenticator', NULL, NULL, [0 => 'guard'], 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.login_api' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_LoginApiService()
{
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-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.login_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.authentication.listener.json.login_api'] ?? $this->getSecurity_Authentication_Listener_Json_LoginApiService());
yield 2 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login_api', NULL, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('login_api', 'security.user_checker', '.security.request_matcher.HeUdK73', true, true, NULL, NULL, NULL, NULL, NULL, [0 => 'json_login'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.main' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
*/
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-bundle/Security/LazyFirewallContext.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/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/LogoutListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
$a = ($this->privates['App\\Security\\UserAppAuthenticator'] ?? $this->getUserAppAuthenticatorService());
if (isset($this->privates['security.firewall.map.context.main'])) {
return $this->privates['security.firewall.map.context.main'];
}
$b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(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['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
yield 3 => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
yield 4 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c, 'main', $a, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b, $c, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\UserAppAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
}
/**
* Gets the private 'security.helper' shared service.
*
* @return \Symfony\Component\Security\Core\Security
*/
protected function getSecurity_HelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
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', '{^https://%s$}i');
}
/**
* 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.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()), '/');
}
/**
* 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('main', '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(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher', 'arguments' => [0 => NULL, 1 => NULL, 2 => NULL, 3 => '2y']], 'App\\Entity\\Company' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher', 'arguments' => [0 => NULL, 1 => NULL, 2 => NULL, 3 => '2y']]]);
}
/**
* 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()), 'App\\Entity\\User', 'email', NULL);
}
/**
* Gets the private 'security.user.provider.concrete.company' shared service.
*
* @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
*/
protected function getSecurity_User_Provider_Concrete_CompanyService()
{
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.company'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\Company', '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()
{
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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($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';
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()
{
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()
{
$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->privates['session.storage.native'] ?? $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.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
}
/**
* 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],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', 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],
'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
], [
'initialized_session' => '?',
'logger' => '?',
'request_stack' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
'session_storage' => '?',
]), 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 'swiftmailer.command.debug' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
*/
protected function getSwiftmailer_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
$this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
$instance->setName('debug:swiftmailer');
return $instance;
}
/**
* Gets the private 'swiftmailer.command.new_email' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
*/
protected function getSwiftmailer_Command_NewEmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
$this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
$instance->setName('swiftmailer:email:send');
return $instance;
}
/**
* Gets the private 'swiftmailer.command.send_email' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
*/
protected function getSwiftmailer_Command_SendEmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
$this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
$instance->setName('swiftmailer:spool:send');
return $instance;
}
/**
* Gets the private 'swiftmailer.email_sender.listener' shared service.
*
* @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
*/
protected function getSwiftmailer_EmailSender_ListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* 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'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.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')], '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')], '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')], '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')], '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')], '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')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.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')], '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')], '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')], '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')], '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')]], '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).'/vendor/symfony/framework-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/pentatrion/vite-bundle/src/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 => 'vendor/symfony/framework-bundle/translations', 6 => 'vendor/symfony/twig-bundle/translations', 7 => 'vendor/twig/extra-bundle/translations', 8 => 'vendor/sensio/framework-extra-bundle/src/translations', 9 => 'vendor/doctrine/doctrine-bundle/translations', 10 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 11 => 'vendor/symfony/security-bundle/translations', 12 => 'vendor/symfony/web-profiler-bundle/translations', 13 => 'vendor/symfony/monolog-bundle/translations', 14 => 'vendor/symfony/debug-bundle/translations', 15 => 'vendor/symfony/maker-bundle/src/translations', 16 => 'vendor/symfony/swiftmailer-bundle/translations', 17 => 'vendor/symfony/mercure-bundle/src/translations', 18 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 19 => 'vendor/lexik/jwt-authentication-bundle/translations', 20 => 'vendor/pentatrion/vite-bundle/src/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 'twig.template_cache_warmer' shared service.
*
* @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
*/
protected function getTwig_TemplateCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('twig.template_cache_warmer', $this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel', 1)), [(\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__, 4).'/templates')));
}
/**
* 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, [
'App\\Validator\\AdminPromoValidator' => ['privates', 'App\\Validator\\AdminPromoValidator', 'getAdminPromoValidatorService', false],
'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],
], [
'App\\Validator\\AdminPromoValidator' => '?',
'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,
'redirectUrl' => false,
'companySubscriptionRedirectUrl' => false,
'app.dommain' => false,
'stripe_sk' => false,
'stripe_pk' => false,
'stripe_webhook_secret' => false,
'kernel.secret' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
'swiftmailer.spool.default.memory.path' => false,
'mercure.hubs' => false,
'mercure.default_hub' => false,
'lexik_jwt_authentication.pass_phrase' => 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 'redirectUrl': $value = $this->getEnv('REDIRECT_URL'); break;
case 'companySubscriptionRedirectUrl': $value = $this->getEnv('COMPANY_SUBSCRIPTION_REDIRECT_URL'); break;
case 'app.dommain': $value = $this->getEnv('DOMAIN_NAME'); break;
case 'stripe_sk': $value = $this->getEnv('STRIPE_SECRET_KEY'); break;
case 'stripe_pk': $value = $this->getEnv('STRIPE_PUBLISHABLE_KEY'); break;
case 'stripe_webhook_secret': $value = $this->getEnv('STRIPE_WEBHOOK_SECRET'); break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); 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;
case 'swiftmailer.spool.default.memory.path': $value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
case 'mercure.hubs': $value = [
'default' => $this->getEnv('MERCURE_PUBLISH_URL'),
]; break;
case 'mercure.default_hub': $value = $this->getEnv('MERCURE_PUBLISH_URL'); break;
case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); 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',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
'MercureBundle' => 'Symfony\\Bundle\\MercureBundle\\MercureBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
'PentatrionViteBundle' => 'Pentatrion\\ViteBundle\\PentatrionViteBundle',
],
'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',
],
'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',
],
'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',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'KnpPaginatorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
'namespace' => 'Knp\\Bundle\\PaginatorBundle',
],
'SwiftmailerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/swiftmailer-bundle'),
'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
],
'MercureBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/mercure-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MercureBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'LexikJWTAuthenticationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
],
'PentatrionViteBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/pentatrion/vite-bundle/src'),
'namespace' => 'Pentatrion\\ViteBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'container.dumper.inline_class_loader' => true,
'container.dumper.inline_factories' => true,
'temporary_folder' => (\dirname(__DIR__, 4).'/public/upload/temp'),
'kyc_files_directory' => (\dirname(__DIR__, 4).'/public/upload/kyc'),
'image_files_directory' => (\dirname(__DIR__, 4).'/public/upload/images'),
'uploads_directory' => (\dirname(__DIR__, 4).'/public/videos-live'),
'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' => 'auto',
'cookie_httponly' => true,
'cookie_samesite' => 'lax',
'gc_probability' => 1,
],
'session.save_path' => NULL,
'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',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'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.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
'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_LIMITED' => [
0 => 'ROLE_USER',
1 => 'ROLE_ENTERPRISE',
],
'ROLE_ADMIN' => [
0 => 'ROLE_ADMIN_LIMITED',
],
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_USER',
1 => 'ROLE_ADMIN_LIMITED',
2 => 'ROLE_ENTERPRISE',
3 => 'ROLE_ADMIN',
4 => 'ROLE_ALLOWED_TO_SWITCH',
],
],
'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 => 'login_api',
2 => 'api',
3 => 'main',
],
'security.login_api._indexed_authenticators' => [
],
'security.api._indexed_authenticators' => [
],
'security.main._indexed_authenticators' => [
],
'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',
'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/bootstrap_v5_pagination.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' => 10,
'knp_paginator.page_limit' => NULL,
'swiftmailer.mailer.default.transport.name' => 'smtp',
'swiftmailer.mailer.default.transport.smtp.encryption' => 'ssl',
'swiftmailer.mailer.default.transport.smtp.port' => 465,
'swiftmailer.mailer.default.transport.smtp.host' => 'smtp.ionos.fr',
'swiftmailer.mailer.default.transport.smtp.username' => 'no-reply@hobbiinn.com',
'swiftmailer.mailer.default.transport.smtp.password' => 'AbatiReply-10',
'swiftmailer.mailer.default.transport.smtp.auth_mode' => 'login',
'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
'swiftmailer.mailer.default.transport.smtp.stream_options' => [
],
'swiftmailer.mailer.default.spool.enabled' => true,
'swiftmailer.mailer.default.plugin.impersonate' => NULL,
'swiftmailer.mailer.default.single_address' => NULL,
'swiftmailer.mailer.default.delivery.enabled' => true,
'swiftmailer.spool.enabled' => true,
'swiftmailer.delivery.enabled' => true,
'swiftmailer.single_address' => NULL,
'swiftmailer.mailers' => [
'default' => 'swiftmailer.mailer.default',
],
'swiftmailer.default_mailer' => 'default',
'lexik_jwt_authentication.token_ttl' => 3600,
'lexik_jwt_authentication.clock_skew' => 0,
'lexik_jwt_authentication.user_identity_field' => 'username',
'lexik_jwt_authentication.allow_no_expiration' => false,
'lexik_jwt_authentication.user_id_claim' => 'username',
'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
'pentatrion_vite.public_directory' => '/public',
'pentatrion_vite.default_build' => 'default',
'pentatrion_vite.builds' => [
'default' => [
'base' => '/build/',
'script_attributes' => [
],
'link_attributes' => [
],
],
],
'pentatrion_vite.proxy_origin' => NULL,
'pentatrion_vite.throw_on_missing_entry' => false,
'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',
],
'swiftmailer.data_collector' => [
0 => 'swiftmailer',
1 => '@Swiftmailer/Collector/swiftmailer.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.mercure' => [
0 => 'mercure',
1 => '@Mercure/Collector/mercure.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}