<?php
namespace ContainerKpmkCDW;
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\\Api\\Blog\\GetBlogLast' => 'getGetBlogLastService',
'App\\Controller\\Api\\Blog\\GetBlogs' => 'getGetBlogsService',
'App\\Controller\\Api\\Cart\\Gift\\CreateGiftCart' => 'getCreateGiftCartService',
'App\\Controller\\Api\\Cart\\Gift\\CreateOrRemoveGiftCart' => 'getCreateOrRemoveGiftCartService',
'App\\Controller\\Api\\Cart\\Gift\\GetUserGiftCarts' => 'getGetUserGiftCartsService',
'App\\Controller\\Api\\Cart\\Gift\\RemoveGiftCart' => 'getRemoveGiftCartService',
'App\\Controller\\Api\\Cart\\Operation\\CreateOrRemoveOperationCart' => 'getCreateOrRemoveOperationCartService',
'App\\Controller\\Api\\Cart\\Operation\\GetUserOperationCarts' => 'getGetUserOperationCartsService',
'App\\Controller\\Api\\CreateAloneIbanBicByUser' => 'getCreateAloneIbanBicByUserService',
'App\\Controller\\Api\\CreateOrder' => 'getCreateOrderService',
'App\\Controller\\Api\\DownloadPersonalData' => 'getDownloadPersonalDataService',
'App\\Controller\\Api\\Gift\\GetGifts' => 'getGetGiftsService',
'App\\Controller\\Api\\Gift\\GetOneGift' => 'getGetOneGiftService',
'App\\Controller\\Api\\Gift\\GetOrderByUser' => 'getGetOrderByUserService',
'App\\Controller\\Api\\InitializeUserPassword' => 'getInitializeUserPasswordService',
'App\\Controller\\Api\\Item\\Puntos\\CountPuntosGodparent' => 'getCountPuntosGodparentService',
'App\\Controller\\Api\\MediaObject\\CreateMediaCouponAction' => 'getCreateMediaCouponActionService',
'App\\Controller\\Api\\MediaObject\\CreateMediaParticipationAction' => 'getCreateMediaParticipationActionService',
'App\\Controller\\Api\\MediaObject\\CreateMediaProductAction' => 'getCreateMediaProductActionService',
'App\\Controller\\Api\\OperationCode\\OdrCode\\GetOdrCodeByParticipationId' => 'getGetOdrCodeByParticipationIdService',
'App\\Controller\\Api\\Operation\\Coupon\\GetAllPublicCoupons' => 'getGetAllPublicCouponsService',
'App\\Controller\\Api\\Operation\\Coupon\\GetCouponsByUserDepartment' => 'getGetCouponsByUserDepartmentService',
'App\\Controller\\Api\\Operation\\Coupon\\GetOnePublicCoupon' => 'getGetOnePublicCouponService',
'App\\Controller\\Api\\Operation\\Multi\\GetAllMultiOfferCoupon' => 'getGetAllMultiOfferCouponService',
'App\\Controller\\Api\\Operation\\Multi\\GetAllMultiOfferOdr' => 'getGetAllMultiOfferOdrService',
'App\\Controller\\Api\\Operation\\Multi\\GetMultiCouponByUser' => 'getGetMultiCouponByUserService',
'App\\Controller\\Api\\Operation\\Multi\\GetMultiOfferOdrByUserDepartment' => 'getGetMultiOfferOdrByUserDepartmentService',
'App\\Controller\\Api\\Operation\\Multi\\GetOneMultiOfferByUserDepartment' => 'getGetOneMultiOfferByUserDepartmentService',
'App\\Controller\\Api\\Operation\\Multi\\GetOnePublicMultiOdr' => 'getGetOnePublicMultiOdrService',
'App\\Controller\\Api\\Operation\\Odr\\GetAllPublicOdrs' => 'getGetAllPublicOdrsService',
'App\\Controller\\Api\\Operation\\Odr\\GetOdrParticipationByUser' => 'getGetOdrParticipationByUserService',
'App\\Controller\\Api\\Operation\\Odr\\GetOneOdr' => 'getGetOneOdrService',
'App\\Controller\\Api\\Operation\\Odr\\GetOneOperationOdr' => 'getGetOneOperationOdrService',
'App\\Controller\\Api\\Operation\\Puntos\\GetAllPublicPuntos' => 'getGetAllPublicPuntosService',
'App\\Controller\\Api\\Operation\\Puntos\\GetPuntosByUserDepartment' => 'getGetPuntosByUserDepartmentService',
'App\\Controller\\Api\\Operation\\Sponsorship\\GetAllPublicSponsorship' => 'getGetAllPublicSponsorshipService',
'App\\Controller\\Api\\Operation\\Step\\GetAllPublicSteps' => 'getGetAllPublicStepsService',
'App\\Controller\\Api\\Operation\\Step\\GetStepsByUserDepartment' => 'getGetStepsByUserDepartmentService',
'App\\Controller\\Api\\Participation\\Coupon\\GetNbParticipationCouponByOperationId' => 'getGetNbParticipationCouponByOperationIdService',
'App\\Controller\\Api\\Participation\\Draw\\GetParticipationDrawsByUser' => 'getGetParticipationDrawsByUserService',
'App\\Controller\\Api\\Participation\\Draw\\GetParticipationDrawsByUserByOperation' => 'getGetParticipationDrawsByUserByOperationService',
'App\\Controller\\Api\\Participation\\Draw\\PostParticipationDraw' => 'getPostParticipationDrawService',
'App\\Controller\\Api\\Participation\\Multi\\ConfirmationParticipationMultiOdrByUser' => 'getConfirmationParticipationMultiOdrByUserService',
'App\\Controller\\Api\\Participation\\Multi\\CreateParticipationMultiOdrByUser' => 'getCreateParticipationMultiOdrByUserService',
'App\\Controller\\Api\\Participation\\Multi\\GetNbParticipationByOperationId' => 'getGetNbParticipationByOperationIdService',
'App\\Controller\\Api\\Participation\\Multi\\GetParticipationMultiOdrById' => 'getGetParticipationMultiOdrByIdService',
'App\\Controller\\Api\\Participation\\Multi\\GetParticipationMultiOdrByUser' => 'getGetParticipationMultiOdrByUserService',
'App\\Controller\\Api\\Participation\\Multi\\GetParticipationMultiOdrByUserByOperation' => 'getGetParticipationMultiOdrByUserByOperationService',
'App\\Controller\\Api\\Participation\\Multi\\GetReParticipationMultiOdrById' => 'getGetReParticipationMultiOdrByIdService',
'App\\Controller\\Api\\Participation\\Multi\\UpdateBankInformationParticipationMultiOdrById' => 'getUpdateBankInformationParticipationMultiOdrByIdService',
'App\\Controller\\Api\\Participation\\Odr\\ConfirmationParticipationOdrByUser' => 'getConfirmationParticipationOdrByUserService',
'App\\Controller\\Api\\Participation\\Odr\\CreateParticipationOdrByUser' => 'getCreateParticipationOdrByUserService',
'App\\Controller\\Api\\Participation\\Odr\\GetNbParticipationByOperationOdrId' => 'getGetNbParticipationByOperationOdrIdService',
'App\\Controller\\Api\\Participation\\Odr\\GetParticipationOdrsById' => 'getGetParticipationOdrsByIdService',
'App\\Controller\\Api\\Participation\\Odr\\GetParticipationOdrsByUser' => 'getGetParticipationOdrsByUserService',
'App\\Controller\\Api\\Participation\\Odr\\GetParticipationOdrsByUserByOperation' => 'getGetParticipationOdrsByUserByOperationService',
'App\\Controller\\Api\\Participation\\Odr\\GetReParticipationOdrsById' => 'getGetReParticipationOdrsByIdService',
'App\\Controller\\Api\\Participation\\Puntos\\GetAvailablePuntosByUser' => 'getGetAvailablePuntosByUserService',
'App\\Controller\\Api\\Participation\\Puntos\\GetParticipationPuntosByUser' => 'getGetParticipationPuntosByUserService',
'App\\Controller\\Api\\Participation\\Puntos\\GetTotalPuntosByUser' => 'getGetTotalPuntosByUserService',
'App\\Controller\\Api\\Participation\\Puntos\\PostParticipationPuntosByUser' => 'getPostParticipationPuntosByUserService',
'App\\Controller\\Api\\Participation\\Refund\\GetParticipationRefundsByUser' => 'getGetParticipationRefundsByUserService',
'App\\Controller\\Api\\Participation\\Refund\\RefundPurseExpiringByUser' => 'getRefundPurseExpiringByUserService',
'App\\Controller\\Api\\Participation\\Step\\GetParticipationStepsByUser' => 'getGetParticipationStepsByUserService',
'App\\Controller\\Api\\Participation\\Step\\PostParticipationStepsByUser' => 'getPostParticipationStepsByUserService',
'App\\Controller\\Api\\PurseAvailableByUser' => 'getPurseAvailableByUserService',
'App\\Controller\\Api\\PurseExpiringByUser' => 'getPurseExpiringByUserService',
'App\\Controller\\Api\\Recipe\\GetNumberOfRecipes' => 'getGetNumberOfRecipesService',
'App\\Controller\\Api\\ResetUserPassword' => 'getResetUserPasswordService',
'App\\Controller\\Api\\SendFeedsUserToCrm' => 'getSendFeedsUserToCrmService',
'App\\Controller\\Api\\SocialNetworkUserCheck' => 'getSocialNetworkUserCheckService',
'App\\Controller\\Api\\SoftUserDelete' => 'getSoftUserDeleteService',
'App\\Controller\\Api\\SponsorshipRequest\\GetGodChildsByGodFatherUser' => 'getGetGodChildsByGodFatherUserService',
'App\\Controller\\Api\\SponsorshipRequest\\GetGodFatherByGodChildEmail' => 'getGetGodFatherByGodChildEmailService',
'App\\Controller\\Api\\SponsorshipRequest\\PostMultipleSponsorshipRequests' => 'getPostMultipleSponsorshipRequestsService',
'App\\Controller\\Api\\SponsorshipRequest\\PostSponsorshipRequestGodChild' => 'getPostSponsorshipRequestGodChildService',
'App\\Controller\\Api\\UpdateOptinUserFromIsoskele' => 'getUpdateOptinUserFromIsoskeleService',
'App\\Controller\\Api\\UpdateOptinUserFromSalesforce' => 'getUpdateOptinUserFromSalesforceService',
'App\\Controller\\Api\\UserRegister' => 'getUserRegisterService',
'App\\Controller\\Blog\\BlogController' => 'getBlogControllerService',
'App\\Controller\\Blog\\BlogTagController' => 'getBlogTagControllerService',
'App\\Controller\\Catalog\\GiftCodeController' => 'getGiftCodeControllerService',
'App\\Controller\\Catalog\\GiftController' => 'getGiftControllerService',
'App\\Controller\\Catalog\\GiftLevelController' => 'getGiftLevelControllerService',
'App\\Controller\\CookiesController' => 'getCookiesControllerService',
'App\\Controller\\CsvExportController' => 'getCsvExportControllerService',
'App\\Controller\\Faq\\FaqController' => 'getFaqControllerService',
'App\\Controller\\HomeController' => 'getHomeControllerService',
'App\\Controller\\Knowledge\\KnowledgeController' => 'getKnowledgeControllerService',
'App\\Controller\\Library\\LibraryImageController' => 'getLibraryImageControllerService',
'App\\Controller\\Library\\LibraryPdfController' => 'getLibraryPdfControllerService',
'App\\Controller\\ListController' => 'getListControllerService',
'App\\Controller\\MentionLegal\\MentionLegalController' => 'getMentionLegalControllerService',
'App\\Controller\\MenuController' => 'getMenuControllerService',
'App\\Controller\\NewsletterController' => 'getNewsletterControllerService',
'App\\Controller\\OperationCode\\DrawCodeController' => 'getDrawCodeControllerService',
'App\\Controller\\OperationCode\\OdrCodeController' => 'getOdrCodeControllerService',
'App\\Controller\\Operation\\CouponController' => 'getCouponControllerService',
'App\\Controller\\Operation\\DrawController' => 'getDrawControllerService',
'App\\Controller\\Operation\\GameController' => 'getGameControllerService',
'App\\Controller\\Operation\\MultiChannelOfferController' => 'getMultiChannelOfferControllerService',
'App\\Controller\\Operation\\MultiOfferController' => 'getMultiOfferControllerService',
'App\\Controller\\Operation\\OdrController' => 'getOdrControllerService',
'App\\Controller\\Operation\\OdrPrimeController' => 'getOdrPrimeControllerService',
'App\\Controller\\Operation\\OperationController' => 'getOperationControllerService',
'App\\Controller\\ParticipationController' => 'getParticipationControllerService',
'App\\Controller\\PersonalDataController' => 'getPersonalDataControllerService',
'App\\Controller\\Recipe\\IngredientController' => 'getIngredientControllerService',
'App\\Controller\\Recipe\\IngredientOperationController' => 'getIngredientOperationControllerService',
'App\\Controller\\Recipe\\RecipeController' => 'getRecipeControllerService',
'App\\Controller\\Recipe\\RecipeTypeController' => 'getRecipeTypeControllerService',
'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
'App\\Controller\\Reporting\\ReportingController' => 'getReportingControllerService',
'App\\Controller\\SecurityController' => 'getSecurityControllerService',
'App\\Controller\\Security\\PermissionController' => 'getPermissionControllerService',
'App\\Controller\\Security\\ProfileController' => 'getProfileControllerService',
'App\\Controller\\Slider\\SliderController' => 'getSliderControllerService',
'App\\Controller\\SogecAbstractController' => 'getSogecAbstractControllerService',
'App\\Controller\\Sogec\\DocumentationController' => 'getDocumentationControllerService',
'App\\Controller\\Sogec\\PersonnalisationController' => 'getPersonnalisationControllerService',
'App\\Controller\\Sogec\\PromotionController' => 'getPromotionControllerService',
'App\\Controller\\Tas\\TasController' => 'getTasControllerService',
'App\\Controller\\Tas\\TasDrawController' => 'getTasDrawControllerService',
'App\\Controller\\TestingController' => 'getTestingControllerService',
'App\\Controller\\User\\ConsumerController' => 'getConsumerControllerService',
'App\\Controller\\User\\ReferentController' => 'getReferentControllerService',
'App\\Controller\\User\\StrateController' => 'getStrateControllerService',
'App\\Controller\\User\\UserController' => 'getUserControllerService',
'App\\Controller\\WebsiteParams\\GameParamsController' => 'getGameParamsControllerService',
'App\\Controller\\WebsiteParams\\ModuleParamsController' => 'getModuleParamsControllerService',
'App\\Helper\\FileNamerHelper' => 'getFileNamerHelperService',
'App\\Helper\\FileNamerHelper.blog_image' => 'getFileNamerHelper_BlogImageService',
'App\\Helper\\FileNamerHelper.draw_image' => 'getFileNamerHelper_DrawImageService',
'App\\Helper\\FileNamerHelper.game_image' => 'getFileNamerHelper_GameImageService',
'App\\Helper\\FileNamerHelper.gift_code' => 'getFileNamerHelper_GiftCodeService',
'App\\Helper\\FileNamerHelper.gift_image' => 'getFileNamerHelper_GiftImageService',
'App\\Helper\\FileNamerHelper.library_image' => 'getFileNamerHelper_LibraryImageService',
'App\\Helper\\FileNamerHelper.library_pdf' => 'getFileNamerHelper_LibraryPdfService',
'App\\Helper\\FileNamerHelper.multi_offer' => 'getFileNamerHelper_MultiOfferService',
'App\\Helper\\FileNamerHelper.recipe' => 'getFileNamerHelper_RecipeService',
'App\\Helper\\FileNamerHelper.slider_image' => 'getFileNamerHelper_SliderImageService',
'App\\Helper\\FileNamerHelper.website_params_image' => 'getFileNamerHelper_WebsiteParamsImageService',
'App\\Manager\\CsvManager' => 'getCsvManagerService',
'App\\Manager\\LogoManager' => 'getLogoManagerService',
'App\\Manager\\Paginator\\PaginatorManager' => 'getPaginatorManagerService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'Faker\\Generator' => 'getGeneratorService',
'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.coupon' => 'getSmartUniqueNamer_CouponService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.draw_code' => 'getSmartUniqueNamer_DrawCodeService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.knowledge_response_image' => 'getSmartUniqueNamer_KnowledgeResponseImageService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.media_object' => 'getSmartUniqueNamer_MediaObjectService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.odr_code' => 'getSmartUniqueNamer_OdrCodeService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.odr_image' => 'getSmartUniqueNamer_OdrImageService',
'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
'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.public_alias.App\\Command\\SoftDeleteCommand' => 'getSoftDeleteCommandService',
'console.command.public_alias.App\\Command\\sendMailBeforeDeleteCommand' => 'getSendMailBeforeDeleteCommandService',
'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_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'error_controller' => 'getErrorControllerService',
'event_dispatcher' => 'getEventDispatcherService',
'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
'http_kernel' => 'getHttpKernelService',
'jms_serializer' => 'getJmsSerializerService',
'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
'knp_menu.factory' => 'getKnpMenu_FactoryService',
'knp_menu.matcher' => 'getKnpMenu_MatcherService',
'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',
'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
'messenger.default_bus' => 'getMessenger_DefaultBusService',
'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
'monolog.logger.shannon' => 'getMonolog_Logger_ShannonService',
'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
'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 = [
'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
'api_platform.action.delete_item' => 'api_platform.action.placeholder',
'api_platform.action.get_collection' => 'api_platform.action.placeholder',
'api_platform.action.get_item' => 'api_platform.action.placeholder',
'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
'api_platform.action.patch_item' => 'api_platform.action.placeholder',
'api_platform.action.post_collection' => 'api_platform.action.placeholder',
'api_platform.action.put_item' => 'api_platform.action.placeholder',
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
];
$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).'/src/EventListener/RequestListener.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/Restrictions/MaintenanceListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/RequestSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Helper/GenericHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/SogecAbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Manager/LogoManager.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.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).'/src/Manager/User/PermissionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/MenuRepository.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/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/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/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/JsonManifestVersionStrategy.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/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/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/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/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/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/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/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/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/Dbal/SchemaAssetsFilterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/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/Middleware/BacktraceDebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
include_once \dirname(__DIR__, 4).'/vendor/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/symfony/monolog-bridge/Handler/ConsoleHandler.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/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.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/kevinpapst/adminlte-bundle/Helper/ContextHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.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/api-platform/core/src/Api/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.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/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/MetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Cache/FileCache.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/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.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/ObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.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/api-platform/core/src/Serializer/ContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.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/Normalizer/MimeMessageNormalizer.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/NormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.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/api-platform/core/src/JsonLd/Serializer/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/YamlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.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/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.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/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/KiwiRoutingExtension.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/ArrayKeysContains.php';
include_once \dirname(__DIR__, 4).'/src/Twig/GetClass.php';
include_once \dirname(__DIR__, 4).'/src/Twig/SortDirectionIcon.php';
include_once \dirname(__DIR__, 4).'/src/Twig/StringFilter.php';
include_once \dirname(__DIR__, 4).'/src/Twig/UrlMediaLink.php';
include_once \dirname(__DIR__, 4).'/src/Twig/UserHasPermission.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Twig/AdminExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.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/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/LazyFilterExtension.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).'/src/Manager/Participation/ParticipationMultiOfferManager.php';
include_once \dirname(__DIR__, 4).'/src/Manager/Participation/ParticipationOdrManager.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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());
yield 1 => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
}, 2));
}
/**
* 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';
$a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
if (isset($this->services['.container.private.form.factory'])) {
return $this->services['.container.private.form.factory'];
}
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
}
/**
* 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.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
$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.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
$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()));
$d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
$d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
$d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
$d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
$d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
$d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
$d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
$f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$g->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
$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()), true));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
$instance->add($e);
$instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
$instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add($f);
$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 \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
$instance->add($g);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['.container.private.security.authorization_checker'])) {
return $this->services['.container.private.security.authorization_checker'];
}
return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false, false, false);
}
/**
* Gets the public '.container.private.security.csrf.token_manager' shared service.
*
* @return \Symfony\Component\Security\Csrf\CsrfTokenManager
*/
protected function get_Container_Private_Security_Csrf_TokenManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public '.container.private.security.password_encoder' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
*
* @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
*/
protected function get_Container_Private_Security_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.serializer' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function get_Container_Private_SerializerService()
{
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$d = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$e = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$f = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$g = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$h = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$i = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$j = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$k = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$l = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL);
$m = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULL, NULL, $k, $a)], [0 => $l]));
$n = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($m);
$o = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
$p = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($o, $b, $c, $d, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), $e, NULL, $f, NULL, false, 'oauth2', 'application', '', '', [], [], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true, 'page', false, 'itemsPerPage', $this->parameters['api_platform.formats'], false, 'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULL, true, $m));
$q = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
$r = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
$s = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
$t = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
$u = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($t);
$v = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($t, $r, $k, $a, $u, NULL);
return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($k), 1 => new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), 2 => $n, 3 => $p, 4 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($q, [], $r), 5 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $r), 6 => $p, 7 => $n, 8 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($o, $b, $c, $s, NULL, $q, NULL, $r), 9 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($o, $g, $q), 10 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($q, true), 11 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 12 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 14 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 15 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($o, $b, $c, $g, $s, $h, $k, $r, $t, [], new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\DataTransformer\\OptinBrandChangeDataTransformer'] ?? $this->getOptinBrandChangeDataTransformerService());
yield 1 => ($this->privates['App\\DataTransformer\\ParticipationStatusDataTransformer'] ?? $this->getParticipationStatusDataTransformerService());
yield 2 => ($this->privates['App\\DataTransformer\\PasswordChangeDataTransformer'] ?? $this->getPasswordChangeDataTransformerService());
yield 3 => ($this->privates['App\\DataTransformer\\UserPasswordDataTransformer'] ?? $this->getUserPasswordDataTransformerService());
yield 4 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
}, 5), $i), 16 => new \ApiPlatform\Serializer\ItemNormalizer($b, $c, $g, $s, $k, $r, $t, $j, false, NULL, new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\DataTransformer\\OptinBrandChangeDataTransformer'] ?? $this->getOptinBrandChangeDataTransformerService());
yield 1 => ($this->privates['App\\DataTransformer\\ParticipationStatusDataTransformer'] ?? $this->getParticipationStatusDataTransformerService());
yield 2 => ($this->privates['App\\DataTransformer\\PasswordChangeDataTransformer'] ?? $this->getPasswordChangeDataTransformerService());
yield 3 => ($this->privates['App\\DataTransformer\\UserPasswordDataTransformer'] ?? $this->getUserPasswordDataTransformerService());
yield 4 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
}, 5), $o, $i), 17 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $r), 19 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($t, $r, $a, $u, NULL)), 20 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 24 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 25 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($h, $s, $g, NULL), 'page', 'pagination', $o, $k), $o, $s, $f), 26 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 27 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($v, $g, $h), 28 => $v], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => $l, 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), 4 => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), 5 => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
}
/**
* 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/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/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/kevinpapst/adminlte-bundle/Resources/views'), 'AdminLTE');
$a->addPath((\dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Resources/views'), '!AdminLTE');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
$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/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
$a->addPath((\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
$a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
$a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/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, ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
$e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$f = ($this->services['router'] ?? $this->getRouterService());
$g = ($this->privates['App\\Manager\\User\\PermissionManager'] ?? $this->getPermissionManagerService());
$h = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$j->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $e]);
$k = new \Knp\Menu\Util\MenuManipulator();
$l = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
$m = new \Symfony\Bridge\Twig\AppVariable();
$m->setEnvironment('dev');
$m->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$m->setTokenStorage($i);
}
if ($this->has('request_stack')) {
$m->setRequestStack($h);
}
$n = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
$o = 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($d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \App\Twig\KiwiRoutingExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f), $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($h, $f)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($h));
$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($h, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
$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\ArrayKeysContains());
$instance->addExtension(new \App\Twig\GetClass());
$instance->addExtension(new \App\Twig\SortDirectionIcon());
$instance->addExtension(new \App\Twig\StringFilter());
$instance->addExtension(new \App\Twig\UrlMediaLink(($this->privates['App\\Helper\\GenericHelper'] ?? ($this->privates['App\\Helper\\GenericHelper'] = new \App\Helper\GenericHelper()))));
$instance->addExtension(new \App\Twig\UserHasPermission($g, ($this->privates['App\\Repository\\MenuRepository'] ?? $this->getMenuRepositoryService())));
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
$instance->addExtension(new \KevinPapst\AdminLTEBundle\Twig\AdminExtension());
$instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'list' => ['privates', 'knp_menu.renderer.list', 'getKnpMenu_Renderer_ListService', false],
'twig' => ['privates', 'knp_menu.renderer.twig', 'getKnpMenu_Renderer_TwigService', false],
], [
'list' => '?',
'twig' => '?',
]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
yield 1 => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
}, 2)), $k, $l), $l, $k));
$instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f, $c)));
$instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'webpack_encore.entrypoint_lookup_collection' => ['privates', 'webpack_encore.entrypoint_lookup_collection', 'getWebpackEncore_EntrypointLookupCollectionService', false],
'webpack_encore.tag_renderer' => ['privates', 'webpack_encore.tag_renderer', 'getWebpackEncore_TagRendererService', false],
], [
'webpack_encore.entrypoint_lookup_collection' => '?',
'webpack_encore.tag_renderer' => '?',
])));
$instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
$instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
$instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
$instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f, $d, $h, $instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
$instance->addExtension(new \Liip\ImagineBundle\Templating\LazyFilterExtension());
$instance->addGlobal('app', $m);
$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],
'KevinPapst\\AdminLTEBundle\\Twig\\RuntimeExtension' => ['privates', 'KevinPapst\\AdminLTEBundle\\Twig\\RuntimeExtension', 'getRuntimeExtensionService', false],
'KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension' => ['privates', 'KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension', 'getEventsExtensionService', false],
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates', 'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime', 'getUploaderExtensionRuntimeService', false],
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', false],
'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => ['privates', 'liip_imagine.templating.filter_runtime', 'getLiipImagine_Templating_FilterRuntimeService', false],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'KevinPapst\\AdminLTEBundle\\Twig\\RuntimeExtension' => '?',
'KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension' => '?',
'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => '?',
])));
$instance->addGlobal('front_url', $this->getEnv('FRONT_URL'));
$instance->addGlobal('app_env_back', $this->getEnv('APP_ENV_BACK'));
$instance->addGlobal('participationMultiOfferManager', new \App\Manager\Participation\ParticipationMultiOfferManager($n));
$instance->addGlobal('participationOdrManager', new \App\Manager\Participation\ParticipationOdrManager($n));
$instance->addGlobal('logoManager', ($this->services['App\\Manager\\LogoManager'] ?? $this->getLogoManagerService()));
$instance->registerUndefinedFilterCallback([0 => $o, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $o, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $o, 1 => 'suggestTag']);
$instance->addGlobal('admin_lte_context', ($this->privates['admin_lte_theme.context_helper'] ?? $this->getAdminLteTheme_ContextHelperService()));
(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\Api\Blog\GetBlogLast' shared autowired service.
*
* @return \App\Controller\Api\Blog\GetBlogLast
*/
protected function getGetBlogLastService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Blog/GetBlogLast.php';
$this->services['App\\Controller\\Api\\Blog\\GetBlogLast'] = $instance = new \App\Controller\Api\Blog\GetBlogLast(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Blog\\GetBlogLast', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Blog\GetBlogs' shared autowired service.
*
* @return \App\Controller\Api\Blog\GetBlogs
*/
protected function getGetBlogsService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Blog/GetBlogs.php';
$this->services['App\\Controller\\Api\\Blog\\GetBlogs'] = $instance = new \App\Controller\Api\Blog\GetBlogs(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Blog\\GetBlogs', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Cart\Gift\CreateGiftCart' shared autowired service.
*
* @return \App\Controller\Api\Cart\Gift\CreateGiftCart
*/
protected function getCreateGiftCartService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Cart/Gift/CreateGiftCart.php';
include_once \dirname(__DIR__, 4).'/src/Manager/Cart/GiftCartManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
$this->services['App\\Controller\\Api\\Cart\\Gift\\CreateGiftCart'] = $instance = new \App\Controller\Api\Cart\Gift\CreateGiftCart($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), new \App\Manager\Cart\GiftCartManager($a));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Cart\\Gift\\CreateGiftCart', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Cart\Gift\CreateOrRemoveGiftCart' shared autowired service.
*
* @return \App\Controller\Api\Cart\Gift\CreateOrRemoveGiftCart
*/
protected function getCreateOrRemoveGiftCartService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Cart/Gift/CreateOrRemoveGiftCart.php';
$this->services['App\\Controller\\Api\\Cart\\Gift\\CreateOrRemoveGiftCart'] = $instance = new \App\Controller\Api\Cart\Gift\CreateOrRemoveGiftCart(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Cart\\Gift\\CreateOrRemoveGiftCart', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Cart\Gift\GetUserGiftCarts' shared autowired service.
*
* @return \App\Controller\Api\Cart\Gift\GetUserGiftCarts
*/
protected function getGetUserGiftCartsService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Cart/Gift/GetUserGiftCarts.php';
$this->services['App\\Controller\\Api\\Cart\\Gift\\GetUserGiftCarts'] = $instance = new \App\Controller\Api\Cart\Gift\GetUserGiftCarts(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Cart\\Gift\\GetUserGiftCarts', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Cart\Gift\RemoveGiftCart' shared autowired service.
*
* @return \App\Controller\Api\Cart\Gift\RemoveGiftCart
*/
protected function getRemoveGiftCartService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Cart/Gift/RemoveGiftCart.php';
$this->services['App\\Controller\\Api\\Cart\\Gift\\RemoveGiftCart'] = $instance = new \App\Controller\Api\Cart\Gift\RemoveGiftCart(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Cart\\Gift\\RemoveGiftCart', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Cart\Operation\CreateOrRemoveOperationCart' shared autowired service.
*
* @return \App\Controller\Api\Cart\Operation\CreateOrRemoveOperationCart
*/
protected function getCreateOrRemoveOperationCartService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Cart/Operation/CreateOrRemoveOperationCart.php';
$this->services['App\\Controller\\Api\\Cart\\Operation\\CreateOrRemoveOperationCart'] = $instance = new \App\Controller\Api\Cart\Operation\CreateOrRemoveOperationCart(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Cart\\Operation\\CreateOrRemoveOperationCart', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Cart\Operation\GetUserOperationCarts' shared autowired service.
*
* @return \App\Controller\Api\Cart\Operation\GetUserOperationCarts
*/
protected function getGetUserOperationCartsService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Cart/Operation/GetUserOperationCarts.php';
$this->services['App\\Controller\\Api\\Cart\\Operation\\GetUserOperationCarts'] = $instance = new \App\Controller\Api\Cart\Operation\GetUserOperationCarts(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Cart\\Operation\\GetUserOperationCarts', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\CreateAloneIbanBicByUser' shared autowired service.
*
* @return \App\Controller\Api\CreateAloneIbanBicByUser
*/
protected function getCreateAloneIbanBicByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/CreateAloneIbanBicByUser.php';
include_once \dirname(__DIR__, 4).'/src/Service/CodeEncryption.php';
$this->services['App\\Controller\\Api\\CreateAloneIbanBicByUser'] = $instance = new \App\Controller\Api\CreateAloneIbanBicByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\CreateAloneIbanBicByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\CreateOrder' shared autowired service.
*
* @return \App\Controller\Api\CreateOrder
*/
protected function getCreateOrderService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/CreateOrder.php';
include_once \dirname(__DIR__, 4).'/src/Manager/Address/OrderManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
$this->services['App\\Controller\\Api\\CreateOrder'] = $instance = new \App\Controller\Api\CreateOrder($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), new \App\Manager\Address\OrderManager($a), ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['App\\Manager\\Purse\\PurseManager'] ?? $this->getPurseManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\CreateOrder', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\DownloadPersonalData' shared autowired service.
*
* @return \App\Controller\Api\DownloadPersonalData
*/
protected function getDownloadPersonalDataService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/DownloadPersonalData.php';
$this->services['App\\Controller\\Api\\DownloadPersonalData'] = $instance = new \App\Controller\Api\DownloadPersonalData(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\DownloadPersonalData', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Gift\GetGifts' shared autowired service.
*
* @return \App\Controller\Api\Gift\GetGifts
*/
protected function getGetGiftsService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Gift/GetGifts.php';
$this->services['App\\Controller\\Api\\Gift\\GetGifts'] = $instance = new \App\Controller\Api\Gift\GetGifts(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Gift\\GetGifts', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Gift\GetOneGift' shared autowired service.
*
* @return \App\Controller\Api\Gift\GetOneGift
*/
protected function getGetOneGiftService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Gift/GetOneGift.php';
$this->services['App\\Controller\\Api\\Gift\\GetOneGift'] = $instance = new \App\Controller\Api\Gift\GetOneGift(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Gift\\GetOneGift', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Gift\GetOrderByUser' shared autowired service.
*
* @return \App\Controller\Api\Gift\GetOrderByUser
*/
protected function getGetOrderByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Gift/GetOrderByUser.php';
$this->services['App\\Controller\\Api\\Gift\\GetOrderByUser'] = $instance = new \App\Controller\Api\Gift\GetOrderByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Gift\\GetOrderByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\InitializeUserPassword' shared autowired service.
*
* @return \App\Controller\Api\InitializeUserPassword
*/
protected function getInitializeUserPasswordService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/InitializeUserPassword.php';
$this->services['App\\Controller\\Api\\InitializeUserPassword'] = $instance = new \App\Controller\Api\InitializeUserPassword(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\InitializeUserPassword', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Item\Puntos\CountPuntosGodparent' shared autowired service.
*
* @return \App\Controller\Api\Item\Puntos\CountPuntosGodparent
*/
protected function getCountPuntosGodparentService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Item/Puntos/CountPuntosGodparent.php';
$this->services['App\\Controller\\Api\\Item\\Puntos\\CountPuntosGodparent'] = $instance = new \App\Controller\Api\Item\Puntos\CountPuntosGodparent(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Item\\Puntos\\CountPuntosGodparent', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\MediaObject\CreateMediaCouponAction' shared autowired service.
*
* @return \App\Controller\Api\MediaObject\CreateMediaCouponAction
*/
protected function getCreateMediaCouponActionService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/MediaObject/CreateMediaCouponAction.php';
return $this->services['App\\Controller\\Api\\MediaObject\\CreateMediaCouponAction'] = new \App\Controller\Api\MediaObject\CreateMediaCouponAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'App\Controller\Api\MediaObject\CreateMediaParticipationAction' shared autowired service.
*
* @return \App\Controller\Api\MediaObject\CreateMediaParticipationAction
*/
protected function getCreateMediaParticipationActionService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/MediaObject/CreateMediaParticipationAction.php';
return $this->services['App\\Controller\\Api\\MediaObject\\CreateMediaParticipationAction'] = new \App\Controller\Api\MediaObject\CreateMediaParticipationAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'App\Controller\Api\MediaObject\CreateMediaProductAction' shared autowired service.
*
* @return \App\Controller\Api\MediaObject\CreateMediaProductAction
*/
protected function getCreateMediaProductActionService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/MediaObject/CreateMediaProductAction.php';
return $this->services['App\\Controller\\Api\\MediaObject\\CreateMediaProductAction'] = new \App\Controller\Api\MediaObject\CreateMediaProductAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'App\Controller\Api\OperationCode\OdrCode\GetOdrCodeByParticipationId' shared autowired service.
*
* @return \App\Controller\Api\OperationCode\OdrCode\GetOdrCodeByParticipationId
*/
protected function getGetOdrCodeByParticipationIdService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/OperationCode/OdrCode/GetOdrCodeByParticipationId.php';
include_once \dirname(__DIR__, 4).'/src/Service/CodeEncryption.php';
$this->services['App\\Controller\\Api\\OperationCode\\OdrCode\\GetOdrCodeByParticipationId'] = $instance = new \App\Controller\Api\OperationCode\OdrCode\GetOdrCodeByParticipationId(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\OperationCode\\OdrCode\\GetOdrCodeByParticipationId', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Operation\Coupon\GetAllPublicCoupons' shared autowired service.
*
* @return \App\Controller\Api\Operation\Coupon\GetAllPublicCoupons
*/
protected function getGetAllPublicCouponsService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Operation/Coupon/GetAllPublicCoupons.php';
$this->services['App\\Controller\\Api\\Operation\\Coupon\\GetAllPublicCoupons'] = $instance = new \App\Controller\Api\Operation\Coupon\GetAllPublicCoupons(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Coupon\\GetAllPublicCoupons', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Operation\Coupon\GetCouponsByUserDepartment' shared autowired service.
*
* @return \App\Controller\Api\Operation\Coupon\GetCouponsByUserDepartment
*/
protected function getGetCouponsByUserDepartmentService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Operation/Coupon/GetCouponsByUserDepartment.php';
$this->services['App\\Controller\\Api\\Operation\\Coupon\\GetCouponsByUserDepartment'] = $instance = new \App\Controller\Api\Operation\Coupon\GetCouponsByUserDepartment(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Coupon\\GetCouponsByUserDepartment', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Operation\Coupon\GetOnePublicCoupon' shared autowired service.
*
* @return \App\Controller\Api\Operation\Coupon\GetOnePublicCoupon
*/
protected function getGetOnePublicCouponService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Operation/Coupon/GetOnePublicCoupon.php';
$this->services['App\\Controller\\Api\\Operation\\Coupon\\GetOnePublicCoupon'] = $instance = new \App\Controller\Api\Operation\Coupon\GetOnePublicCoupon(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Coupon\\GetOnePublicCoupon', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Operation\Multi\GetAllMultiOfferCoupon' shared autowired service.
*
* @return \App\Controller\Api\Operation\Multi\GetAllMultiOfferCoupon
*/
protected function getGetAllMultiOfferCouponService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Operation/Multi/GetAllMultiOfferCoupon.php';
$this->services['App\\Controller\\Api\\Operation\\Multi\\GetAllMultiOfferCoupon'] = $instance = new \App\Controller\Api\Operation\Multi\GetAllMultiOfferCoupon(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Multi\\GetAllMultiOfferCoupon', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Operation\Multi\GetAllMultiOfferOdr' shared autowired service.
*
* @return \App\Controller\Api\Operation\Multi\GetAllMultiOfferOdr
*/
protected function getGetAllMultiOfferOdrService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Operation/Multi/GetAllMultiOfferOdr.php';
$this->services['App\\Controller\\Api\\Operation\\Multi\\GetAllMultiOfferOdr'] = $instance = new \App\Controller\Api\Operation\Multi\GetAllMultiOfferOdr(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Multi\\GetAllMultiOfferOdr', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Operation\Multi\GetMultiCouponByUser' shared autowired service.
*
* @return \App\Controller\Api\Operation\Multi\GetMultiCouponByUser
*/
protected function getGetMultiCouponByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Operation/Multi/GetMultiCouponByUser.php';
$this->services['App\\Controller\\Api\\Operation\\Multi\\GetMultiCouponByUser'] = $instance = new \App\Controller\Api\Operation\Multi\GetMultiCouponByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Multi\\GetMultiCouponByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Operation\Multi\GetMultiOfferOdrByUserDepartment' shared autowired service.
*
* @return \App\Controller\Api\Operation\Multi\GetMultiOfferOdrByUserDepartment
*/
protected function getGetMultiOfferOdrByUserDepartmentService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Operation/Multi/GetMultiOfferOdrByUserDepartment.php';
$this->services['App\\Controller\\Api\\Operation\\Multi\\GetMultiOfferOdrByUserDepartment'] = $instance = new \App\Controller\Api\Operation\Multi\GetMultiOfferOdrByUserDepartment(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Multi\\GetMultiOfferOdrByUserDepartment', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Operation\Multi\GetOneMultiOfferByUserDepartment' shared autowired service.
*
* @return \App\Controller\Api\Operation\Multi\GetOneMultiOfferByUserDepartment
*/
protected function getGetOneMultiOfferByUserDepartmentService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Operation/Multi/GetOneMultiOfferByUserDepartment.php';
return $this->services['App\\Controller\\Api\\Operation\\Multi\\GetOneMultiOfferByUserDepartment'] = new \App\Controller\Api\Operation\Multi\GetOneMultiOfferByUserDepartment(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'App\Controller\Api\Operation\Multi\GetOnePublicMultiOdr' shared autowired service.
*
* @return \App\Controller\Api\Operation\Multi\GetOnePublicMultiOdr
*/
protected function getGetOnePublicMultiOdrService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Operation/Multi/GetOnePublicMultiOdr.php';
$this->services['App\\Controller\\Api\\Operation\\Multi\\GetOnePublicMultiOdr'] = $instance = new \App\Controller\Api\Operation\Multi\GetOnePublicMultiOdr(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Multi\\GetOnePublicMultiOdr', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Operation\Odr\GetAllPublicOdrs' shared autowired service.
*
* @return \App\Controller\Api\Operation\Odr\GetAllPublicOdrs
*/
protected function getGetAllPublicOdrsService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Operation/Odr/GetAllPublicOdrs.php';
$this->services['App\\Controller\\Api\\Operation\\Odr\\GetAllPublicOdrs'] = $instance = new \App\Controller\Api\Operation\Odr\GetAllPublicOdrs(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Odr\\GetAllPublicOdrs', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Operation\Odr\GetOdrParticipationByUser' shared autowired service.
*
* @return \App\Controller\Api\Operation\Odr\GetOdrParticipationByUser
*/
protected function getGetOdrParticipationByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Operation/Odr/GetOdrParticipationByUser.php';
$this->services['App\\Controller\\Api\\Operation\\Odr\\GetOdrParticipationByUser'] = $instance = new \App\Controller\Api\Operation\Odr\GetOdrParticipationByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Odr\\GetOdrParticipationByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Operation\Odr\GetOneOdr' shared autowired service.
*
* @return \App\Controller\Api\Operation\Odr\GetOneOdr
*/
protected function getGetOneOdrService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Operation/Odr/GetOneOdr.php';
$this->services['App\\Controller\\Api\\Operation\\Odr\\GetOneOdr'] = $instance = new \App\Controller\Api\Operation\Odr\GetOneOdr(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Odr\\GetOneOdr', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Operation\Odr\GetOneOperationOdr' shared autowired service.
*
* @return \App\Controller\Api\Operation\Odr\GetOneOperationOdr
*/
protected function getGetOneOperationOdrService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Operation/Odr/GetOneOperationOdr.php';
$this->services['App\\Controller\\Api\\Operation\\Odr\\GetOneOperationOdr'] = $instance = new \App\Controller\Api\Operation\Odr\GetOneOperationOdr(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Odr\\GetOneOperationOdr', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Operation\Puntos\GetAllPublicPuntos' shared autowired service.
*
* @return \App\Controller\Api\Operation\Puntos\GetAllPublicPuntos
*/
protected function getGetAllPublicPuntosService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Operation/Puntos/GetAllPublicPuntos.php';
$this->services['App\\Controller\\Api\\Operation\\Puntos\\GetAllPublicPuntos'] = $instance = new \App\Controller\Api\Operation\Puntos\GetAllPublicPuntos(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Puntos\\GetAllPublicPuntos', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Operation\Puntos\GetPuntosByUserDepartment' shared autowired service.
*
* @return \App\Controller\Api\Operation\Puntos\GetPuntosByUserDepartment
*/
protected function getGetPuntosByUserDepartmentService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Operation/Puntos/GetPuntosByUserDepartment.php';
$this->services['App\\Controller\\Api\\Operation\\Puntos\\GetPuntosByUserDepartment'] = $instance = new \App\Controller\Api\Operation\Puntos\GetPuntosByUserDepartment(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Puntos\\GetPuntosByUserDepartment', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Operation\Sponsorship\GetAllPublicSponsorship' shared autowired service.
*
* @return \App\Controller\Api\Operation\Sponsorship\GetAllPublicSponsorship
*/
protected function getGetAllPublicSponsorshipService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Operation/Sponsorship/GetAllPublicSponsorship.php';
$this->services['App\\Controller\\Api\\Operation\\Sponsorship\\GetAllPublicSponsorship'] = $instance = new \App\Controller\Api\Operation\Sponsorship\GetAllPublicSponsorship(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Sponsorship\\GetAllPublicSponsorship', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Operation\Step\GetAllPublicSteps' shared autowired service.
*
* @return \App\Controller\Api\Operation\Step\GetAllPublicSteps
*/
protected function getGetAllPublicStepsService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Operation/Step/GetAllPublicSteps.php';
$this->services['App\\Controller\\Api\\Operation\\Step\\GetAllPublicSteps'] = $instance = new \App\Controller\Api\Operation\Step\GetAllPublicSteps(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Step\\GetAllPublicSteps', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Operation\Step\GetStepsByUserDepartment' shared autowired service.
*
* @return \App\Controller\Api\Operation\Step\GetStepsByUserDepartment
*/
protected function getGetStepsByUserDepartmentService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Operation/Step/GetStepsByUserDepartment.php';
$this->services['App\\Controller\\Api\\Operation\\Step\\GetStepsByUserDepartment'] = $instance = new \App\Controller\Api\Operation\Step\GetStepsByUserDepartment(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Operation\\Step\\GetStepsByUserDepartment', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Coupon\GetNbParticipationCouponByOperationId' shared autowired service.
*
* @return \App\Controller\Api\Participation\Coupon\GetNbParticipationCouponByOperationId
*/
protected function getGetNbParticipationCouponByOperationIdService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Coupon/GetNbParticipationCouponByOperationId.php';
$this->services['App\\Controller\\Api\\Participation\\Coupon\\GetNbParticipationCouponByOperationId'] = $instance = new \App\Controller\Api\Participation\Coupon\GetNbParticipationCouponByOperationId(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Coupon\\GetNbParticipationCouponByOperationId', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Draw\GetParticipationDrawsByUser' shared autowired service.
*
* @return \App\Controller\Api\Participation\Draw\GetParticipationDrawsByUser
*/
protected function getGetParticipationDrawsByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Draw/GetParticipationDrawsByUser.php';
$this->services['App\\Controller\\Api\\Participation\\Draw\\GetParticipationDrawsByUser'] = $instance = new \App\Controller\Api\Participation\Draw\GetParticipationDrawsByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Draw\\GetParticipationDrawsByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Draw\GetParticipationDrawsByUserByOperation' shared autowired service.
*
* @return \App\Controller\Api\Participation\Draw\GetParticipationDrawsByUserByOperation
*/
protected function getGetParticipationDrawsByUserByOperationService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Draw/GetParticipationDrawsByUserByOperation.php';
$this->services['App\\Controller\\Api\\Participation\\Draw\\GetParticipationDrawsByUserByOperation'] = $instance = new \App\Controller\Api\Participation\Draw\GetParticipationDrawsByUserByOperation(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Draw\\GetParticipationDrawsByUserByOperation', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Draw\PostParticipationDraw' shared autowired service.
*
* @return \App\Controller\Api\Participation\Draw\PostParticipationDraw
*/
protected function getPostParticipationDrawService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Draw/PostParticipationDraw.php';
return $this->services['App\\Controller\\Api\\Participation\\Draw\\PostParticipationDraw'] = new \App\Controller\Api\Participation\Draw\PostParticipationDraw(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\Participation\\ParticipationDrawManager'] ?? $this->getParticipationDrawManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['App\\Manager\\CRM\\IsoskeleManager'] ?? $this->getIsoskeleManagerService()));
}
/**
* Gets the public 'App\Controller\Api\Participation\Multi\ConfirmationParticipationMultiOdrByUser' shared autowired service.
*
* @return \App\Controller\Api\Participation\Multi\ConfirmationParticipationMultiOdrByUser
*/
protected function getConfirmationParticipationMultiOdrByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Multi/ConfirmationParticipationMultiOdrByUser.php';
$this->services['App\\Controller\\Api\\Participation\\Multi\\ConfirmationParticipationMultiOdrByUser'] = $instance = new \App\Controller\Api\Participation\Multi\ConfirmationParticipationMultiOdrByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Multi\\ConfirmationParticipationMultiOdrByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Multi\CreateParticipationMultiOdrByUser' shared autowired service.
*
* @return \App\Controller\Api\Participation\Multi\CreateParticipationMultiOdrByUser
*/
protected function getCreateParticipationMultiOdrByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Multi/CreateParticipationMultiOdrByUser.php';
$this->services['App\\Controller\\Api\\Participation\\Multi\\CreateParticipationMultiOdrByUser'] = $instance = new \App\Controller\Api\Participation\Multi\CreateParticipationMultiOdrByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Multi\\CreateParticipationMultiOdrByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Multi\GetNbParticipationByOperationId' shared autowired service.
*
* @return \App\Controller\Api\Participation\Multi\GetNbParticipationByOperationId
*/
protected function getGetNbParticipationByOperationIdService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Multi/GetNbParticipationByOperationId.php';
$this->services['App\\Controller\\Api\\Participation\\Multi\\GetNbParticipationByOperationId'] = $instance = new \App\Controller\Api\Participation\Multi\GetNbParticipationByOperationId(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Multi\\GetNbParticipationByOperationId', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Multi\GetParticipationMultiOdrById' shared autowired service.
*
* @return \App\Controller\Api\Participation\Multi\GetParticipationMultiOdrById
*/
protected function getGetParticipationMultiOdrByIdService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Multi/GetParticipationMultiOdrById.php';
include_once \dirname(__DIR__, 4).'/src/Manager/IbanManager.php';
include_once \dirname(__DIR__, 4).'/src/Service/CodeEncryption.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
$this->services['App\\Controller\\Api\\Participation\\Multi\\GetParticipationMultiOdrById'] = $instance = new \App\Controller\Api\Participation\Multi\GetParticipationMultiOdrById($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))), new \App\Manager\IbanManager($a));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Multi\\GetParticipationMultiOdrById', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Multi\GetParticipationMultiOdrByUser' shared autowired service.
*
* @return \App\Controller\Api\Participation\Multi\GetParticipationMultiOdrByUser
*/
protected function getGetParticipationMultiOdrByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Multi/GetParticipationMultiOdrByUser.php';
$this->services['App\\Controller\\Api\\Participation\\Multi\\GetParticipationMultiOdrByUser'] = $instance = new \App\Controller\Api\Participation\Multi\GetParticipationMultiOdrByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Multi\\GetParticipationMultiOdrByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Multi\GetParticipationMultiOdrByUserByOperation' shared autowired service.
*
* @return \App\Controller\Api\Participation\Multi\GetParticipationMultiOdrByUserByOperation
*/
protected function getGetParticipationMultiOdrByUserByOperationService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Multi/GetParticipationMultiOdrByUserByOperation.php';
$this->services['App\\Controller\\Api\\Participation\\Multi\\GetParticipationMultiOdrByUserByOperation'] = $instance = new \App\Controller\Api\Participation\Multi\GetParticipationMultiOdrByUserByOperation(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Multi\\GetParticipationMultiOdrByUserByOperation', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Multi\GetReParticipationMultiOdrById' shared autowired service.
*
* @return \App\Controller\Api\Participation\Multi\GetReParticipationMultiOdrById
*/
protected function getGetReParticipationMultiOdrByIdService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Multi/GetReParticipationMultiOdrById.php';
include_once \dirname(__DIR__, 4).'/src/Service/CodeEncryption.php';
$this->services['App\\Controller\\Api\\Participation\\Multi\\GetReParticipationMultiOdrById'] = $instance = new \App\Controller\Api\Participation\Multi\GetReParticipationMultiOdrById(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Multi\\GetReParticipationMultiOdrById', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Multi\UpdateBankInformationParticipationMultiOdrById' shared autowired service.
*
* @return \App\Controller\Api\Participation\Multi\UpdateBankInformationParticipationMultiOdrById
*/
protected function getUpdateBankInformationParticipationMultiOdrByIdService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Multi/UpdateBankInformationParticipationMultiOdrById.php';
include_once \dirname(__DIR__, 4).'/src/Service/CodeEncryption.php';
$this->services['App\\Controller\\Api\\Participation\\Multi\\UpdateBankInformationParticipationMultiOdrById'] = $instance = new \App\Controller\Api\Participation\Multi\UpdateBankInformationParticipationMultiOdrById(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Multi\\UpdateBankInformationParticipationMultiOdrById', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Odr\ConfirmationParticipationOdrByUser' shared autowired service.
*
* @return \App\Controller\Api\Participation\Odr\ConfirmationParticipationOdrByUser
*/
protected function getConfirmationParticipationOdrByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Odr/ConfirmationParticipationOdrByUser.php';
$this->services['App\\Controller\\Api\\Participation\\Odr\\ConfirmationParticipationOdrByUser'] = $instance = new \App\Controller\Api\Participation\Odr\ConfirmationParticipationOdrByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Odr\\ConfirmationParticipationOdrByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Odr\CreateParticipationOdrByUser' shared autowired service.
*
* @return \App\Controller\Api\Participation\Odr\CreateParticipationOdrByUser
*/
protected function getCreateParticipationOdrByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Odr/CreateParticipationOdrByUser.php';
include_once \dirname(__DIR__, 4).'/src/Service/CodeEncryption.php';
$this->services['App\\Controller\\Api\\Participation\\Odr\\CreateParticipationOdrByUser'] = $instance = new \App\Controller\Api\Participation\Odr\CreateParticipationOdrByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Odr\\CreateParticipationOdrByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Odr\GetNbParticipationByOperationOdrId' shared autowired service.
*
* @return \App\Controller\Api\Participation\Odr\GetNbParticipationByOperationOdrId
*/
protected function getGetNbParticipationByOperationOdrIdService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Odr/GetNbParticipationByOperationOdrId.php';
$this->services['App\\Controller\\Api\\Participation\\Odr\\GetNbParticipationByOperationOdrId'] = $instance = new \App\Controller\Api\Participation\Odr\GetNbParticipationByOperationOdrId(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Odr\\GetNbParticipationByOperationOdrId', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Odr\GetParticipationOdrsById' shared autowired service.
*
* @return \App\Controller\Api\Participation\Odr\GetParticipationOdrsById
*/
protected function getGetParticipationOdrsByIdService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Odr/GetParticipationOdrsById.php';
include_once \dirname(__DIR__, 4).'/src/Service/CodeEncryption.php';
$this->services['App\\Controller\\Api\\Participation\\Odr\\GetParticipationOdrsById'] = $instance = new \App\Controller\Api\Participation\Odr\GetParticipationOdrsById(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Odr\\GetParticipationOdrsById', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Odr\GetParticipationOdrsByUser' shared autowired service.
*
* @return \App\Controller\Api\Participation\Odr\GetParticipationOdrsByUser
*/
protected function getGetParticipationOdrsByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Odr/GetParticipationOdrsByUser.php';
$this->services['App\\Controller\\Api\\Participation\\Odr\\GetParticipationOdrsByUser'] = $instance = new \App\Controller\Api\Participation\Odr\GetParticipationOdrsByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Odr\\GetParticipationOdrsByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Odr\GetParticipationOdrsByUserByOperation' shared autowired service.
*
* @return \App\Controller\Api\Participation\Odr\GetParticipationOdrsByUserByOperation
*/
protected function getGetParticipationOdrsByUserByOperationService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Odr/GetParticipationOdrsByUserByOperation.php';
$this->services['App\\Controller\\Api\\Participation\\Odr\\GetParticipationOdrsByUserByOperation'] = $instance = new \App\Controller\Api\Participation\Odr\GetParticipationOdrsByUserByOperation(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Odr\\GetParticipationOdrsByUserByOperation', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Odr\GetReParticipationOdrsById' shared autowired service.
*
* @return \App\Controller\Api\Participation\Odr\GetReParticipationOdrsById
*/
protected function getGetReParticipationOdrsByIdService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Odr/GetReParticipationOdrsById.php';
include_once \dirname(__DIR__, 4).'/src/Service/CodeEncryption.php';
$this->services['App\\Controller\\Api\\Participation\\Odr\\GetReParticipationOdrsById'] = $instance = new \App\Controller\Api\Participation\Odr\GetReParticipationOdrsById(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Odr\\GetReParticipationOdrsById', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Puntos\GetAvailablePuntosByUser' shared autowired service.
*
* @return \App\Controller\Api\Participation\Puntos\GetAvailablePuntosByUser
*/
protected function getGetAvailablePuntosByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Puntos/GetAvailablePuntosByUser.php';
$this->services['App\\Controller\\Api\\Participation\\Puntos\\GetAvailablePuntosByUser'] = $instance = new \App\Controller\Api\Participation\Puntos\GetAvailablePuntosByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Puntos\\GetAvailablePuntosByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Puntos\GetParticipationPuntosByUser' shared autowired service.
*
* @return \App\Controller\Api\Participation\Puntos\GetParticipationPuntosByUser
*/
protected function getGetParticipationPuntosByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Puntos/GetParticipationPuntosByUser.php';
$this->services['App\\Controller\\Api\\Participation\\Puntos\\GetParticipationPuntosByUser'] = $instance = new \App\Controller\Api\Participation\Puntos\GetParticipationPuntosByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Puntos\\GetParticipationPuntosByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Puntos\GetTotalPuntosByUser' shared autowired service.
*
* @return \App\Controller\Api\Participation\Puntos\GetTotalPuntosByUser
*/
protected function getGetTotalPuntosByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Puntos/GetTotalPuntosByUser.php';
$this->services['App\\Controller\\Api\\Participation\\Puntos\\GetTotalPuntosByUser'] = $instance = new \App\Controller\Api\Participation\Puntos\GetTotalPuntosByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Puntos\\GetTotalPuntosByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Puntos\PostParticipationPuntosByUser' shared autowired service.
*
* @return \App\Controller\Api\Participation\Puntos\PostParticipationPuntosByUser
*/
protected function getPostParticipationPuntosByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Puntos/PostParticipationPuntosByUser.php';
$this->services['App\\Controller\\Api\\Participation\\Puntos\\PostParticipationPuntosByUser'] = $instance = new \App\Controller\Api\Participation\Puntos\PostParticipationPuntosByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Puntos\\PostParticipationPuntosByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Refund\GetParticipationRefundsByUser' shared autowired service.
*
* @return \App\Controller\Api\Participation\Refund\GetParticipationRefundsByUser
*/
protected function getGetParticipationRefundsByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Refund/GetParticipationRefundsByUser.php';
$this->services['App\\Controller\\Api\\Participation\\Refund\\GetParticipationRefundsByUser'] = $instance = new \App\Controller\Api\Participation\Refund\GetParticipationRefundsByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Refund\\GetParticipationRefundsByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Refund\RefundPurseExpiringByUser' shared autowired service.
*
* @return \App\Controller\Api\Participation\Refund\RefundPurseExpiringByUser
*/
protected function getRefundPurseExpiringByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Refund/RefundPurseExpiringByUser.php';
$this->services['App\\Controller\\Api\\Participation\\Refund\\RefundPurseExpiringByUser'] = $instance = new \App\Controller\Api\Participation\Refund\RefundPurseExpiringByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['api_platform.validator'] ?? $this->getApiPlatform_ValidatorService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Refund\\RefundPurseExpiringByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Step\GetParticipationStepsByUser' shared autowired service.
*
* @return \App\Controller\Api\Participation\Step\GetParticipationStepsByUser
*/
protected function getGetParticipationStepsByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Step/GetParticipationStepsByUser.php';
$this->services['App\\Controller\\Api\\Participation\\Step\\GetParticipationStepsByUser'] = $instance = new \App\Controller\Api\Participation\Step\GetParticipationStepsByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Step\\GetParticipationStepsByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Participation\Step\PostParticipationStepsByUser' shared autowired service.
*
* @return \App\Controller\Api\Participation\Step\PostParticipationStepsByUser
*/
protected function getPostParticipationStepsByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Participation/Step/PostParticipationStepsByUser.php';
$this->services['App\\Controller\\Api\\Participation\\Step\\PostParticipationStepsByUser'] = $instance = new \App\Controller\Api\Participation\Step\PostParticipationStepsByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Participation\\Step\\PostParticipationStepsByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\PurseAvailableByUser' shared autowired service.
*
* @return \App\Controller\Api\PurseAvailableByUser
*/
protected function getPurseAvailableByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/PurseAvailableByUser.php';
$this->services['App\\Controller\\Api\\PurseAvailableByUser'] = $instance = new \App\Controller\Api\PurseAvailableByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\PurseAvailableByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\PurseExpiringByUser' shared autowired service.
*
* @return \App\Controller\Api\PurseExpiringByUser
*/
protected function getPurseExpiringByUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/PurseExpiringByUser.php';
$this->services['App\\Controller\\Api\\PurseExpiringByUser'] = $instance = new \App\Controller\Api\PurseExpiringByUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\PurseExpiringByUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\Recipe\GetNumberOfRecipes' shared autowired service.
*
* @return \App\Controller\Api\Recipe\GetNumberOfRecipes
*/
protected function getGetNumberOfRecipesService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/Recipe/GetNumberOfRecipes.php';
$this->services['App\\Controller\\Api\\Recipe\\GetNumberOfRecipes'] = $instance = new \App\Controller\Api\Recipe\GetNumberOfRecipes(($this->privates['App\\Repository\\Recipe\\RecipeRepository'] ?? $this->getRecipeRepositoryService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\Recipe\\GetNumberOfRecipes', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\ResetUserPassword' shared autowired service.
*
* @return \App\Controller\Api\ResetUserPassword
*/
protected function getResetUserPasswordService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/ResetUserPassword.php';
$this->services['App\\Controller\\Api\\ResetUserPassword'] = $instance = new \App\Controller\Api\ResetUserPassword(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\ResetUserPassword', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\SendFeedsUserToCrm' shared autowired service.
*
* @return \App\Controller\Api\SendFeedsUserToCrm
*/
protected function getSendFeedsUserToCrmService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/SendFeedsUserToCrm.php';
$this->services['App\\Controller\\Api\\SendFeedsUserToCrm'] = $instance = new \App\Controller\Api\SendFeedsUserToCrm(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService()), ($this->privates['App\\Manager\\CRM\\SalesforceManager'] ?? $this->getSalesforceManagerService()), ($this->privates['App\\Manager\\CRM\\IsoskeleManager'] ?? $this->getIsoskeleManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\SendFeedsUserToCrm', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\SocialNetworkUserCheck' shared autowired service.
*
* @return \App\Controller\Api\SocialNetworkUserCheck
*/
protected function getSocialNetworkUserCheckService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/SocialNetworkUserCheck.php';
$this->services['App\\Controller\\Api\\SocialNetworkUserCheck'] = $instance = new \App\Controller\Api\SocialNetworkUserCheck(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\SocialNetworkUserCheck', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\SoftUserDelete' shared autowired service.
*
* @return \App\Controller\Api\SoftUserDelete
*/
protected function getSoftUserDeleteService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/SoftUserDelete.php';
$this->services['App\\Controller\\Api\\SoftUserDelete'] = $instance = new \App\Controller\Api\SoftUserDelete(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\SoftUserDelete', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\SponsorshipRequest\GetGodChildsByGodFatherUser' shared autowired service.
*
* @return \App\Controller\Api\SponsorshipRequest\GetGodChildsByGodFatherUser
*/
protected function getGetGodChildsByGodFatherUserService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/SponsorshipRequest/GetGodChildsByGodFatherUser.php';
$this->services['App\\Controller\\Api\\SponsorshipRequest\\GetGodChildsByGodFatherUser'] = $instance = new \App\Controller\Api\SponsorshipRequest\GetGodChildsByGodFatherUser(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\SponsorshipRequest\\GetGodChildsByGodFatherUser', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\SponsorshipRequest\GetGodFatherByGodChildEmail' shared autowired service.
*
* @return \App\Controller\Api\SponsorshipRequest\GetGodFatherByGodChildEmail
*/
protected function getGetGodFatherByGodChildEmailService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/SponsorshipRequest/GetGodFatherByGodChildEmail.php';
$this->services['App\\Controller\\Api\\SponsorshipRequest\\GetGodFatherByGodChildEmail'] = $instance = new \App\Controller\Api\SponsorshipRequest\GetGodFatherByGodChildEmail(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\SponsorshipRequest\\GetGodFatherByGodChildEmail', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\SponsorshipRequest\PostMultipleSponsorshipRequests' shared autowired service.
*
* @return \App\Controller\Api\SponsorshipRequest\PostMultipleSponsorshipRequests
*/
protected function getPostMultipleSponsorshipRequestsService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/SponsorshipRequest/PostMultipleSponsorshipRequests.php';
include_once \dirname(__DIR__, 4).'/src/Manager/SponsorshipRequest/SponsorshipRequestManager.php';
$this->services['App\\Controller\\Api\\SponsorshipRequest\\PostMultipleSponsorshipRequests'] = $instance = new \App\Controller\Api\SponsorshipRequest\PostMultipleSponsorshipRequests(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\SponsorshipRequest\\SponsorshipRequestManager'] ?? ($this->privates['App\\Manager\\SponsorshipRequest\\SponsorshipRequestManager'] = new \App\Manager\SponsorshipRequest\SponsorshipRequestManager())));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\SponsorshipRequest\\PostMultipleSponsorshipRequests', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\SponsorshipRequest\PostSponsorshipRequestGodChild' shared autowired service.
*
* @return \App\Controller\Api\SponsorshipRequest\PostSponsorshipRequestGodChild
*/
protected function getPostSponsorshipRequestGodChildService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/SponsorshipRequest/PostSponsorshipRequestGodChild.php';
include_once \dirname(__DIR__, 4).'/src/Manager/SponsorshipRequest/SponsorshipRequestManager.php';
$this->services['App\\Controller\\Api\\SponsorshipRequest\\PostSponsorshipRequestGodChild'] = $instance = new \App\Controller\Api\SponsorshipRequest\PostSponsorshipRequestGodChild(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\SponsorshipRequest\\SponsorshipRequestManager'] ?? ($this->privates['App\\Manager\\SponsorshipRequest\\SponsorshipRequestManager'] = new \App\Manager\SponsorshipRequest\SponsorshipRequestManager())));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\SponsorshipRequest\\PostSponsorshipRequestGodChild', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\UpdateOptinUserFromIsoskele' shared autowired service.
*
* @return \App\Controller\Api\UpdateOptinUserFromIsoskele
*/
protected function getUpdateOptinUserFromIsoskeleService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/UpdateOptinUserFromIsoskele.php';
$this->services['App\\Controller\\Api\\UpdateOptinUserFromIsoskele'] = $instance = new \App\Controller\Api\UpdateOptinUserFromIsoskele(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\UpdateOptinUserFromIsoskele', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\UpdateOptinUserFromSalesforce' shared autowired service.
*
* @return \App\Controller\Api\UpdateOptinUserFromSalesforce
*/
protected function getUpdateOptinUserFromSalesforceService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/UpdateOptinUserFromSalesforce.php';
$this->services['App\\Controller\\Api\\UpdateOptinUserFromSalesforce'] = $instance = new \App\Controller\Api\UpdateOptinUserFromSalesforce(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\UpdateOptinUserFromSalesforce', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Api\UserRegister' shared autowired service.
*
* @return \App\Controller\Api\UserRegister
*/
protected function getUserRegisterService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Api/UserRegister.php';
$this->services['App\\Controller\\Api\\UserRegister'] = $instance = new \App\Controller\Api\UserRegister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Api\\UserRegister', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Blog\BlogController' shared autowired service.
*
* @return \App\Controller\Blog\BlogController
*/
protected function getBlogControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Blog/BlogController.php';
$this->services['App\\Controller\\Blog\\BlogController'] = $instance = new \App\Controller\Blog\BlogController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Blog\\BlogController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Blog\BlogTagController' shared autowired service.
*
* @return \App\Controller\Blog\BlogTagController
*/
protected function getBlogTagControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Blog/BlogTagController.php';
$this->services['App\\Controller\\Blog\\BlogTagController'] = $instance = new \App\Controller\Blog\BlogTagController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Blog\\BlogTagController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Catalog\GiftCodeController' shared autowired service.
*
* @return \App\Controller\Catalog\GiftCodeController
*/
protected function getGiftCodeControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Catalog/GiftCodeController.php';
$this->services['App\\Controller\\Catalog\\GiftCodeController'] = $instance = new \App\Controller\Catalog\GiftCodeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Catalog\\GiftCodeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Catalog\GiftController' shared autowired service.
*
* @return \App\Controller\Catalog\GiftController
*/
protected function getGiftControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Catalog/GiftController.php';
$this->services['App\\Controller\\Catalog\\GiftController'] = $instance = new \App\Controller\Catalog\GiftController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Catalog\\GiftController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Catalog\GiftLevelController' shared autowired service.
*
* @return \App\Controller\Catalog\GiftLevelController
*/
protected function getGiftLevelControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Catalog/GiftLevelController.php';
$this->services['App\\Controller\\Catalog\\GiftLevelController'] = $instance = new \App\Controller\Catalog\GiftLevelController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Catalog\\GiftLevelController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CookiesController' shared autowired service.
*
* @return \App\Controller\CookiesController
*/
protected function getCookiesControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/CookiesController.php';
$this->services['App\\Controller\\CookiesController'] = $instance = new \App\Controller\CookiesController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\CookiesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CsvExportController' shared autowired service.
*
* @return \App\Controller\CsvExportController
*/
protected function getCsvExportControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/CsvExportController.php';
$this->services['App\\Controller\\CsvExportController'] = $instance = new \App\Controller\CsvExportController(($this->services['App\\Manager\\CsvManager'] ?? $this->getCsvManagerService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\CsvExportController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Faq\FaqController' shared autowired service.
*
* @return \App\Controller\Faq\FaqController
*/
protected function getFaqControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Faq/FaqController.php';
$this->services['App\\Controller\\Faq\\FaqController'] = $instance = new \App\Controller\Faq\FaqController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Faq\\FaqController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\HomeController' shared autowired service.
*
* @return \App\Controller\HomeController
*/
protected function getHomeControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/HomeController.php';
$this->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\HomeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Knowledge\KnowledgeController' shared autowired service.
*
* @return \App\Controller\Knowledge\KnowledgeController
*/
protected function getKnowledgeControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Knowledge/KnowledgeController.php';
$this->services['App\\Controller\\Knowledge\\KnowledgeController'] = $instance = new \App\Controller\Knowledge\KnowledgeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Knowledge\\KnowledgeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Library\LibraryImageController' shared autowired service.
*
* @return \App\Controller\Library\LibraryImageController
*/
protected function getLibraryImageControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Library/LibraryImageController.php';
$this->services['App\\Controller\\Library\\LibraryImageController'] = $instance = new \App\Controller\Library\LibraryImageController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Library\\LibraryImageController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Library\LibraryPdfController' shared autowired service.
*
* @return \App\Controller\Library\LibraryPdfController
*/
protected function getLibraryPdfControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Library/LibraryPdfController.php';
$this->services['App\\Controller\\Library\\LibraryPdfController'] = $instance = new \App\Controller\Library\LibraryPdfController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Library\\LibraryPdfController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ListController' shared autowired service.
*
* @return \App\Controller\ListController
*/
protected function getListControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/ListController.php';
$this->services['App\\Controller\\ListController'] = $instance = new \App\Controller\ListController();
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\ListController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\MentionLegal\MentionLegalController' shared autowired service.
*
* @return \App\Controller\MentionLegal\MentionLegalController
*/
protected function getMentionLegalControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/MentionLegal/MentionLegalController.php';
$this->services['App\\Controller\\MentionLegal\\MentionLegalController'] = $instance = new \App\Controller\MentionLegal\MentionLegalController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\MentionLegal\\MentionLegalController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\MenuController' shared autowired service.
*
* @return \App\Controller\MenuController
*/
protected function getMenuControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/MenuController.php';
$this->services['App\\Controller\\MenuController'] = $instance = new \App\Controller\MenuController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\MenuController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\NewsletterController' shared autowired service.
*
* @return \App\Controller\NewsletterController
*/
protected function getNewsletterControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/NewsletterController.php';
$this->services['App\\Controller\\NewsletterController'] = $instance = new \App\Controller\NewsletterController();
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\NewsletterController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\OperationCode\DrawCodeController' shared autowired service.
*
* @return \App\Controller\OperationCode\DrawCodeController
*/
protected function getDrawCodeControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/OperationCode/DrawCodeController.php';
$this->services['App\\Controller\\OperationCode\\DrawCodeController'] = $instance = new \App\Controller\OperationCode\DrawCodeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\OperationCode\\DrawCodeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\OperationCode\OdrCodeController' shared autowired service.
*
* @return \App\Controller\OperationCode\OdrCodeController
*/
protected function getOdrCodeControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/OperationCode/OdrCodeController.php';
$this->services['App\\Controller\\OperationCode\\OdrCodeController'] = $instance = new \App\Controller\OperationCode\OdrCodeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\OperationCode\\OdrCodeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Operation\CouponController' shared autowired service.
*
* @return \App\Controller\Operation\CouponController
*/
protected function getCouponControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Operation/CouponController.php';
$this->services['App\\Controller\\Operation\\CouponController'] = $instance = new \App\Controller\Operation\CouponController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Operation\\CouponController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Operation\DrawController' shared autowired service.
*
* @return \App\Controller\Operation\DrawController
*/
protected function getDrawControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Operation/DrawController.php';
$this->services['App\\Controller\\Operation\\DrawController'] = $instance = new \App\Controller\Operation\DrawController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Operation\\DrawController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Operation\GameController' shared autowired service.
*
* @return \App\Controller\Operation\GameController
*/
protected function getGameControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Operation/GameController.php';
$this->services['App\\Controller\\Operation\\GameController'] = $instance = new \App\Controller\Operation\GameController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Operation\\GameController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Operation\MultiChannelOfferController' shared autowired service.
*
* @return \App\Controller\Operation\MultiChannelOfferController
*/
protected function getMultiChannelOfferControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Operation/MultiChannelOfferController.php';
$this->services['App\\Controller\\Operation\\MultiChannelOfferController'] = $instance = new \App\Controller\Operation\MultiChannelOfferController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Operation\\MultiChannelOfferController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Operation\MultiOfferController' shared autowired service.
*
* @return \App\Controller\Operation\MultiOfferController
*/
protected function getMultiOfferControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Operation/MultiOfferController.php';
$this->services['App\\Controller\\Operation\\MultiOfferController'] = $instance = new \App\Controller\Operation\MultiOfferController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Operation\\MultiOfferController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Operation\OdrController' shared autowired service.
*
* @return \App\Controller\Operation\OdrController
*/
protected function getOdrControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Operation/OdrController.php';
$this->services['App\\Controller\\Operation\\OdrController'] = $instance = new \App\Controller\Operation\OdrController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Operation\\OdrController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Operation\OdrPrimeController' shared autowired service.
*
* @return \App\Controller\Operation\OdrPrimeController
*/
protected function getOdrPrimeControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Operation/OdrPrimeController.php';
$this->services['App\\Controller\\Operation\\OdrPrimeController'] = $instance = new \App\Controller\Operation\OdrPrimeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Operation\\OdrPrimeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Operation\OperationController' shared autowired service.
*
* @return \App\Controller\Operation\OperationController
*/
protected function getOperationControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Operation/OperationController.php';
$this->services['App\\Controller\\Operation\\OperationController'] = $instance = new \App\Controller\Operation\OperationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Operation\\OperationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ParticipationController' shared autowired service.
*
* @return \App\Controller\ParticipationController
*/
protected function getParticipationControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/ParticipationController.php';
$this->services['App\\Controller\\ParticipationController'] = $instance = new \App\Controller\ParticipationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\ParticipationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\PersonalDataController' shared autowired service.
*
* @return \App\Controller\PersonalDataController
*/
protected function getPersonalDataControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/PersonalDataController.php';
$this->services['App\\Controller\\PersonalDataController'] = $instance = new \App\Controller\PersonalDataController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\PersonalDataController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Recipe\IngredientController' shared autowired service.
*
* @return \App\Controller\Recipe\IngredientController
*/
protected function getIngredientControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Recipe/IngredientController.php';
$this->services['App\\Controller\\Recipe\\IngredientController'] = $instance = new \App\Controller\Recipe\IngredientController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Recipe\\IngredientController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Recipe\IngredientOperationController' shared autowired service.
*
* @return \App\Controller\Recipe\IngredientOperationController
*/
protected function getIngredientOperationControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Recipe/IngredientOperationController.php';
$this->services['App\\Controller\\Recipe\\IngredientOperationController'] = $instance = new \App\Controller\Recipe\IngredientOperationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Recipe\\IngredientOperationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Recipe\RecipeController' shared autowired service.
*
* @return \App\Controller\Recipe\RecipeController
*/
protected function getRecipeControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Recipe/RecipeController.php';
$this->services['App\\Controller\\Recipe\\RecipeController'] = $instance = new \App\Controller\Recipe\RecipeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Recipe\\RecipeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Recipe\RecipeTypeController' shared autowired service.
*
* @return \App\Controller\Recipe\RecipeTypeController
*/
protected function getRecipeTypeControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Recipe/RecipeTypeController.php';
$this->services['App\\Controller\\Recipe\\RecipeTypeController'] = $instance = new \App\Controller\Recipe\RecipeTypeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Recipe\\RecipeTypeController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\RegistrationController' shared autowired service.
*
* @return \App\Controller\RegistrationController
*/
protected function getRegistrationControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/RegistrationController.php';
$this->services['App\\Controller\\RegistrationController'] = $instance = new \App\Controller\RegistrationController(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\RegistrationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Reporting\ReportingController' shared autowired service.
*
* @return \App\Controller\Reporting\ReportingController
*/
protected function getReportingControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Reporting/ReportingController.php';
$this->services['App\\Controller\\Reporting\\ReportingController'] = $instance = new \App\Controller\Reporting\ReportingController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Reporting\\ReportingController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\SecurityController' shared autowired service.
*
* @return \App\Controller\SecurityController
*/
protected function getSecurityControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/SecurityController.php';
$this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\SecurityController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Security\PermissionController' shared autowired service.
*
* @return \App\Controller\Security\PermissionController
*/
protected function getPermissionControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Security/PermissionController.php';
$this->services['App\\Controller\\Security\\PermissionController'] = $instance = new \App\Controller\Security\PermissionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Security\\PermissionController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Security\ProfileController' shared autowired service.
*
* @return \App\Controller\Security\ProfileController
*/
protected function getProfileControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Security/ProfileController.php';
$this->services['App\\Controller\\Security\\ProfileController'] = $instance = new \App\Controller\Security\ProfileController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Security\\ProfileController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Slider\SliderController' shared autowired service.
*
* @return \App\Controller\Slider\SliderController
*/
protected function getSliderControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Slider/SliderController.php';
$this->services['App\\Controller\\Slider\\SliderController'] = $instance = new \App\Controller\Slider\SliderController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Slider\\SliderController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\SogecAbstractController' shared autowired service.
*
* @return \App\Controller\SogecAbstractController
*/
protected function getSogecAbstractControllerService()
{
$this->services['App\\Controller\\SogecAbstractController'] = $instance = new \App\Controller\SogecAbstractController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\SogecAbstractController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Sogec\DocumentationController' shared autowired service.
*
* @return \App\Controller\Sogec\DocumentationController
*/
protected function getDocumentationControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Sogec/DocumentationController.php';
$this->services['App\\Controller\\Sogec\\DocumentationController'] = $instance = new \App\Controller\Sogec\DocumentationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Sogec\\DocumentationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Sogec\PersonnalisationController' shared autowired service.
*
* @return \App\Controller\Sogec\PersonnalisationController
*/
protected function getPersonnalisationControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Sogec/PersonnalisationController.php';
$this->services['App\\Controller\\Sogec\\PersonnalisationController'] = $instance = new \App\Controller\Sogec\PersonnalisationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Sogec\\PersonnalisationController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Sogec\PromotionController' shared autowired service.
*
* @return \App\Controller\Sogec\PromotionController
*/
protected function getPromotionControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Sogec/PromotionController.php';
$this->services['App\\Controller\\Sogec\\PromotionController'] = $instance = new \App\Controller\Sogec\PromotionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Sogec\\PromotionController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Tas\TasController' shared autowired service.
*
* @return \App\Controller\Tas\TasController
*/
protected function getTasControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Tas/TasController.php';
$this->services['App\\Controller\\Tas\\TasController'] = $instance = new \App\Controller\Tas\TasController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Tas\\TasController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Tas\TasDrawController' shared autowired service.
*
* @return \App\Controller\Tas\TasDrawController
*/
protected function getTasDrawControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/Tas/TasDrawController.php';
$this->services['App\\Controller\\Tas\\TasDrawController'] = $instance = new \App\Controller\Tas\TasDrawController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\Tas\\TasDrawController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TestingController' shared autowired service.
*
* @return \App\Controller\TestingController
*/
protected function getTestingControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/TestingController.php';
$this->services['App\\Controller\\TestingController'] = $instance = new \App\Controller\TestingController();
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\TestingController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\User\ConsumerController' shared autowired service.
*
* @return \App\Controller\User\ConsumerController
*/
protected function getConsumerControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/User/ConsumerController.php';
$this->services['App\\Controller\\User\\ConsumerController'] = $instance = new \App\Controller\User\ConsumerController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\User\\ConsumerController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\User\ReferentController' shared autowired service.
*
* @return \App\Controller\User\ReferentController
*/
protected function getReferentControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/User/ReferentController.php';
$this->services['App\\Controller\\User\\ReferentController'] = $instance = new \App\Controller\User\ReferentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\User\\ReferentController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\User\StrateController' shared autowired service.
*
* @return \App\Controller\User\StrateController
*/
protected function getStrateControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/User/StrateController.php';
$this->services['App\\Controller\\User\\StrateController'] = $instance = new \App\Controller\User\StrateController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\User\\StrateController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\User\UserController' shared autowired service.
*
* @return \App\Controller\User\UserController
*/
protected function getUserControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/User/UserController.php';
$this->services['App\\Controller\\User\\UserController'] = $instance = new \App\Controller\User\UserController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\User\\UserController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\WebsiteParams\GameParamsController' shared autowired service.
*
* @return \App\Controller\WebsiteParams\GameParamsController
*/
protected function getGameParamsControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/WebsiteParams/GameParamsController.php';
$this->services['App\\Controller\\WebsiteParams\\GameParamsController'] = $instance = new \App\Controller\WebsiteParams\GameParamsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\WebsiteParams\\GameParamsController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\WebsiteParams\ModuleParamsController' shared autowired service.
*
* @return \App\Controller\WebsiteParams\ModuleParamsController
*/
protected function getModuleParamsControllerService()
{
include_once \dirname(__DIR__, 4).'/src/Controller/WebsiteParams/ModuleParamsController.php';
$this->services['App\\Controller\\WebsiteParams\\ModuleParamsController'] = $instance = new \App\Controller\WebsiteParams\ModuleParamsController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Controller\\WebsiteParams\\ModuleParamsController', $this));
return $instance;
}
/**
* Gets the public 'App\Helper\FileNamerHelper' shared autowired service.
*
* @return \App\Helper\FileNamerHelper
*/
protected function getFileNamerHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Helper/FileNamerHelper.php';
return $this->services['App\\Helper\\FileNamerHelper'] = new \App\Helper\FileNamerHelper();
}
/**
* Gets the public 'App\Helper\FileNamerHelper.blog_image' shared autowired service.
*
* @return \App\Helper\FileNamerHelper
*/
protected function getFileNamerHelper_BlogImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Helper/FileNamerHelper.php';
return $this->services['App\\Helper\\FileNamerHelper.blog_image'] = new \App\Helper\FileNamerHelper();
}
/**
* Gets the public 'App\Helper\FileNamerHelper.draw_image' shared autowired service.
*
* @return \App\Helper\FileNamerHelper
*/
protected function getFileNamerHelper_DrawImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Helper/FileNamerHelper.php';
return $this->services['App\\Helper\\FileNamerHelper.draw_image'] = new \App\Helper\FileNamerHelper();
}
/**
* Gets the public 'App\Helper\FileNamerHelper.game_image' shared autowired service.
*
* @return \App\Helper\FileNamerHelper
*/
protected function getFileNamerHelper_GameImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Helper/FileNamerHelper.php';
return $this->services['App\\Helper\\FileNamerHelper.game_image'] = new \App\Helper\FileNamerHelper();
}
/**
* Gets the public 'App\Helper\FileNamerHelper.gift_code' shared autowired service.
*
* @return \App\Helper\FileNamerHelper
*/
protected function getFileNamerHelper_GiftCodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Helper/FileNamerHelper.php';
return $this->services['App\\Helper\\FileNamerHelper.gift_code'] = new \App\Helper\FileNamerHelper();
}
/**
* Gets the public 'App\Helper\FileNamerHelper.gift_image' shared autowired service.
*
* @return \App\Helper\FileNamerHelper
*/
protected function getFileNamerHelper_GiftImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Helper/FileNamerHelper.php';
return $this->services['App\\Helper\\FileNamerHelper.gift_image'] = new \App\Helper\FileNamerHelper();
}
/**
* Gets the public 'App\Helper\FileNamerHelper.library_image' shared autowired service.
*
* @return \App\Helper\FileNamerHelper
*/
protected function getFileNamerHelper_LibraryImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Helper/FileNamerHelper.php';
return $this->services['App\\Helper\\FileNamerHelper.library_image'] = new \App\Helper\FileNamerHelper();
}
/**
* Gets the public 'App\Helper\FileNamerHelper.library_pdf' shared autowired service.
*
* @return \App\Helper\FileNamerHelper
*/
protected function getFileNamerHelper_LibraryPdfService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Helper/FileNamerHelper.php';
return $this->services['App\\Helper\\FileNamerHelper.library_pdf'] = new \App\Helper\FileNamerHelper();
}
/**
* Gets the public 'App\Helper\FileNamerHelper.multi_offer' shared autowired service.
*
* @return \App\Helper\FileNamerHelper
*/
protected function getFileNamerHelper_MultiOfferService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Helper/FileNamerHelper.php';
return $this->services['App\\Helper\\FileNamerHelper.multi_offer'] = new \App\Helper\FileNamerHelper();
}
/**
* Gets the public 'App\Helper\FileNamerHelper.recipe' shared autowired service.
*
* @return \App\Helper\FileNamerHelper
*/
protected function getFileNamerHelper_RecipeService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Helper/FileNamerHelper.php';
return $this->services['App\\Helper\\FileNamerHelper.recipe'] = new \App\Helper\FileNamerHelper();
}
/**
* Gets the public 'App\Helper\FileNamerHelper.slider_image' shared autowired service.
*
* @return \App\Helper\FileNamerHelper
*/
protected function getFileNamerHelper_SliderImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Helper/FileNamerHelper.php';
return $this->services['App\\Helper\\FileNamerHelper.slider_image'] = new \App\Helper\FileNamerHelper();
}
/**
* Gets the public 'App\Helper\FileNamerHelper.website_params_image' shared autowired service.
*
* @return \App\Helper\FileNamerHelper
*/
protected function getFileNamerHelper_WebsiteParamsImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Helper/FileNamerHelper.php';
return $this->services['App\\Helper\\FileNamerHelper.website_params_image'] = new \App\Helper\FileNamerHelper();
}
/**
* Gets the public 'App\Manager\CsvManager' shared autowired service.
*
* @return \App\Manager\CsvManager
*/
protected function getCsvManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/CsvManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\Manager\\CsvManager'])) {
return $this->services['App\\Manager\\CsvManager'];
}
$this->services['App\\Manager\\CsvManager'] = $instance = new \App\Manager\CsvManager($a);
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Manager\\CsvManager', $this));
return $instance;
}
/**
* Gets the public 'App\Manager\LogoManager' shared autowired service.
*
* @return \App\Manager\LogoManager
*/
protected function getLogoManagerService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['App\\Manager\\LogoManager'])) {
return $this->services['App\\Manager\\LogoManager'];
}
$b = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
if (isset($this->services['App\\Manager\\LogoManager'])) {
return $this->services['App\\Manager\\LogoManager'];
}
$c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->services['App\\Manager\\LogoManager'])) {
return $this->services['App\\Manager\\LogoManager'];
}
$this->services['App\\Manager\\LogoManager'] = $instance = new \App\Manager\LogoManager($a, $b, ($this->services['translator'] ?? $this->getTranslatorService()), $c, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Manager\\LogoManager', $this));
return $instance;
}
/**
* Gets the public 'App\Manager\Paginator\PaginatorManager' shared autowired service.
*
* @return \App\Manager\Paginator\PaginatorManager
*/
protected function getPaginatorManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/Paginator/PaginatorManager.php';
$this->services['App\\Manager\\Paginator\\PaginatorManager'] = $instance = new \App\Manager\Paginator\PaginatorManager();
$instance->setContainer(($this->privates['.service_locator.83xXW6q'] ?? $this->get_ServiceLocator_83xXW6qService())->withContext('App\\Manager\\Paginator\\PaginatorManager', $this));
return $instance;
}
/**
* Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
*/
protected function getProfilerControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
}
/**
* Gets the public 'Faker\Generator' shared service.
*
* @return \Faker\Generator
*/
protected function getGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/Provider/UserProvider.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/Provider/GenericProvider.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/Provider/StateProvider.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/Provider/Operation/OperationProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
$this->services['Faker\\Generator'] = $instance = \Faker\Factory::create('en_US');
$instance->seed(1);
$instance->addProvider(new \App\DataFixtures\Provider\UserProvider());
$instance->addProvider(new \App\DataFixtures\Provider\GenericProvider());
$instance->addProvider(new \App\DataFixtures\Provider\StateProvider());
$instance->addProvider(new \App\DataFixtures\Provider\Operation\OperationProvider());
$instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
return $instance;
}
/**
* Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
*
* @return \Liip\ImagineBundle\Controller\ImagineController
*/
protected function getImagineControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
return $this->services['Liip\\ImagineBundle\\Controller\\ImagineController'] = new \Liip\ImagineBundle\Controller\ImagineController(($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()), ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), new \Liip\ImagineBundle\Config\Controller\ControllerConfig(302));
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
*/
protected function getRedirectControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
*/
protected function getTemplateControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
*
* @return \Vich\UploaderBundle\Naming\Base64Namer
*/
protected function getBase64NamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
*/
protected function getCurrentDateTimeDirectoryNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\HashNamer
*/
protected function getHashNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\OrignameNamer
*/
protected function getOrignameNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
*/
protected function getPropertyDirectoryNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\PropertyNamer
*/
protected function getPropertyNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.coupon' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamer_CouponService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.coupon'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.draw_code' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamer_DrawCodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.draw_code'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.knowledge_response_image' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamer_KnowledgeResponseImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.knowledge_response_image'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.media_object' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamer_MediaObjectService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.media_object'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.odr_code' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamer_OdrCodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.odr_code'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.odr_image' shared service.
*
* @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
*/
protected function getSmartUniqueNamer_OdrImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.odr_image'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
*/
protected function getSubdirDirectoryNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
}
/**
* Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
*
* @return \Vich\UploaderBundle\Naming\UniqidNamer
*/
protected function getUniqidNamerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
}
/**
* Gets the public 'api_platform.action.documentation' shared service.
*
* @return \ApiPlatform\Documentation\Action\DocumentationAction
*/
protected function getApiPlatform_Action_DocumentationService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
return $this->services['api_platform.action.documentation'] = new \ApiPlatform\Documentation\Action\DocumentationAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), '', '', '0.0.0', NULL, $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()));
}
/**
* Gets the public 'api_platform.action.entrypoint' shared service.
*
* @return \ApiPlatform\Action\EntrypointAction
*/
protected function getApiPlatform_Action_EntrypointService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
return $this->services['api_platform.action.entrypoint'] = new \ApiPlatform\Action\EntrypointAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
}
/**
* Gets the public 'api_platform.action.exception' shared service.
*
* @return \ApiPlatform\Action\ExceptionAction
*/
protected function getApiPlatform_Action_ExceptionService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
return $this->services['api_platform.action.exception'] = new \ApiPlatform\Action\ExceptionAction(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status'], ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
}
/**
* Gets the public 'api_platform.action.not_exposed' shared service.
*
* @return \ApiPlatform\Action\NotExposedAction
*/
protected function getApiPlatform_Action_NotExposedService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Action/NotExposedAction.php';
return $this->services['api_platform.action.not_exposed'] = new \ApiPlatform\Action\NotExposedAction();
}
/**
* Gets the public 'api_platform.action.not_found' shared service.
*
* @return \ApiPlatform\Action\NotFoundAction
*/
protected function getApiPlatform_Action_NotFoundService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Action\NotFoundAction();
}
/**
* Gets the public 'api_platform.action.placeholder' shared service.
*
* @return \ApiPlatform\Action\PlaceholderAction
*/
protected function getApiPlatform_Action_PlaceholderService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Action\PlaceholderAction();
}
/**
* Gets the public 'api_platform.jsonld.action.context' shared service.
*
* @return \ApiPlatform\JsonLd\Action\ContextAction
*/
protected function getApiPlatform_Jsonld_Action_ContextService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
return $this->services['api_platform.jsonld.action.context'] = new \ApiPlatform\JsonLd\Action\ContextAction(($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
}
/**
* Gets the public 'api_platform.swagger.action.ui' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
*/
protected function getApiPlatform_Swagger_Action_UiService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
return $this->services['api_platform.swagger.action.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), '', '', '0.0.0', $this->parameters['api_platform.formats'], false, '', '', 'oauth2', 'application', '', '', [], true, true, true, false, false, false, $this->parameters['api_platform.swagger.versions'], ($this->services['api_platform.swagger_ui.action'] ?? $this->getApiPlatform_SwaggerUi_ActionService()), NULL, [], false);
}
/**
* Gets the public 'api_platform.swagger_ui.action' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction
*/
protected function getApiPlatform_SwaggerUi_ActionService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php';
return $this->services['api_platform.swagger_ui.action'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()), ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiContext(true, true, true, false, false, false, NULL, []), $this->parameters['api_platform.formats'], '', '', false);
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('oO09pkszse', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = 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()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
}
/**
* 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.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), '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()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService())]);
}
/**
* 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('HlfUgtoGxu', 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()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService())]);
}
/**
* 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('zappYkO8Mq', 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());
yield 9 => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__, 4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
yield 10 => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
}, 11), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
}
/**
* Gets the public 'console.command.public_alias.App\Command\SoftDeleteCommand' shared autowired service.
*
* @return \App\Command\SoftDeleteCommand
*/
protected function getSoftDeleteCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/SoftDeleteCommand.php';
return $this->services['console.command.public_alias.App\\Command\\SoftDeleteCommand'] = new \App\Command\SoftDeleteCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'console.command.public_alias.App\Command\sendMailBeforeDeleteCommand' shared autowired service.
*
* @return \App\Command\sendMailBeforeDeleteCommand
*/
protected function getSendMailBeforeDeleteCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/sendMailBeforeDeleteCommand.php';
return $this->services['console.command.public_alias.App\\Command\\sendMailBeforeDeleteCommand'] = new \App\Command\sendMailBeforeDeleteCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* 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\\AddItemsToPurseFromParticipation' => ['privates', 'App\\Command\\AddItemsToPurseFromParticipation', 'getAddItemsToPurseFromParticipationService', false],
'App\\Command\\AddSixMonthsToItemsAndPursesCommand' => ['privates', '.App\\Command\\AddSixMonthsToItemsAndPursesCommand.lazy', 'getAddSixMonthsToItemsAndPursesCommand_LazyService', false],
'App\\Command\\EncryptIbanCommand' => ['privates', 'App\\Command\\EncryptIbanCommand', 'getEncryptIbanCommandService', false],
'App\\Command\\GenericImportCommand' => ['privates', 'App\\Command\\GenericImportCommand', 'getGenericImportCommandService', false],
'App\\Command\\ImportMilleretCommand' => ['privates', '.App\\Command\\ImportMilleretCommand.lazy', 'getImportMilleretCommand_LazyService', false],
'App\\Command\\Isoskele\\IsoskeleSendAllOffersCommand' => ['privates', '.App\\Command\\Isoskele\\IsoskeleSendAllOffersCommand.lazy', 'getIsoskeleSendAllOffersCommand_LazyService', false],
'App\\Command\\Isoskele\\IsoskeleSendAllParticipationsCommand' => ['privates', '.App\\Command\\Isoskele\\IsoskeleSendAllParticipationsCommand.lazy', 'getIsoskeleSendAllParticipationsCommand_LazyService', false],
'App\\Command\\Isoskele\\IsoskeleUserSendAllCommand' => ['privates', '.App\\Command\\Isoskele\\IsoskeleUserSendAllCommand.lazy', 'getIsoskeleUserSendAllCommand_LazyService', false],
'App\\Command\\Isoskele\\IsoskeleUserSendAllTasCommand' => ['privates', '.App\\Command\\Isoskele\\IsoskeleUserSendAllTasCommand.lazy', 'getIsoskeleUserSendAllTasCommand_LazyService', false],
'App\\Command\\Multi\\SendingMultiOdrShareholdingManagementEmailsCommand' => ['privates', '.App\\Command\\Multi\\SendingMultiOdrShareholdingManagementEmailsCommand.lazy', 'getSendingMultiOdrShareholdingManagementEmailsCommand_LazyService', false],
'App\\Command\\Multi\\UpdateCurrentStock' => ['privates', '.App\\Command\\Multi\\UpdateCurrentStock.lazy', 'getUpdateCurrentStock_LazyService', false],
'App\\Command\\Odr\\SendCodesCommand' => ['privates', 'App\\Command\\Odr\\SendCodesCommand', 'getSendCodesCommandService', false],
'App\\Command\\Odr\\SendingOdrShareholdingManagementEmailsCommand' => ['privates', '.App\\Command\\Odr\\SendingOdrShareholdingManagementEmailsCommand.lazy', 'getSendingOdrShareholdingManagementEmailsCommand_LazyService', false],
'App\\Command\\Purse\\ReminderEmailBalancePurseExpiring' => ['privates', '.App\\Command\\Purse\\ReminderEmailBalancePurseExpiring.lazy', 'getReminderEmailBalancePurseExpiring_LazyService', false],
'App\\Command\\Purse\\TestCommand' => ['privates', '.App\\Command\\Purse\\TestCommand.lazy', 'getTestCommand_LazyService', false],
'App\\Command\\Purse\\UpdateDateItemsCommand' => ['privates', '.App\\Command\\Purse\\UpdateDateItemsCommand.lazy', 'getUpdateDateItemsCommand_LazyService', false],
'App\\Command\\Purse\\UpdateExpiredItemsCommand' => ['privates', '.App\\Command\\Purse\\UpdateExpiredItemsCommand.lazy', 'getUpdateExpiredItemsCommand_LazyService', false],
'App\\Command\\Purse\\UpdateExpiringPursesCommand' => ['privates', '.App\\Command\\Purse\\UpdateExpiringPursesCommand.lazy', 'getUpdateExpiringPursesCommand_LazyService', false],
'App\\Command\\Salesforce\\SendAllDataToSalesforceCommand' => ['privates', '.App\\Command\\Salesforce\\SendAllDataToSalesforceCommand.lazy', 'getSendAllDataToSalesforceCommand_LazyService', false],
'App\\Command\\SendingParticipationsEmailsCommand' => ['privates', '.App\\Command\\SendingParticipationsEmailsCommand.lazy', 'getSendingParticipationsEmailsCommand_LazyService', false],
'App\\Command\\ShannonMonthlyUserCommand' => ['privates', 'App\\Command\\ShannonMonthlyUserCommand', 'getShannonMonthlyUserCommandService', false],
'App\\Command\\ShannonPostDeclarationCommand' => ['privates', 'App\\Command\\ShannonPostDeclarationCommand', 'getShannonPostDeclarationCommandService', false],
'App\\Command\\ShannonUpdateParticipationCommand' => ['privates', 'App\\Command\\ShannonUpdateParticipationCommand', 'getShannonUpdateParticipationCommandService', false],
'App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationCommand' => ['privates', '.App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationCommand.lazy', 'getRecoveryShannonIdentifiantParticipationCommand_LazyService', false],
'App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationMultiOdrCommand' => ['privates', '.App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationMultiOdrCommand.lazy', 'getRecoveryShannonIdentifiantParticipationMultiOdrCommand_LazyService', false],
'App\\Command\\Smp\\UpdateFinancialsMultiParticipationCommand' => ['privates', '.App\\Command\\Smp\\UpdateFinancialsMultiParticipationCommand.lazy', 'getUpdateFinancialsMultiParticipationCommand_LazyService', false],
'App\\Command\\Smp\\UpdateStatusMultiOdrParticipationCommand' => ['privates', '.App\\Command\\Smp\\UpdateStatusMultiOdrParticipationCommand.lazy', 'getUpdateStatusMultiOdrParticipationCommand_LazyService', false],
'App\\Command\\Smp\\UpdateStatusOdrParticipationCommand' => ['privates', '.App\\Command\\Smp\\UpdateStatusOdrParticipationCommand.lazy', 'getUpdateStatusOdrParticipationCommand_LazyService', false],
'App\\Command\\UpdateItemAmount' => ['privates', 'App\\Command\\UpdateItemAmount', 'getUpdateItemAmountService', false],
'App\\Command\\Yeesss\\YeesssUserSendAllBurnCommand' => ['privates', '.App\\Command\\Yeesss\\YeesssUserSendAllBurnCommand.lazy', 'getYeesssUserSendAllBurnCommand_LazyService', false],
'App\\Command\\Yeesss\\YeesssUserSendAllCommand' => ['privates', '.App\\Command\\Yeesss\\YeesssUserSendAllCommand.lazy', 'getYeesssUserSendAllCommand_LazyService', false],
'App\\Command\\Yeesss\\YeesssUserSendAllCouponCommand' => ['privates', '.App\\Command\\Yeesss\\YeesssUserSendAllCouponCommand.lazy', 'getYeesssUserSendAllCouponCommand_LazyService', false],
'App\\Command\\Yeesss\\YeesssUserSendAllEarnCommand' => ['privates', '.App\\Command\\Yeesss\\YeesssUserSendAllEarnCommand.lazy', 'getYeesssUserSendAllEarnCommand_LazyService', 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.messenger_consume_messages' => ['privates', '.console.command.messenger_consume_messages.lazy', 'get_Console_Command_MessengerConsumeMessages_LazyService', false],
'console.command.messenger_setup_transports' => ['privates', '.console.command.messenger_setup_transports.lazy', 'get_Console_Command_MessengerSetupTransports_LazyService', false],
'console.command.messenger_debug' => ['privates', '.console.command.messenger_debug.lazy', 'get_Console_Command_MessengerDebug_LazyService', false],
'console.command.messenger_stop_workers' => ['privates', '.console.command.messenger_stop_workers.lazy', 'get_Console_Command_MessengerStopWorkers_LazyService', false],
'console.command.messenger_failed_messages_retry' => ['privates', '.console.command.messenger_failed_messages_retry.lazy', 'get_Console_Command_MessengerFailedMessagesRetry_LazyService', false],
'console.command.messenger_failed_messages_show' => ['privates', '.console.command.messenger_failed_messages_show.lazy', 'get_Console_Command_MessengerFailedMessagesShow_LazyService', false],
'console.command.messenger_failed_messages_remove' => ['privates', '.console.command.messenger_failed_messages_remove.lazy', 'get_Console_Command_MessengerFailedMessagesRemove_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],
'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => ['services', 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command', 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService', false],
'api_platform.json_schema.json_schema_generate_command' => ['privates', 'api_platform.json_schema.json_schema_generate_command', 'getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService', false],
'api_platform.openapi.command' => ['privates', 'api_platform.openapi.command', 'getApiPlatform_Openapi_CommandService', false],
'api_platform.swagger.command.swagger_command' => ['privates', 'api_platform.swagger.command.swagger_command', 'getApiPlatform_Swagger_Command_SwaggerCommandService', false],
'api_platform.upgrade_resource.command' => ['privates', 'api_platform.upgrade_resource.command', 'getApiPlatform_UpgradeResource_CommandService', false],
'lexik_jwt_authentication.check_config_command' => ['privates', 'lexik_jwt_authentication.check_config_command', 'getLexikJwtAuthentication_CheckConfigCommandService', false],
'lexik_jwt_authentication.generate_token_command' => ['services', 'lexik_jwt_authentication.generate_token_command', 'getLexikJwtAuthentication_GenerateTokenCommandService', false],
'lexik_jwt_authentication.generate_keypair_command' => ['privates', 'lexik_jwt_authentication.generate_keypair_command', 'getLexikJwtAuthentication_GenerateKeypairCommandService', false],
'doctrine.fixtures_load_command' => ['privates', 'doctrine.fixtures_load_command', 'getDoctrine_FixturesLoadCommandService', false],
'vich_uploader.command.mapping_debug_class' => ['privates', 'vich_uploader.command.mapping_debug_class', 'getVichUploader_Command_MappingDebugClassService', false],
'vich_uploader.command.mapping_debug' => ['privates', 'vich_uploader.command.mapping_debug', 'getVichUploader_Command_MappingDebugService', false],
'vich_uploader.command.mapping_list_classes' => ['privates', 'vich_uploader.command.mapping_list_classes', 'getVichUploader_Command_MappingListClassesService', false],
'fos_ck_editor.command.installer' => ['privates', 'fos_ck_editor.command.installer', 'getFosCkEditor_Command_InstallerService', false],
'liip_imagine.command.cache_remove' => ['privates', 'liip_imagine.command.cache_remove', 'getLiipImagine_Command_CacheRemoveService', false],
'liip_imagine.command.cache_resolve' => ['privates', 'liip_imagine.command.cache_resolve', 'getLiipImagine_Command_CacheResolveService', false],
'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],
'maker.auto_command.make_data_provider' => ['privates', '.maker.auto_command.make_data_provider.lazy', 'get_Maker_AutoCommand_MakeDataProvider_LazyService', false],
'maker.auto_command.make_data_persister' => ['privates', '.maker.auto_command.make_data_persister.lazy', 'get_Maker_AutoCommand_MakeDataPersister_LazyService', false],
'maker.auto_command.make_state_processor' => ['privates', '.maker.auto_command.make_state_processor.lazy', 'get_Maker_AutoCommand_MakeStateProcessor_LazyService', false],
'maker.auto_command.make_state_provider' => ['privates', '.maker.auto_command.make_state_provider.lazy', 'get_Maker_AutoCommand_MakeStateProvider_LazyService', false],
], [
'App\\Command\\AddItemsToPurseFromParticipation' => 'App\\Command\\AddItemsToPurseFromParticipation',
'App\\Command\\AddSixMonthsToItemsAndPursesCommand' => '?',
'App\\Command\\EncryptIbanCommand' => 'App\\Command\\EncryptIbanCommand',
'App\\Command\\GenericImportCommand' => 'App\\Command\\GenericImportCommand',
'App\\Command\\ImportMilleretCommand' => '?',
'App\\Command\\Isoskele\\IsoskeleSendAllOffersCommand' => '?',
'App\\Command\\Isoskele\\IsoskeleSendAllParticipationsCommand' => '?',
'App\\Command\\Isoskele\\IsoskeleUserSendAllCommand' => '?',
'App\\Command\\Isoskele\\IsoskeleUserSendAllTasCommand' => '?',
'App\\Command\\Multi\\SendingMultiOdrShareholdingManagementEmailsCommand' => '?',
'App\\Command\\Multi\\UpdateCurrentStock' => '?',
'App\\Command\\Odr\\SendCodesCommand' => 'App\\Command\\Odr\\SendCodesCommand',
'App\\Command\\Odr\\SendingOdrShareholdingManagementEmailsCommand' => '?',
'App\\Command\\Purse\\ReminderEmailBalancePurseExpiring' => '?',
'App\\Command\\Purse\\TestCommand' => '?',
'App\\Command\\Purse\\UpdateDateItemsCommand' => '?',
'App\\Command\\Purse\\UpdateExpiredItemsCommand' => '?',
'App\\Command\\Purse\\UpdateExpiringPursesCommand' => '?',
'App\\Command\\Salesforce\\SendAllDataToSalesforceCommand' => '?',
'App\\Command\\SendingParticipationsEmailsCommand' => '?',
'App\\Command\\ShannonMonthlyUserCommand' => 'App\\Command\\ShannonMonthlyUserCommand',
'App\\Command\\ShannonPostDeclarationCommand' => 'App\\Command\\ShannonPostDeclarationCommand',
'App\\Command\\ShannonUpdateParticipationCommand' => 'App\\Command\\ShannonUpdateParticipationCommand',
'App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationCommand' => '?',
'App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationMultiOdrCommand' => '?',
'App\\Command\\Smp\\UpdateFinancialsMultiParticipationCommand' => '?',
'App\\Command\\Smp\\UpdateStatusMultiOdrParticipationCommand' => '?',
'App\\Command\\Smp\\UpdateStatusOdrParticipationCommand' => '?',
'App\\Command\\UpdateItemAmount' => 'App\\Command\\UpdateItemAmount',
'App\\Command\\Yeesss\\YeesssUserSendAllBurnCommand' => '?',
'App\\Command\\Yeesss\\YeesssUserSendAllCommand' => '?',
'App\\Command\\Yeesss\\YeesssUserSendAllCouponCommand' => '?',
'App\\Command\\Yeesss\\YeesssUserSendAllEarnCommand' => '?',
'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.messenger_consume_messages' => '?',
'console.command.messenger_setup_transports' => '?',
'console.command.messenger_debug' => '?',
'console.command.messenger_stop_workers' => '?',
'console.command.messenger_failed_messages_retry' => '?',
'console.command.messenger_failed_messages_show' => '?',
'console.command.messenger_failed_messages_remove' => '?',
'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' => '?',
'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'Hautelook\\AliceBundle\\Console\\Command\\Doctrine\\DoctrineOrmLoadDataFixturesCommand',
'api_platform.json_schema.json_schema_generate_command' => 'ApiPlatform\\JsonSchema\\Command\\JsonSchemaGenerateCommand',
'api_platform.openapi.command' => 'ApiPlatform\\Symfony\\Bundle\\Command\\OpenApiCommand',
'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
'api_platform.upgrade_resource.command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\UpgradeApiResourceCommand',
'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
'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' => '?',
'maker.auto_command.make_data_provider' => '?',
'maker.auto_command.make_data_persister' => '?',
'maker.auto_command.make_state_processor' => '?',
'maker.auto_command.make_state_provider' => '?',
]), ['app:purse:add-item-for-participation' => 'App\\Command\\AddItemsToPurseFromParticipation', 'modify:items:purses' => 'App\\Command\\AddSixMonthsToItemsAndPursesCommand', 'app:encrypt:iban' => 'App\\Command\\EncryptIbanCommand', 'sogec:generic:import' => 'App\\Command\\GenericImportCommand', 'csv:user:import' => 'App\\Command\\ImportMilleretCommand', 'isoskele:send-all-offers' => 'App\\Command\\Isoskele\\IsoskeleSendAllOffersCommand', 'isoskele:send-all-participations' => 'App\\Command\\Isoskele\\IsoskeleSendAllParticipationsCommand', 'isoskele:user:send-all' => 'App\\Command\\Isoskele\\IsoskeleUserSendAllCommand', 'isoskele:user:send-all-tas' => 'App\\Command\\Isoskele\\IsoskeleUserSendAllTasCommand', 'send-emails:participations-multi-odr-based-on-status' => 'App\\Command\\Multi\\SendingMultiOdrShareholdingManagementEmailsCommand', 'multi:update:current-stock' => 'App\\Command\\Multi\\UpdateCurrentStock', 'app:send:codes-odr' => 'App\\Command\\Odr\\SendCodesCommand', 'send-emails:participations-odr-based-on-status' => 'App\\Command\\Odr\\SendingOdrShareholdingManagementEmailsCommand', 'purse:reminder-email-balance-purse-expiring' => 'App\\Command\\Purse\\ReminderEmailBalancePurseExpiring', 'purse:test:manager' => 'App\\Command\\Purse\\TestCommand', 'items:update-due-date-items' => 'App\\Command\\Purse\\UpdateDateItemsCommand', 'purse:update-expired-items' => 'App\\Command\\Purse\\UpdateExpiredItemsCommand', 'purse:update-expiring-purses' => 'App\\Command\\Purse\\UpdateExpiringPursesCommand', 'send-all-data:to-salesforce' => 'App\\Command\\Salesforce\\SendAllDataToSalesforceCommand', 'sending-emails:participations-based-on-status' => 'App\\Command\\SendingParticipationsEmailsCommand', 'shannon:monthly:user' => 'App\\Command\\ShannonMonthlyUserCommand', 'shannon:post:declaration' => 'App\\Command\\ShannonPostDeclarationCommand', 'shannon:update:declaration' => 'App\\Command\\ShannonUpdateParticipationCommand', 'recovery:participation-from-billy-to-shannon' => 'App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationCommand', 'recovery:participation-multi-odr-from-billy-to-shannon' => 'App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationMultiOdrCommand', 'update-financials:participations-from-billy' => 'App\\Command\\Smp\\UpdateFinancialsMultiParticipationCommand', 'update-status:participation-multi-odr-from-billy' => 'App\\Command\\Smp\\UpdateStatusMultiOdrParticipationCommand', 'update-status:odr-participation-from-billy' => 'App\\Command\\Smp\\UpdateStatusOdrParticipationCommand', 'app:item:update' => 'App\\Command\\UpdateItemAmount', 'yeesss:user:send-all-burn' => 'App\\Command\\Yeesss\\YeesssUserSendAllBurnCommand', 'yeesss:user:send-all' => 'App\\Command\\Yeesss\\YeesssUserSendAllCommand', 'yeesss:user:send-all-coupon' => 'App\\Command\\Yeesss\\YeesssUserSendAllCouponCommand', 'yeesss:user:send-all-earn' => 'App\\Command\\Yeesss\\YeesssUserSendAllEarnCommand', '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', 'messenger:consume' => 'console.command.messenger_consume_messages', 'messenger:setup-transports' => 'console.command.messenger_setup_transports', 'debug:messenger' => 'console.command.messenger_debug', 'messenger:stop-workers' => 'console.command.messenger_stop_workers', 'messenger:failed:retry' => 'console.command.messenger_failed_messages_retry', 'messenger:failed:show' => 'console.command.messenger_failed_messages_show', 'messenger:failed:remove' => 'console.command.messenger_failed_messages_remove', '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', 'hautelook:fixtures:load' => 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command', 'api:json-schema:generate' => 'api_platform.json_schema.json_schema_generate_command', 'api:openapi:export' => 'api_platform.openapi.command', 'api:swagger:export' => 'api_platform.swagger.command.swagger_command', 'api:upgrade-resource' => 'api_platform.upgrade_resource.command', 'lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command', 'lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command', 'lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command', 'doctrine:fixtures:load' => 'doctrine.fixtures_load_command', 'vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class', 'vich:mapping:debug' => 'vich_uploader.command.mapping_debug', 'vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes', 'ckeditor:install' => 'fos_ck_editor.command.installer', 'liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove', 'liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve', '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', 'make:data-provider' => 'maker.auto_command.make_data_provider', 'make:data-persister' => 'maker.auto_command.make_data_persister', 'make:state-processor' => 'maker.auto_command.make_state_processor', 'make:state-provider' => 'maker.auto_command.make_state_provider']);
}
/**
* 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 = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
if (isset($this->services['doctrine.dbal.default_connection'])) {
return $this->services['doctrine.dbal.default_connection'];
}
$b = new \Doctrine\DBAL\Configuration();
$c = new \Symfony\Bridge\Monolog\Logger('doctrine');
$c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$c->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
$c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
$d = 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))));
$d->setConnectionName('default');
$b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
$b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
$b->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($c), 1 => $d]);
return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $b, $a, ['enum' => 'string']);
}
/**
* Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
*/
protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
{
$this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\EventListener\\MediaObjectListener' => ['privates', 'App\\EventListener\\MediaObjectListener', 'getMediaObjectListenerService', false],
], [
'App\\EventListener\\MediaObjectListener' => '?',
]));
$instance->registerService('App\\EventListener\\MediaObjectListener', 'App\\EventListener\\MediaObjectListener');
return $instance;
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
$b->addDriver($c, 'App\\Entity');
$b->addDriver($c, 'Gedmo\\Loggable\\Entity');
$b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
$a->setEntityNamespaces(['App' => 'App\\Entity', 'GedmoLoggable' => 'Gedmo\\Loggable\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
])));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
$a->setLazyGhostObjectEnabled(false);
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Repository\\BlogRepository' => ['privates', 'App\\Repository\\BlogRepository', 'getBlogRepositoryService', false],
'App\\Repository\\Cart\\CartRepository' => ['privates', 'App\\Repository\\Cart\\CartRepository', 'getCartRepositoryService', false],
'App\\Repository\\Cart\\GiftCartRepository' => ['privates', 'App\\Repository\\Cart\\GiftCartRepository', 'getGiftCartRepositoryService', false],
'App\\Repository\\Cart\\OperationCartRepository' => ['privates', 'App\\Repository\\Cart\\OperationCartRepository', 'getOperationCartRepositoryService', false],
'App\\Repository\\Catalog\\ExpeditionRepository' => ['privates', 'App\\Repository\\Catalog\\ExpeditionRepository', 'getExpeditionRepositoryService', false],
'App\\Repository\\Catalog\\GiftCodeRepository' => ['privates', 'App\\Repository\\Catalog\\GiftCodeRepository', 'getGiftCodeRepositoryService', false],
'App\\Repository\\Catalog\\GiftLevelRepository' => ['privates', 'App\\Repository\\Catalog\\GiftLevelRepository', 'getGiftLevelRepositoryService', false],
'App\\Repository\\Catalog\\GiftRepository' => ['privates', 'App\\Repository\\Catalog\\GiftRepository', 'getGiftRepositoryService', false],
'App\\Repository\\Catalog\\OrderRepository' => ['privates', 'App\\Repository\\Catalog\\OrderRepository', 'getOrderRepositoryService', false],
'App\\Repository\\Company\\CompanyRepository' => ['privates', 'App\\Repository\\Company\\CompanyRepository', 'getCompanyRepositoryService', false],
'App\\Repository\\Company\\CredentialsRepository' => ['privates', 'App\\Repository\\Company\\CredentialsRepository', 'getCredentialsRepositoryService', false],
'App\\Repository\\Company\\ParamRepository' => ['privates', 'App\\Repository\\Company\\ParamRepository', 'getParamRepositoryService', false],
'App\\Repository\\ContactRepository' => ['privates', 'App\\Repository\\ContactRepository', 'getContactRepositoryService', false],
'App\\Repository\\CookiesRepository' => ['privates', 'App\\Repository\\CookiesRepository', 'getCookiesRepositoryService', false],
'App\\Repository\\DepartmentRepository' => ['privates', 'App\\Repository\\DepartmentRepository', 'getDepartmentRepositoryService', false],
'App\\Repository\\Details\\DetailsCouponRepository' => ['privates', 'App\\Repository\\Details\\DetailsCouponRepository', 'getDetailsCouponRepositoryService', false],
'App\\Repository\\Details\\DetailsMultiOfferRepository' => ['privates', 'App\\Repository\\Details\\DetailsMultiOfferRepository', 'getDetailsMultiOfferRepositoryService', false],
'App\\Repository\\Details\\DetailsOdrRepository' => ['privates', 'App\\Repository\\Details\\DetailsOdrRepository', 'getDetailsOdrRepositoryService', false],
'App\\Repository\\Details\\DetailsParticipationOdrRepository' => ['privates', 'App\\Repository\\Details\\DetailsParticipationOdrRepository', 'getDetailsParticipationOdrRepositoryService', false],
'App\\Repository\\Details\\DetailsParticipationStepRepository' => ['privates', 'App\\Repository\\Details\\DetailsParticipationStepRepository', 'getDetailsParticipationStepRepositoryService', false],
'App\\Repository\\Details\\DetailsPuntosRepository' => ['privates', 'App\\Repository\\Details\\DetailsPuntosRepository', 'getDetailsPuntosRepositoryService', false],
'App\\Repository\\Details\\DetailsSponsorshipRepository' => ['privates', 'App\\Repository\\Details\\DetailsSponsorshipRepository', 'getDetailsSponsorshipRepositoryService', false],
'App\\Repository\\Details\\DetailsStepRepository' => ['privates', 'App\\Repository\\Details\\DetailsStepRepository', 'getDetailsStepRepositoryService', false],
'App\\Repository\\Ean\\EanOdrRepository' => ['privates', 'App\\Repository\\Ean\\EanOdrRepository', 'getEanOdrRepositoryService', false],
'App\\Repository\\Ean\\EanRepository' => ['privates', 'App\\Repository\\Ean\\EanRepository', 'getEanRepositoryService', false],
'App\\Repository\\Ean\\EanStepRepository' => ['privates', 'App\\Repository\\Ean\\EanStepRepository', 'getEanStepRepositoryService', false],
'App\\Repository\\EligibilityRepository' => ['privates', 'App\\Repository\\EligibilityRepository', 'getEligibilityRepositoryService', false],
'App\\Repository\\FaqRepository' => ['privates', 'App\\Repository\\FaqRepository', 'getFaqRepositoryService', false],
'App\\Repository\\Knowledge\\KnowledgeRepository' => ['privates', 'App\\Repository\\Knowledge\\KnowledgeRepository', 'getKnowledgeRepositoryService', false],
'App\\Repository\\Knowledge\\KnowledgeResponseRepository' => ['privates', 'App\\Repository\\Knowledge\\KnowledgeResponseRepository', 'getKnowledgeResponseRepositoryService', false],
'App\\Repository\\Log\\APIRequestRepository' => ['privates', 'App\\Repository\\Log\\APIRequestRepository', 'getAPIRequestRepositoryService', false],
'App\\Repository\\MediaObject\\MediaBlogRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaBlogRepository', 'getMediaBlogRepositoryService', false],
'App\\Repository\\MediaObject\\MediaCodeDrawRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaCodeDrawRepository', 'getMediaCodeDrawRepositoryService', false],
'App\\Repository\\MediaObject\\MediaCodeGiftRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaCodeGiftRepository', 'getMediaCodeGiftRepositoryService', false],
'App\\Repository\\MediaObject\\MediaCodeOdrRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaCodeOdrRepository', 'getMediaCodeOdrRepositoryService', false],
'App\\Repository\\MediaObject\\MediaCouponRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaCouponRepository', 'getMediaCouponRepositoryService', false],
'App\\Repository\\MediaObject\\MediaDesktopDrawRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaDesktopDrawRepository', 'getMediaDesktopDrawRepositoryService', false],
'App\\Repository\\MediaObject\\MediaDesktopOdrRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaDesktopOdrRepository', 'getMediaDesktopOdrRepositoryService', false],
'App\\Repository\\MediaObject\\MediaGameParamsRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaGameParamsRepository', 'getMediaGameParamsRepositoryService', false],
'App\\Repository\\MediaObject\\MediaGameRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaGameRepository', 'getMediaGameRepositoryService', false],
'App\\Repository\\MediaObject\\MediaGiftRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaGiftRepository', 'getMediaGiftRepositoryService', false],
'App\\Repository\\MediaObject\\MediaImageRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaImageRepository', 'getMediaImageRepositoryService', false],
'App\\Repository\\MediaObject\\MediaKnowledgeResponseRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaKnowledgeResponseRepository', 'getMediaKnowledgeResponseRepositoryService', false],
'App\\Repository\\MediaObject\\MediaMobileDrawRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaMobileDrawRepository', 'getMediaMobileDrawRepositoryService', false],
'App\\Repository\\MediaObject\\MediaMobileGameRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaMobileGameRepository', 'getMediaMobileGameRepositoryService', false],
'App\\Repository\\MediaObject\\MediaMobileOdrRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaMobileOdrRepository', 'getMediaMobileOdrRepositoryService', false],
'App\\Repository\\MediaObject\\MediaMobileSliderRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaMobileSliderRepository', 'getMediaMobileSliderRepositoryService', false],
'App\\Repository\\MediaObject\\MediaMultiOfferRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaMultiOfferRepository', 'getMediaMultiOfferRepositoryService', false],
'App\\Repository\\MediaObject\\MediaObjectRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaObjectRepository', 'getMediaObjectRepositoryService', false],
'App\\Repository\\MediaObject\\MediaParticipationRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaParticipationRepository', 'getMediaParticipationRepositoryService', false],
'App\\Repository\\MediaObject\\MediaPdfDrawRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaPdfDrawRepository', 'getMediaPdfDrawRepositoryService', false],
'App\\Repository\\MediaObject\\MediaPdfOdrRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaPdfOdrRepository', 'getMediaPdfOdrRepositoryService', false],
'App\\Repository\\MediaObject\\MediaPdfRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaPdfRepository', 'getMediaPdfRepositoryService', false],
'App\\Repository\\MediaObject\\MediaProductRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaProductRepository', 'getMediaProductRepositoryService', false],
'App\\Repository\\MediaObject\\MediaPromotionRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaPromotionRepository', 'getMediaPromotionRepositoryService', false],
'App\\Repository\\MediaObject\\MediaRecipeRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaRecipeRepository', 'getMediaRecipeRepositoryService', false],
'App\\Repository\\MediaObject\\MediaSliderRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaSliderRepository', 'getMediaSliderRepositoryService', false],
'App\\Repository\\MediaObject\\MediaThumbnailBlogRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaThumbnailBlogRepository', 'getMediaThumbnailBlogRepositoryService', false],
'App\\Repository\\MediaObject\\MediaThumbnailDrawRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaThumbnailDrawRepository', 'getMediaThumbnailDrawRepositoryService', false],
'App\\Repository\\MediaObject\\MediaThumbnailGiftRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaThumbnailGiftRepository', 'getMediaThumbnailGiftRepositoryService', false],
'App\\Repository\\MediaObject\\MediaThumbnailOdrRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaThumbnailOdrRepository', 'getMediaThumbnailOdrRepositoryService', false],
'App\\Repository\\MentionLegalRepository' => ['privates', 'App\\Repository\\MentionLegalRepository', 'getMentionLegalRepositoryService', false],
'App\\Repository\\MenuRepository' => ['privates', 'App\\Repository\\MenuRepository', 'getMenuRepositoryService', false],
'App\\Repository\\NewsletterRepository' => ['privates', 'App\\Repository\\NewsletterRepository', 'getNewsletterRepositoryService', false],
'App\\Repository\\OperationCode\\DrawCodeRepository' => ['privates', 'App\\Repository\\OperationCode\\DrawCodeRepository', 'getDrawCodeRepositoryService', false],
'App\\Repository\\OperationCode\\OdrCodeRepository' => ['privates', 'App\\Repository\\OperationCode\\OdrCodeRepository', 'getOdrCodeRepositoryService', false],
'App\\Repository\\OperationCode\\OperationCodeRepository' => ['privates', 'App\\Repository\\OperationCode\\OperationCodeRepository', 'getOperationCodeRepositoryService', false],
'App\\Repository\\Operation\\CouponRepository' => ['privates', 'App\\Repository\\Operation\\CouponRepository', 'getCouponRepositoryService', false],
'App\\Repository\\Operation\\DrawRepository' => ['privates', 'App\\Repository\\Operation\\DrawRepository', 'getDrawRepositoryService', false],
'App\\Repository\\Operation\\GameRepository' => ['privates', 'App\\Repository\\Operation\\GameRepository', 'getGameRepositoryService', false],
'App\\Repository\\Operation\\MultiOfferRepository' => ['privates', 'App\\Repository\\Operation\\MultiOfferRepository', 'getMultiOfferRepositoryService', false],
'App\\Repository\\Operation\\OdrRepository' => ['privates', 'App\\Repository\\Operation\\OdrRepository', 'getOdrRepositoryService', false],
'App\\Repository\\Operation\\OperationRepository' => ['privates', 'App\\Repository\\Operation\\OperationRepository', 'getOperationRepositoryService', false],
'App\\Repository\\Operation\\PuntosRepository' => ['privates', 'App\\Repository\\Operation\\PuntosRepository', 'getPuntosRepositoryService', false],
'App\\Repository\\Operation\\RefundRepository' => ['privates', 'App\\Repository\\Operation\\RefundRepository', 'getRefundRepositoryService', false],
'App\\Repository\\Operation\\SponsorshipRepository' => ['privates', 'App\\Repository\\Operation\\SponsorshipRepository', 'getSponsorshipRepositoryService', false],
'App\\Repository\\Operation\\StepRepository' => ['privates', 'App\\Repository\\Operation\\StepRepository', 'getStepRepositoryService', false],
'App\\Repository\\Participation\\CouponRepository' => ['privates', 'App\\Repository\\Participation\\CouponRepository', 'getCouponRepository2Service', false],
'App\\Repository\\Participation\\DrawRepository' => ['privates', 'App\\Repository\\Participation\\DrawRepository', 'getDrawRepository2Service', false],
'App\\Repository\\Participation\\MultiRepository' => ['privates', 'App\\Repository\\Participation\\MultiRepository', 'getMultiRepositoryService', false],
'App\\Repository\\Participation\\OdrRepository' => ['privates', 'App\\Repository\\Participation\\OdrRepository', 'getOdrRepository2Service', false],
'App\\Repository\\Participation\\ParticipationRepository' => ['privates', 'App\\Repository\\Participation\\ParticipationRepository', 'getParticipationRepositoryService', false],
'App\\Repository\\Participation\\PuntosRepository' => ['privates', 'App\\Repository\\Participation\\PuntosRepository', 'getPuntosRepository2Service', false],
'App\\Repository\\Participation\\RefundRepository' => ['privates', 'App\\Repository\\Participation\\RefundRepository', 'getRefundRepository2Service', false],
'App\\Repository\\Participation\\StepRepository' => ['privates', 'App\\Repository\\Participation\\StepRepository', 'getStepRepository2Service', false],
'App\\Repository\\Participation\\ValidationExportRepository' => ['privates', 'App\\Repository\\Participation\\ValidationExportRepository', 'getValidationExportRepositoryService', false],
'App\\Repository\\PersonalDataRepository' => ['privates', 'App\\Repository\\PersonalDataRepository', 'getPersonalDataRepositoryService', false],
'App\\Repository\\ProductRepository' => ['privates', 'App\\Repository\\ProductRepository', 'getProductRepositoryService', false],
'App\\Repository\\Provider\\ProviderRepository' => ['privates', 'App\\Repository\\Provider\\ProviderRepository', 'getProviderRepositoryService', false],
'App\\Repository\\Purse\\ItemRepository' => ['privates', 'App\\Repository\\Purse\\ItemRepository', 'getItemRepositoryService', false],
'App\\Repository\\Purse\\PurseRepository' => ['privates', 'App\\Repository\\Purse\\PurseRepository', 'getPurseRepositoryService', false],
'App\\Repository\\Recipe\\IngredientMeasureUnitRepository' => ['privates', 'App\\Repository\\Recipe\\IngredientMeasureUnitRepository', 'getIngredientMeasureUnitRepositoryService', false],
'App\\Repository\\Recipe\\IngredientRepository' => ['privates', 'App\\Repository\\Recipe\\IngredientRepository', 'getIngredientRepositoryService', false],
'App\\Repository\\Recipe\\RecipeIngredientRepository' => ['privates', 'App\\Repository\\Recipe\\RecipeIngredientRepository', 'getRecipeIngredientRepositoryService', false],
'App\\Repository\\Recipe\\RecipeRepository' => ['privates', 'App\\Repository\\Recipe\\RecipeRepository', 'getRecipeRepositoryService', false],
'App\\Repository\\Recipe\\RecipeTypeRepository' => ['privates', 'App\\Repository\\Recipe\\RecipeTypeRepository', 'getRecipeTypeRepositoryService', false],
'App\\Repository\\Security\\PermissionRepository' => ['privates', 'App\\Repository\\Security\\PermissionRepository', 'getPermissionRepositoryService', false],
'App\\Repository\\Security\\ProfileRepository' => ['privates', 'App\\Repository\\Security\\ProfileRepository', 'getProfileRepositoryService', false],
'App\\Repository\\Segmentation\\RegionRepository' => ['privates', 'App\\Repository\\Segmentation\\RegionRepository', 'getRegionRepositoryService', false],
'App\\Repository\\SliderRepository' => ['privates', 'App\\Repository\\SliderRepository', 'getSliderRepositoryService', false],
'App\\Repository\\Sogec\\PromotionRepository' => ['privates', 'App\\Repository\\Sogec\\PromotionRepository', 'getPromotionRepositoryService', false],
'App\\Repository\\Sponsorship\\SponsorshipRequestRepository' => ['privates', 'App\\Repository\\Sponsorship\\SponsorshipRequestRepository', 'getSponsorshipRequestRepositoryService', false],
'App\\Repository\\StateRepository' => ['privates', 'App\\Repository\\StateRepository', 'getStateRepositoryService', false],
'App\\Repository\\Tag\\BlogTagRepository' => ['privates', 'App\\Repository\\Tag\\BlogTagRepository', 'getBlogTagRepositoryService', false],
'App\\Repository\\Tag\\TagRepository' => ['privates', 'App\\Repository\\Tag\\TagRepository', 'getTagRepositoryService', false],
'App\\Repository\\Tas\\TasAutoRepository' => ['privates', 'App\\Repository\\Tas\\TasAutoRepository', 'getTasAutoRepositoryService', false],
'App\\Repository\\Tas\\TasDrawRepository' => ['privates', 'App\\Repository\\Tas\\TasDrawRepository', 'getTasDrawRepositoryService', false],
'App\\Repository\\Tas\\TasRepository' => ['privates', 'App\\Repository\\Tas\\TasRepository', 'getTasRepositoryService', false],
'App\\Repository\\TokenCrmRepository' => ['privates', 'App\\Repository\\TokenCrmRepository', 'getTokenCrmRepositoryService', false],
'App\\Repository\\TokenRepository' => ['privates', 'App\\Repository\\TokenRepository', 'getTokenRepositoryService', false],
'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
'App\\Repository\\User\\Address\\AddressRepository' => ['privates', 'App\\Repository\\User\\Address\\AddressRepository', 'getAddressRepositoryService', false],
'App\\Repository\\User\\Address\\DeliveryRepository' => ['privates', 'App\\Repository\\User\\Address\\DeliveryRepository', 'getDeliveryRepositoryService', false],
'App\\Repository\\User\\Address\\HomeRepository' => ['privates', 'App\\Repository\\User\\Address\\HomeRepository', 'getHomeRepositoryService', false],
'App\\Repository\\User\\Address\\OrderRepository' => ['privates', 'App\\Repository\\User\\Address\\OrderRepository', 'getOrderRepository2Service', false],
'App\\Repository\\User\\AdminRepository' => ['privates', 'App\\Repository\\User\\AdminRepository', 'getAdminRepositoryService', false],
'App\\Repository\\User\\CarrierRepository' => ['privates', 'App\\Repository\\User\\CarrierRepository', 'getCarrierRepositoryService', false],
'App\\Repository\\User\\ConsumerRepository' => ['privates', 'App\\Repository\\User\\ConsumerRepository', 'getConsumerRepositoryService', false],
'App\\Repository\\User\\IdentityRepository' => ['privates', 'App\\Repository\\User\\IdentityRepository', 'getIdentityRepositoryService', false],
'App\\Repository\\User\\Payment\\IbanRepository' => ['privates', 'App\\Repository\\User\\Payment\\IbanRepository', 'getIbanRepositoryService', false],
'App\\Repository\\User\\ReferentRepository' => ['privates', 'App\\Repository\\User\\ReferentRepository', 'getReferentRepositoryService', false],
'App\\Repository\\User\\StrateRepository' => ['privates', 'App\\Repository\\User\\StrateRepository', 'getStrateRepositoryService', false],
'App\\Repository\\WebsiteParams\\GameParamsRepository' => ['privates', 'App\\Repository\\WebsiteParams\\GameParamsRepository', 'getGameParamsRepositoryService', false],
'App\\Repository\\WebsiteParams\\ModuleParamsRepository' => ['privates', 'App\\Repository\\WebsiteParams\\ModuleParamsRepository', 'getModuleParamsRepositoryService', false],
'App\\Repository\\WebsiteParams\\WebsiteParamsRepository' => ['privates', 'App\\Repository\\WebsiteParams\\WebsiteParamsRepository', 'getWebsiteParamsRepositoryService', false],
], [
'App\\Repository\\BlogRepository' => '?',
'App\\Repository\\Cart\\CartRepository' => '?',
'App\\Repository\\Cart\\GiftCartRepository' => '?',
'App\\Repository\\Cart\\OperationCartRepository' => '?',
'App\\Repository\\Catalog\\ExpeditionRepository' => '?',
'App\\Repository\\Catalog\\GiftCodeRepository' => '?',
'App\\Repository\\Catalog\\GiftLevelRepository' => '?',
'App\\Repository\\Catalog\\GiftRepository' => '?',
'App\\Repository\\Catalog\\OrderRepository' => '?',
'App\\Repository\\Company\\CompanyRepository' => '?',
'App\\Repository\\Company\\CredentialsRepository' => '?',
'App\\Repository\\Company\\ParamRepository' => '?',
'App\\Repository\\ContactRepository' => '?',
'App\\Repository\\CookiesRepository' => '?',
'App\\Repository\\DepartmentRepository' => '?',
'App\\Repository\\Details\\DetailsCouponRepository' => '?',
'App\\Repository\\Details\\DetailsMultiOfferRepository' => '?',
'App\\Repository\\Details\\DetailsOdrRepository' => '?',
'App\\Repository\\Details\\DetailsParticipationOdrRepository' => '?',
'App\\Repository\\Details\\DetailsParticipationStepRepository' => '?',
'App\\Repository\\Details\\DetailsPuntosRepository' => '?',
'App\\Repository\\Details\\DetailsSponsorshipRepository' => '?',
'App\\Repository\\Details\\DetailsStepRepository' => '?',
'App\\Repository\\Ean\\EanOdrRepository' => '?',
'App\\Repository\\Ean\\EanRepository' => '?',
'App\\Repository\\Ean\\EanStepRepository' => '?',
'App\\Repository\\EligibilityRepository' => '?',
'App\\Repository\\FaqRepository' => '?',
'App\\Repository\\Knowledge\\KnowledgeRepository' => '?',
'App\\Repository\\Knowledge\\KnowledgeResponseRepository' => '?',
'App\\Repository\\Log\\APIRequestRepository' => '?',
'App\\Repository\\MediaObject\\MediaBlogRepository' => '?',
'App\\Repository\\MediaObject\\MediaCodeDrawRepository' => '?',
'App\\Repository\\MediaObject\\MediaCodeGiftRepository' => '?',
'App\\Repository\\MediaObject\\MediaCodeOdrRepository' => '?',
'App\\Repository\\MediaObject\\MediaCouponRepository' => '?',
'App\\Repository\\MediaObject\\MediaDesktopDrawRepository' => '?',
'App\\Repository\\MediaObject\\MediaDesktopOdrRepository' => '?',
'App\\Repository\\MediaObject\\MediaGameParamsRepository' => '?',
'App\\Repository\\MediaObject\\MediaGameRepository' => '?',
'App\\Repository\\MediaObject\\MediaGiftRepository' => '?',
'App\\Repository\\MediaObject\\MediaImageRepository' => '?',
'App\\Repository\\MediaObject\\MediaKnowledgeResponseRepository' => '?',
'App\\Repository\\MediaObject\\MediaMobileDrawRepository' => '?',
'App\\Repository\\MediaObject\\MediaMobileGameRepository' => '?',
'App\\Repository\\MediaObject\\MediaMobileOdrRepository' => '?',
'App\\Repository\\MediaObject\\MediaMobileSliderRepository' => '?',
'App\\Repository\\MediaObject\\MediaMultiOfferRepository' => '?',
'App\\Repository\\MediaObject\\MediaObjectRepository' => '?',
'App\\Repository\\MediaObject\\MediaParticipationRepository' => '?',
'App\\Repository\\MediaObject\\MediaPdfDrawRepository' => '?',
'App\\Repository\\MediaObject\\MediaPdfOdrRepository' => '?',
'App\\Repository\\MediaObject\\MediaPdfRepository' => '?',
'App\\Repository\\MediaObject\\MediaProductRepository' => '?',
'App\\Repository\\MediaObject\\MediaPromotionRepository' => '?',
'App\\Repository\\MediaObject\\MediaRecipeRepository' => '?',
'App\\Repository\\MediaObject\\MediaSliderRepository' => '?',
'App\\Repository\\MediaObject\\MediaThumbnailBlogRepository' => '?',
'App\\Repository\\MediaObject\\MediaThumbnailDrawRepository' => '?',
'App\\Repository\\MediaObject\\MediaThumbnailGiftRepository' => '?',
'App\\Repository\\MediaObject\\MediaThumbnailOdrRepository' => '?',
'App\\Repository\\MentionLegalRepository' => '?',
'App\\Repository\\MenuRepository' => '?',
'App\\Repository\\NewsletterRepository' => '?',
'App\\Repository\\OperationCode\\DrawCodeRepository' => '?',
'App\\Repository\\OperationCode\\OdrCodeRepository' => '?',
'App\\Repository\\OperationCode\\OperationCodeRepository' => '?',
'App\\Repository\\Operation\\CouponRepository' => '?',
'App\\Repository\\Operation\\DrawRepository' => '?',
'App\\Repository\\Operation\\GameRepository' => '?',
'App\\Repository\\Operation\\MultiOfferRepository' => '?',
'App\\Repository\\Operation\\OdrRepository' => '?',
'App\\Repository\\Operation\\OperationRepository' => '?',
'App\\Repository\\Operation\\PuntosRepository' => '?',
'App\\Repository\\Operation\\RefundRepository' => '?',
'App\\Repository\\Operation\\SponsorshipRepository' => '?',
'App\\Repository\\Operation\\StepRepository' => '?',
'App\\Repository\\Participation\\CouponRepository' => '?',
'App\\Repository\\Participation\\DrawRepository' => '?',
'App\\Repository\\Participation\\MultiRepository' => '?',
'App\\Repository\\Participation\\OdrRepository' => '?',
'App\\Repository\\Participation\\ParticipationRepository' => '?',
'App\\Repository\\Participation\\PuntosRepository' => '?',
'App\\Repository\\Participation\\RefundRepository' => '?',
'App\\Repository\\Participation\\StepRepository' => '?',
'App\\Repository\\Participation\\ValidationExportRepository' => '?',
'App\\Repository\\PersonalDataRepository' => '?',
'App\\Repository\\ProductRepository' => '?',
'App\\Repository\\Provider\\ProviderRepository' => '?',
'App\\Repository\\Purse\\ItemRepository' => '?',
'App\\Repository\\Purse\\PurseRepository' => '?',
'App\\Repository\\Recipe\\IngredientMeasureUnitRepository' => '?',
'App\\Repository\\Recipe\\IngredientRepository' => '?',
'App\\Repository\\Recipe\\RecipeIngredientRepository' => '?',
'App\\Repository\\Recipe\\RecipeRepository' => '?',
'App\\Repository\\Recipe\\RecipeTypeRepository' => '?',
'App\\Repository\\Security\\PermissionRepository' => '?',
'App\\Repository\\Security\\ProfileRepository' => '?',
'App\\Repository\\Segmentation\\RegionRepository' => '?',
'App\\Repository\\SliderRepository' => '?',
'App\\Repository\\Sogec\\PromotionRepository' => '?',
'App\\Repository\\Sponsorship\\SponsorshipRequestRepository' => '?',
'App\\Repository\\StateRepository' => '?',
'App\\Repository\\Tag\\BlogTagRepository' => '?',
'App\\Repository\\Tag\\TagRepository' => '?',
'App\\Repository\\Tas\\TasAutoRepository' => '?',
'App\\Repository\\Tas\\TasDrawRepository' => '?',
'App\\Repository\\Tas\\TasRepository' => '?',
'App\\Repository\\TokenCrmRepository' => '?',
'App\\Repository\\TokenRepository' => '?',
'App\\Repository\\UserRepository' => '?',
'App\\Repository\\User\\Address\\AddressRepository' => '?',
'App\\Repository\\User\\Address\\DeliveryRepository' => '?',
'App\\Repository\\User\\Address\\HomeRepository' => '?',
'App\\Repository\\User\\Address\\OrderRepository' => '?',
'App\\Repository\\User\\AdminRepository' => '?',
'App\\Repository\\User\\CarrierRepository' => '?',
'App\\Repository\\User\\ConsumerRepository' => '?',
'App\\Repository\\User\\IdentityRepository' => '?',
'App\\Repository\\User\\Payment\\IbanRepository' => '?',
'App\\Repository\\User\\ReferentRepository' => '?',
'App\\Repository\\User\\StrateRepository' => '?',
'App\\Repository\\WebsiteParams\\GameParamsRepository' => '?',
'App\\Repository\\WebsiteParams\\ModuleParamsRepository' => '?',
'App\\Repository\\WebsiteParams\\WebsiteParamsRepository' => '?',
])));
$a->addCustomNumericFunction('Rand', 'App\\DQL\\RandFunction');
$a->addCustomDatetimeFunction('DATE_FORMAT', 'App\\DQL\\DateFormat');
$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('lexik_jwt_authentication.on_authentication_success', [0 => function () {
return ($this->privates['App\\EventListener\\AuthenticationSuccessListener'] ?? $this->getAuthenticationSuccessListenerService());
}, 1 => 'onAuthenticationSuccessResponse'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['App\\EventListener\\Exception\\ExceptionListener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], 32);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['App\\EventListener\\RequestListener'] ?? ($this->privates['App\\EventListener\\RequestListener'] = new \App\EventListener\RequestListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventListener\\Restrictions\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('theme.navbar_user', [0 => function () {
return ($this->privates['my_admin_bundle.show_user_listener'] ?? $this->getMyAdminBundle_ShowUserListenerService());
}, 1 => 'onShowUser'], 0);
$instance->addListener('theme.sidebar_setup_knp_menu', [0 => function () {
return ($this->privates['app.setup_knp_menu_listener'] ?? $this->getApp_SetupKnpMenuListenerService());
}, 1 => 'onSetupMenu'], 0);
$instance->addListener('lexik_jwt_authentication.on_jwt_created', [0 => function () {
return ($this->privates['app.event.jwt_created_listener'] ?? ($this->privates['app.event.jwt_created_listener'] = new \App\EventListener\JWTCreatedListener()));
}, 1 => 'onJWTCreated'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelRequest'], 250);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
}, 1 => 'onResponse'], -10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
}, 1 => 'onKernelRequest'], 28);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
}, 1 => 'onKernelRequest'], 2);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
}, 1 => 'onKernelView'], 16);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
}, 1 => 'onKernelView'], 8);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
}, 1 => 'onKernelException'], -96);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->getApiPlatform_Listener_View_Write_LegacyService());
}, 1 => 'onKernelView'], 32);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
}, 1 => 'onKernelRequest'], 4);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
}, 1 => 'onKernelResponse'], -1);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
}, 1 => 'onKernelView'], 64);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
}, 1 => 'onSecurity'], 3);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
}, 1 => 'onSecurityPostDenormalize'], 1);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
}, 1 => 'onSecurityPostValidation'], 63);
$instance->addListener('KevinPapst\\AdminLTEBundle\\Event\\KnpMenuEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\KnpMenuBuilderSubscriber'] ?? $this->getKnpMenuBuilderSubscriberService());
}, 1 => 'onSetupMenu'], 100);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
}, 1 => 'onLogout'], 0);
$instance->addListener('KevinPapst\\AdminLTEBundle\\Event\\NavbarUserEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\NavbarUserSubscriber'] ?? $this->getNavbarUserSubscriberService());
}, 1 => 'onShowUser'], 100);
$instance->addListener('KevinPapst\\AdminLTEBundle\\Event\\SidebarUserEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\NavbarUserSubscriber'] ?? $this->getNavbarUserSubscriberService());
}, 1 => 'onShowUser'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ResolveMediaObjectContentUrlSubscriber'] ?? $this->getResolveMediaObjectContentUrlSubscriberService());
}, 1 => 'onPreSerialize'], 17);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Security\\UserPasswordEncoder'] ?? $this->getUserPasswordEncoderService());
}, 1 => 'encodePassword'], 65);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Validation\\Operation\\OperationSubscriber'] ?? $this->getOperationSubscriberService());
}, 1 => 'addOwner'], 65);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Validation\\ParticipationSubscriber'] ?? $this->getParticipationSubscriberService());
}, 1 => 'addCompany'], 65);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Validation\\ParticipationSubscriber'] ?? $this->getParticipationSubscriberService());
}, 1 => 'setUser'], 65);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Validation\\UserSubscriber'] ?? $this->getUserSubscriberService());
}, 1 => 'removeRoles'], 65);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Validation\\UserSubscriber'] ?? $this->getUserSubscriberService());
}, 1 => 'addCompany'], 65);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Validation\\UserSubscriber'] ?? $this->getUserSubscriberService());
}, 1 => 'addAddress'], 65);
$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->getExceptionListener2Service());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
}, 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\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
}, 1 => 'onMessageFailed'], 100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
}, 1 => 'onMessageFailed'], 200);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
}, 1 => 'onMessageFailed'], -100);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
}, 1 => 'onWorkerStarted'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
}, 1 => 'onWorkerRunning'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onMessageFailed'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
}, 1 => 'onWorkerRunning'], 0);
$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('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
}, 1 => 'onWorkerMessageHandled'], 0);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
}, 1 => 'onWorkerMessageFailed'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('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.finish_request', [0 => function () {
return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
}, 1 => 'resetAssets'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
*/
protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Loader\PurgerLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService()), 'delete', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
*
* @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
*/
protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
*
* @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
*/
protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
*
* @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
*/
protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
$this->services['hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command'] = $instance = new \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand('hautelook:fixtures:load', ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['hautelook_alice.loader'] ?? $this->getHautelookAlice_LoaderService()));
$instance->setName('hautelook:fixtures:load');
return $instance;
}
/**
* Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
*/
protected function getHautelookAlice_DataFixtures_AppendLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
return $this->services['hautelook_alice.data_fixtures.append_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel', 1))))));
}
/**
* Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
*/
protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
return $this->services['hautelook_alice.data_fixtures.purge_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->services['fidry_alice_data_fixtures.loader.doctrine'] ?? $this->getFidryAliceDataFixtures_Loader_DoctrineService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel', 1))))));
}
/**
* Gets the public 'hautelook_alice.loader' shared service.
*
* @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
*/
protected function getHautelookAlice_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
return $this->services['hautelook_alice.loader'] = new \Hautelook\AliceBundle\Loader\DoctrineOrmLoader(($this->services['hautelook_alice.resolver.bundle'] ?? $this->getHautelookAlice_Resolver_BundleService()), ($this->services['hautelook_alice.locator'] ?? $this->getHautelookAlice_LocatorService()), ($this->services['hautelook_alice.data_fixtures.purge_loader'] ?? $this->getHautelookAlice_DataFixtures_PurgeLoaderService()), ($this->services['hautelook_alice.data_fixtures.append_loader'] ?? $this->getHautelookAlice_DataFixtures_AppendLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the public 'hautelook_alice.locator' shared service.
*
* @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
*/
protected function getHautelookAlice_LocatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
return $this->services['hautelook_alice.locator'] = new \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator(new \Hautelook\AliceBundle\Locator\EnvDirectoryLocator($this->parameters['hautelook_alice.fixtures_path'], $this->parameters['hautelook_alice.root_dirs']));
}
/**
* Gets the public 'hautelook_alice.resolver.bundle' shared service.
*
* @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
*/
protected function getHautelookAlice_Resolver_BundleService()
{
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
return $this->services['hautelook_alice.resolver.bundle'] = new \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver(new \Hautelook\AliceBundle\Resolver\Bundle\SimpleBundleResolver(($this->services['kernel'] ?? $this->get('kernel', 1))));
}
/**
* Gets the public 'hautelook_alice.resolver.file' shared service.
*
* @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
*/
protected function getHautelookAlice_Resolver_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel', 1)));
}
/**
* 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 'jms_serializer' shared service.
*
* @return \JMS\Serializer\Serializer
*/
protected function getJmsSerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
$a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'metadata_driver' => ['services', 'jms_serializer.metadata_driver', 'getJmsSerializer_MetadataDriverService', false],
], [
'metadata_driver' => '?',
]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata', true);
$a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
$a->setIncludeInterfaces(false);
$b = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'jms_serializer.array_collection_handler' => ['privates', 'jms_serializer.array_collection_handler', 'getJmsSerializer_ArrayCollectionHandlerService', false],
'jms_serializer.constraint_violation_handler' => ['privates', 'jms_serializer.constraint_violation_handler', 'getJmsSerializer_ConstraintViolationHandlerService', false],
'jms_serializer.datetime_handler' => ['privates', 'jms_serializer.datetime_handler', 'getJmsSerializer_DatetimeHandlerService', false],
'jms_serializer.form_error_handler' => ['privates', 'jms_serializer.form_error_handler', 'getJmsSerializer_FormErrorHandlerService', false],
'jms_serializer.iterator_handler' => ['privates', 'jms_serializer.iterator_handler', 'getJmsSerializer_IteratorHandlerService', false],
], [
'jms_serializer.array_collection_handler' => '?',
'jms_serializer.constraint_violation_handler' => '?',
'jms_serializer.datetime_handler' => '?',
'jms_serializer.form_error_handler' => '?',
'jms_serializer.iterator_handler' => '?',
]), [1 => ['ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListToxml'], 'json' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationToxml'], 'json' => [0 => 'jms_serializer.constraint_violation_handler', 1 => 'serializeViolationTojson']], 'DateTime' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateInterval']], 'DateTimeInterface' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'serializeDateTimeInterface']], 'Symfony\\Component\\Form\\Form' => ['xml' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToxml'], 'json' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormInterface' => ['xml' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToXml'], 'json' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormToJson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormErrorToxml'], 'json' => [0 => 'jms_serializer.form_error_handler', 1 => 'serializeFormErrorTojson']], 'Iterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']], 'ArrayIterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']], 'Generator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'serializeIterable']]], 2 => ['ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection'], 'xml' => [0 => 'jms_serializer.array_collection_handler', 1 => 'deserializeCollection']], 'DateTime' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromjson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromjson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromjson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromJson'], 'xml' => [0 => 'jms_serializer.datetime_handler', 1 => 'deserializeDateTimeFromXml']], 'Iterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']], 'ArrayIterator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeIterator']], 'Generator' => ['json' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator'], 'xml' => [0 => 'jms_serializer.iterator_handler', 1 => 'deserializeGenerator']]]]);
$c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
$c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
$d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
$e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
$f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'jms_serializer.doctrine_proxy_subscriber' => ['privates', 'jms_serializer.doctrine_proxy_subscriber', 'getJmsSerializer_DoctrineProxySubscriberService', false],
'jms_serializer.stopwatch_subscriber' => ['privates', 'jms_serializer.stopwatch_subscriber', 'getJmsSerializer_StopwatchSubscriberService', false],
], [
'jms_serializer.doctrine_proxy_subscriber' => '?',
'jms_serializer.stopwatch_subscriber' => '?',
]));
$f->setListeners(['serializer.pre_serialize' => [0 => [0 => [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => NULL], 1 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Persistence\\Proxy'], 2 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerializeTypedProxy'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Common\\Persistence\\Proxy'], 3 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ORM\\PersistentCollection'], 4 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], 5 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], 6 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Persistence\\Proxy'], 7 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'Doctrine\\Common\\Persistence\\Proxy'], 8 => [0 => [0 => 'jms_serializer.doctrine_proxy_subscriber', 1 => 'onPreSerialize'], 1 => NULL, 2 => NULL, 3 => 'ProxyManager\\Proxy\\LazyLoadingInterface']], 'serializer.post_serialize' => [0 => [0 => [0 => 'jms_serializer.stopwatch_subscriber', 1 => 'onPostSerialize'], 1 => NULL, 2 => NULL, 3 => NULL]]]);
$g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
$g->setOptions(1216);
$h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
$h->setFormatOutput(true);
$i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
$i->setOptions(0);
return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [2 => new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a, $b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $e, $f, $d), 1 => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a, $b, $e, $f, $d)], ['json' => $g, 'xml' => $h], ['json' => $i, 'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
}
/**
* Gets the public 'jms_serializer.deserialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_DeserializationContextFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'jms_serializer.metadata_driver' shared service.
*
* @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
*/
protected function getJmsSerializer_MetadataDriverService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationOrAttributeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Type/Parser.php';
$a = new \Metadata\Driver\FileLocator([]);
$b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_', true));
$c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([0 => new \JMS\Serializer\Metadata\Driver\YamlDriver($a, $b, $c), 1 => new \JMS\Serializer\Metadata\Driver\XmlDriver($a, $b, $c), 2 => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $b, $c)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c), $c);
}
/**
* Gets the public 'jms_serializer.serialization_context_factory' shared service.
*
* @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
*/
protected function getJmsSerializer_SerializationContextFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
}
/**
* Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
*
* @return \JMS\Serializer\Twig\SerializerRuntimeHelper
*/
protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
}
/**
* Gets the public 'knp_menu.factory' shared service.
*
* @return \Knp\Menu\MenuFactory
*/
protected function getKnpMenu_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
$this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
$instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
return $instance;
}
/**
* Gets the public 'knp_menu.matcher' shared service.
*
* @return \Knp\Menu\Matcher\Matcher
*/
protected function getKnpMenu_MatcherService()
{
return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
yield 0 => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
}, 1));
}
/**
* 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', $this->getEnv('JWT_TOKEN_TTL'), 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['App\\Security\\User\\PublicUserProvider'] ?? ($this->privates['App\\Security\\User\\PublicUserProvider'] = new \App\Security\User\PublicUserProvider()));
yield 2 => ($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] ?? ($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] = new \App\Security\User\Admin\AdminAPIProvider()));
yield 3 => ($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService());
yield 4 => ($this->privates['security.user.provider.concrete.app_referent_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppReferentProviderService());
yield 5 => ($this->privates['security.user.provider.concrete.app_consumer_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppConsumerProviderService());
}, 6));
$instance->setName('lexik:jwt:generate-token');
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, 'email');
$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 'liip_imagine.binary.loader.default' shared service.
*
* @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
*/
protected function getLiipImagine_Binary_Loader_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
$a = \Symfony\Component\Mime\MimeTypes::getDefault();
return $this->services['liip_imagine.binary.loader.default'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader($a, $a, new \Liip\ImagineBundle\Binary\Locator\FileSystemLocator([0 => (\dirname(__DIR__, 4).'/public')], false));
}
/**
* Gets the public 'liip_imagine.cache.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
*/
protected function getLiipImagine_Cache_ManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['liip_imagine.cache.manager'])) {
return $this->services['liip_imagine.cache.manager'];
}
$this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? ($this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration([]))), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $a, 'default', false);
$instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.cache.resolver.default' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), 'media/cache');
}
/**
* Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
}
/**
* Gets the public 'liip_imagine.cache.signer' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Signer
*/
protected function getLiipImagine_Cache_SignerService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
}
/**
* Gets the public 'liip_imagine.config.stack_collection' shared service.
*
* @return \Liip\ImagineBundle\Config\StackCollection
*/
protected function getLiipImagine_Config_StackCollectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
$a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
$b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
return $this->services['liip_imagine.config.stack_collection'] = new \Liip\ImagineBundle\Config\StackCollection(new \Liip\ImagineBundle\Config\StackBuilder(new \Liip\ImagineBundle\Factory\Config\StackFactory(), new \Liip\ImagineBundle\Config\FilterFactoryCollection(new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\CropFactory($a, $b), new \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory($b), new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory())), []);
}
/**
* Gets the public 'liip_imagine.data.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Data\DataManager
*/
protected function getLiipImagine_Data_ManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
$this->services['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), \Symfony\Component\Mime\MimeTypes::getDefault(), ($this->privates['liip_imagine.filter.configuration'] ?? ($this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration([]))), 'default', NULL);
$instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.filter.loader.downscale' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
*/
protected function getLiipImagine_Filter_Loader_DownscaleService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.fixed' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
*/
protected function getLiipImagine_Filter_Loader_FixedService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.flip' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
*/
protected function getLiipImagine_Filter_Loader_FlipService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
*/
protected function getLiipImagine_Filter_Loader_GrayscaleService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.interlace' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
*/
protected function getLiipImagine_Filter_Loader_InterlaceService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.loader.resample' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
*/
protected function getLiipImagine_Filter_Loader_ResampleService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
}
/**
* Gets the public 'liip_imagine.filter.loader.rotate' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
*/
protected function getLiipImagine_Filter_Loader_RotateService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
}
/**
* Gets the public 'liip_imagine.filter.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
*/
protected function getLiipImagine_Filter_ManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
$a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
$this->services['liip_imagine.filter.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Filter\FilterManager(($this->privates['liip_imagine.filter.configuration'] ?? ($this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration([]))), $a, ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
$instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
$instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
$instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
$instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
$instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
$instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__, 4)));
$instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__, 4)));
$instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
$instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
$instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
$instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
$instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
$instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
$instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
$instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
$instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
$instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
$instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
$instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim', true, NULL, true, NULL));
$instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng', 7, true, NULL));
$instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
$instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
$instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp', NULL, 75, 100, 4, 'fast', 1, false, $this->parameters['liip_imagine.cwebp.metadata']));
return $instance;
}
/**
* Gets the public 'messenger.default_bus' shared service.
*
* @return \Symfony\Component\Messenger\TraceableMessageBus
*/
protected function getMessenger_DefaultBusService()
{
return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
}, 7)));
}
/**
* Gets the public 'monolog.logger.deprecation' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DeprecationService()
{
$this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'monolog.logger.shannon' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_ShannonService()
{
$this->services['monolog.logger.shannon'] = $instance = new \Symfony\Bridge\Monolog\Logger('shannon');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.shannon'] ?? $this->getMonolog_Handler_ShannonService()));
$instance->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'nelmio_alice.data_loader' shared service.
*
* @return \Nelmio\Alice\Loader\SimpleDataLoader
*/
protected function getNelmioAlice_DataLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
$a = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\ElementFlagParser(new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistry([0 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ConfiguratorFlagParser(), 1 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ExtendFlagParser(), 2 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\OptionalFlagParser(), 3 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\TemplateFlagParser(), 4 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\UniqueFlagParser()]));
$b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
$c = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\UniqueValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\SimpleValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\FunctionFixtureReferenceParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\StringMergerParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\SimpleParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\EmptyValueLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceEscaperLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\GlobalPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\FunctionLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\StringThenReferenceLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\SubPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceLexer())))))), new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\TokenParserRegistry([0 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DynamicArrayTokenParser(), 1 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\EscapedValueTokenParser(), 2 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureListReferenceTokenParser(), 3 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParser(), 4 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureRangeReferenceTokenParser(), 5 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\MethodReferenceTokenParser(), 6 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\OptionalTokenParser(), 7 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ParameterTokenParser(), 8 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\PropertyReferenceTokenParser(), 9 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableReferenceTokenParser(), 10 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\SimpleReferenceTokenParser(), 11 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringArrayTokenParser(), 12 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringTokenParser($b), 13 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\TolerantFunctionTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\IdentityTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FunctionTokenParser($b))), 14 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableTokenParser(), 15 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\WildcardReferenceTokenParser()]))))));
$d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
$e = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\CallsWithFlagsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\FunctionDenormalizer($d), [0 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\ConfiguratorFlagHandler(), 1 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\OptionalFlagHandler()]);
$f = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\SimpleSpecificationsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\LegacyConstructorDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\ConstructorDenormalizer($d), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\FactoryDenormalizer($e)), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Property\SimplePropertyDenormalizer($c), $e);
$g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
$h = new \Nelmio\Alice\Generator\Resolver\Value\ValueResolverRegistry([0 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ArrayValueResolver(), 1 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolver(), 2 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\EvaluatedValueResolver(), 3 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FunctionCallArgumentResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\PhpFunctionCallValueResolver($this->parameters['nelmio_alice.functions_blacklist'], new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FakerFunctionCallValueResolver(($this->services['Faker\\Generator'] ?? $this->getGeneratorService())))), 4 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixturePropertyReferenceResolver($g), 5 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureMethodCallReferenceResolver(), 6 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UnresolvedFixtureReferenceIdResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\SelfFixtureReferenceResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureReferenceResolver())), 7 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureWildcardReferenceResolver(), 8 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ListValueResolver(), 9 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\OptionalValueResolver(), 10 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ParameterValueResolver(), 11 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UniqueValueResolver(new \Nelmio\Alice\Generator\Resolver\UniqueValuesPool(), NULL, 150), 12 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ValueForCurrentValueResolver(), 13 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\VariableValueResolver()]);
$i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
$j = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
$j->setContainer($this);
return $this->services['nelmio_alice.data_loader'] = new \Nelmio\Alice\Loader\SimpleDataLoader(new \Nelmio\Alice\FixtureBuilder\SimpleBuilder(new \Nelmio\Alice\FixtureBuilder\Denormalizer\SimpleDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Parameter\SimpleParameterBagDenormalizer(), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SimpleFixtureBagDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\TolerantFixtureDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerRegistry($a, [0 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullListNameDenormalizer())), 1 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\ReferenceRangeNameDenormalizer($f), 2 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullRangeNameDenormalizer())), 3 => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleDenormalizer($f)])), $a))), new \Nelmio\Alice\Generator\DoublePassGenerator(new \Nelmio\Alice\Generator\Resolver\FixtureSet\RemoveConflictingObjectsResolver(new \Nelmio\Alice\Generator\Resolver\FixtureSet\SimpleFixtureSetResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\RemoveConflictingParametersParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\SimpleParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\ParameterResolverRegistry([0 => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StaticParameterResolver(), 1 => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\ArrayParameterResolver(), 2 => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\RecursiveParameterResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StringParameterResolver(), 5)]))), new \Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureBagResolver())), new \Nelmio\Alice\Generator\ObjectGenerator\CompleteObjectGenerator(new \Nelmio\Alice\Generator\ObjectGenerator\SimpleObjectGenerator($h, new \Nelmio\Alice\Generator\Instantiator\ExistingInstanceInstantiator(new \Nelmio\Alice\Generator\Instantiator\InstantiatorResolver(new \Nelmio\Alice\Generator\Instantiator\InstantiatorRegistry([0 => new \Nelmio\Alice\Generator\Instantiator\Chainable\NoCallerMethodCallInstantiator($i), 1 => new \Nelmio\Alice\Generator\Instantiator\Chainable\NullConstructorInstantiator(), 2 => new \Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiator(), 3 => new \Nelmio\Alice\Generator\Instantiator\Chainable\StaticFactoryInstantiator($i), 4 => $j]))), new \Nelmio\Alice\Generator\Hydrator\SimpleHydrator(new \Nelmio\Alice\Generator\Hydrator\Property\SymfonyPropertyAccessorHydrator($g)), new \Nelmio\Alice\Generator\Caller\SimpleCaller(new \Nelmio\Alice\Generator\Caller\CallProcessorRegistry([0 => new \Nelmio\Alice\Generator\Caller\Chainable\ConfiguratorMethodCallProcessor(), 1 => new \Nelmio\Alice\Generator\Caller\Chainable\MethodCallWithReferenceProcessor(), 2 => new \Nelmio\Alice\Generator\Caller\Chainable\OptionalMethodCallProcessor(), 3 => new \Nelmio\Alice\Generator\Caller\Chainable\SimpleMethodCallProcessor()]), $h, $i)))));
}
/**
* Gets the public 'nelmio_alice.file_loader' shared service.
*
* @return \Nelmio\Alice\Loader\SimpleFileLoader
*/
protected function getNelmioAlice_FileLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
return $this->services['nelmio_alice.file_loader'] = new \Nelmio\Alice\Loader\SimpleFileLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
}
/**
* Gets the public 'nelmio_alice.files_loader' shared service.
*
* @return \Nelmio\Alice\Loader\SimpleFilesLoader
*/
protected function getNelmioAlice_FilesLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
return $this->services['nelmio_alice.files_loader'] = new \Nelmio\Alice\Loader\SimpleFilesLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
}
/**
* 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.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
$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/api-platform/core/src/Symfony/Routing/ApiLoader.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 = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
if (isset($this->services['routing.loader'])) {
return $this->services['routing.loader'];
}
$b = new \Symfony\Component\Config\Loader\LoaderResolver();
$c = ($this->services['kernel'] ?? $this->get('kernel', 1));
$d = new \Symfony\Component\HttpKernel\Config\FileLocator($c);
$e = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
$b->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($d, 'dev'));
$b->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($d, 'dev'));
$b->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($d, 'dev'));
$b->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($d, 'dev'));
$b->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($d, 'dev'));
$b->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'kernel' => ['services', 'kernel', 'getKernelService', false],
], [
'kernel' => 'App\\Kernel',
]), 'dev'));
$b->addLoader(new \ApiPlatform\Symfony\Routing\ApiLoader($c, ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $this, $this->parameters['api_platform.formats'], $this->parameters['api_platform.resource_class_directories'], $a, false, true, true, false, false, ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
$b->addLoader($e);
$b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($d, $e));
$b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($d, $e));
return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($b, ['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['cache.messenger.restart_workers_signal'])) {
yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? 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->privates['messenger.transport.in_memory.factory'])) {
yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? 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['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['monolog.handler.logrotate'])) {
yield 'monolog.handler.logrotate' => ($this->privates['monolog.handler.logrotate'] ?? null);
}
if (isset($this->privates['monolog.handler.shannon'])) {
yield 'monolog.handler.shannon' => ($this->privates['monolog.handler.shannon'] ?? null);
}
if (isset($this->privates['webpack_encore.tag_renderer'])) {
yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
}
if (isset($this->privates['cache.webpack_encore'])) {
yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
}
if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
}
if (isset($this->privates['api_platform.cache.route_name_resolver'])) {
yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? null);
}
if (isset($this->privates['api_platform.cache.metadata.resource'])) {
yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? null);
}
if (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) {
yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? null);
}
if (isset($this->privates['api_platform.cache.metadata.property.legacy'])) {
yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? null);
}
if (isset($this->privates['api_platform.cache.subresource_operation_factory'])) {
yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? null);
}
if (isset($this->privates['api_platform.cache.identifiers_extractor'])) {
yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? 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['cache.messenger.restart_workers_signal'])) + (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->privates['messenger.transport.in_memory.factory'])) + (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['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.logrotate'])) + (int) (isset($this->privates['monolog.handler.shannon'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['api_platform.cache.route_name_resolver'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) + (int) (isset($this->privates['api_platform.cache.metadata.property.legacy'])) + (int) (isset($this->privates['api_platform.cache.subresource_operation_factory'])) + (int) (isset($this->privates['api_platform.cache.identifiers_extractor'])) + (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'], 'cache.messenger.restart_workers_signal' => [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'], 'messenger.transport.in_memory.factory' => [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'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], 'monolog.handler.logrotate' => [0 => 'reset'], 'monolog.handler.shannon' => [0 => 'reset'], 'webpack_encore.tag_renderer' => [0 => 'reset'], 'cache.webpack_encore' => [0 => 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [0 => 'reset'], 'api_platform.cache.route_name_resolver' => [0 => 'reset'], 'api_platform.cache.metadata.resource' => [0 => 'reset'], 'api_platform.cache.metadata.resource.legacy' => [0 => 'reset'], 'api_platform.cache.metadata.property.legacy' => [0 => 'reset'], 'api_platform.cache.subresource_operation_factory' => [0 => 'reset'], 'api_platform.cache.identifiers_extractor' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset']]);
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the public 'vich_uploader.download_handler' shared service.
*
* @return \Vich\UploaderBundle\Handler\DownloadHandler
*/
protected function getVichUploader_DownloadHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
return $this->services['vich_uploader.download_handler'] = new \Vich\UploaderBundle\Handler\DownloadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
}
/**
* Gets the public 'vich_uploader.form.type.file' shared service.
*
* @return \Vich\UploaderBundle\Form\Type\VichFileType
*/
protected function getVichUploader_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/vich/uploader-bundle/src/Form/Type/VichFileType.php';
$a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
if (isset($this->services['vich_uploader.form.type.file'])) {
return $this->services['vich_uploader.form.type.file'];
}
return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), $a, ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the public 'vich_uploader.form.type.image' shared service.
*
* @return \Vich\UploaderBundle\Form\Type\VichImageType
*/
protected function getVichUploader_Form_Type_ImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
$a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
if (isset($this->services['vich_uploader.form.type.image'])) {
return $this->services['vich_uploader.form.type.image'];
}
$b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
if (isset($this->services['vich_uploader.form.type.image'])) {
return $this->services['vich_uploader.form.type.image'];
}
return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), $a, ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $b);
}
/**
* Gets the public 'vich_uploader.upload_handler' shared service.
*
* @return \Vich\UploaderBundle\Handler\UploadHandler
*/
protected function getVichUploader_UploadHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['vich_uploader.upload_handler'])) {
return $this->services['vich_uploader.upload_handler'];
}
$b = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $b, new \Vich\UploaderBundle\Injector\FileInjector($b), $a);
}
/**
* 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\AddSixMonthsToItemsAndPursesCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getAddSixMonthsToItemsAndPursesCommand_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\\AddSixMonthsToItemsAndPursesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('modify:items:purses', [], 'Add six months more to items and purses', false, function (): \App\Command\AddSixMonthsToItemsAndPursesCommand {
return ($this->privates['App\\Command\\AddSixMonthsToItemsAndPursesCommand'] ?? $this->getAddSixMonthsToItemsAndPursesCommandService());
});
}
/**
* Gets the private '.App\Command\ImportMilleretCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getImportMilleretCommand_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\\ImportMilleretCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('csv:user:import', [], 'Import User', false, function (): \App\Command\ImportMilleretCommand {
return ($this->privates['App\\Command\\ImportMilleretCommand'] ?? $this->getImportMilleretCommandService());
});
}
/**
* Gets the private '.App\Command\Isoskele\IsoskeleSendAllOffersCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getIsoskeleSendAllOffersCommand_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\\Isoskele\\IsoskeleSendAllOffersCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('isoskele:send-all-offers', [], 'Send all multi, draw, game offers to Isoskele CRM', false, function (): \App\Command\Isoskele\IsoskeleSendAllOffersCommand {
return ($this->privates['App\\Command\\Isoskele\\IsoskeleSendAllOffersCommand'] ?? $this->getIsoskeleSendAllOffersCommandService());
});
}
/**
* Gets the private '.App\Command\Isoskele\IsoskeleSendAllParticipationsCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getIsoskeleSendAllParticipationsCommand_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\\Isoskele\\IsoskeleSendAllParticipationsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('isoskele:send-all-participations', [], 'Send all multi, draw participations to Isoskele CRM', false, function (): \App\Command\Isoskele\IsoskeleSendAllParticipationsCommand {
return ($this->privates['App\\Command\\Isoskele\\IsoskeleSendAllParticipationsCommand'] ?? $this->getIsoskeleSendAllParticipationsCommandService());
});
}
/**
* Gets the private '.App\Command\Isoskele\IsoskeleUserSendAllCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getIsoskeleUserSendAllCommand_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\\Isoskele\\IsoskeleUserSendAllCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('isoskele:user:send-all', [], 'Send all users inscriptions to Isoskele CRM', false, function (): \App\Command\Isoskele\IsoskeleUserSendAllCommand {
return ($this->privates['App\\Command\\Isoskele\\IsoskeleUserSendAllCommand'] ?? $this->getIsoskeleUserSendAllCommandService());
});
}
/**
* Gets the private '.App\Command\Isoskele\IsoskeleUserSendAllTasCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getIsoskeleUserSendAllTasCommand_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\\Isoskele\\IsoskeleUserSendAllTasCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('isoskele:user:send-all-tas', [], 'Send all tas winners passed to isoskele CRM', false, function (): \App\Command\Isoskele\IsoskeleUserSendAllTasCommand {
return ($this->privates['App\\Command\\Isoskele\\IsoskeleUserSendAllTasCommand'] ?? $this->getIsoskeleUserSendAllTasCommandService());
});
}
/**
* Gets the private '.App\Command\Multi\SendingMultiOdrShareholdingManagementEmailsCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getSendingMultiOdrShareholdingManagementEmailsCommand_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\\Multi\\SendingMultiOdrShareholdingManagementEmailsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('send-emails:participations-multi-odr-based-on-status', [], 'Sending Multi odr shareholding managements emails', false, function (): \App\Command\Multi\SendingMultiOdrShareholdingManagementEmailsCommand {
return ($this->privates['App\\Command\\Multi\\SendingMultiOdrShareholdingManagementEmailsCommand'] ?? $this->getSendingMultiOdrShareholdingManagementEmailsCommandService());
});
}
/**
* Gets the private '.App\Command\Multi\UpdateCurrentStock.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getUpdateCurrentStock_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\\Multi\\UpdateCurrentStock.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('multi:update:current-stock', [], 'Set current stock from billy and update max participation per month (if needed)', false, function (): \App\Command\Multi\UpdateCurrentStock {
return ($this->privates['App\\Command\\Multi\\UpdateCurrentStock'] ?? $this->getUpdateCurrentStockService());
});
}
/**
* Gets the private '.App\Command\Odr\SendingOdrShareholdingManagementEmailsCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getSendingOdrShareholdingManagementEmailsCommand_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\\Odr\\SendingOdrShareholdingManagementEmailsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('send-emails:participations-odr-based-on-status', [], 'Sending ODR shareholding managements emails', false, function (): \App\Command\Odr\SendingOdrShareholdingManagementEmailsCommand {
return ($this->privates['App\\Command\\Odr\\SendingOdrShareholdingManagementEmailsCommand'] ?? $this->getSendingOdrShareholdingManagementEmailsCommandService());
});
}
/**
* Gets the private '.App\Command\Purse\ReminderEmailBalancePurseExpiring.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getReminderEmailBalancePurseExpiring_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\\Purse\\ReminderEmailBalancePurseExpiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('purse:reminder-email-balance-purse-expiring', [], 'Sending emails to users informing them that their balance is about to expire', false, function (): \App\Command\Purse\ReminderEmailBalancePurseExpiring {
return ($this->privates['App\\Command\\Purse\\ReminderEmailBalancePurseExpiring'] ?? $this->getReminderEmailBalancePurseExpiringService());
});
}
/**
* Gets the private '.App\Command\Purse\TestCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getTestCommand_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\\Purse\\TestCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('purse:test:manager', [], 'Test', false, function (): \App\Command\Purse\TestCommand {
return ($this->privates['App\\Command\\Purse\\TestCommand'] ?? $this->getTestCommandService());
});
}
/**
* Gets the private '.App\Command\Purse\UpdateDateItemsCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getUpdateDateItemsCommand_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\\Purse\\UpdateDateItemsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('items:update-due-date-items', [], 'Set due_date items to the due_at purse', false, function (): \App\Command\Purse\UpdateDateItemsCommand {
return ($this->privates['App\\Command\\Purse\\UpdateDateItemsCommand'] ?? $this->getUpdateDateItemsCommandService());
});
}
/**
* Gets the private '.App\Command\Purse\UpdateExpiredItemsCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getUpdateExpiredItemsCommand_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\\Purse\\UpdateExpiredItemsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('purse:update-expired-items', [], 'Set Items to expired status if dueDate is achieved', false, function (): \App\Command\Purse\UpdateExpiredItemsCommand {
return ($this->privates['App\\Command\\Purse\\UpdateExpiredItemsCommand'] ?? $this->getUpdateExpiredItemsCommandService());
});
}
/**
* Gets the private '.App\Command\Purse\UpdateExpiringPursesCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getUpdateExpiringPursesCommand_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\\Purse\\UpdateExpiringPursesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('purse:update-expiring-purses', [], 'Set Purses to expiring status if the purse duration of 18 months has been reached', false, function (): \App\Command\Purse\UpdateExpiringPursesCommand {
return ($this->privates['App\\Command\\Purse\\UpdateExpiringPursesCommand'] ?? $this->getUpdateExpiringPursesCommandService());
});
}
/**
* Gets the private '.App\Command\Salesforce\SendAllDataToSalesforceCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getSendAllDataToSalesforceCommand_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\\Salesforce\\SendAllDataToSalesforceCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('send-all-data:to-salesforce', [], 'Send all data to Salesforce CRM', false, function (): \App\Command\Salesforce\SendAllDataToSalesforceCommand {
return ($this->privates['App\\Command\\Salesforce\\SendAllDataToSalesforceCommand'] ?? $this->getSendAllDataToSalesforceCommandService());
});
}
/**
* Gets the private '.App\Command\SendingParticipationsEmailsCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getSendingParticipationsEmailsCommand_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\\SendingParticipationsEmailsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('sending-emails:participations-based-on-status', [], 'Sending participations emails', false, function (): \App\Command\SendingParticipationsEmailsCommand {
return ($this->privates['App\\Command\\SendingParticipationsEmailsCommand'] ?? $this->getSendingParticipationsEmailsCommandService());
});
}
/**
* Gets the private '.App\Command\Smp\RecoveryShannonIdentifiantParticipationCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getRecoveryShannonIdentifiantParticipationCommand_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\\Smp\\RecoveryShannonIdentifiantParticipationCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('recovery:participation-from-billy-to-shannon', [], 'Recovery Shannon identifiant participation in order to save it', false, function (): \App\Command\Smp\RecoveryShannonIdentifiantParticipationCommand {
return ($this->privates['App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationCommand'] ?? $this->getRecoveryShannonIdentifiantParticipationCommandService());
});
}
/**
* Gets the private '.App\Command\Smp\RecoveryShannonIdentifiantParticipationMultiOdrCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getRecoveryShannonIdentifiantParticipationMultiOdrCommand_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\\Smp\\RecoveryShannonIdentifiantParticipationMultiOdrCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('recovery:participation-multi-odr-from-billy-to-shannon', [], 'Recovery Shannon identifiant participation multi odr in order to save it', false, function (): \App\Command\Smp\RecoveryShannonIdentifiantParticipationMultiOdrCommand {
return ($this->privates['App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationMultiOdrCommand'] ?? $this->getRecoveryShannonIdentifiantParticipationMultiOdrCommandService());
});
}
/**
* Gets the private '.App\Command\Smp\UpdateFinancialsMultiParticipationCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getUpdateFinancialsMultiParticipationCommand_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\\Smp\\UpdateFinancialsMultiParticipationCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('update-financials:participations-from-billy', [], 'Update financials participations from billy', false, function (): \App\Command\Smp\UpdateFinancialsMultiParticipationCommand {
return ($this->privates['App\\Command\\Smp\\UpdateFinancialsMultiParticipationCommand'] ?? $this->getUpdateFinancialsMultiParticipationCommandService());
});
}
/**
* Gets the private '.App\Command\Smp\UpdateStatusMultiOdrParticipationCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getUpdateStatusMultiOdrParticipationCommand_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\\Smp\\UpdateStatusMultiOdrParticipationCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('update-status:participation-multi-odr-from-billy', [], 'Update status multi odr participation from billy', false, function (): \App\Command\Smp\UpdateStatusMultiOdrParticipationCommand {
return ($this->privates['App\\Command\\Smp\\UpdateStatusMultiOdrParticipationCommand'] ?? $this->getUpdateStatusMultiOdrParticipationCommandService());
});
}
/**
* Gets the private '.App\Command\Smp\UpdateStatusOdrParticipationCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getUpdateStatusOdrParticipationCommand_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\\Smp\\UpdateStatusOdrParticipationCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('update-status:odr-participation-from-billy', [], 'Update status odr participation from billy', false, function (): \App\Command\Smp\UpdateStatusOdrParticipationCommand {
return ($this->privates['App\\Command\\Smp\\UpdateStatusOdrParticipationCommand'] ?? $this->getUpdateStatusOdrParticipationCommandService());
});
}
/**
* Gets the private '.App\Command\Yeesss\YeesssUserSendAllBurnCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getYeesssUserSendAllBurnCommand_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\\Yeesss\\YeesssUserSendAllBurnCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('yeesss:user:send-all-burn', [], 'Send all burn user to YEESSS CRM', false, function (): \App\Command\Yeesss\YeesssUserSendAllBurnCommand {
return ($this->privates['App\\Command\\Yeesss\\YeesssUserSendAllBurnCommand'] ?? $this->getYeesssUserSendAllBurnCommandService());
});
}
/**
* Gets the private '.App\Command\Yeesss\YeesssUserSendAllCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getYeesssUserSendAllCommand_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\\Yeesss\\YeesssUserSendAllCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('yeesss:user:send-all', [], 'Send all user inscriptions to YEESSS CRM', false, function (): \App\Command\Yeesss\YeesssUserSendAllCommand {
return ($this->privates['App\\Command\\Yeesss\\YeesssUserSendAllCommand'] ?? $this->getYeesssUserSendAllCommandService());
});
}
/**
* Gets the private '.App\Command\Yeesss\YeesssUserSendAllCouponCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getYeesssUserSendAllCouponCommand_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\\Yeesss\\YeesssUserSendAllCouponCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('yeesss:user:send-all-coupon', [], 'Send all coupon user to YEESSS CRM', false, function (): \App\Command\Yeesss\YeesssUserSendAllCouponCommand {
return ($this->privates['App\\Command\\Yeesss\\YeesssUserSendAllCouponCommand'] ?? $this->getYeesssUserSendAllCouponCommandService());
});
}
/**
* Gets the private '.App\Command\Yeesss\YeesssUserSendAllEarnCommand.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function getYeesssUserSendAllEarnCommand_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\\Yeesss\\YeesssUserSendAllEarnCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('yeesss:user:send-all-earn', [], 'Send all earn user to YEESSS CRM', false, function (): \App\Command\Yeesss\YeesssUserSendAllEarnCommand {
return ($this->privates['App\\Command\\Yeesss\\YeesssUserSendAllEarnCommand'] ?? $this->getYeesssUserSendAllEarnCommandService());
});
}
/**
* 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.messenger_consume_messages.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerConsumeMessages_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.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages', false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
});
}
/**
* Gets the private '.console.command.messenger_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerDebug_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.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses', false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
});
}
/**
* Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerFailedMessagesRemove_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.messenger_failed_messages_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:remove', [], 'Remove given messages from the failure transport', false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand {
return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
});
}
/**
* Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerFailedMessagesRetry_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.messenger_failed_messages_retry.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:retry', [], 'Retry one or more messages from the failure transport', false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand {
return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
});
}
/**
* Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerFailedMessagesShow_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.messenger_failed_messages_show.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:show', [], 'Show one or more messages from the failure transport', false, function (): \Symfony\Component\Messenger\Command\FailedMessagesShowCommand {
return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
});
}
/**
* Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerSetupTransports_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.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport', false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
});
}
/**
* Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_MessengerStopWorkers_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.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message', false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
});
}
/**
* Gets the private '.console.command.router_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
});
}
/**
* Gets the private '.console.command.router_match.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterMatch_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match', false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
});
}
/**
* Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
});
}
/**
* Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
});
}
/**
* Gets the private '.console.command.secrets_generate_key.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsGenerateKey_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
});
}
/**
* Gets the private '.console.command.secrets_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
});
}
/**
* Gets the private '.console.command.secrets_remove.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsRemove_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
});
}
/**
* Gets the private '.console.command.secrets_set.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsSet_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
});
}
/**
* Gets the private '.console.command.translation_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
});
}
/**
* Gets the private '.console.command.translation_extract.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationExtract_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [0 => 'translation:update'], 'Extract missing translations keys from code to translation files.', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
});
}
/**
* Gets the private '.console.command.translation_pull.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationPull_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.', false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
});
}
/**
* Gets the private '.console.command.translation_push.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationPush_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.', false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
});
}
/**
* Gets the private '.console.command.validator_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ValidatorDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes', false, function (): \Symfony\Component\Validator\Command\DebugCommand {
return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
});
}
/**
* Gets the private '.console.command.xliff_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_XliffLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors', false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
});
}
/**
* Gets the private '.console.command.yaml_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_YamlLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors', false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
});
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
$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..LjMnbo.App\Entity\Operation\MultiOffer' shared service.
*
* @return \App\Entity\Operation\MultiOffer
*/
protected function getMultiOfferService()
{
$this->throw('Cannot autowire service ".service_locator..LjMnbo": it references class "App\\Entity\\Operation\\MultiOffer" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.0UL2DC_.App\Entity\Operation\Draw' shared service.
*
* @return \App\Entity\Operation\Draw
*/
protected function getDrawService()
{
$this->throw('Cannot autowire service ".service_locator.0UL2DC_": it references class "App\\Entity\\Operation\\Draw" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.0gI80se.App\Entity\Tas\TasDraw' shared service.
*
* @return \App\Entity\Tas\TasDraw
*/
protected function getTasDrawService()
{
$this->throw('Cannot autowire service ".service_locator.0gI80se": it references class "App\\Entity\\Tas\\TasDraw" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.0yTzfwv.App\Entity\Operation\Odr' shared service.
*
* @return \App\Entity\Operation\Odr
*/
protected function getOdrService()
{
$this->throw('Cannot autowire service ".service_locator.0yTzfwv": it references class "App\\Entity\\Operation\\Odr" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.2dRqrnw.App\Entity\Operation\Draw' shared service.
*
* @return \App\Entity\Operation\Draw
*/
protected function getDraw2Service()
{
$this->throw('Cannot autowire service ".service_locator.2dRqrnw": it references class "App\\Entity\\Operation\\Draw" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.3eI60ZR.App\Entity\Blog' shared service.
*
* @return \App\Entity\Blog
*/
protected function getBlogService()
{
$this->throw('Cannot autowire service ".service_locator.3eI60ZR": it references class "App\\Entity\\Blog" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.4JZfqQC.App\Entity\Cart\Cart' shared service.
*
* @return \App\Entity\Cart\Cart
*/
protected function getCartService()
{
$this->throw('Cannot autowire service ".service_locator.4JZfqQC": it references class "App\\Entity\\Cart\\Cart" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.5DLDouJ.App\Entity\Operation\Coupon' shared service.
*
* @return \App\Entity\Operation\Coupon
*/
protected function getCouponService()
{
$this->throw('Cannot autowire service ".service_locator.5DLDouJ": it references class "App\\Entity\\Operation\\Coupon" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.6crn3nL.App\Entity\Tas\TasAuto' shared service.
*
* @return \App\Entity\Tas\TasAuto
*/
protected function getTasAutoService()
{
$this->throw('Cannot autowire service ".service_locator.6crn3nL": it references class "App\\Entity\\Tas\\TasAuto" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.6vmwRDi.App\Entity\WebsiteParams\GameParams' shared service.
*
* @return \App\Entity\WebsiteParams\GameParams
*/
protected function getGameParamsService()
{
$this->throw('Cannot autowire service ".service_locator.6vmwRDi": it references class "App\\Entity\\WebsiteParams\\GameParams" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.70.bBa5.App\Entity\Menu' shared service.
*
* @return \App\Entity\Menu
*/
protected function getMenuService()
{
$this->throw('Cannot autowire service ".service_locator.70.bBa5": it references class "App\\Entity\\Menu" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.70.bBa5.App\Entity\Security\Profile' shared service.
*
* @return \App\Entity\Security\Profile
*/
protected function getProfileService()
{
$this->throw('Cannot autowire service ".service_locator.70.bBa5": it references class "App\\Entity\\Security\\Profile" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.8SORNwv.App\Entity\Sogec\Promotion' shared service.
*
* @return \App\Entity\Sogec\Promotion
*/
protected function getPromotionService()
{
$this->throw('Cannot autowire service ".service_locator.8SORNwv": it references class "App\\Entity\\Sogec\\Promotion" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.8gFm8Qm.App\Entity\Operation\Draw' shared service.
*
* @return \App\Entity\Operation\Draw
*/
protected function getDraw3Service()
{
$this->throw('Cannot autowire service ".service_locator.8gFm8Qm": it references class "App\\Entity\\Operation\\Draw" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.8n1P0Su.App\Entity\Operation\Draw' shared service.
*
* @return \App\Entity\Operation\Draw
*/
protected function getDraw4Service()
{
$this->throw('Cannot autowire service ".service_locator.8n1P0Su": it references class "App\\Entity\\Operation\\Draw" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.9bG0IlY.App\Entity\Operation\Game' shared service.
*
* @return \App\Entity\Operation\Game
*/
protected function getGameService()
{
$this->throw('Cannot autowire service ".service_locator.9bG0IlY": it references class "App\\Entity\\Operation\\Game" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.CFivK_Q.App\Entity\Menu' shared service.
*
* @return \App\Entity\Menu
*/
protected function getMenu2Service()
{
$this->throw('Cannot autowire service ".service_locator.CFivK_Q": it references class "App\\Entity\\Menu" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.CxOQw7I.App\Entity\Operation\MultiOffer' shared service.
*
* @return \App\Entity\Operation\MultiOffer
*/
protected function getMultiOffer2Service()
{
$this->throw('Cannot autowire service ".service_locator.CxOQw7I": it references class "App\\Entity\\Operation\\MultiOffer" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Fm3CDqj.App\Entity\User\Strate' shared service.
*
* @return \App\Entity\User\Strate
*/
protected function getStrateService()
{
$this->throw('Cannot autowire service ".service_locator.Fm3CDqj": it references class "App\\Entity\\User\\Strate" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Fnah21W.App\Entity\User\Consumer' shared service.
*
* @return \App\Entity\User\Consumer
*/
protected function getConsumerService()
{
$this->throw('Cannot autowire service ".service_locator.Fnah21W": it references class "App\\Entity\\User\\Consumer" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.H4p4N97.App\Entity\Operation\Coupon' shared service.
*
* @return \App\Entity\Operation\Coupon
*/
protected function getCoupon2Service()
{
$this->throw('Cannot autowire service ".service_locator.H4p4N97": it references class "App\\Entity\\Operation\\Coupon" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.HJaOIxV.App\Entity\Catalog\Gift' shared service.
*
* @return \App\Entity\Catalog\Gift
*/
protected function getGiftService()
{
$this->throw('Cannot autowire service ".service_locator.HJaOIxV": it references class "App\\Entity\\Catalog\\Gift" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.IA3XuDg.App\Entity\WebsiteParams\GameParams' shared service.
*
* @return \App\Entity\WebsiteParams\GameParams
*/
protected function getGameParams2Service()
{
$this->throw('Cannot autowire service ".service_locator.IA3XuDg": it references class "App\\Entity\\WebsiteParams\\GameParams" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.J.8ibUs.App\Entity\Blog' shared service.
*
* @return \App\Entity\Blog
*/
protected function getBlog2Service()
{
$this->throw('Cannot autowire service ".service_locator.J.8ibUs": it references class "App\\Entity\\Blog" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KYDOPqT.App\Entity\Participation\Participation' shared service.
*
* @return \App\Entity\Participation\Participation
*/
protected function getParticipationService()
{
$this->throw('Cannot autowire service ".service_locator.KYDOPqT": it references class "App\\Entity\\Participation\\Participation" 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", "api_platform.route_loader.legacy".');
}
/**
* Gets the private '.errored..service_locator.LX3f32l.App\Entity\Operation\MultiOffer' shared service.
*
* @return \App\Entity\Operation\MultiOffer
*/
protected function getMultiOffer3Service()
{
$this->throw('Cannot autowire service ".service_locator.LX3f32l": it references class "App\\Entity\\Operation\\MultiOffer" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Lw87tcx.App\Entity\User\Strate' shared service.
*
* @return \App\Entity\User\Strate
*/
protected function getStrate2Service()
{
$this->throw('Cannot autowire service ".service_locator.Lw87tcx": it references class "App\\Entity\\User\\Strate" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Mg8kkGg.App\Entity\Recipe\RecipeType' shared service.
*
* @return \App\Entity\Recipe\RecipeType
*/
protected function getRecipeTypeService()
{
$this->throw('Cannot autowire service ".service_locator.Mg8kkGg": it references class "App\\Entity\\Recipe\\RecipeType" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.MoFIIUO.App\Entity\Sogec\Promotion' shared service.
*
* @return \App\Entity\Sogec\Promotion
*/
protected function getPromotion2Service()
{
$this->throw('Cannot autowire service ".service_locator.MoFIIUO": it references class "App\\Entity\\Sogec\\Promotion" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.NQalvgy.App\Entity\User\Referent' shared service.
*
* @return \App\Entity\User\Referent
*/
protected function getReferentService()
{
$this->throw('Cannot autowire service ".service_locator.NQalvgy": it references class "App\\Entity\\User\\Referent" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.O5IvU1_.App\Entity\Operation\Game' shared service.
*
* @return \App\Entity\Operation\Game
*/
protected function getGame2Service()
{
$this->throw('Cannot autowire service ".service_locator.O5IvU1_": it references class "App\\Entity\\Operation\\Game" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.OYk0_mt.App\Entity\MediaObject\MediaObject' shared service.
*
* @return \App\Entity\MediaObject\MediaObject
*/
protected function getMediaObjectService()
{
$this->throw('Cannot autowire service ".service_locator.OYk0_mt": it references class "App\\Entity\\MediaObject\\MediaObject" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Qr2ADLV.App\Entity\User\Payment\Iban' shared service.
*
* @return \App\Entity\User\Payment\Iban
*/
protected function getIbanService()
{
$this->throw('Cannot autowire service ".service_locator.Qr2ADLV": it references class "App\\Entity\\User\\Payment\\Iban" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.RgdodwH.App\Entity\MediaObject\MediaObject' shared service.
*
* @return \App\Entity\MediaObject\MediaObject
*/
protected function getMediaObject2Service()
{
$this->throw('Cannot autowire service ".service_locator.RgdodwH": it references class "App\\Entity\\MediaObject\\MediaObject" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.RyDqsFC.App\Entity\User\Consumer' shared service.
*
* @return \App\Entity\User\Consumer
*/
protected function getConsumer2Service()
{
$this->throw('Cannot autowire service ".service_locator.RyDqsFC": it references class "App\\Entity\\User\\Consumer" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.SQFDam4.App\Entity\User\Referent' shared service.
*
* @return \App\Entity\User\Referent
*/
protected function getReferent2Service()
{
$this->throw('Cannot autowire service ".service_locator.SQFDam4": it references class "App\\Entity\\User\\Referent" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.TmcOq0t.App\Entity\Operation\Odr' shared service.
*
* @return \App\Entity\Operation\Odr
*/
protected function getOdr2Service()
{
$this->throw('Cannot autowire service ".service_locator.TmcOq0t": it references class "App\\Entity\\Operation\\Odr" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.UZSIdeF.App\Entity\Recipe\Recipe' shared service.
*
* @return \App\Entity\Recipe\Recipe
*/
protected function getRecipeService()
{
$this->throw('Cannot autowire service ".service_locator.UZSIdeF": it references class "App\\Entity\\Recipe\\Recipe" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.UdFxq8q.App\Entity\WebsiteParams\ModuleParams' shared service.
*
* @return \App\Entity\WebsiteParams\ModuleParams
*/
protected function getModuleParamsService()
{
$this->throw('Cannot autowire service ".service_locator.UdFxq8q": it references class "App\\Entity\\WebsiteParams\\ModuleParams" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.VAAdlTA.App\Entity\Operation\Draw' shared service.
*
* @return \App\Entity\Operation\Draw
*/
protected function getDraw5Service()
{
$this->throw('Cannot autowire service ".service_locator.VAAdlTA": it references class "App\\Entity\\Operation\\Draw" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.XJyRSWn.App\Entity\User\Consumer' shared service.
*
* @return \App\Entity\User\Consumer
*/
protected function getConsumer3Service()
{
$this->throw('Cannot autowire service ".service_locator.XJyRSWn": it references class "App\\Entity\\User\\Consumer" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Y_MyNzo.App\Entity\Security\Profile' shared service.
*
* @return \App\Entity\Security\Profile
*/
protected function getProfile2Service()
{
$this->throw('Cannot autowire service ".service_locator.Y_MyNzo": it references class "App\\Entity\\Security\\Profile" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Zw1U.Bu.App\Entity\Recipe\Ingredient' shared service.
*
* @return \App\Entity\Recipe\Ingredient
*/
protected function getIngredientService()
{
$this->throw('Cannot autowire service ".service_locator.Zw1U.Bu": it references class "App\\Entity\\Recipe\\Ingredient" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator._KlT6Du.App\Entity\User\User' shared service.
*
* @return \App\Entity\User\User
*/
protected function getUserService()
{
$this->throw('Cannot autowire service ".service_locator._KlT6Du": it references class "App\\Entity\\User\\User" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.aXfPxmo.App\Entity\Catalog\GiftLevel' shared service.
*
* @return \App\Entity\Catalog\GiftLevel
*/
protected function getGiftLevelService()
{
$this->throw('Cannot autowire service ".service_locator.aXfPxmo": it references class "App\\Entity\\Catalog\\GiftLevel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.cv6j8iq.App\Entity\Operation\Draw' shared service.
*
* @return \App\Entity\Operation\Draw
*/
protected function getDraw6Service()
{
$this->throw('Cannot autowire service ".service_locator.cv6j8iq": it references class "App\\Entity\\Operation\\Draw" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.dBln_k3.App\Entity\Operation\Coupon' shared service.
*
* @return \App\Entity\Operation\Coupon
*/
protected function getCoupon3Service()
{
$this->throw('Cannot autowire service ".service_locator.dBln_k3": it references class "App\\Entity\\Operation\\Coupon" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.dj15A1t.App\Entity\Recipe\Recipe' shared service.
*
* @return \App\Entity\Recipe\Recipe
*/
protected function getRecipe2Service()
{
$this->throw('Cannot autowire service ".service_locator.dj15A1t": it references class "App\\Entity\\Recipe\\Recipe" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.fYw2Drl.App\Entity\Tag\BlogTag' shared service.
*
* @return \App\Entity\Tag\BlogTag
*/
protected function getBlogTagService()
{
$this->throw('Cannot autowire service ".service_locator.fYw2Drl": it references class "App\\Entity\\Tag\\BlogTag" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ibE7Q1t.App\Entity\Operation\Odr' shared service.
*
* @return \App\Entity\Operation\Odr
*/
protected function getOdr3Service()
{
$this->throw('Cannot autowire service ".service_locator.ibE7Q1t": it references class "App\\Entity\\Operation\\Odr" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.j76zAXX.App\Entity\Faq' shared service.
*
* @return \App\Entity\Faq
*/
protected function getFaqService()
{
$this->throw('Cannot autowire service ".service_locator.j76zAXX": it references class "App\\Entity\\Faq" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.k1VOjt0.App\Entity\WebsiteParams\ModuleParams' shared service.
*
* @return \App\Entity\WebsiteParams\ModuleParams
*/
protected function getModuleParams2Service()
{
$this->throw('Cannot autowire service ".service_locator.k1VOjt0": it references class "App\\Entity\\WebsiteParams\\ModuleParams" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.lJHNmQl.App\Entity\Slider' shared service.
*
* @return \App\Entity\Slider
*/
protected function getSliderService()
{
$this->throw('Cannot autowire service ".service_locator.lJHNmQl": it references class "App\\Entity\\Slider" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.oQix5ad.App\Entity\Knowledge\Knowledge' shared service.
*
* @return \App\Entity\Knowledge\Knowledge
*/
protected function getKnowledgeService()
{
$this->throw('Cannot autowire service ".service_locator.oQix5ad": it references class "App\\Entity\\Knowledge\\Knowledge" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.obfRw37.App\Entity\User\Referent' shared service.
*
* @return \App\Entity\User\Referent
*/
protected function getReferent3Service()
{
$this->throw('Cannot autowire service ".service_locator.obfRw37": it references class "App\\Entity\\User\\Referent" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.qVtmtq_.App\Entity\Operation\Odr' shared service.
*
* @return \App\Entity\Operation\Odr
*/
protected function getOdr4Service()
{
$this->throw('Cannot autowire service ".service_locator.qVtmtq_": it references class "App\\Entity\\Operation\\Odr" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.rmQiRVx.App\Entity\Catalog\Gift' shared service.
*
* @return \App\Entity\Catalog\Gift
*/
protected function getGift2Service()
{
$this->throw('Cannot autowire service ".service_locator.rmQiRVx": it references class "App\\Entity\\Catalog\\Gift" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.tMYCkcW.App\Entity\Slider' shared service.
*
* @return \App\Entity\Slider
*/
protected function getSlider2Service()
{
$this->throw('Cannot autowire service ".service_locator.tMYCkcW": it references class "App\\Entity\\Slider" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.tpHzBPc.App\Entity\MediaObject\MediaObject' shared service.
*
* @return \App\Entity\MediaObject\MediaObject
*/
protected function getMediaObject3Service()
{
$this->throw('Cannot autowire service ".service_locator.tpHzBPc": it references class "App\\Entity\\MediaObject\\MediaObject" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.vIyxHKz.App\Entity\Operation\Operation' shared service.
*
* @return \App\Entity\Operation\Operation
*/
protected function getOperationService()
{
$this->throw('Cannot autowire service ".service_locator.vIyxHKz": it references class "App\\Entity\\Operation\\Operation" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.viMl501.App\Entity\WebsiteParams\ModuleParams' shared service.
*
* @return \App\Entity\WebsiteParams\ModuleParams
*/
protected function getModuleParams3Service()
{
$this->throw('Cannot autowire service ".service_locator.viMl501": it references class "App\\Entity\\WebsiteParams\\ModuleParams" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.vznMRXP.App\Entity\Operation\Odr' shared service.
*
* @return \App\Entity\Operation\Odr
*/
protected function getOdr5Service()
{
$this->throw('Cannot autowire service ".service_locator.vznMRXP": it references class "App\\Entity\\Operation\\Odr" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.woYUB1T.App\Entity\Catalog\Gift' shared service.
*
* @return \App\Entity\Catalog\Gift
*/
protected function getGift3Service()
{
$this->throw('Cannot autowire service ".service_locator.woYUB1T": it references class "App\\Entity\\Catalog\\Gift" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.x53S5J0.App\Entity\Catalog\Gift' shared service.
*
* @return \App\Entity\Catalog\Gift
*/
protected function getGift4Service()
{
$this->throw('Cannot autowire service ".service_locator.x53S5J0": it references class "App\\Entity\\Catalog\\Gift" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.x56FEVZ.App\Entity\Token' shared service.
*
* @return \App\Entity\Token
*/
protected function getTokenService()
{
$this->throw('Cannot autowire service ".service_locator.x56FEVZ": it references class "App\\Entity\\Token" but no such service exists.');
}
/**
* 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_data_persister.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeDataPersister_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_data_persister.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:data-persister', [], 'Creates an API Platform data persister', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_data_persister'] ?? $this->getMaker_AutoCommand_MakeDataPersisterService());
});
}
/**
* Gets the private '.maker.auto_command.make_data_provider.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeDataProvider_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_data_provider.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:data-provider', [], 'Creates an API Platform data provider', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_data_provider'] ?? $this->getMaker_AutoCommand_MakeDataProviderService());
});
}
/**
* 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_state_processor.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeStateProcessor_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_state_processor.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:state-processor', [], 'Creates an API Platform state processor', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_state_processor'] ?? $this->getMaker_AutoCommand_MakeStateProcessorService());
});
}
/**
* Gets the private '.maker.auto_command.make_state_provider.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeStateProvider_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_state_provider.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:state-provider', [], 'Creates an API Platform state provider', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_state_provider'] ?? $this->getMaker_AutoCommand_MakeStateProviderService());
});
}
/**
* 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 '.messenger.handler_descriptor.1OLfQAu' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_1OLfQAuService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Email/SendConfirmationDeleteAccountByEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.1OLfQAu'])) {
return $this->privates['.messenger.handler_descriptor.1OLfQAu'];
}
return $this->privates['.messenger.handler_descriptor.1OLfQAu'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendConfirmationDeleteAccountByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.41dxA5S' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_41dxA5SService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Email/SendParticipationMultiOdrStatusByEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.41dxA5S'])) {
return $this->privates['.messenger.handler_descriptor.41dxA5S'];
}
return $this->privates['.messenger.handler_descriptor.41dxA5S'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendParticipationMultiOdrStatusByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.550jR2_' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_550jR2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Email/SendConfirmationDrawByEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.550jR2_'])) {
return $this->privates['.messenger.handler_descriptor.550jR2_'];
}
return $this->privates['.messenger.handler_descriptor.550jR2_'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendConfirmationDrawByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.5IVmSw0' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_5IVmSw0Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Email/SendSponsorshipInvitationByEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.5IVmSw0'])) {
return $this->privates['.messenger.handler_descriptor.5IVmSw0'];
}
return $this->privates['.messenger.handler_descriptor.5IVmSw0'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendSponsorshipInvitationByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.5kBxBCl' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_5kBxBClService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Yeesss/SendMultiOdrParticipationHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.5kBxBCl'])) {
return $this->privates['.messenger.handler_descriptor.5kBxBCl'];
}
$b = ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService());
if (isset($this->privates['.messenger.handler_descriptor.5kBxBCl'])) {
return $this->privates['.messenger.handler_descriptor.5kBxBCl'];
}
return $this->privates['.messenger.handler_descriptor.5kBxBCl'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Yeesss\SendMultiOdrParticipationHandler($a, $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.69RVD51' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_69RVD51Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Yeesss/SendUserHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.69RVD51'])) {
return $this->privates['.messenger.handler_descriptor.69RVD51'];
}
$b = ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService());
if (isset($this->privates['.messenger.handler_descriptor.69RVD51'])) {
return $this->privates['.messenger.handler_descriptor.69RVD51'];
}
return $this->privates['.messenger.handler_descriptor.69RVD51'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Yeesss\SendUserHandler($a, $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.7D9Nglv' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_7D9NglvService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Purse/AddToPurseHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.7D9Nglv'])) {
return $this->privates['.messenger.handler_descriptor.7D9Nglv'];
}
$b = ($this->privates['App\\Manager\\Purse\\PurseManager'] ?? $this->getPurseManagerService());
if (isset($this->privates['.messenger.handler_descriptor.7D9Nglv'])) {
return $this->privates['.messenger.handler_descriptor.7D9Nglv'];
}
return $this->privates['.messenger.handler_descriptor.7D9Nglv'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Purse\AddToPurseHandler($a, $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.7brIl1x' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_7brIl1xService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Contact/ContactHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.7brIl1x'])) {
return $this->privates['.messenger.handler_descriptor.7brIl1x'];
}
$b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['.messenger.handler_descriptor.7brIl1x'])) {
return $this->privates['.messenger.handler_descriptor.7brIl1x'];
}
return $this->privates['.messenger.handler_descriptor.7brIl1x'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Contact\ContactHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService()), $b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), []);
}
/**
* Gets the private '.messenger.handler_descriptor.8cpHZ1u' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_8cpHZ1uService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Yeesss/SendStepEarnHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.8cpHZ1u'])) {
return $this->privates['.messenger.handler_descriptor.8cpHZ1u'];
}
$b = ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService());
if (isset($this->privates['.messenger.handler_descriptor.8cpHZ1u'])) {
return $this->privates['.messenger.handler_descriptor.8cpHZ1u'];
}
return $this->privates['.messenger.handler_descriptor.8cpHZ1u'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Yeesss\SendStepEarnHandler($a, $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.AXTawBL' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_AXTawBLService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Yeesss/SendStepBurnHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.AXTawBL'])) {
return $this->privates['.messenger.handler_descriptor.AXTawBL'];
}
$b = ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService());
if (isset($this->privates['.messenger.handler_descriptor.AXTawBL'])) {
return $this->privates['.messenger.handler_descriptor.AXTawBL'];
}
return $this->privates['.messenger.handler_descriptor.AXTawBL'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Yeesss\SendStepBurnHandler($a, $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.B6ziozn' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_B6zioznService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Shannon/SendParticipationPuntosToShannonHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.B6ziozn'])) {
return $this->privates['.messenger.handler_descriptor.B6ziozn'];
}
$b = ($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'] ?? $this->getParticipationPuntosManagerService());
if (isset($this->privates['.messenger.handler_descriptor.B6ziozn'])) {
return $this->privates['.messenger.handler_descriptor.B6ziozn'];
}
return $this->privates['.messenger.handler_descriptor.B6ziozn'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Shannon\SendParticipationPuntosToShannonHandler($a, $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.DAplUKI' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_DAplUKIService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Participation/Coupon/ParticipationHandler.php';
$a = ($this->privates['App\\Service\\Api\\Coupon\\MultiOfferCouponService'] ?? $this->getMultiOfferCouponServiceService());
if (isset($this->privates['.messenger.handler_descriptor.DAplUKI'])) {
return $this->privates['.messenger.handler_descriptor.DAplUKI'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.DAplUKI'])) {
return $this->privates['.messenger.handler_descriptor.DAplUKI'];
}
$c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['.messenger.handler_descriptor.DAplUKI'])) {
return $this->privates['.messenger.handler_descriptor.DAplUKI'];
}
$d = ($this->privates['App\\Repository\\Operation\\CouponRepository'] ?? $this->getCouponRepositoryService());
if (isset($this->privates['.messenger.handler_descriptor.DAplUKI'])) {
return $this->privates['.messenger.handler_descriptor.DAplUKI'];
}
$e = ($this->privates['App\\Manager\\CRM\\IsoskeleManager'] ?? $this->getIsoskeleManagerService());
if (isset($this->privates['.messenger.handler_descriptor.DAplUKI'])) {
return $this->privates['.messenger.handler_descriptor.DAplUKI'];
}
return $this->privates['.messenger.handler_descriptor.DAplUKI'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Coupon\ParticipationHandler($a, $b, $c, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $d, $e), []);
}
/**
* Gets the private '.messenger.handler_descriptor.DVCqc4L' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_DVCqc4LService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Email/SendParticipationOdrStatusByEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.DVCqc4L'])) {
return $this->privates['.messenger.handler_descriptor.DVCqc4L'];
}
return $this->privates['.messenger.handler_descriptor.DVCqc4L'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendParticipationOdrStatusByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.Dpj5Brf' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_Dpj5BrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Participation/Odr/PutReParticipationOdrByMessageHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.Dpj5Brf'])) {
return $this->privates['.messenger.handler_descriptor.Dpj5Brf'];
}
$b = ($this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'] ?? $this->getMultiOfferOdrServiceService());
if (isset($this->privates['.messenger.handler_descriptor.Dpj5Brf'])) {
return $this->privates['.messenger.handler_descriptor.Dpj5Brf'];
}
$c = ($this->privates['App\\Manager\\CRM\\SalesforceManager'] ?? $this->getSalesforceManagerService());
if (isset($this->privates['.messenger.handler_descriptor.Dpj5Brf'])) {
return $this->privates['.messenger.handler_descriptor.Dpj5Brf'];
}
return $this->privates['.messenger.handler_descriptor.Dpj5Brf'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Odr\PutReParticipationOdrByMessageHandler($a, $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $c), []);
}
/**
* Gets the private '.messenger.handler_descriptor.EOrq2DF' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_EOrq2DFService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Email/SendPreventDeleteAccountEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.EOrq2DF'])) {
return $this->privates['.messenger.handler_descriptor.EOrq2DF'];
}
return $this->privates['.messenger.handler_descriptor.EOrq2DF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendPreventDeleteAccountEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.G5MphK6' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_G5MphK6Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/ImportReferentHandler.php';
$a = ($this->privates['App\\Manager\\ReferentManager'] ?? $this->getReferentManagerService());
if (isset($this->privates['.messenger.handler_descriptor.G5MphK6'])) {
return $this->privates['.messenger.handler_descriptor.G5MphK6'];
}
return $this->privates['.messenger.handler_descriptor.G5MphK6'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\ImportReferentHandler($a), []);
}
/**
* Gets the private '.messenger.handler_descriptor.GAQbYY0' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_GAQbYY0Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Participation/Puntos/ParticipationHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.GAQbYY0'])) {
return $this->privates['.messenger.handler_descriptor.GAQbYY0'];
}
$b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['.messenger.handler_descriptor.GAQbYY0'])) {
return $this->privates['.messenger.handler_descriptor.GAQbYY0'];
}
return $this->privates['.messenger.handler_descriptor.GAQbYY0'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Puntos\ParticipationHandler($a, $b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), []);
}
/**
* Gets the private '.messenger.handler_descriptor.GsbRZM3' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_GsbRZM3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Email/SendEmailRsoByEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.GsbRZM3'])) {
return $this->privates['.messenger.handler_descriptor.GsbRZM3'];
}
return $this->privates['.messenger.handler_descriptor.GsbRZM3'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendEmailRsoByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.GtV1qZ.' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_GtV1qZ_Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Salesforce/SendContactHandler.php';
include_once \dirname(__DIR__, 4).'/src/Service/Api/SalesForce/User/ContactSerializer.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.GtV1qZ.'])) {
return $this->privates['.messenger.handler_descriptor.GtV1qZ.'];
}
$b = ($this->privates['App\\Service\\Api\\SalesForce\\Salesforce'] ?? $this->getSalesforceService());
if (isset($this->privates['.messenger.handler_descriptor.GtV1qZ.'])) {
return $this->privates['.messenger.handler_descriptor.GtV1qZ.'];
}
return $this->privates['.messenger.handler_descriptor.GtV1qZ.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Salesforce\SendContactHandler($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b, new \App\Service\Api\SalesForce\User\ContactSerializer()), []);
}
/**
* Gets the private '.messenger.handler_descriptor.IvRjzRH' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_IvRjzRHService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Yeesss/SendNewsletterHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.IvRjzRH'])) {
return $this->privates['.messenger.handler_descriptor.IvRjzRH'];
}
$b = ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService());
if (isset($this->privates['.messenger.handler_descriptor.IvRjzRH'])) {
return $this->privates['.messenger.handler_descriptor.IvRjzRH'];
}
return $this->privates['.messenger.handler_descriptor.IvRjzRH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Yeesss\SendNewsletterHandler($a, $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.LM9LMHS' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_LM9LMHSService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Isoskele/SendParticipationHandler.php';
include_once \dirname(__DIR__, 4).'/src/Service/Api/Isoskele/Participation/ParticipationOdrSerializer.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.LM9LMHS'])) {
return $this->privates['.messenger.handler_descriptor.LM9LMHS'];
}
$b = ($this->privates['App\\Service\\Api\\Isoskele\\Isoskele'] ?? $this->getIsoskeleService());
if (isset($this->privates['.messenger.handler_descriptor.LM9LMHS'])) {
return $this->privates['.messenger.handler_descriptor.LM9LMHS'];
}
return $this->privates['.messenger.handler_descriptor.LM9LMHS'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Isoskele\SendParticipationHandler($a, ($this->privates['App\\Service\\Api\\Isoskele\\Participation\\ParticipationOdrSerializer'] ?? ($this->privates['App\\Service\\Api\\Isoskele\\Participation\\ParticipationOdrSerializer'] = new \App\Service\Api\Isoskele\Participation\ParticipationOdrSerializer())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.MnPSoGT' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_MnPSoGTService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Isoskele/SendParticipationOdrPrimeHandler.php';
include_once \dirname(__DIR__, 4).'/src/Service/Api/Isoskele/Participation/ParticipationOdrSerializer.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.MnPSoGT'])) {
return $this->privates['.messenger.handler_descriptor.MnPSoGT'];
}
$b = ($this->privates['App\\Service\\Api\\Isoskele\\Isoskele'] ?? $this->getIsoskeleService());
if (isset($this->privates['.messenger.handler_descriptor.MnPSoGT'])) {
return $this->privates['.messenger.handler_descriptor.MnPSoGT'];
}
return $this->privates['.messenger.handler_descriptor.MnPSoGT'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Isoskele\SendParticipationOdrPrimeHandler($a, ($this->privates['App\\Service\\Api\\Isoskele\\Participation\\ParticipationOdrSerializer'] ?? ($this->privates['App\\Service\\Api\\Isoskele\\Participation\\ParticipationOdrSerializer'] = new \App\Service\Api\Isoskele\Participation\ParticipationOdrSerializer())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.O6q.TKf' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_O6q_TKfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Email/SendConfirmationOdrByEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.O6q.TKf'])) {
return $this->privates['.messenger.handler_descriptor.O6q.TKf'];
}
return $this->privates['.messenger.handler_descriptor.O6q.TKf'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendConfirmationOdrByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.OdkJl5Z' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_OdkJl5ZService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Salesforce/SendOdrHandler.php';
include_once \dirname(__DIR__, 4).'/src/Service/Api/SalesForce/Operation/OperationOdrSerializer.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.OdkJl5Z'])) {
return $this->privates['.messenger.handler_descriptor.OdkJl5Z'];
}
$b = ($this->privates['App\\Service\\Api\\SalesForce\\Salesforce'] ?? $this->getSalesforceService());
if (isset($this->privates['.messenger.handler_descriptor.OdkJl5Z'])) {
return $this->privates['.messenger.handler_descriptor.OdkJl5Z'];
}
return $this->privates['.messenger.handler_descriptor.OdkJl5Z'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Salesforce\SendOdrHandler($a, new \App\Service\Api\SalesForce\Operation\OperationOdrSerializer(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.PRBw9Ob' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_PRBw9ObService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Contact/SendContactEmailHandler.php';
return $this->privates['.messenger.handler_descriptor.PRBw9Ob'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Contact\SendContactEmailHandler(($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.Q1xVE8T' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_Q1xVE8TService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Participation/Odr/PostParticipationOdrByMessageHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.Q1xVE8T'])) {
return $this->privates['.messenger.handler_descriptor.Q1xVE8T'];
}
$b = ($this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'] ?? $this->getMultiOfferOdrServiceService());
if (isset($this->privates['.messenger.handler_descriptor.Q1xVE8T'])) {
return $this->privates['.messenger.handler_descriptor.Q1xVE8T'];
}
$c = ($this->privates['App\\Manager\\CRM\\SalesforceManager'] ?? $this->getSalesforceManagerService());
if (isset($this->privates['.messenger.handler_descriptor.Q1xVE8T'])) {
return $this->privates['.messenger.handler_descriptor.Q1xVE8T'];
}
return $this->privates['.messenger.handler_descriptor.Q1xVE8T'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Odr\PostParticipationOdrByMessageHandler($a, $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $c), []);
}
/**
* Gets the private '.messenger.handler_descriptor.Q6BfFhq' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_Q6BfFhqService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Participation/Odr/ParticipationHandler.php';
return $this->privates['.messenger.handler_descriptor.Q6BfFhq'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Odr\ParticipationHandler(), []);
}
/**
* Gets the private '.messenger.handler_descriptor.R4xEcKt' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_R4xEcKtService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Participation/Coupon/ParticipationHandler.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Participation/Multi/ParticipationHandler.php';
$a = ($this->privates['App\\Service\\Api\\Coupon\\MultiOfferCouponService'] ?? $this->getMultiOfferCouponServiceService());
if (isset($this->privates['.messenger.handler_descriptor.R4xEcKt'])) {
return $this->privates['.messenger.handler_descriptor.R4xEcKt'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.R4xEcKt'])) {
return $this->privates['.messenger.handler_descriptor.R4xEcKt'];
}
$c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['.messenger.handler_descriptor.R4xEcKt'])) {
return $this->privates['.messenger.handler_descriptor.R4xEcKt'];
}
$d = ($this->privates['App\\Repository\\Operation\\CouponRepository'] ?? $this->getCouponRepositoryService());
if (isset($this->privates['.messenger.handler_descriptor.R4xEcKt'])) {
return $this->privates['.messenger.handler_descriptor.R4xEcKt'];
}
$e = ($this->privates['App\\Manager\\CRM\\IsoskeleManager'] ?? $this->getIsoskeleManagerService());
if (isset($this->privates['.messenger.handler_descriptor.R4xEcKt'])) {
return $this->privates['.messenger.handler_descriptor.R4xEcKt'];
}
return $this->privates['.messenger.handler_descriptor.R4xEcKt'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Multi\ParticipationHandler($a, $b, $c, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $d, $e), []);
}
/**
* Gets the private '.messenger.handler_descriptor.S50RrkX' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_S50RrkXService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Participation/Multi/PutReParticipationMultiOdrByMessageHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.S50RrkX'])) {
return $this->privates['.messenger.handler_descriptor.S50RrkX'];
}
$b = ($this->privates['App\\Service\\Api\\MultiOffer\\MultiOfferService'] ?? $this->getMultiOfferServiceService());
if (isset($this->privates['.messenger.handler_descriptor.S50RrkX'])) {
return $this->privates['.messenger.handler_descriptor.S50RrkX'];
}
return $this->privates['.messenger.handler_descriptor.S50RrkX'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Multi\PutReParticipationMultiOdrByMessageHandler($a, $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.U3RntGF' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_U3RntGFService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Yeesss/SendProspectNewsletterHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.U3RntGF'])) {
return $this->privates['.messenger.handler_descriptor.U3RntGF'];
}
$b = ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService());
if (isset($this->privates['.messenger.handler_descriptor.U3RntGF'])) {
return $this->privates['.messenger.handler_descriptor.U3RntGF'];
}
return $this->privates['.messenger.handler_descriptor.U3RntGF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Yeesss\SendProspectNewsletterHandler($a, $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.UHa0QxJ' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_UHa0QxJService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Email/SendConfirmationMultiOdrByEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.UHa0QxJ'])) {
return $this->privates['.messenger.handler_descriptor.UHa0QxJ'];
}
return $this->privates['.messenger.handler_descriptor.UHa0QxJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendConfirmationMultiOdrByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.W6YfEfM' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_W6YfEfMService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Shannon/SendRefundToShannonHandler.php';
include_once \dirname(__DIR__, 4).'/src/Manager/Participation/ParticipationRefundManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.W6YfEfM'])) {
return $this->privates['.messenger.handler_descriptor.W6YfEfM'];
}
$b = ($this->privates['App\\Service\\Api\\Shannon\\Shannon'] ?? $this->getShannonService());
if (isset($this->privates['.messenger.handler_descriptor.W6YfEfM'])) {
return $this->privates['.messenger.handler_descriptor.W6YfEfM'];
}
$c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['.messenger.handler_descriptor.W6YfEfM'])) {
return $this->privates['.messenger.handler_descriptor.W6YfEfM'];
}
$d = ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService());
if (isset($this->privates['.messenger.handler_descriptor.W6YfEfM'])) {
return $this->privates['.messenger.handler_descriptor.W6YfEfM'];
}
return $this->privates['.messenger.handler_descriptor.W6YfEfM'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Shannon\SendRefundToShannonHandler($a, new \App\Manager\Participation\ParticipationRefundManager($a, $b, ($this->services['monolog.logger.shannon'] ?? $this->getMonolog_Logger_ShannonService()), $c), $c, $d), []);
}
/**
* Gets the private '.messenger.handler_descriptor.YsWGGyJ' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_YsWGGyJService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Email/SendCodeForOdrParticipationConformedByEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.YsWGGyJ'])) {
return $this->privates['.messenger.handler_descriptor.YsWGGyJ'];
}
$b = ($this->privates['App\\Manager\\OperationCode\\OdrCodeManager'] ?? $this->getOdrCodeManagerService());
if (isset($this->privates['.messenger.handler_descriptor.YsWGGyJ'])) {
return $this->privates['.messenger.handler_descriptor.YsWGGyJ'];
}
return $this->privates['.messenger.handler_descriptor.YsWGGyJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendCodeForOdrParticipationConformedByEmailHandler($a, $b, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.YwrBQRi' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_YwrBQRiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Yeesss/SendUserFromImportHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.YwrBQRi'])) {
return $this->privates['.messenger.handler_descriptor.YwrBQRi'];
}
$b = ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService());
if (isset($this->privates['.messenger.handler_descriptor.YwrBQRi'])) {
return $this->privates['.messenger.handler_descriptor.YwrBQRi'];
}
return $this->privates['.messenger.handler_descriptor.YwrBQRi'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Yeesss\SendUserFromImportHandler($a, $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.ZezDLl1' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_ZezDLl1Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Isoskele/SendCouponHandler.php';
include_once \dirname(__DIR__, 4).'/src/Service/Api/Isoskele/Participation/CouponSerializer.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.ZezDLl1'])) {
return $this->privates['.messenger.handler_descriptor.ZezDLl1'];
}
$b = ($this->privates['App\\Service\\Api\\Isoskele\\Isoskele'] ?? $this->getIsoskeleService());
if (isset($this->privates['.messenger.handler_descriptor.ZezDLl1'])) {
return $this->privates['.messenger.handler_descriptor.ZezDLl1'];
}
return $this->privates['.messenger.handler_descriptor.ZezDLl1'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Isoskele\SendCouponHandler($a, new \App\Service\Api\Isoskele\Participation\CouponSerializer(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.ZhzXydc' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_ZhzXydcService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Salesforce/SendParticipationOdrHandler.php';
include_once \dirname(__DIR__, 4).'/src/Service/Api/SalesForce/Participation/ParticipationOdrSerializer.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.ZhzXydc'])) {
return $this->privates['.messenger.handler_descriptor.ZhzXydc'];
}
$b = ($this->privates['App\\Service\\Api\\SalesForce\\Salesforce'] ?? $this->getSalesforceService());
if (isset($this->privates['.messenger.handler_descriptor.ZhzXydc'])) {
return $this->privates['.messenger.handler_descriptor.ZhzXydc'];
}
return $this->privates['.messenger.handler_descriptor.ZhzXydc'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Salesforce\SendParticipationOdrHandler($a, new \App\Service\Api\SalesForce\Participation\ParticipationOdrSerializer(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.ZmXoi82' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_ZmXoi82Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Email/SendWinnerDrawByEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.ZmXoi82'])) {
return $this->privates['.messenger.handler_descriptor.ZmXoi82'];
}
return $this->privates['.messenger.handler_descriptor.ZmXoi82'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendWinnerDrawByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.b9eFK.q' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_B9eFK_QService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Email/SendCreateOperationByEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.b9eFK.q'])) {
return $this->privates['.messenger.handler_descriptor.b9eFK.q'];
}
return $this->privates['.messenger.handler_descriptor.b9eFK.q'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendCreateOperationByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.bG2h94e' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_BG2h94eService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Isoskele/SendOdrPrimeHandler.php';
include_once \dirname(__DIR__, 4).'/src/Service/Api/Isoskele/Operation/OperationSerializer.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.bG2h94e'])) {
return $this->privates['.messenger.handler_descriptor.bG2h94e'];
}
$b = ($this->privates['App\\Service\\Api\\Isoskele\\Isoskele'] ?? $this->getIsoskeleService());
if (isset($this->privates['.messenger.handler_descriptor.bG2h94e'])) {
return $this->privates['.messenger.handler_descriptor.bG2h94e'];
}
return $this->privates['.messenger.handler_descriptor.bG2h94e'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Isoskele\SendOdrPrimeHandler($a, ($this->privates['App\\Service\\Api\\Isoskele\\Operation\\OperationSerializer'] ?? ($this->privates['App\\Service\\Api\\Isoskele\\Operation\\OperationSerializer'] = new \App\Service\Api\Isoskele\Operation\OperationSerializer())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.bX96FHQ' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_BX96FHQService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Isoskele/SendUserInformationHandler.php';
include_once \dirname(__DIR__, 4).'/src/Service/Api/Isoskele/User/UserSerializer.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.bX96FHQ'])) {
return $this->privates['.messenger.handler_descriptor.bX96FHQ'];
}
$b = ($this->privates['App\\Service\\Api\\Isoskele\\Isoskele'] ?? $this->getIsoskeleService());
if (isset($this->privates['.messenger.handler_descriptor.bX96FHQ'])) {
return $this->privates['.messenger.handler_descriptor.bX96FHQ'];
}
return $this->privates['.messenger.handler_descriptor.bX96FHQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Isoskele\SendUserInformationHandler($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b, new \App\Service\Api\Isoskele\User\UserSerializer($a)), []);
}
/**
* Gets the private '.messenger.handler_descriptor.bdlm48o' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_Bdlm48oService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Salesforce/SendAccountHandler.php';
include_once \dirname(__DIR__, 4).'/src/Service/Api/SalesForce/User/AccountSerializer.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.bdlm48o'])) {
return $this->privates['.messenger.handler_descriptor.bdlm48o'];
}
$b = ($this->privates['App\\Service\\Api\\SalesForce\\Salesforce'] ?? $this->getSalesforceService());
if (isset($this->privates['.messenger.handler_descriptor.bdlm48o'])) {
return $this->privates['.messenger.handler_descriptor.bdlm48o'];
}
return $this->privates['.messenger.handler_descriptor.bdlm48o'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Salesforce\SendAccountHandler($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b, new \App\Service\Api\SalesForce\User\AccountSerializer()), []);
}
/**
* Gets the private '.messenger.handler_descriptor.e.rReKM' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_E_RReKMService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Isoskele/SendOfferHandler.php';
include_once \dirname(__DIR__, 4).'/src/Service/Api/Isoskele/Operation/OperationSerializer.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.e.rReKM'])) {
return $this->privates['.messenger.handler_descriptor.e.rReKM'];
}
$b = ($this->privates['App\\Service\\Api\\Isoskele\\Isoskele'] ?? $this->getIsoskeleService());
if (isset($this->privates['.messenger.handler_descriptor.e.rReKM'])) {
return $this->privates['.messenger.handler_descriptor.e.rReKM'];
}
return $this->privates['.messenger.handler_descriptor.e.rReKM'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Isoskele\SendOfferHandler($a, ($this->privates['App\\Service\\Api\\Isoskele\\Operation\\OperationSerializer'] ?? ($this->privates['App\\Service\\Api\\Isoskele\\Operation\\OperationSerializer'] = new \App\Service\Api\Isoskele\Operation\OperationSerializer())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.fE.tCau' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_FE_TCauService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Media/SendMediaCodeGiftHandler.php';
include_once \dirname(__DIR__, 4).'/src/Manager/Gift/GiftCodeManager.php';
include_once \dirname(__DIR__, 4).'/src/Manager/XlsxManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.fE.tCau'])) {
return $this->privates['.messenger.handler_descriptor.fE.tCau'];
}
$b = ($this->services['App\\Manager\\CsvManager'] ?? $this->getCsvManagerService());
if (isset($this->privates['.messenger.handler_descriptor.fE.tCau'])) {
return $this->privates['.messenger.handler_descriptor.fE.tCau'];
}
return $this->privates['.messenger.handler_descriptor.fE.tCau'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Media\SendMediaCodeGiftHandler($a, new \App\Manager\Gift\GiftCodeManager($a, $b, ($this->privates['App\\Manager\\XlsxManager'] ?? ($this->privates['App\\Manager\\XlsxManager'] = new \App\Manager\XlsxManager())))), []);
}
/**
* Gets the private '.messenger.handler_descriptor.frVxAr7' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_FrVxAr7Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Yeesss/SendCouponHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.frVxAr7'])) {
return $this->privates['.messenger.handler_descriptor.frVxAr7'];
}
$b = ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService());
if (isset($this->privates['.messenger.handler_descriptor.frVxAr7'])) {
return $this->privates['.messenger.handler_descriptor.frVxAr7'];
}
return $this->privates['.messenger.handler_descriptor.frVxAr7'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Yeesss\SendCouponHandler($a, $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.jw87keP' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_Jw87kePService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Email/SendSponsorshipConfirmationByEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.jw87keP'])) {
return $this->privates['.messenger.handler_descriptor.jw87keP'];
}
return $this->privates['.messenger.handler_descriptor.jw87keP'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendSponsorshipConfirmationByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.kFEp0AO' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_KFEp0AOService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Shannon/SendOrderToShannonHandler.php';
include_once \dirname(__DIR__, 4).'/src/Manager/Gift/OrderManager.php';
include_once \dirname(__DIR__, 4).'/src/Service/Api/Shannon/Gift/OrderSerializer.php';
include_once \dirname(__DIR__, 4).'/src/Manager/Gift/ExpeditionManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.kFEp0AO'])) {
return $this->privates['.messenger.handler_descriptor.kFEp0AO'];
}
$b = ($this->privates['App\\Service\\Api\\Shannon\\Shannon'] ?? $this->getShannonService());
if (isset($this->privates['.messenger.handler_descriptor.kFEp0AO'])) {
return $this->privates['.messenger.handler_descriptor.kFEp0AO'];
}
$c = ($this->privates['App\\Manager\\Purse\\PurseManager'] ?? $this->getPurseManagerService());
if (isset($this->privates['.messenger.handler_descriptor.kFEp0AO'])) {
return $this->privates['.messenger.handler_descriptor.kFEp0AO'];
}
return $this->privates['.messenger.handler_descriptor.kFEp0AO'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Shannon\SendOrderToShannonHandler($a, new \App\Manager\Gift\OrderManager($a, new \App\Service\Api\Shannon\Gift\OrderSerializer(($this->services['jms_serializer'] ?? $this->getJmsSerializerService())), $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), new \App\Manager\Gift\ExpeditionManager($a)), $c), []);
}
/**
* Gets the private '.messenger.handler_descriptor.kblICK3' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_KblICK3Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Shannon/SendParticipationDrawToShannonHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.kblICK3'])) {
return $this->privates['.messenger.handler_descriptor.kblICK3'];
}
$b = ($this->privates['App\\Manager\\Participation\\ParticipationDrawManager'] ?? $this->getParticipationDrawManagerService());
if (isset($this->privates['.messenger.handler_descriptor.kblICK3'])) {
return $this->privates['.messenger.handler_descriptor.kblICK3'];
}
return $this->privates['.messenger.handler_descriptor.kblICK3'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Shannon\SendParticipationDrawToShannonHandler($a, $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.lReU.i7' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_LReU_I7Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Shannon/SendParticipationStepToShannonHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.lReU.i7'])) {
return $this->privates['.messenger.handler_descriptor.lReU.i7'];
}
$b = ($this->privates['App\\Manager\\Participation\\ParticipationStepManager'] ?? $this->getParticipationStepManagerService());
if (isset($this->privates['.messenger.handler_descriptor.lReU.i7'])) {
return $this->privates['.messenger.handler_descriptor.lReU.i7'];
}
return $this->privates['.messenger.handler_descriptor.lReU.i7'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Shannon\SendParticipationStepToShannonHandler($a, $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.lUqK702' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_LUqK702Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Operation/SyncStockHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.lUqK702'])) {
return $this->privates['.messenger.handler_descriptor.lUqK702'];
}
$b = ($this->privates['App\\Service\\Api\\Coupon\\MultiOfferCouponService'] ?? $this->getMultiOfferCouponServiceService());
if (isset($this->privates['.messenger.handler_descriptor.lUqK702'])) {
return $this->privates['.messenger.handler_descriptor.lUqK702'];
}
return $this->privates['.messenger.handler_descriptor.lUqK702'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Operation\SyncStockHandler($a, $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.lxV5UvV' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_LxV5UvVService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/CRM/Isoskele/SendTasParticipationHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.lxV5UvV'])) {
return $this->privates['.messenger.handler_descriptor.lxV5UvV'];
}
$b = ($this->privates['App\\Manager\\Participation\\ParticipationDrawManager'] ?? $this->getParticipationDrawManagerService());
if (isset($this->privates['.messenger.handler_descriptor.lxV5UvV'])) {
return $this->privates['.messenger.handler_descriptor.lxV5UvV'];
}
return $this->privates['.messenger.handler_descriptor.lxV5UvV'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CRM\Isoskele\SendTasParticipationHandler($a, $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.nVs7Oqo' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_NVs7OqoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Participation/Multi/PostParticipationMultiOdrByMessageHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.nVs7Oqo'])) {
return $this->privates['.messenger.handler_descriptor.nVs7Oqo'];
}
$b = ($this->privates['App\\Service\\Api\\MultiOffer\\MultiOfferService'] ?? $this->getMultiOfferServiceService());
if (isset($this->privates['.messenger.handler_descriptor.nVs7Oqo'])) {
return $this->privates['.messenger.handler_descriptor.nVs7Oqo'];
}
return $this->privates['.messenger.handler_descriptor.nVs7Oqo'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Multi\PostParticipationMultiOdrByMessageHandler($a, $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.oDin3lY' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_ODin3lYService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Email/SendReminderBalanceUserByEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.oDin3lY'])) {
return $this->privates['.messenger.handler_descriptor.oDin3lY'];
}
return $this->privates['.messenger.handler_descriptor.oDin3lY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendReminderBalanceUserByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.pBP14O4' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_PBP14O4Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Participation/Step/ParticipationHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.pBP14O4'])) {
return $this->privates['.messenger.handler_descriptor.pBP14O4'];
}
$b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['.messenger.handler_descriptor.pBP14O4'])) {
return $this->privates['.messenger.handler_descriptor.pBP14O4'];
}
return $this->privates['.messenger.handler_descriptor.pBP14O4'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Step\ParticipationHandler($a, $b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), []);
}
/**
* Gets the private '.messenger.handler_descriptor.pYrS9Ni' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_PYrS9NiService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Participation/Refund/ParticipationHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.pYrS9Ni'])) {
return $this->privates['.messenger.handler_descriptor.pYrS9Ni'];
}
$b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['.messenger.handler_descriptor.pYrS9Ni'])) {
return $this->privates['.messenger.handler_descriptor.pYrS9Ni'];
}
$c = ($this->privates['api_platform.validator'] ?? $this->getApiPlatform_ValidatorService());
if (isset($this->privates['.messenger.handler_descriptor.pYrS9Ni'])) {
return $this->privates['.messenger.handler_descriptor.pYrS9Ni'];
}
return $this->privates['.messenger.handler_descriptor.pYrS9Ni'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Refund\ParticipationHandler($a, $b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c), []);
}
/**
* Gets the private '.messenger.handler_descriptor.qgsEpl0' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_QgsEpl0Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Purse/AddForGodParentHandler.php';
include_once \dirname(__DIR__, 4).'/src/Manager/Purse/ItemPuntosManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.qgsEpl0'])) {
return $this->privates['.messenger.handler_descriptor.qgsEpl0'];
}
$b = ($this->privates['App\\Service\\WebsiteParams\\ModuleParamsManager'] ?? $this->getModuleParamsManagerService());
if (isset($this->privates['.messenger.handler_descriptor.qgsEpl0'])) {
return $this->privates['.messenger.handler_descriptor.qgsEpl0'];
}
$c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['.messenger.handler_descriptor.qgsEpl0'])) {
return $this->privates['.messenger.handler_descriptor.qgsEpl0'];
}
return $this->privates['.messenger.handler_descriptor.qgsEpl0'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Purse\AddForGodParentHandler($a, ($this->privates['App\\Manager\\Purse\\ItemPuntosManager'] ?? ($this->privates['App\\Manager\\Purse\\ItemPuntosManager'] = new \App\Manager\Purse\ItemPuntosManager())), $b, $c), []);
}
/**
* Gets the private '.messenger.handler_descriptor.t2wujiL' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_T2wujiLService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Email/SendInitializationAccountByEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.t2wujiL'])) {
return $this->privates['.messenger.handler_descriptor.t2wujiL'];
}
return $this->privates['.messenger.handler_descriptor.t2wujiL'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendInitializationAccountByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Messenger/MessageHandler.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';
return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
yield 0 => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
yield 1 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
yield 2 => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
yield 3 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
}, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')])), []);
}
/**
* Gets the private '.messenger.handler_descriptor.vzbBrIF' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_VzbBrIFService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Participation/Coupon/sendCouponByEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.vzbBrIF'])) {
return $this->privates['.messenger.handler_descriptor.vzbBrIF'];
}
return $this->privates['.messenger.handler_descriptor.vzbBrIF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Coupon\sendCouponByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.xY0zY4T' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_XY0zY4TService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Email/SendEmailAccordingStatusParticipationByEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.xY0zY4T'])) {
return $this->privates['.messenger.handler_descriptor.xY0zY4T'];
}
return $this->privates['.messenger.handler_descriptor.xY0zY4T'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendEmailAccordingStatusParticipationByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.y2gc7eg' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_Y2gc7egService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Media/SendMediaCodeOdrHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.y2gc7eg'])) {
return $this->privates['.messenger.handler_descriptor.y2gc7eg'];
}
$b = ($this->privates['App\\Manager\\OperationCode\\OdrCodeManager'] ?? $this->getOdrCodeManagerService());
if (isset($this->privates['.messenger.handler_descriptor.y2gc7eg'])) {
return $this->privates['.messenger.handler_descriptor.y2gc7eg'];
}
return $this->privates['.messenger.handler_descriptor.y2gc7eg'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Media\SendMediaCodeOdrHandler($a, $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.yVgGhj5' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_YVgGhj5Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Participation/Puntos/sendPuntosByEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.yVgGhj5'])) {
return $this->privates['.messenger.handler_descriptor.yVgGhj5'];
}
$b = ($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'] ?? $this->getParticipationPuntosManagerService());
if (isset($this->privates['.messenger.handler_descriptor.yVgGhj5'])) {
return $this->privates['.messenger.handler_descriptor.yVgGhj5'];
}
return $this->privates['.messenger.handler_descriptor.yVgGhj5'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Participation\Puntos\sendPuntosByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService()), $b), []);
}
/**
* Gets the private '.messenger.handler_descriptor.zN_Y97d' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_ZNY97dService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Media/SendMediaCodeDrawHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.zN_Y97d'])) {
return $this->privates['.messenger.handler_descriptor.zN_Y97d'];
}
return $this->privates['.messenger.handler_descriptor.zN_Y97d'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Media\SendMediaCodeDrawHandler($a, ($this->privates['App\\Manager\\OperationCode\\DrawCodeManager'] ?? $this->getDrawCodeManagerService())), []);
}
/**
* Gets the private '.messenger.handler_descriptor.zcTORA4' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
protected function get_Messenger_HandlerDescriptor_ZcTORA4Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Email/SendGiftCodeByEmailHandler.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['.messenger.handler_descriptor.zcTORA4'])) {
return $this->privates['.messenger.handler_descriptor.zcTORA4'];
}
return $this->privates['.messenger.handler_descriptor.zcTORA4'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\Email\SendGiftCodeByEmailHandler($a, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService())), []);
}
/**
* 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..6GzlJ_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__6GzlJService()
{
return $this->privates['.service_locator..6GzlJ_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'passwordEncoder' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
'sendInBlue' => ['privates', 'App\\Service\\SendInBlue', 'getSendInBlueService', false],
'tokenManager' => ['privates', 'App\\Manager\\TokenManager', 'getTokenManagerService', false],
], [
'passwordEncoder' => '?',
'sendInBlue' => 'App\\Service\\SendInBlue',
'tokenManager' => 'App\\Manager\\TokenManager',
]);
}
/**
* Gets the private '.service_locator..LjMnbo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__LjMnboService()
{
return $this->privates['.service_locator..LjMnbo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'multiOffer' => ['privates', '.errored..service_locator..LjMnbo.App\\Entity\\Operation\\MultiOffer', NULL, 'Cannot autowire service ".service_locator..LjMnbo": it references class "App\\Entity\\Operation\\MultiOffer" but no such service exists.'],
], [
'multiOffer' => 'App\\Entity\\Operation\\MultiOffer',
]);
}
/**
* Gets the private '.service_locator.0UL2DC_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_0UL2DCService()
{
return $this->privates['.service_locator.0UL2DC_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'draw' => ['privates', '.errored..service_locator.0UL2DC_.App\\Entity\\Operation\\Draw', NULL, 'Cannot autowire service ".service_locator.0UL2DC_": it references class "App\\Entity\\Operation\\Draw" but no such service exists.'],
], [
'draw' => 'App\\Entity\\Operation\\Draw',
]);
}
/**
* Gets the private '.service_locator.0gI80se' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_0gI80seService()
{
return $this->privates['.service_locator.0gI80se'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tas' => ['privates', '.errored..service_locator.0gI80se.App\\Entity\\Tas\\TasDraw', NULL, 'Cannot autowire service ".service_locator.0gI80se": it references class "App\\Entity\\Tas\\TasDraw" but no such service exists.'],
], [
'tas' => 'App\\Entity\\Tas\\TasDraw',
]);
}
/**
* Gets the private '.service_locator.0yTzfwv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_0yTzfwvService()
{
return $this->privates['.service_locator.0yTzfwv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'odr' => ['privates', '.errored..service_locator.0yTzfwv.App\\Entity\\Operation\\Odr', NULL, 'Cannot autowire service ".service_locator.0yTzfwv": it references class "App\\Entity\\Operation\\Odr" but no such service exists.'],
'odrCodeRepository' => ['privates', 'App\\Repository\\OperationCode\\OdrCodeRepository', 'getOdrCodeRepositoryService', false],
], [
'odr' => 'App\\Entity\\Operation\\Odr',
'odrCodeRepository' => 'App\\Repository\\OperationCode\\OdrCodeRepository',
]);
}
/**
* Gets the private '.service_locator.2dRqrnw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_2dRqrnwService()
{
return $this->privates['.service_locator.2dRqrnw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'draw' => ['privates', '.errored..service_locator.2dRqrnw.App\\Entity\\Operation\\Draw', NULL, 'Cannot autowire service ".service_locator.2dRqrnw": it references class "App\\Entity\\Operation\\Draw" but no such service exists.'],
'isoskeleManager' => ['privates', 'App\\Manager\\CRM\\IsoskeleManager', 'getIsoskeleManagerService', false],
'mediaDrawManager' => ['privates', 'App\\Manager\\MediaObject\\MediaDrawManager', 'getMediaDrawManagerService', false],
'operationManager' => ['privates', 'App\\Manager\\Operation\\OperationManager', 'getOperationManagerService', false],
], [
'draw' => 'App\\Entity\\Operation\\Draw',
'isoskeleManager' => 'App\\Manager\\CRM\\IsoskeleManager',
'mediaDrawManager' => 'App\\Manager\\MediaObject\\MediaDrawManager',
'operationManager' => 'App\\Manager\\Operation\\OperationManager',
]);
}
/**
* Gets the private '.service_locator.2xXWb26' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_2xXWb26Service()
{
return $this->privates['.service_locator.2xXWb26'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'isoskeleManager' => ['privates', 'App\\Manager\\CRM\\IsoskeleManager', 'getIsoskeleManagerService', false],
'mediaDrawManager' => ['privates', 'App\\Manager\\MediaObject\\MediaDrawManager', 'getMediaDrawManagerService', false],
'operationManager' => ['privates', 'App\\Manager\\Operation\\OperationManager', 'getOperationManagerService', false],
], [
'isoskeleManager' => 'App\\Manager\\CRM\\IsoskeleManager',
'mediaDrawManager' => 'App\\Manager\\MediaObject\\MediaDrawManager',
'operationManager' => 'App\\Manager\\Operation\\OperationManager',
]);
}
/**
* Gets the private '.service_locator.3UfYZXl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3UfYZXlService()
{
return $this->privates['.service_locator.3UfYZXl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mediaGameParams' => ['privates', 'App\\Manager\\MediaObject\\MediaGameParamsManager', 'getMediaGameParamsManagerService', false],
], [
'mediaGameParams' => 'App\\Manager\\MediaObject\\MediaGameParamsManager',
]);
}
/**
* Gets the private '.service_locator.3eI60ZR' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3eI60ZRService()
{
return $this->privates['.service_locator.3eI60ZR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'blog' => ['privates', '.errored..service_locator.3eI60ZR.App\\Entity\\Blog', NULL, 'Cannot autowire service ".service_locator.3eI60ZR": it references class "App\\Entity\\Blog" but no such service exists.'],
'mediaBlogManager' => ['privates', 'App\\Manager\\MediaObject\\MediaBlogManager', 'getMediaBlogManagerService', false],
'mediaThumbnailBlogManager' => ['privates', 'App\\Manager\\MediaObject\\MediaThumbnailBlogManager', 'getMediaThumbnailBlogManagerService', false],
], [
'blog' => 'App\\Entity\\Blog',
'mediaBlogManager' => 'App\\Manager\\MediaObject\\MediaBlogManager',
'mediaThumbnailBlogManager' => 'App\\Manager\\MediaObject\\MediaThumbnailBlogManager',
]);
}
/**
* Gets the private '.service_locator.4JZfqQC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4JZfqQCService()
{
return $this->privates['.service_locator.4JZfqQC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cart' => ['privates', '.errored..service_locator.4JZfqQC.App\\Entity\\Cart\\Cart', NULL, 'Cannot autowire service ".service_locator.4JZfqQC": it references class "App\\Entity\\Cart\\Cart" but no such service exists.'],
], [
'cart' => 'App\\Entity\\Cart\\Cart',
]);
}
/**
* Gets the private '.service_locator.5DLDouJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5DLDouJService()
{
return $this->privates['.service_locator.5DLDouJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coupon' => ['privates', '.errored..service_locator.5DLDouJ.App\\Entity\\Operation\\Coupon', NULL, 'Cannot autowire service ".service_locator.5DLDouJ": it references class "App\\Entity\\Operation\\Coupon" but no such service exists.'],
'multi' => ['privates', 'App\\Service\\Api\\Coupon\\MultiOfferCouponService', 'getMultiOfferCouponServiceService', false],
], [
'coupon' => 'App\\Entity\\Operation\\Coupon',
'multi' => 'App\\Service\\Api\\Coupon\\MultiOfferCouponService',
]);
}
/**
* Gets the private '.service_locator.5QPaoGg' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5QPaoGgService()
{
return $this->privates['.service_locator.5QPaoGg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mediaBlogManager' => ['privates', 'App\\Manager\\MediaObject\\MediaBlogManager', 'getMediaBlogManagerService', false],
'mediaThumbnailBlogManager' => ['privates', 'App\\Manager\\MediaObject\\MediaThumbnailBlogManager', 'getMediaThumbnailBlogManagerService', false],
], [
'mediaBlogManager' => 'App\\Manager\\MediaObject\\MediaBlogManager',
'mediaThumbnailBlogManager' => 'App\\Manager\\MediaObject\\MediaThumbnailBlogManager',
]);
}
/**
* Gets the private '.service_locator.5b2Yc67' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5b2Yc67Service()
{
return $this->privates['.service_locator.5b2Yc67'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'parameterBag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
], [
'parameterBag' => '?',
]);
}
/**
* Gets the private '.service_locator.6crn3nL' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6crn3nLService()
{
return $this->privates['.service_locator.6crn3nL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tas' => ['privates', '.errored..service_locator.6crn3nL.App\\Entity\\Tas\\TasAuto', NULL, 'Cannot autowire service ".service_locator.6crn3nL": it references class "App\\Entity\\Tas\\TasAuto" but no such service exists.'],
], [
'tas' => 'App\\Entity\\Tas\\TasAuto',
]);
}
/**
* Gets the private '.service_locator.6vmwRDi' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6vmwRDiService()
{
return $this->privates['.service_locator.6vmwRDi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'gameParam' => ['privates', '.errored..service_locator.6vmwRDi.App\\Entity\\WebsiteParams\\GameParams', NULL, 'Cannot autowire service ".service_locator.6vmwRDi": it references class "App\\Entity\\WebsiteParams\\GameParams" but no such service exists.'],
'mediaGameParams' => ['privates', 'App\\Manager\\MediaObject\\MediaGameParamsManager', 'getMediaGameParamsManagerService', false],
], [
'gameParam' => 'App\\Entity\\WebsiteParams\\GameParams',
'mediaGameParams' => 'App\\Manager\\MediaObject\\MediaGameParamsManager',
]);
}
/**
* Gets the private '.service_locator.70.bBa5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_70_BBa5Service()
{
return $this->privates['.service_locator.70.bBa5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'menu' => ['privates', '.errored..service_locator.70.bBa5.App\\Entity\\Menu', NULL, 'Cannot autowire service ".service_locator.70.bBa5": it references class "App\\Entity\\Menu" but no such service exists.'],
'profile' => ['privates', '.errored..service_locator.70.bBa5.App\\Entity\\Security\\Profile', NULL, 'Cannot autowire service ".service_locator.70.bBa5": it references class "App\\Entity\\Security\\Profile" but no such service exists.'],
], [
'menu' => 'App\\Entity\\Menu',
'profile' => 'App\\Entity\\Security\\Profile',
]);
}
/**
* Gets the private '.service_locator.83xXW6q' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_83xXW6qService()
{
return $this->privates['.service_locator.83xXW6q'] = 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],
'message_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'messenger.default_bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', 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' => '?',
'message_bus' => '?',
'messenger.default_bus' => '?',
'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.8MS6oaX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8MS6oaXService()
{
return $this->privates['.service_locator.8MS6oaX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.api_admin' => ['privates', 'security.firewall.map.context.api_admin', 'getSecurity_Firewall_Map_Context_ApiAdminService', false],
'security.firewall.map.context.api_login' => ['privates', 'security.firewall.map.context.api_login', 'getSecurity_Firewall_Map_Context_ApiLoginService', false],
'security.firewall.map.context.api_public' => ['privates', 'security.firewall.map.context.api_public', 'getSecurity_Firewall_Map_Context_ApiPublicService', false],
'security.firewall.map.context.api_secured' => ['privates', 'security.firewall.map.context.api_secured', 'getSecurity_Firewall_Map_Context_ApiSecuredService', false],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
'security.firewall.map.context.docs' => ['privates', 'security.firewall.map.context.docs', 'getSecurity_Firewall_Map_Context_DocsService', false],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
], [
'security.firewall.map.context.api_admin' => '?',
'security.firewall.map.context.api_login' => '?',
'security.firewall.map.context.api_public' => '?',
'security.firewall.map.context.api_secured' => '?',
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.docs' => '?',
'security.firewall.map.context.main' => '?',
]);
}
/**
* Gets the private '.service_locator.8RdPJQl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8RdPJQlService()
{
return $this->privates['.service_locator.8RdPJQl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ingredientRepository' => ['privates', 'App\\Repository\\Recipe\\IngredientRepository', 'getIngredientRepositoryService', false],
], [
'ingredientRepository' => 'App\\Repository\\Recipe\\IngredientRepository',
]);
}
/**
* Gets the private '.service_locator.8SORNwv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8SORNwvService()
{
return $this->privates['.service_locator.8SORNwv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mediaPromotionManager' => ['privates', 'App\\Manager\\MediaObject\\MediaPromotionManager', 'getMediaPromotionManagerService', false],
'promotion' => ['privates', '.errored..service_locator.8SORNwv.App\\Entity\\Sogec\\Promotion', NULL, 'Cannot autowire service ".service_locator.8SORNwv": it references class "App\\Entity\\Sogec\\Promotion" but no such service exists.'],
], [
'mediaPromotionManager' => 'App\\Manager\\MediaObject\\MediaPromotionManager',
'promotion' => 'App\\Entity\\Sogec\\Promotion',
]);
}
/**
* Gets the private '.service_locator.8gFm8Qm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8gFm8QmService()
{
return $this->privates['.service_locator.8gFm8Qm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'codeDrawManager' => ['privates', 'App\\Manager\\MediaObject\\MediaCodeDrawManager', 'getMediaCodeDrawManagerService', false],
'draw' => ['privates', '.errored..service_locator.8gFm8Qm.App\\Entity\\Operation\\Draw', NULL, 'Cannot autowire service ".service_locator.8gFm8Qm": it references class "App\\Entity\\Operation\\Draw" but no such service exists.'],
'messageBus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
], [
'codeDrawManager' => 'App\\Manager\\MediaObject\\MediaCodeDrawManager',
'draw' => 'App\\Entity\\Operation\\Draw',
'messageBus' => '?',
]);
}
/**
* Gets the private '.service_locator.8n1P0Su' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8n1P0SuService()
{
return $this->privates['.service_locator.8n1P0Su'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'draw' => ['privates', '.errored..service_locator.8n1P0Su.App\\Entity\\Operation\\Draw', NULL, 'Cannot autowire service ".service_locator.8n1P0Su": it references class "App\\Entity\\Operation\\Draw" but no such service exists.'],
'drawManager' => ['privates', 'App\\Manager\\Operation\\DrawManager', 'getDrawManagerService', false],
], [
'draw' => 'App\\Entity\\Operation\\Draw',
'drawManager' => 'App\\Manager\\Operation\\DrawManager',
]);
}
/**
* Gets the private '.service_locator.988yIrC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_988yIrCService()
{
return $this->privates['.service_locator.988yIrC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mediaPdfManager' => ['privates', 'App\\Manager\\MediaObject\\MediaPdfManager', 'getMediaPdfManagerService', false],
], [
'mediaPdfManager' => 'App\\Manager\\MediaObject\\MediaPdfManager',
]);
}
/**
* Gets the private '.service_locator.9b04eqr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9b04eqrService()
{
return $this->privates['.service_locator.9b04eqr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'detailsOdrManager' => ['privates', 'App\\Manager\\Details\\DetailsOdrManager', 'getDetailsOdrManagerService', false],
'eanManager' => ['privates', 'App\\Manager\\Ean\\EanManager', 'getEanManagerService', false],
'mediaOdrManager' => ['privates', 'App\\Manager\\MediaObject\\MediaOdrManager', 'getMediaOdrManagerService', false],
'multi' => ['privates', 'App\\Service\\Api\\Odr\\MultiOfferOdrService', 'getMultiOfferOdrServiceService', false],
'odrManager' => ['privates', 'App\\Manager\\Operation\\OdrManager', 'getOdrManagerService', false],
'operationManager' => ['privates', 'App\\Manager\\Operation\\OperationManager', 'getOperationManagerService', false],
'salesforceManager' => ['privates', 'App\\Manager\\CRM\\SalesforceManager', 'getSalesforceManagerService', false],
], [
'detailsOdrManager' => 'App\\Manager\\Details\\DetailsOdrManager',
'eanManager' => 'App\\Manager\\Ean\\EanManager',
'mediaOdrManager' => 'App\\Manager\\MediaObject\\MediaOdrManager',
'multi' => 'App\\Service\\Api\\Odr\\MultiOfferOdrService',
'odrManager' => 'App\\Manager\\Operation\\OdrManager',
'operationManager' => 'App\\Manager\\Operation\\OperationManager',
'salesforceManager' => 'App\\Manager\\CRM\\SalesforceManager',
]);
}
/**
* Gets the private '.service_locator.9bG0IlY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9bG0IlYService()
{
return $this->privates['.service_locator.9bG0IlY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'game' => ['privates', '.errored..service_locator.9bG0IlY.App\\Entity\\Operation\\Game', NULL, 'Cannot autowire service ".service_locator.9bG0IlY": it references class "App\\Entity\\Operation\\Game" but no such service exists.'],
], [
'game' => 'App\\Entity\\Operation\\Game',
]);
}
/**
* Gets the private '.service_locator.BuOcRGX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BuOcRGXService()
{
return $this->privates['.service_locator.BuOcRGX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'eanManager' => ['privates', 'App\\Manager\\Ean\\EanManager', 'getEanManagerService', false],
'isoskeleManager' => ['privates', 'App\\Manager\\CRM\\IsoskeleManager', 'getIsoskeleManagerService', false],
'multiOfferManager' => ['privates', 'App\\Manager\\Operation\\MultiOfferManager', 'getMultiOfferManagerService', false],
'multiOfferService' => ['privates', 'App\\Service\\Api\\MultiOffer\\MultiOfferService', 'getMultiOfferServiceService', false],
'operationManager' => ['privates', 'App\\Manager\\Operation\\OperationManager', 'getOperationManagerService', false],
], [
'eanManager' => 'App\\Manager\\Ean\\EanManager',
'isoskeleManager' => 'App\\Manager\\CRM\\IsoskeleManager',
'multiOfferManager' => 'App\\Manager\\Operation\\MultiOfferManager',
'multiOfferService' => 'App\\Service\\Api\\MultiOffer\\MultiOfferService',
'operationManager' => 'App\\Manager\\Operation\\OperationManager',
]);
}
/**
* Gets the private '.service_locator.CFivK_Q' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CFivKQService()
{
return $this->privates['.service_locator.CFivK_Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'menu' => ['privates', '.errored..service_locator.CFivK_Q.App\\Entity\\Menu', NULL, 'Cannot autowire service ".service_locator.CFivK_Q": it references class "App\\Entity\\Menu" but no such service exists.'],
], [
'menu' => 'App\\Entity\\Menu',
]);
}
/**
* Gets the private '.service_locator.CbTSt_M' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CbTStMService()
{
return $this->privates['.service_locator.CbTSt_M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'couponManager' => ['privates', 'App\\Manager\\Operation\\CouponManager', 'getCouponManagerService', false],
], [
'couponManager' => 'App\\Manager\\Operation\\CouponManager',
]);
}
/**
* Gets the private '.service_locator.CxOQw7I' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CxOQw7IService()
{
return $this->privates['.service_locator.CxOQw7I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'isoskeleManager' => ['privates', 'App\\Manager\\CRM\\IsoskeleManager', 'getIsoskeleManagerService', false],
'multiOffer' => ['privates', '.errored..service_locator.CxOQw7I.App\\Entity\\Operation\\MultiOffer', NULL, 'Cannot autowire service ".service_locator.CxOQw7I": it references class "App\\Entity\\Operation\\MultiOffer" but no such service exists.'],
'multiOfferService' => ['privates', 'App\\Service\\Api\\MultiOffer\\MultiOfferService', 'getMultiOfferServiceService', false],
], [
'isoskeleManager' => 'App\\Manager\\CRM\\IsoskeleManager',
'multiOffer' => 'App\\Entity\\Operation\\MultiOffer',
'multiOfferService' => 'App\\Service\\Api\\MultiOffer\\MultiOfferService',
]);
}
/**
* Gets the private '.service_locator.El_icTj' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ElIcTjService()
{
return $this->privates['.service_locator.El_icTj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'mediaObjectRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaObjectRepository', 'getMediaObjectRepositoryService', false],
'sendInBlue' => ['privates', 'App\\Service\\SendInBlue', 'getSendInBlueService', false],
'tokenManager' => ['privates', 'App\\Manager\\TokenManager', 'getTokenManagerService', false],
], [
'entityManager' => '?',
'mediaObjectRepository' => 'App\\Repository\\MediaObject\\MediaObjectRepository',
'sendInBlue' => 'App\\Service\\SendInBlue',
'tokenManager' => 'App\\Manager\\TokenManager',
]);
}
/**
* Gets the private '.service_locator.Fm3CDqj' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Fm3CDqjService()
{
return $this->privates['.service_locator.Fm3CDqj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'strate' => ['privates', '.errored..service_locator.Fm3CDqj.App\\Entity\\User\\Strate', NULL, 'Cannot autowire service ".service_locator.Fm3CDqj": it references class "App\\Entity\\User\\Strate" but no such service exists.'],
'strateRepository' => ['privates', 'App\\Repository\\User\\StrateRepository', 'getStrateRepositoryService', false],
], [
'strate' => 'App\\Entity\\User\\Strate',
'strateRepository' => 'App\\Repository\\User\\StrateRepository',
]);
}
/**
* Gets the private '.service_locator.Fnah21W' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Fnah21WService()
{
return $this->privates['.service_locator.Fnah21W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'consumer' => ['privates', '.errored..service_locator.Fnah21W.App\\Entity\\User\\Consumer', NULL, 'Cannot autowire service ".service_locator.Fnah21W": it references class "App\\Entity\\User\\Consumer" but no such service exists.'],
'participationRepository' => ['privates', 'App\\Repository\\Participation\\ParticipationRepository', 'getParticipationRepositoryService', false],
'sponsorshipRequestRepository' => ['privates', 'App\\Repository\\Sponsorship\\SponsorshipRequestRepository', 'getSponsorshipRequestRepositoryService', false],
], [
'consumer' => 'App\\Entity\\User\\Consumer',
'participationRepository' => 'App\\Repository\\Participation\\ParticipationRepository',
'sponsorshipRequestRepository' => 'App\\Repository\\Sponsorship\\SponsorshipRequestRepository',
]);
}
/**
* Gets the private '.service_locator.H4p4N97' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_H4p4N97Service()
{
return $this->privates['.service_locator.H4p4N97'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coupon' => ['privates', '.errored..service_locator.H4p4N97.App\\Entity\\Operation\\Coupon', NULL, 'Cannot autowire service ".service_locator.H4p4N97": it references class "App\\Entity\\Operation\\Coupon" but no such service exists.'],
'eligibilityManager' => ['privates', 'App\\Manager\\EligibilityManager', 'getEligibilityManagerService', false],
'mediaCouponManager' => ['privates', 'App\\Manager\\MediaObject\\MediaCouponManager', 'getMediaCouponManagerService', false],
], [
'coupon' => 'App\\Entity\\Operation\\Coupon',
'eligibilityManager' => 'App\\Manager\\EligibilityManager',
'mediaCouponManager' => 'App\\Manager\\MediaObject\\MediaCouponManager',
]);
}
/**
* Gets the private '.service_locator.H8eFqz.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_H8eFqz_Service()
{
return $this->privates['.service_locator.H8eFqz.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'departmentRepository' => ['privates', 'App\\Repository\\DepartmentRepository', 'getDepartmentRepositoryService', false],
'operationRepository' => ['privates', 'App\\Repository\\Operation\\OperationRepository', 'getOperationRepositoryService', false],
], [
'departmentRepository' => 'App\\Repository\\DepartmentRepository',
'operationRepository' => 'App\\Repository\\Operation\\OperationRepository',
]);
}
/**
* Gets the private '.service_locator.HJaOIxV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HJaOIxVService()
{
return $this->privates['.service_locator.HJaOIxV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'codeGiftManager' => ['privates', 'App\\Manager\\MediaObject\\MediaCodeGiftManager', 'getMediaCodeGiftManagerService', false],
'gift' => ['privates', '.errored..service_locator.HJaOIxV.App\\Entity\\Catalog\\Gift', NULL, 'Cannot autowire service ".service_locator.HJaOIxV": it references class "App\\Entity\\Catalog\\Gift" but no such service exists.'],
'messageBus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
], [
'codeGiftManager' => 'App\\Manager\\MediaObject\\MediaCodeGiftManager',
'gift' => 'App\\Entity\\Catalog\\Gift',
'messageBus' => '?',
]);
}
/**
* Gets the private '.service_locator.HQGaOVb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HQGaOVbService()
{
return $this->privates['.service_locator.HQGaOVb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'security.event_dispatcher.api_admin' => ['privates', 'security.event_dispatcher.api_admin', 'getSecurity_EventDispatcher_ApiAdminService', false],
'security.event_dispatcher.api_login' => ['privates', 'security.event_dispatcher.api_login', 'getSecurity_EventDispatcher_ApiLoginService', false],
'security.event_dispatcher.api_public' => ['privates', 'security.event_dispatcher.api_public', 'getSecurity_EventDispatcher_ApiPublicService', false],
'security.event_dispatcher.api_secured' => ['privates', 'security.event_dispatcher.api_secured', 'getSecurity_EventDispatcher_ApiSecuredService', false],
'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
], [
'event_dispatcher' => '?',
'security.event_dispatcher.api_admin' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.api_login' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.api_public' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.api_secured' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
]);
}
/**
* Gets the private '.service_locator.IA3XuDg' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IA3XuDgService()
{
return $this->privates['.service_locator.IA3XuDg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'gameParam' => ['privates', '.errored..service_locator.IA3XuDg.App\\Entity\\WebsiteParams\\GameParams', NULL, 'Cannot autowire service ".service_locator.IA3XuDg": it references class "App\\Entity\\WebsiteParams\\GameParams" but no such service exists.'],
], [
'gameParam' => 'App\\Entity\\WebsiteParams\\GameParams',
]);
}
/**
* Gets the private '.service_locator.J.8ibUs' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_J_8ibUsService()
{
return $this->privates['.service_locator.J.8ibUs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'blog' => ['privates', '.errored..service_locator.J.8ibUs.App\\Entity\\Blog', NULL, 'Cannot autowire service ".service_locator.J.8ibUs": it references class "App\\Entity\\Blog" but no such service exists.'],
], [
'blog' => 'App\\Entity\\Blog',
]);
}
/**
* Gets the private '.service_locator.JyxYpCU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JyxYpCUService()
{
return $this->privates['.service_locator.JyxYpCU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'csvManager' => ['services', 'App\\Manager\\CsvManager', 'getCsvManagerService', false],
], [
'csvManager' => 'App\\Manager\\CsvManager',
]);
}
/**
* Gets the private '.service_locator.KYDOPqT' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KYDOPqTService()
{
return $this->privates['.service_locator.KYDOPqT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'participation' => ['privates', '.errored..service_locator.KYDOPqT.App\\Entity\\Participation\\Participation', NULL, 'Cannot autowire service ".service_locator.KYDOPqT": it references class "App\\Entity\\Participation\\Participation" but no such service exists.'],
], [
'participation' => 'App\\Entity\\Participation\\Participation',
]);
}
/**
* 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", "api_platform.route_loader.legacy".'],
], [
'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]);
}
/**
* Gets the private '.service_locator.LX3f32l' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LX3f32lService()
{
return $this->privates['.service_locator.LX3f32l'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'eanManager' => ['privates', 'App\\Manager\\Ean\\EanManager', 'getEanManagerService', false],
'isoskeleManager' => ['privates', 'App\\Manager\\CRM\\IsoskeleManager', 'getIsoskeleManagerService', false],
'multiOffer' => ['privates', '.errored..service_locator.LX3f32l.App\\Entity\\Operation\\MultiOffer', NULL, 'Cannot autowire service ".service_locator.LX3f32l": it references class "App\\Entity\\Operation\\MultiOffer" but no such service exists.'],
'operationManager' => ['privates', 'App\\Manager\\Operation\\OperationManager', 'getOperationManagerService', false],
], [
'eanManager' => 'App\\Manager\\Ean\\EanManager',
'isoskeleManager' => 'App\\Manager\\CRM\\IsoskeleManager',
'multiOffer' => 'App\\Entity\\Operation\\MultiOffer',
'operationManager' => 'App\\Manager\\Operation\\OperationManager',
]);
}
/**
* Gets the private '.service_locator.Ls648nH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Ls648nHService()
{
return $this->privates['.service_locator.Ls648nH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'resetPasswordManager' => ['privates', 'App\\Manager\\ResetPasswordManager', 'getResetPasswordManagerService', false],
], [
'resetPasswordManager' => 'App\\Manager\\ResetPasswordManager',
]);
}
/**
* Gets the private '.service_locator.Lw87tcx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Lw87tcxService()
{
return $this->privates['.service_locator.Lw87tcx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'strate' => ['privates', '.errored..service_locator.Lw87tcx.App\\Entity\\User\\Strate', NULL, 'Cannot autowire service ".service_locator.Lw87tcx": it references class "App\\Entity\\User\\Strate" but no such service exists.'],
], [
'strate' => 'App\\Entity\\User\\Strate',
]);
}
/**
* Gets the private '.service_locator.LxZZ27q' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LxZZ27qService()
{
return $this->privates['.service_locator.LxZZ27q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'multiOfferManager' => ['privates', 'App\\Manager\\Operation\\MultiOfferManager', 'getMultiOfferManagerService', false],
], [
'multiOfferManager' => 'App\\Manager\\Operation\\MultiOfferManager',
]);
}
/**
* Gets the private '.service_locator.MIPy9cI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MIPy9cIService()
{
return $this->privates['.service_locator.MIPy9cI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'gameRepository' => ['privates', 'App\\Repository\\Operation\\GameRepository', 'getGameRepositoryService', false],
], [
'gameRepository' => 'App\\Repository\\Operation\\GameRepository',
]);
}
/**
* Gets the private '.service_locator.Mg8kkGg' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Mg8kkGgService()
{
return $this->privates['.service_locator.Mg8kkGg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'recipeType' => ['privates', '.errored..service_locator.Mg8kkGg.App\\Entity\\Recipe\\RecipeType', NULL, 'Cannot autowire service ".service_locator.Mg8kkGg": it references class "App\\Entity\\Recipe\\RecipeType" but no such service exists.'],
], [
'recipeType' => 'App\\Entity\\Recipe\\RecipeType',
]);
}
/**
* Gets the private '.service_locator.MoFIIUO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MoFIIUOService()
{
return $this->privates['.service_locator.MoFIIUO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'promotion' => ['privates', '.errored..service_locator.MoFIIUO.App\\Entity\\Sogec\\Promotion', NULL, 'Cannot autowire service ".service_locator.MoFIIUO": it references class "App\\Entity\\Sogec\\Promotion" but no such service exists.'],
], [
'promotion' => 'App\\Entity\\Sogec\\Promotion',
]);
}
/**
* Gets the private '.service_locator.NQalvgy' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NQalvgyService()
{
return $this->privates['.service_locator.NQalvgy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'referent' => ['privates', '.errored..service_locator.NQalvgy.App\\Entity\\User\\Referent', NULL, 'Cannot autowire service ".service_locator.NQalvgy": it references class "App\\Entity\\User\\Referent" but no such service exists.'],
'referentRepository' => ['privates', 'App\\Repository\\User\\ReferentRepository', 'getReferentRepositoryService', false],
], [
'referent' => 'App\\Entity\\User\\Referent',
'referentRepository' => 'App\\Repository\\User\\ReferentRepository',
]);
}
/**
* Gets the private '.service_locator.NeYUdb1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NeYUdb1Service()
{
return $this->privates['.service_locator.NeYUdb1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'drawRepository' => ['privates', 'App\\Repository\\Operation\\DrawRepository', 'getDrawRepositoryService', false],
], [
'drawRepository' => 'App\\Repository\\Operation\\DrawRepository',
]);
}
/**
* Gets the private '.service_locator.O5IvU1_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_O5IvU1Service()
{
return $this->privates['.service_locator.O5IvU1_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'game' => ['privates', '.errored..service_locator.O5IvU1_.App\\Entity\\Operation\\Game', NULL, 'Cannot autowire service ".service_locator.O5IvU1_": it references class "App\\Entity\\Operation\\Game" but no such service exists.'],
'isoskeleManager' => ['privates', 'App\\Manager\\CRM\\IsoskeleManager', 'getIsoskeleManagerService', false],
'mediaGameManager' => ['privates', 'App\\Manager\\MediaObject\\MediaGameManager', 'getMediaGameManagerService', false],
'operationManager' => ['privates', 'App\\Manager\\Operation\\OperationManager', 'getOperationManagerService', false],
], [
'game' => 'App\\Entity\\Operation\\Game',
'isoskeleManager' => 'App\\Manager\\CRM\\IsoskeleManager',
'mediaGameManager' => 'App\\Manager\\MediaObject\\MediaGameManager',
'operationManager' => 'App\\Manager\\Operation\\OperationManager',
]);
}
/**
* Gets the private '.service_locator.OYk0_mt' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OYk0MtService()
{
return $this->privates['.service_locator.OYk0_mt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'media' => ['privates', '.errored..service_locator.OYk0_mt.App\\Entity\\MediaObject\\MediaObject', NULL, 'Cannot autowire service ".service_locator.OYk0_mt": it references class "App\\Entity\\MediaObject\\MediaObject" but no such service exists.'],
], [
'media' => 'App\\Entity\\MediaObject\\MediaObject',
]);
}
/**
* Gets the private '.service_locator.Ppkk7st' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Ppkk7stService()
{
return $this->privates['.service_locator.Ppkk7st'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ingredientRepository' => ['privates', 'App\\Repository\\Recipe\\IngredientRepository', 'getIngredientRepositoryService', false],
'measureUnitRepository' => ['privates', 'App\\Repository\\Recipe\\IngredientMeasureUnitRepository', 'getIngredientMeasureUnitRepositoryService', false],
], [
'ingredientRepository' => 'App\\Repository\\Recipe\\IngredientRepository',
'measureUnitRepository' => 'App\\Repository\\Recipe\\IngredientMeasureUnitRepository',
]);
}
/**
* Gets the private '.service_locator.Qr2ADLV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Qr2ADLVService()
{
return $this->privates['.service_locator.Qr2ADLV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'data' => ['privates', '.errored..service_locator.Qr2ADLV.App\\Entity\\User\\Payment\\Iban', NULL, 'Cannot autowire service ".service_locator.Qr2ADLV": it references class "App\\Entity\\User\\Payment\\Iban" but no such service exists.'],
], [
'data' => 'App\\Entity\\User\\Payment\\Iban',
]);
}
/**
* Gets the private '.service_locator.RgdodwH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RgdodwHService()
{
return $this->privates['.service_locator.RgdodwH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'media' => ['privates', '.errored..service_locator.RgdodwH.App\\Entity\\MediaObject\\MediaObject', NULL, 'Cannot autowire service ".service_locator.RgdodwH": it references class "App\\Entity\\MediaObject\\MediaObject" but no such service exists.'],
'mediaPdfManager' => ['privates', 'App\\Manager\\MediaObject\\MediaPdfManager', 'getMediaPdfManagerService', false],
'newPdf' => ['privates', '.errored..service_locator.RgdodwH.App\\Entity\\MediaObject\\MediaObject', NULL, 'Cannot autowire service ".service_locator.RgdodwH": it references class "App\\Entity\\MediaObject\\MediaObject" but no such service exists.'],
], [
'media' => 'App\\Entity\\MediaObject\\MediaObject',
'mediaPdfManager' => 'App\\Manager\\MediaObject\\MediaPdfManager',
'newPdf' => 'App\\Entity\\MediaObject\\MediaObject',
]);
}
/**
* Gets the private '.service_locator.RyDqsFC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RyDqsFCService()
{
return $this->privates['.service_locator.RyDqsFC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'consumer' => ['privates', '.errored..service_locator.RyDqsFC.App\\Entity\\User\\Consumer', NULL, 'Cannot autowire service ".service_locator.RyDqsFC": it references class "App\\Entity\\User\\Consumer" but no such service exists.'],
], [
'consumer' => 'App\\Entity\\User\\Consumer',
]);
}
/**
* Gets the private '.service_locator.SQFDam4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SQFDam4Service()
{
return $this->privates['.service_locator.SQFDam4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'referent' => ['privates', '.errored..service_locator.SQFDam4.App\\Entity\\User\\Referent', NULL, 'Cannot autowire service ".service_locator.SQFDam4": it references class "App\\Entity\\User\\Referent" but no such service exists.'],
], [
'entityManager' => '?',
'referent' => 'App\\Entity\\User\\Referent',
]);
}
/**
* Gets the private '.service_locator.TfOXvUH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TfOXvUHService()
{
return $this->privates['.service_locator.TfOXvUH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'gameParamsRepository' => ['privates', 'App\\Repository\\WebsiteParams\\GameParamsRepository', 'getGameParamsRepositoryService', false],
], [
'gameParamsRepository' => 'App\\Repository\\WebsiteParams\\GameParamsRepository',
]);
}
/**
* Gets the private '.service_locator.Tmakafn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TmakafnService()
{
return $this->privates['.service_locator.Tmakafn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'multiOfferRepository' => ['privates', 'App\\Repository\\Operation\\MultiOfferRepository', 'getMultiOfferRepositoryService', false],
'paginatorManager' => ['services', 'App\\Manager\\Paginator\\PaginatorManager', 'getPaginatorManagerService', false],
], [
'multiOfferRepository' => 'App\\Repository\\Operation\\MultiOfferRepository',
'paginatorManager' => 'App\\Manager\\Paginator\\PaginatorManager',
]);
}
/**
* Gets the private '.service_locator.TmcOq0t' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TmcOq0tService()
{
return $this->privates['.service_locator.TmcOq0t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'eanManager' => ['privates', 'App\\Manager\\Ean\\EanManager', 'getEanManagerService', false],
'mediaOdrManager' => ['privates', 'App\\Manager\\MediaObject\\MediaOdrManager', 'getMediaOdrManagerService', false],
'odr' => ['privates', '.errored..service_locator.TmcOq0t.App\\Entity\\Operation\\Odr', NULL, 'Cannot autowire service ".service_locator.TmcOq0t": it references class "App\\Entity\\Operation\\Odr" but no such service exists.'],
'operationManager' => ['privates', 'App\\Manager\\Operation\\OperationManager', 'getOperationManagerService', false],
], [
'eanManager' => 'App\\Manager\\Ean\\EanManager',
'mediaOdrManager' => 'App\\Manager\\MediaObject\\MediaOdrManager',
'odr' => 'App\\Entity\\Operation\\Odr',
'operationManager' => 'App\\Manager\\Operation\\OperationManager',
]);
}
/**
* 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.UQX1Rke' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UQX1RkeService()
{
return $this->privates['.service_locator.UQX1Rke'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Controller\\Api\\CreateAloneIbanBicByUser::__invoke' => ['privates', '.service_locator.Qr2ADLV', 'get_ServiceLocator_Qr2ADLVService', false],
'App\\Controller\\Api\\Gift\\GetOneGift::__invoke' => ['privates', '.service_locator.woYUB1T', 'get_ServiceLocator_WoYUB1TService', false],
'App\\Controller\\Api\\UpdateOptinUserFromIsoskele::__invoke' => ['privates', '.service_locator.RyDqsFC', 'get_ServiceLocator_RyDqsFCService', false],
'App\\Controller\\Api\\UpdateOptinUserFromSalesforce::__invoke' => ['privates', '.service_locator.RyDqsFC', 'get_ServiceLocator_RyDqsFCService', false],
'App\\Controller\\Blog\\BlogController::delete' => ['privates', '.service_locator.J.8ibUs', 'get_ServiceLocator_J_8ibUsService', false],
'App\\Controller\\Blog\\BlogController::edit' => ['privates', '.service_locator.3eI60ZR', 'get_ServiceLocator_3eI60ZRService', false],
'App\\Controller\\Blog\\BlogController::new' => ['privates', '.service_locator.5QPaoGg', 'get_ServiceLocator_5QPaoGgService', false],
'App\\Controller\\Blog\\BlogController::show' => ['privates', '.service_locator.J.8ibUs', 'get_ServiceLocator_J_8ibUsService', false],
'App\\Controller\\Blog\\BlogTagController::delete' => ['privates', '.service_locator.fYw2Drl', 'get_ServiceLocator_FYw2DrlService', false],
'App\\Controller\\Blog\\BlogTagController::edit' => ['privates', '.service_locator.fYw2Drl', 'get_ServiceLocator_FYw2DrlService', false],
'App\\Controller\\Blog\\BlogTagController::show' => ['privates', '.service_locator.fYw2Drl', 'get_ServiceLocator_FYw2DrlService', false],
'App\\Controller\\Catalog\\GiftCodeController::addFile' => ['privates', '.service_locator.HJaOIxV', 'get_ServiceLocator_HJaOIxVService', false],
'App\\Controller\\Catalog\\GiftCodeController::list' => ['privates', '.service_locator.x53S5J0', 'get_ServiceLocator_X53S5J0Service', false],
'App\\Controller\\Catalog\\GiftController::delete' => ['privates', '.service_locator.woYUB1T', 'get_ServiceLocator_WoYUB1TService', false],
'App\\Controller\\Catalog\\GiftController::edit' => ['privates', '.service_locator.rmQiRVx', 'get_ServiceLocator_RmQiRVxService', false],
'App\\Controller\\Catalog\\GiftController::new' => ['privates', '.service_locator.XFJIyI5', 'get_ServiceLocator_XFJIyI5Service', false],
'App\\Controller\\Catalog\\GiftController::show' => ['privates', '.service_locator.woYUB1T', 'get_ServiceLocator_WoYUB1TService', false],
'App\\Controller\\Catalog\\GiftLevelController::delete' => ['privates', '.service_locator.aXfPxmo', 'get_ServiceLocator_AXfPxmoService', false],
'App\\Controller\\Catalog\\GiftLevelController::edit' => ['privates', '.service_locator.aXfPxmo', 'get_ServiceLocator_AXfPxmoService', false],
'App\\Controller\\Catalog\\GiftLevelController::show' => ['privates', '.service_locator.aXfPxmo', 'get_ServiceLocator_AXfPxmoService', false],
'App\\Controller\\Faq\\FaqController::delete' => ['privates', '.service_locator.j76zAXX', 'get_ServiceLocator_J76zAXXService', false],
'App\\Controller\\Faq\\FaqController::edit' => ['privates', '.service_locator.j76zAXX', 'get_ServiceLocator_J76zAXXService', false],
'App\\Controller\\Faq\\FaqController::show' => ['privates', '.service_locator.j76zAXX', 'get_ServiceLocator_J76zAXXService', false],
'App\\Controller\\HomeController::index' => ['privates', '.service_locator.huI3pXp', 'get_ServiceLocator_HuI3pXpService', false],
'App\\Controller\\Knowledge\\KnowledgeController::ajaxUpdateAccountPositionKnowledges' => ['privates', '.service_locator.hjCuP1A', 'get_ServiceLocator_HjCuP1AService', false],
'App\\Controller\\Knowledge\\KnowledgeController::ajaxUpdateRegisterPositionKnowledges' => ['privates', '.service_locator.hjCuP1A', 'get_ServiceLocator_HjCuP1AService', false],
'App\\Controller\\Knowledge\\KnowledgeController::delete' => ['privates', '.service_locator.oQix5ad', 'get_ServiceLocator_OQix5adService', false],
'App\\Controller\\Knowledge\\KnowledgeController::index' => ['privates', '.service_locator.YuakD9s', 'get_ServiceLocator_YuakD9sService', false],
'App\\Controller\\Knowledge\\KnowledgeController::show' => ['privates', '.service_locator.oQix5ad', 'get_ServiceLocator_OQix5adService', false],
'App\\Controller\\Library\\LibraryImageController::delete' => ['privates', '.service_locator.zdiqTHF', 'get_ServiceLocator_ZdiqTHFService', false],
'App\\Controller\\Library\\LibraryImageController::edit' => ['privates', '.service_locator.tpHzBPc', 'get_ServiceLocator_TpHzBPcService', false],
'App\\Controller\\Library\\LibraryImageController::new' => ['privates', '.service_locator.zdiqTHF', 'get_ServiceLocator_ZdiqTHFService', false],
'App\\Controller\\Library\\LibraryImageController::show' => ['privates', '.service_locator.OYk0_mt', 'get_ServiceLocator_OYk0MtService', false],
'App\\Controller\\Library\\LibraryPdfController::delete' => ['privates', '.service_locator.988yIrC', 'get_ServiceLocator_988yIrCService', false],
'App\\Controller\\Library\\LibraryPdfController::edit' => ['privates', '.service_locator.RgdodwH', 'get_ServiceLocator_RgdodwHService', false],
'App\\Controller\\Library\\LibraryPdfController::new' => ['privates', '.service_locator.988yIrC', 'get_ServiceLocator_988yIrCService', false],
'App\\Controller\\Library\\LibraryPdfController::show' => ['privates', '.service_locator.OYk0_mt', 'get_ServiceLocator_OYk0MtService', false],
'App\\Controller\\MenuController::delete' => ['privates', '.service_locator.CFivK_Q', 'get_ServiceLocator_CFivKQService', false],
'App\\Controller\\MenuController::edit' => ['privates', '.service_locator.CFivK_Q', 'get_ServiceLocator_CFivKQService', false],
'App\\Controller\\MenuController::show' => ['privates', '.service_locator.CFivK_Q', 'get_ServiceLocator_CFivKQService', false],
'App\\Controller\\NewsletterController::newsletterSubscription' => ['privates', '.service_locator.cQn8rXX', 'get_ServiceLocator_CQn8rXXService', false],
'App\\Controller\\OperationCode\\DrawCodeController::addFile' => ['privates', '.service_locator.8gFm8Qm', 'get_ServiceLocator_8gFm8QmService', false],
'App\\Controller\\OperationCode\\DrawCodeController::list' => ['privates', '.service_locator.VAAdlTA', 'get_ServiceLocator_VAAdlTAService', false],
'App\\Controller\\OperationCode\\OdrCodeController::addFile' => ['privates', '.service_locator.ibE7Q1t', 'get_ServiceLocator_IbE7Q1tService', false],
'App\\Controller\\OperationCode\\OdrCodeController::list' => ['privates', '.service_locator.0yTzfwv', 'get_ServiceLocator_0yTzfwvService', false],
'App\\Controller\\Operation\\CouponController::couponNonIntegrated' => ['privates', '.service_locator.CbTSt_M', 'get_ServiceLocator_CbTStMService', false],
'App\\Controller\\Operation\\CouponController::edit' => ['privates', '.service_locator.H4p4N97', 'get_ServiceLocator_H4p4N97Service', false],
'App\\Controller\\Operation\\CouponController::new' => ['privates', '.service_locator.nlh3HB_', 'get_ServiceLocator_Nlh3HBService', false],
'App\\Controller\\Operation\\CouponController::show' => ['privates', '.service_locator.dBln_k3', 'get_ServiceLocator_DBlnK3Service', false],
'App\\Controller\\Operation\\CouponController::update' => ['privates', '.service_locator.5DLDouJ', 'get_ServiceLocator_5DLDouJService', false],
'App\\Controller\\Operation\\DrawController::delete' => ['privates', '.service_locator.0UL2DC_', 'get_ServiceLocator_0UL2DCService', false],
'App\\Controller\\Operation\\DrawController::edit' => ['privates', '.service_locator.2dRqrnw', 'get_ServiceLocator_2dRqrnwService', false],
'App\\Controller\\Operation\\DrawController::index' => ['privates', '.service_locator.NeYUdb1', 'get_ServiceLocator_NeYUdb1Service', false],
'App\\Controller\\Operation\\DrawController::new' => ['privates', '.service_locator.2xXWb26', 'get_ServiceLocator_2xXWb26Service', false],
'App\\Controller\\Operation\\DrawController::sendEmail' => ['privates', '.service_locator.8n1P0Su', 'get_ServiceLocator_8n1P0SuService', false],
'App\\Controller\\Operation\\DrawController::show' => ['privates', '.service_locator.0UL2DC_', 'get_ServiceLocator_0UL2DCService', false],
'App\\Controller\\Operation\\DrawController::sogecEdit' => ['privates', '.service_locator.2dRqrnw', 'get_ServiceLocator_2dRqrnwService', false],
'App\\Controller\\Operation\\GameController::delete' => ['privates', '.service_locator.9bG0IlY', 'get_ServiceLocator_9bG0IlYService', false],
'App\\Controller\\Operation\\GameController::displayGame' => ['privates', '.service_locator.9bG0IlY', 'get_ServiceLocator_9bG0IlYService', false],
'App\\Controller\\Operation\\GameController::edit' => ['privates', '.service_locator.O5IvU1_', 'get_ServiceLocator_O5IvU1Service', false],
'App\\Controller\\Operation\\GameController::index' => ['privates', '.service_locator.MIPy9cI', 'get_ServiceLocator_MIPy9cIService', false],
'App\\Controller\\Operation\\GameController::new' => ['privates', '.service_locator.ylAg_XG', 'get_ServiceLocator_YlAgXGService', false],
'App\\Controller\\Operation\\GameController::show' => ['privates', '.service_locator.9bG0IlY', 'get_ServiceLocator_9bG0IlYService', false],
'App\\Controller\\Operation\\MultiOfferController::edit' => ['privates', '.service_locator.LX3f32l', 'get_ServiceLocator_LX3f32lService', false],
'App\\Controller\\Operation\\MultiOfferController::index' => ['privates', '.service_locator.Tmakafn', 'get_ServiceLocator_TmakafnService', false],
'App\\Controller\\Operation\\MultiOfferController::new' => ['privates', '.service_locator.BuOcRGX', 'get_ServiceLocator_BuOcRGXService', false],
'App\\Controller\\Operation\\MultiOfferController::offerNonIntegrated' => ['privates', '.service_locator.LxZZ27q', 'get_ServiceLocator_LxZZ27qService', false],
'App\\Controller\\Operation\\MultiOfferController::show' => ['privates', '.service_locator..LjMnbo', 'get_ServiceLocator__LjMnboService', false],
'App\\Controller\\Operation\\MultiOfferController::update' => ['privates', '.service_locator.CxOQw7I', 'get_ServiceLocator_CxOQw7IService', false],
'App\\Controller\\Operation\\OdrController::edit' => ['privates', '.service_locator.TmcOq0t', 'get_ServiceLocator_TmcOq0tService', false],
'App\\Controller\\Operation\\OdrController::new' => ['privates', '.service_locator.9b04eqr', 'get_ServiceLocator_9b04eqrService', false],
'App\\Controller\\Operation\\OdrController::offerNonIntegrated' => ['privates', '.service_locator.bdOxJCA', 'get_ServiceLocator_BdOxJCAService', false],
'App\\Controller\\Operation\\OdrController::show' => ['privates', '.service_locator.vznMRXP', 'get_ServiceLocator_VznMRXPService', false],
'App\\Controller\\Operation\\OdrController::update' => ['privates', '.service_locator.qVtmtq_', 'get_ServiceLocator_QVtmtqService', false],
'App\\Controller\\Operation\\OdrPrimeController::edit' => ['privates', '.service_locator.TmcOq0t', 'get_ServiceLocator_TmcOq0tService', false],
'App\\Controller\\Operation\\OdrPrimeController::new' => ['privates', '.service_locator.mi5OKNd', 'get_ServiceLocator_Mi5OKNdService', false],
'App\\Controller\\Operation\\OdrPrimeController::offerNonIntegrated' => ['privates', '.service_locator.bdOxJCA', 'get_ServiceLocator_BdOxJCAService', false],
'App\\Controller\\Operation\\OdrPrimeController::show' => ['privates', '.service_locator.vznMRXP', 'get_ServiceLocator_VznMRXPService', false],
'App\\Controller\\Operation\\OperationController::patchCouponEligibleDepartment' => ['privates', '.service_locator.H8eFqz.', 'get_ServiceLocator_H8eFqz_Service', false],
'App\\Controller\\ParticipationController::generate' => ['privates', '.service_locator.JyxYpCU', 'get_ServiceLocator_JyxYpCUService', false],
'App\\Controller\\ParticipationController::index' => ['privates', '.service_locator.YuakD9s', 'get_ServiceLocator_YuakD9sService', false],
'App\\Controller\\ParticipationController::show' => ['privates', '.service_locator.KYDOPqT', 'get_ServiceLocator_KYDOPqTService', false],
'App\\Controller\\ParticipationController::update' => ['privates', '.service_locator.KYDOPqT', 'get_ServiceLocator_KYDOPqTService', false],
'App\\Controller\\Recipe\\IngredientController::delete' => ['privates', '.service_locator.Zw1U.Bu', 'get_ServiceLocator_Zw1U_BuService', false],
'App\\Controller\\Recipe\\IngredientController::editIngredient' => ['privates', '.service_locator.Zw1U.Bu', 'get_ServiceLocator_Zw1U_BuService', false],
'App\\Controller\\Recipe\\IngredientController::getAllIngredients' => ['privates', '.service_locator.8RdPJQl', 'get_ServiceLocator_8RdPJQlService', false],
'App\\Controller\\Recipe\\IngredientController::index' => ['privates', '.service_locator.8RdPJQl', 'get_ServiceLocator_8RdPJQlService', false],
'App\\Controller\\Recipe\\IngredientController::show' => ['privates', '.service_locator.Zw1U.Bu', 'get_ServiceLocator_Zw1U_BuService', false],
'App\\Controller\\Recipe\\IngredientOperationController::edit' => ['privates', '.service_locator.vIyxHKz', 'get_ServiceLocator_VIyxHKzService', false],
'App\\Controller\\Recipe\\RecipeController::ajaxGetPromotedRecipe' => ['privates', '.service_locator.mE6e5w0', 'get_ServiceLocator_ME6e5w0Service', false],
'App\\Controller\\Recipe\\RecipeController::ajaxUpdatePromotedRecipe' => ['privates', '.service_locator.wWCGQXA', 'get_ServiceLocator_WWCGQXAService', false],
'App\\Controller\\Recipe\\RecipeController::delete' => ['privates', '.service_locator.dj15A1t', 'get_ServiceLocator_Dj15A1tService', false],
'App\\Controller\\Recipe\\RecipeController::edit' => ['privates', '.service_locator.UZSIdeF', 'get_ServiceLocator_UZSIdeFService', false],
'App\\Controller\\Recipe\\RecipeController::index' => ['privates', '.service_locator.mE6e5w0', 'get_ServiceLocator_ME6e5w0Service', false],
'App\\Controller\\Recipe\\RecipeController::new' => ['privates', '.service_locator.Ppkk7st', 'get_ServiceLocator_Ppkk7stService', false],
'App\\Controller\\Recipe\\RecipeController::show' => ['privates', '.service_locator.UZSIdeF', 'get_ServiceLocator_UZSIdeFService', false],
'App\\Controller\\Recipe\\RecipeTypeController::delete' => ['privates', '.service_locator.Mg8kkGg', 'get_ServiceLocator_Mg8kkGgService', false],
'App\\Controller\\Recipe\\RecipeTypeController::edit' => ['privates', '.service_locator.Mg8kkGg', 'get_ServiceLocator_Mg8kkGgService', false],
'App\\Controller\\Recipe\\RecipeTypeController::index' => ['privates', '.service_locator.rbClVqh', 'get_ServiceLocator_RbClVqhService', false],
'App\\Controller\\Recipe\\RecipeTypeController::show' => ['privates', '.service_locator.Mg8kkGg', 'get_ServiceLocator_Mg8kkGgService', false],
'App\\Controller\\Reporting\\ReportingController::index' => ['privates', '.service_locator.huI3pXp', 'get_ServiceLocator_HuI3pXpService', false],
'App\\Controller\\SecurityController::clientlogin' => ['privates', '.service_locator.poNcK6o', 'get_ServiceLocator_PoNcK6oService', false],
'App\\Controller\\SecurityController::forgottenPassword' => ['privates', '.service_locator.El_icTj', 'get_ServiceLocator_ElIcTjService', false],
'App\\Controller\\SecurityController::login' => ['privates', '.service_locator.UDgw6Ol', 'get_ServiceLocator_UDgw6OlService', false],
'App\\Controller\\SecurityController::requestResetPassword' => ['privates', '.service_locator.XNMhNp9', 'get_ServiceLocator_XNMhNp9Service', false],
'App\\Controller\\SecurityController::resetPassword' => ['privates', '.service_locator.x56FEVZ', 'get_ServiceLocator_X56FEVZService', false],
'App\\Controller\\Security\\PermissionController::changeAccessAction' => ['privates', '.service_locator.70.bBa5', 'get_ServiceLocator_70_BBa5Service', false],
'App\\Controller\\Security\\ProfileController::delete' => ['privates', '.service_locator.Y_MyNzo', 'get_ServiceLocator_YMyNzoService', false],
'App\\Controller\\Security\\ProfileController::edit' => ['privates', '.service_locator.Y_MyNzo', 'get_ServiceLocator_YMyNzoService', false],
'App\\Controller\\Slider\\SliderController::delete' => ['privates', '.service_locator.lJHNmQl', 'get_ServiceLocator_LJHNmQlService', false],
'App\\Controller\\Slider\\SliderController::edit' => ['privates', '.service_locator.tMYCkcW', 'get_ServiceLocator_TMYCkcWService', false],
'App\\Controller\\Slider\\SliderController::new' => ['privates', '.service_locator.ak09MZ4', 'get_ServiceLocator_Ak09MZ4Service', false],
'App\\Controller\\Slider\\SliderController::show' => ['privates', '.service_locator.lJHNmQl', 'get_ServiceLocator_LJHNmQlService', false],
'App\\Controller\\Sogec\\DocumentationController::delete' => ['privates', '.service_locator.qrP.PUH', 'get_ServiceLocator_QrP_PUHService', false],
'App\\Controller\\Sogec\\DocumentationController::index' => ['privates', '.service_locator.qrP.PUH', 'get_ServiceLocator_QrP_PUHService', false],
'App\\Controller\\Sogec\\PromotionController::delete' => ['privates', '.service_locator.MoFIIUO', 'get_ServiceLocator_MoFIIUOService', false],
'App\\Controller\\Sogec\\PromotionController::edit' => ['privates', '.service_locator.8SORNwv', 'get_ServiceLocator_8SORNwvService', false],
'App\\Controller\\Sogec\\PromotionController::index' => ['privates', '.service_locator.YI9.Zji', 'get_ServiceLocator_YI9_ZjiService', false],
'App\\Controller\\Sogec\\PromotionController::new' => ['privates', '.service_locator.W7DqDCg', 'get_ServiceLocator_W7DqDCgService', false],
'App\\Controller\\Sogec\\PromotionController::show' => ['privates', '.service_locator.MoFIIUO', 'get_ServiceLocator_MoFIIUOService', false],
'App\\Controller\\Tas\\TasController::show' => ['privates', '.service_locator.6crn3nL', 'get_ServiceLocator_6crn3nLService', false],
'App\\Controller\\Tas\\TasDrawController::generateTasDraw' => ['privates', '.service_locator.cv6j8iq', 'get_ServiceLocator_Cv6j8iqService', false],
'App\\Controller\\Tas\\TasDrawController::show' => ['privates', '.service_locator.0gI80se', 'get_ServiceLocator_0gI80seService', false],
'App\\Controller\\TestingController::login' => ['privates', '.service_locator.dpT5QK1', 'get_ServiceLocator_DpT5QK1Service', false],
'App\\Controller\\User\\ConsumerController::delete' => ['privates', '.service_locator.4JZfqQC', 'get_ServiceLocator_4JZfqQCService', false],
'App\\Controller\\User\\ConsumerController::deleteAll' => ['privates', '.service_locator.XJyRSWn', 'get_ServiceLocator_XJyRSWnService', false],
'App\\Controller\\User\\ConsumerController::forgotConsumerPassword' => ['privates', '.service_locator.Ls648nH', 'get_ServiceLocator_Ls648nHService', false],
'App\\Controller\\User\\ConsumerController::generate' => ['privates', '.service_locator.JyxYpCU', 'get_ServiceLocator_JyxYpCUService', false],
'App\\Controller\\User\\ConsumerController::index' => ['privates', '.service_locator.YuakD9s', 'get_ServiceLocator_YuakD9sService', false],
'App\\Controller\\User\\ConsumerController::show' => ['privates', '.service_locator.Fnah21W', 'get_ServiceLocator_Fnah21WService', false],
'App\\Controller\\User\\ConsumerController::softDelete' => ['privates', '.service_locator.RyDqsFC', 'get_ServiceLocator_RyDqsFCService', false],
'App\\Controller\\User\\ReferentController::delete' => ['privates', '.service_locator.NQalvgy', 'get_ServiceLocator_NQalvgyService', false],
'App\\Controller\\User\\ReferentController::edit' => ['privates', '.service_locator.SQFDam4', 'get_ServiceLocator_SQFDam4Service', false],
'App\\Controller\\User\\ReferentController::import' => ['privates', '.service_locator.alhWlVm', 'get_ServiceLocator_AlhWlVmService', false],
'App\\Controller\\User\\ReferentController::index' => ['privates', '.service_locator.5b2Yc67', 'get_ServiceLocator_5b2Yc67Service', false],
'App\\Controller\\User\\ReferentController::new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\User\\ReferentController::show' => ['privates', '.service_locator.obfRw37', 'get_ServiceLocator_ObfRw37Service', false],
'App\\Controller\\User\\StrateController::delete' => ['privates', '.service_locator.Fm3CDqj', 'get_ServiceLocator_Fm3CDqjService', false],
'App\\Controller\\User\\StrateController::edit' => ['privates', '.service_locator.Fm3CDqj', 'get_ServiceLocator_Fm3CDqjService', false],
'App\\Controller\\User\\StrateController::new' => ['privates', '.service_locator.cvBCEKY', 'get_ServiceLocator_CvBCEKYService', false],
'App\\Controller\\User\\StrateController::show' => ['privates', '.service_locator.Lw87tcx', 'get_ServiceLocator_Lw87tcxService', false],
'App\\Controller\\User\\UserController::delete' => ['privates', '.service_locator._KlT6Du', 'get_ServiceLocator_KlT6DuService', false],
'App\\Controller\\User\\UserController::edit' => ['privates', '.service_locator._KlT6Du', 'get_ServiceLocator_KlT6DuService', false],
'App\\Controller\\User\\UserController::forgotUserPassword' => ['privates', '.service_locator.Ls648nH', 'get_ServiceLocator_Ls648nHService', false],
'App\\Controller\\User\\UserController::index' => ['privates', '.service_locator.YuakD9s', 'get_ServiceLocator_YuakD9sService', false],
'App\\Controller\\User\\UserController::new' => ['privates', '.service_locator..6GzlJ_', 'get_ServiceLocator__6GzlJService', false],
'App\\Controller\\User\\UserController::show' => ['privates', '.service_locator._KlT6Du', 'get_ServiceLocator_KlT6DuService', false],
'App\\Controller\\WebsiteParams\\GameParamsController::delete' => ['privates', '.service_locator.IA3XuDg', 'get_ServiceLocator_IA3XuDgService', false],
'App\\Controller\\WebsiteParams\\GameParamsController::edit' => ['privates', '.service_locator.6vmwRDi', 'get_ServiceLocator_6vmwRDiService', false],
'App\\Controller\\WebsiteParams\\GameParamsController::index' => ['privates', '.service_locator.TfOXvUH', 'get_ServiceLocator_TfOXvUHService', false],
'App\\Controller\\WebsiteParams\\GameParamsController::new' => ['privates', '.service_locator.3UfYZXl', 'get_ServiceLocator_3UfYZXlService', false],
'App\\Controller\\WebsiteParams\\GameParamsController::show' => ['privates', '.service_locator.IA3XuDg', 'get_ServiceLocator_IA3XuDgService', false],
'App\\Controller\\WebsiteParams\\ModuleParamsController::delete' => ['privates', '.service_locator.viMl501', 'get_ServiceLocator_ViMl501Service', false],
'App\\Controller\\WebsiteParams\\ModuleParamsController::edit' => ['privates', '.service_locator.UdFxq8q', 'get_ServiceLocator_UdFxq8qService', false],
'App\\Controller\\WebsiteParams\\ModuleParamsController::index' => ['privates', '.service_locator._RDKtx1', 'get_ServiceLocator_RDKtx1Service', false],
'App\\Controller\\WebsiteParams\\ModuleParamsController::new' => ['privates', '.service_locator.yPJxwRd', 'get_ServiceLocator_YPJxwRdService', false],
'App\\Controller\\WebsiteParams\\ModuleParamsController::show' => ['privates', '.service_locator.k1VOjt0', 'get_ServiceLocator_K1VOjt0Service', false],
'kernel::loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel::registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'App\\Controller\\Api\\CreateAloneIbanBicByUser:__invoke' => ['privates', '.service_locator.Qr2ADLV', 'get_ServiceLocator_Qr2ADLVService', false],
'App\\Controller\\Api\\CreateAloneIbanBicByUser' => ['privates', '.service_locator.Qr2ADLV', 'get_ServiceLocator_Qr2ADLVService', false],
'App\\Controller\\Api\\Gift\\GetOneGift:__invoke' => ['privates', '.service_locator.woYUB1T', 'get_ServiceLocator_WoYUB1TService', false],
'App\\Controller\\Api\\Gift\\GetOneGift' => ['privates', '.service_locator.woYUB1T', 'get_ServiceLocator_WoYUB1TService', false],
'App\\Controller\\Api\\UpdateOptinUserFromIsoskele:__invoke' => ['privates', '.service_locator.RyDqsFC', 'get_ServiceLocator_RyDqsFCService', false],
'App\\Controller\\Api\\UpdateOptinUserFromIsoskele' => ['privates', '.service_locator.RyDqsFC', 'get_ServiceLocator_RyDqsFCService', false],
'App\\Controller\\Api\\UpdateOptinUserFromSalesforce:__invoke' => ['privates', '.service_locator.RyDqsFC', 'get_ServiceLocator_RyDqsFCService', false],
'App\\Controller\\Api\\UpdateOptinUserFromSalesforce' => ['privates', '.service_locator.RyDqsFC', 'get_ServiceLocator_RyDqsFCService', false],
'App\\Controller\\Blog\\BlogController:delete' => ['privates', '.service_locator.J.8ibUs', 'get_ServiceLocator_J_8ibUsService', false],
'App\\Controller\\Blog\\BlogController:edit' => ['privates', '.service_locator.3eI60ZR', 'get_ServiceLocator_3eI60ZRService', false],
'App\\Controller\\Blog\\BlogController:new' => ['privates', '.service_locator.5QPaoGg', 'get_ServiceLocator_5QPaoGgService', false],
'App\\Controller\\Blog\\BlogController:show' => ['privates', '.service_locator.J.8ibUs', 'get_ServiceLocator_J_8ibUsService', false],
'App\\Controller\\Blog\\BlogTagController:delete' => ['privates', '.service_locator.fYw2Drl', 'get_ServiceLocator_FYw2DrlService', false],
'App\\Controller\\Blog\\BlogTagController:edit' => ['privates', '.service_locator.fYw2Drl', 'get_ServiceLocator_FYw2DrlService', false],
'App\\Controller\\Blog\\BlogTagController:show' => ['privates', '.service_locator.fYw2Drl', 'get_ServiceLocator_FYw2DrlService', false],
'App\\Controller\\Catalog\\GiftCodeController:addFile' => ['privates', '.service_locator.HJaOIxV', 'get_ServiceLocator_HJaOIxVService', false],
'App\\Controller\\Catalog\\GiftCodeController:list' => ['privates', '.service_locator.x53S5J0', 'get_ServiceLocator_X53S5J0Service', false],
'App\\Controller\\Catalog\\GiftController:delete' => ['privates', '.service_locator.woYUB1T', 'get_ServiceLocator_WoYUB1TService', false],
'App\\Controller\\Catalog\\GiftController:edit' => ['privates', '.service_locator.rmQiRVx', 'get_ServiceLocator_RmQiRVxService', false],
'App\\Controller\\Catalog\\GiftController:new' => ['privates', '.service_locator.XFJIyI5', 'get_ServiceLocator_XFJIyI5Service', false],
'App\\Controller\\Catalog\\GiftController:show' => ['privates', '.service_locator.woYUB1T', 'get_ServiceLocator_WoYUB1TService', false],
'App\\Controller\\Catalog\\GiftLevelController:delete' => ['privates', '.service_locator.aXfPxmo', 'get_ServiceLocator_AXfPxmoService', false],
'App\\Controller\\Catalog\\GiftLevelController:edit' => ['privates', '.service_locator.aXfPxmo', 'get_ServiceLocator_AXfPxmoService', false],
'App\\Controller\\Catalog\\GiftLevelController:show' => ['privates', '.service_locator.aXfPxmo', 'get_ServiceLocator_AXfPxmoService', false],
'App\\Controller\\Faq\\FaqController:delete' => ['privates', '.service_locator.j76zAXX', 'get_ServiceLocator_J76zAXXService', false],
'App\\Controller\\Faq\\FaqController:edit' => ['privates', '.service_locator.j76zAXX', 'get_ServiceLocator_J76zAXXService', false],
'App\\Controller\\Faq\\FaqController:show' => ['privates', '.service_locator.j76zAXX', 'get_ServiceLocator_J76zAXXService', false],
'App\\Controller\\HomeController:index' => ['privates', '.service_locator.huI3pXp', 'get_ServiceLocator_HuI3pXpService', false],
'App\\Controller\\Knowledge\\KnowledgeController:ajaxUpdateAccountPositionKnowledges' => ['privates', '.service_locator.hjCuP1A', 'get_ServiceLocator_HjCuP1AService', false],
'App\\Controller\\Knowledge\\KnowledgeController:ajaxUpdateRegisterPositionKnowledges' => ['privates', '.service_locator.hjCuP1A', 'get_ServiceLocator_HjCuP1AService', false],
'App\\Controller\\Knowledge\\KnowledgeController:delete' => ['privates', '.service_locator.oQix5ad', 'get_ServiceLocator_OQix5adService', false],
'App\\Controller\\Knowledge\\KnowledgeController:index' => ['privates', '.service_locator.YuakD9s', 'get_ServiceLocator_YuakD9sService', false],
'App\\Controller\\Knowledge\\KnowledgeController:show' => ['privates', '.service_locator.oQix5ad', 'get_ServiceLocator_OQix5adService', false],
'App\\Controller\\Library\\LibraryImageController:delete' => ['privates', '.service_locator.zdiqTHF', 'get_ServiceLocator_ZdiqTHFService', false],
'App\\Controller\\Library\\LibraryImageController:edit' => ['privates', '.service_locator.tpHzBPc', 'get_ServiceLocator_TpHzBPcService', false],
'App\\Controller\\Library\\LibraryImageController:new' => ['privates', '.service_locator.zdiqTHF', 'get_ServiceLocator_ZdiqTHFService', false],
'App\\Controller\\Library\\LibraryImageController:show' => ['privates', '.service_locator.OYk0_mt', 'get_ServiceLocator_OYk0MtService', false],
'App\\Controller\\Library\\LibraryPdfController:delete' => ['privates', '.service_locator.988yIrC', 'get_ServiceLocator_988yIrCService', false],
'App\\Controller\\Library\\LibraryPdfController:edit' => ['privates', '.service_locator.RgdodwH', 'get_ServiceLocator_RgdodwHService', false],
'App\\Controller\\Library\\LibraryPdfController:new' => ['privates', '.service_locator.988yIrC', 'get_ServiceLocator_988yIrCService', false],
'App\\Controller\\Library\\LibraryPdfController:show' => ['privates', '.service_locator.OYk0_mt', 'get_ServiceLocator_OYk0MtService', false],
'App\\Controller\\MenuController:delete' => ['privates', '.service_locator.CFivK_Q', 'get_ServiceLocator_CFivKQService', false],
'App\\Controller\\MenuController:edit' => ['privates', '.service_locator.CFivK_Q', 'get_ServiceLocator_CFivKQService', false],
'App\\Controller\\MenuController:show' => ['privates', '.service_locator.CFivK_Q', 'get_ServiceLocator_CFivKQService', false],
'App\\Controller\\NewsletterController:newsletterSubscription' => ['privates', '.service_locator.cQn8rXX', 'get_ServiceLocator_CQn8rXXService', false],
'App\\Controller\\OperationCode\\DrawCodeController:addFile' => ['privates', '.service_locator.8gFm8Qm', 'get_ServiceLocator_8gFm8QmService', false],
'App\\Controller\\OperationCode\\DrawCodeController:list' => ['privates', '.service_locator.VAAdlTA', 'get_ServiceLocator_VAAdlTAService', false],
'App\\Controller\\OperationCode\\OdrCodeController:addFile' => ['privates', '.service_locator.ibE7Q1t', 'get_ServiceLocator_IbE7Q1tService', false],
'App\\Controller\\OperationCode\\OdrCodeController:list' => ['privates', '.service_locator.0yTzfwv', 'get_ServiceLocator_0yTzfwvService', false],
'App\\Controller\\Operation\\CouponController:couponNonIntegrated' => ['privates', '.service_locator.CbTSt_M', 'get_ServiceLocator_CbTStMService', false],
'App\\Controller\\Operation\\CouponController:edit' => ['privates', '.service_locator.H4p4N97', 'get_ServiceLocator_H4p4N97Service', false],
'App\\Controller\\Operation\\CouponController:new' => ['privates', '.service_locator.nlh3HB_', 'get_ServiceLocator_Nlh3HBService', false],
'App\\Controller\\Operation\\CouponController:show' => ['privates', '.service_locator.dBln_k3', 'get_ServiceLocator_DBlnK3Service', false],
'App\\Controller\\Operation\\CouponController:update' => ['privates', '.service_locator.5DLDouJ', 'get_ServiceLocator_5DLDouJService', false],
'App\\Controller\\Operation\\DrawController:delete' => ['privates', '.service_locator.0UL2DC_', 'get_ServiceLocator_0UL2DCService', false],
'App\\Controller\\Operation\\DrawController:edit' => ['privates', '.service_locator.2dRqrnw', 'get_ServiceLocator_2dRqrnwService', false],
'App\\Controller\\Operation\\DrawController:index' => ['privates', '.service_locator.NeYUdb1', 'get_ServiceLocator_NeYUdb1Service', false],
'App\\Controller\\Operation\\DrawController:new' => ['privates', '.service_locator.2xXWb26', 'get_ServiceLocator_2xXWb26Service', false],
'App\\Controller\\Operation\\DrawController:sendEmail' => ['privates', '.service_locator.8n1P0Su', 'get_ServiceLocator_8n1P0SuService', false],
'App\\Controller\\Operation\\DrawController:show' => ['privates', '.service_locator.0UL2DC_', 'get_ServiceLocator_0UL2DCService', false],
'App\\Controller\\Operation\\DrawController:sogecEdit' => ['privates', '.service_locator.2dRqrnw', 'get_ServiceLocator_2dRqrnwService', false],
'App\\Controller\\Operation\\GameController:delete' => ['privates', '.service_locator.9bG0IlY', 'get_ServiceLocator_9bG0IlYService', false],
'App\\Controller\\Operation\\GameController:displayGame' => ['privates', '.service_locator.9bG0IlY', 'get_ServiceLocator_9bG0IlYService', false],
'App\\Controller\\Operation\\GameController:edit' => ['privates', '.service_locator.O5IvU1_', 'get_ServiceLocator_O5IvU1Service', false],
'App\\Controller\\Operation\\GameController:index' => ['privates', '.service_locator.MIPy9cI', 'get_ServiceLocator_MIPy9cIService', false],
'App\\Controller\\Operation\\GameController:new' => ['privates', '.service_locator.ylAg_XG', 'get_ServiceLocator_YlAgXGService', false],
'App\\Controller\\Operation\\GameController:show' => ['privates', '.service_locator.9bG0IlY', 'get_ServiceLocator_9bG0IlYService', false],
'App\\Controller\\Operation\\MultiOfferController:edit' => ['privates', '.service_locator.LX3f32l', 'get_ServiceLocator_LX3f32lService', false],
'App\\Controller\\Operation\\MultiOfferController:index' => ['privates', '.service_locator.Tmakafn', 'get_ServiceLocator_TmakafnService', false],
'App\\Controller\\Operation\\MultiOfferController:new' => ['privates', '.service_locator.BuOcRGX', 'get_ServiceLocator_BuOcRGXService', false],
'App\\Controller\\Operation\\MultiOfferController:offerNonIntegrated' => ['privates', '.service_locator.LxZZ27q', 'get_ServiceLocator_LxZZ27qService', false],
'App\\Controller\\Operation\\MultiOfferController:show' => ['privates', '.service_locator..LjMnbo', 'get_ServiceLocator__LjMnboService', false],
'App\\Controller\\Operation\\MultiOfferController:update' => ['privates', '.service_locator.CxOQw7I', 'get_ServiceLocator_CxOQw7IService', false],
'App\\Controller\\Operation\\OdrController:edit' => ['privates', '.service_locator.TmcOq0t', 'get_ServiceLocator_TmcOq0tService', false],
'App\\Controller\\Operation\\OdrController:new' => ['privates', '.service_locator.9b04eqr', 'get_ServiceLocator_9b04eqrService', false],
'App\\Controller\\Operation\\OdrController:offerNonIntegrated' => ['privates', '.service_locator.bdOxJCA', 'get_ServiceLocator_BdOxJCAService', false],
'App\\Controller\\Operation\\OdrController:show' => ['privates', '.service_locator.vznMRXP', 'get_ServiceLocator_VznMRXPService', false],
'App\\Controller\\Operation\\OdrController:update' => ['privates', '.service_locator.qVtmtq_', 'get_ServiceLocator_QVtmtqService', false],
'App\\Controller\\Operation\\OdrPrimeController:edit' => ['privates', '.service_locator.TmcOq0t', 'get_ServiceLocator_TmcOq0tService', false],
'App\\Controller\\Operation\\OdrPrimeController:new' => ['privates', '.service_locator.mi5OKNd', 'get_ServiceLocator_Mi5OKNdService', false],
'App\\Controller\\Operation\\OdrPrimeController:offerNonIntegrated' => ['privates', '.service_locator.bdOxJCA', 'get_ServiceLocator_BdOxJCAService', false],
'App\\Controller\\Operation\\OdrPrimeController:show' => ['privates', '.service_locator.vznMRXP', 'get_ServiceLocator_VznMRXPService', false],
'App\\Controller\\Operation\\OperationController:patchCouponEligibleDepartment' => ['privates', '.service_locator.H8eFqz.', 'get_ServiceLocator_H8eFqz_Service', false],
'App\\Controller\\ParticipationController:generate' => ['privates', '.service_locator.JyxYpCU', 'get_ServiceLocator_JyxYpCUService', false],
'App\\Controller\\ParticipationController:index' => ['privates', '.service_locator.YuakD9s', 'get_ServiceLocator_YuakD9sService', false],
'App\\Controller\\ParticipationController:show' => ['privates', '.service_locator.KYDOPqT', 'get_ServiceLocator_KYDOPqTService', false],
'App\\Controller\\ParticipationController:update' => ['privates', '.service_locator.KYDOPqT', 'get_ServiceLocator_KYDOPqTService', false],
'App\\Controller\\Recipe\\IngredientController:delete' => ['privates', '.service_locator.Zw1U.Bu', 'get_ServiceLocator_Zw1U_BuService', false],
'App\\Controller\\Recipe\\IngredientController:editIngredient' => ['privates', '.service_locator.Zw1U.Bu', 'get_ServiceLocator_Zw1U_BuService', false],
'App\\Controller\\Recipe\\IngredientController:getAllIngredients' => ['privates', '.service_locator.8RdPJQl', 'get_ServiceLocator_8RdPJQlService', false],
'App\\Controller\\Recipe\\IngredientController:index' => ['privates', '.service_locator.8RdPJQl', 'get_ServiceLocator_8RdPJQlService', false],
'App\\Controller\\Recipe\\IngredientController:show' => ['privates', '.service_locator.Zw1U.Bu', 'get_ServiceLocator_Zw1U_BuService', false],
'App\\Controller\\Recipe\\IngredientOperationController:edit' => ['privates', '.service_locator.vIyxHKz', 'get_ServiceLocator_VIyxHKzService', false],
'App\\Controller\\Recipe\\RecipeController:ajaxGetPromotedRecipe' => ['privates', '.service_locator.mE6e5w0', 'get_ServiceLocator_ME6e5w0Service', false],
'App\\Controller\\Recipe\\RecipeController:ajaxUpdatePromotedRecipe' => ['privates', '.service_locator.wWCGQXA', 'get_ServiceLocator_WWCGQXAService', false],
'App\\Controller\\Recipe\\RecipeController:delete' => ['privates', '.service_locator.dj15A1t', 'get_ServiceLocator_Dj15A1tService', false],
'App\\Controller\\Recipe\\RecipeController:edit' => ['privates', '.service_locator.UZSIdeF', 'get_ServiceLocator_UZSIdeFService', false],
'App\\Controller\\Recipe\\RecipeController:index' => ['privates', '.service_locator.mE6e5w0', 'get_ServiceLocator_ME6e5w0Service', false],
'App\\Controller\\Recipe\\RecipeController:new' => ['privates', '.service_locator.Ppkk7st', 'get_ServiceLocator_Ppkk7stService', false],
'App\\Controller\\Recipe\\RecipeController:show' => ['privates', '.service_locator.UZSIdeF', 'get_ServiceLocator_UZSIdeFService', false],
'App\\Controller\\Recipe\\RecipeTypeController:delete' => ['privates', '.service_locator.Mg8kkGg', 'get_ServiceLocator_Mg8kkGgService', false],
'App\\Controller\\Recipe\\RecipeTypeController:edit' => ['privates', '.service_locator.Mg8kkGg', 'get_ServiceLocator_Mg8kkGgService', false],
'App\\Controller\\Recipe\\RecipeTypeController:index' => ['privates', '.service_locator.rbClVqh', 'get_ServiceLocator_RbClVqhService', false],
'App\\Controller\\Recipe\\RecipeTypeController:show' => ['privates', '.service_locator.Mg8kkGg', 'get_ServiceLocator_Mg8kkGgService', false],
'App\\Controller\\Reporting\\ReportingController:index' => ['privates', '.service_locator.huI3pXp', 'get_ServiceLocator_HuI3pXpService', false],
'App\\Controller\\SecurityController:clientlogin' => ['privates', '.service_locator.poNcK6o', 'get_ServiceLocator_PoNcK6oService', false],
'App\\Controller\\SecurityController:forgottenPassword' => ['privates', '.service_locator.El_icTj', 'get_ServiceLocator_ElIcTjService', false],
'App\\Controller\\SecurityController:login' => ['privates', '.service_locator.UDgw6Ol', 'get_ServiceLocator_UDgw6OlService', false],
'App\\Controller\\SecurityController:requestResetPassword' => ['privates', '.service_locator.XNMhNp9', 'get_ServiceLocator_XNMhNp9Service', false],
'App\\Controller\\SecurityController:resetPassword' => ['privates', '.service_locator.x56FEVZ', 'get_ServiceLocator_X56FEVZService', false],
'App\\Controller\\Security\\PermissionController:changeAccessAction' => ['privates', '.service_locator.70.bBa5', 'get_ServiceLocator_70_BBa5Service', false],
'App\\Controller\\Security\\ProfileController:delete' => ['privates', '.service_locator.Y_MyNzo', 'get_ServiceLocator_YMyNzoService', false],
'App\\Controller\\Security\\ProfileController:edit' => ['privates', '.service_locator.Y_MyNzo', 'get_ServiceLocator_YMyNzoService', false],
'App\\Controller\\Slider\\SliderController:delete' => ['privates', '.service_locator.lJHNmQl', 'get_ServiceLocator_LJHNmQlService', false],
'App\\Controller\\Slider\\SliderController:edit' => ['privates', '.service_locator.tMYCkcW', 'get_ServiceLocator_TMYCkcWService', false],
'App\\Controller\\Slider\\SliderController:new' => ['privates', '.service_locator.ak09MZ4', 'get_ServiceLocator_Ak09MZ4Service', false],
'App\\Controller\\Slider\\SliderController:show' => ['privates', '.service_locator.lJHNmQl', 'get_ServiceLocator_LJHNmQlService', false],
'App\\Controller\\Sogec\\DocumentationController:delete' => ['privates', '.service_locator.qrP.PUH', 'get_ServiceLocator_QrP_PUHService', false],
'App\\Controller\\Sogec\\DocumentationController:index' => ['privates', '.service_locator.qrP.PUH', 'get_ServiceLocator_QrP_PUHService', false],
'App\\Controller\\Sogec\\PromotionController:delete' => ['privates', '.service_locator.MoFIIUO', 'get_ServiceLocator_MoFIIUOService', false],
'App\\Controller\\Sogec\\PromotionController:edit' => ['privates', '.service_locator.8SORNwv', 'get_ServiceLocator_8SORNwvService', false],
'App\\Controller\\Sogec\\PromotionController:index' => ['privates', '.service_locator.YI9.Zji', 'get_ServiceLocator_YI9_ZjiService', false],
'App\\Controller\\Sogec\\PromotionController:new' => ['privates', '.service_locator.W7DqDCg', 'get_ServiceLocator_W7DqDCgService', false],
'App\\Controller\\Sogec\\PromotionController:show' => ['privates', '.service_locator.MoFIIUO', 'get_ServiceLocator_MoFIIUOService', false],
'App\\Controller\\Tas\\TasController:show' => ['privates', '.service_locator.6crn3nL', 'get_ServiceLocator_6crn3nLService', false],
'App\\Controller\\Tas\\TasDrawController:generateTasDraw' => ['privates', '.service_locator.cv6j8iq', 'get_ServiceLocator_Cv6j8iqService', false],
'App\\Controller\\Tas\\TasDrawController:show' => ['privates', '.service_locator.0gI80se', 'get_ServiceLocator_0gI80seService', false],
'App\\Controller\\TestingController:login' => ['privates', '.service_locator.dpT5QK1', 'get_ServiceLocator_DpT5QK1Service', false],
'App\\Controller\\User\\ConsumerController:delete' => ['privates', '.service_locator.4JZfqQC', 'get_ServiceLocator_4JZfqQCService', false],
'App\\Controller\\User\\ConsumerController:deleteAll' => ['privates', '.service_locator.XJyRSWn', 'get_ServiceLocator_XJyRSWnService', false],
'App\\Controller\\User\\ConsumerController:forgotConsumerPassword' => ['privates', '.service_locator.Ls648nH', 'get_ServiceLocator_Ls648nHService', false],
'App\\Controller\\User\\ConsumerController:generate' => ['privates', '.service_locator.JyxYpCU', 'get_ServiceLocator_JyxYpCUService', false],
'App\\Controller\\User\\ConsumerController:index' => ['privates', '.service_locator.YuakD9s', 'get_ServiceLocator_YuakD9sService', false],
'App\\Controller\\User\\ConsumerController:show' => ['privates', '.service_locator.Fnah21W', 'get_ServiceLocator_Fnah21WService', false],
'App\\Controller\\User\\ConsumerController:softDelete' => ['privates', '.service_locator.RyDqsFC', 'get_ServiceLocator_RyDqsFCService', false],
'App\\Controller\\User\\ReferentController:delete' => ['privates', '.service_locator.NQalvgy', 'get_ServiceLocator_NQalvgyService', false],
'App\\Controller\\User\\ReferentController:edit' => ['privates', '.service_locator.SQFDam4', 'get_ServiceLocator_SQFDam4Service', false],
'App\\Controller\\User\\ReferentController:import' => ['privates', '.service_locator.alhWlVm', 'get_ServiceLocator_AlhWlVmService', false],
'App\\Controller\\User\\ReferentController:index' => ['privates', '.service_locator.5b2Yc67', 'get_ServiceLocator_5b2Yc67Service', false],
'App\\Controller\\User\\ReferentController:new' => ['privates', '.service_locator.l2QwsaZ', 'get_ServiceLocator_L2QwsaZService', false],
'App\\Controller\\User\\ReferentController:show' => ['privates', '.service_locator.obfRw37', 'get_ServiceLocator_ObfRw37Service', false],
'App\\Controller\\User\\StrateController:delete' => ['privates', '.service_locator.Fm3CDqj', 'get_ServiceLocator_Fm3CDqjService', false],
'App\\Controller\\User\\StrateController:edit' => ['privates', '.service_locator.Fm3CDqj', 'get_ServiceLocator_Fm3CDqjService', false],
'App\\Controller\\User\\StrateController:new' => ['privates', '.service_locator.cvBCEKY', 'get_ServiceLocator_CvBCEKYService', false],
'App\\Controller\\User\\StrateController:show' => ['privates', '.service_locator.Lw87tcx', 'get_ServiceLocator_Lw87tcxService', false],
'App\\Controller\\User\\UserController:delete' => ['privates', '.service_locator._KlT6Du', 'get_ServiceLocator_KlT6DuService', false],
'App\\Controller\\User\\UserController:edit' => ['privates', '.service_locator._KlT6Du', 'get_ServiceLocator_KlT6DuService', false],
'App\\Controller\\User\\UserController:forgotUserPassword' => ['privates', '.service_locator.Ls648nH', 'get_ServiceLocator_Ls648nHService', false],
'App\\Controller\\User\\UserController:index' => ['privates', '.service_locator.YuakD9s', 'get_ServiceLocator_YuakD9sService', false],
'App\\Controller\\User\\UserController:new' => ['privates', '.service_locator..6GzlJ_', 'get_ServiceLocator__6GzlJService', false],
'App\\Controller\\User\\UserController:show' => ['privates', '.service_locator._KlT6Du', 'get_ServiceLocator_KlT6DuService', false],
'App\\Controller\\WebsiteParams\\GameParamsController:delete' => ['privates', '.service_locator.IA3XuDg', 'get_ServiceLocator_IA3XuDgService', false],
'App\\Controller\\WebsiteParams\\GameParamsController:edit' => ['privates', '.service_locator.6vmwRDi', 'get_ServiceLocator_6vmwRDiService', false],
'App\\Controller\\WebsiteParams\\GameParamsController:index' => ['privates', '.service_locator.TfOXvUH', 'get_ServiceLocator_TfOXvUHService', false],
'App\\Controller\\WebsiteParams\\GameParamsController:new' => ['privates', '.service_locator.3UfYZXl', 'get_ServiceLocator_3UfYZXlService', false],
'App\\Controller\\WebsiteParams\\GameParamsController:show' => ['privates', '.service_locator.IA3XuDg', 'get_ServiceLocator_IA3XuDgService', false],
'App\\Controller\\WebsiteParams\\ModuleParamsController:delete' => ['privates', '.service_locator.viMl501', 'get_ServiceLocator_ViMl501Service', false],
'App\\Controller\\WebsiteParams\\ModuleParamsController:edit' => ['privates', '.service_locator.UdFxq8q', 'get_ServiceLocator_UdFxq8qService', false],
'App\\Controller\\WebsiteParams\\ModuleParamsController:index' => ['privates', '.service_locator._RDKtx1', 'get_ServiceLocator_RDKtx1Service', false],
'App\\Controller\\WebsiteParams\\ModuleParamsController:new' => ['privates', '.service_locator.yPJxwRd', 'get_ServiceLocator_YPJxwRdService', false],
'App\\Controller\\WebsiteParams\\ModuleParamsController:show' => ['privates', '.service_locator.k1VOjt0', 'get_ServiceLocator_K1VOjt0Service', false],
'kernel:loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
'kernel:registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', false],
], [
'App\\Controller\\Api\\CreateAloneIbanBicByUser::__invoke' => '?',
'App\\Controller\\Api\\Gift\\GetOneGift::__invoke' => '?',
'App\\Controller\\Api\\UpdateOptinUserFromIsoskele::__invoke' => '?',
'App\\Controller\\Api\\UpdateOptinUserFromSalesforce::__invoke' => '?',
'App\\Controller\\Blog\\BlogController::delete' => '?',
'App\\Controller\\Blog\\BlogController::edit' => '?',
'App\\Controller\\Blog\\BlogController::new' => '?',
'App\\Controller\\Blog\\BlogController::show' => '?',
'App\\Controller\\Blog\\BlogTagController::delete' => '?',
'App\\Controller\\Blog\\BlogTagController::edit' => '?',
'App\\Controller\\Blog\\BlogTagController::show' => '?',
'App\\Controller\\Catalog\\GiftCodeController::addFile' => '?',
'App\\Controller\\Catalog\\GiftCodeController::list' => '?',
'App\\Controller\\Catalog\\GiftController::delete' => '?',
'App\\Controller\\Catalog\\GiftController::edit' => '?',
'App\\Controller\\Catalog\\GiftController::new' => '?',
'App\\Controller\\Catalog\\GiftController::show' => '?',
'App\\Controller\\Catalog\\GiftLevelController::delete' => '?',
'App\\Controller\\Catalog\\GiftLevelController::edit' => '?',
'App\\Controller\\Catalog\\GiftLevelController::show' => '?',
'App\\Controller\\Faq\\FaqController::delete' => '?',
'App\\Controller\\Faq\\FaqController::edit' => '?',
'App\\Controller\\Faq\\FaqController::show' => '?',
'App\\Controller\\HomeController::index' => '?',
'App\\Controller\\Knowledge\\KnowledgeController::ajaxUpdateAccountPositionKnowledges' => '?',
'App\\Controller\\Knowledge\\KnowledgeController::ajaxUpdateRegisterPositionKnowledges' => '?',
'App\\Controller\\Knowledge\\KnowledgeController::delete' => '?',
'App\\Controller\\Knowledge\\KnowledgeController::index' => '?',
'App\\Controller\\Knowledge\\KnowledgeController::show' => '?',
'App\\Controller\\Library\\LibraryImageController::delete' => '?',
'App\\Controller\\Library\\LibraryImageController::edit' => '?',
'App\\Controller\\Library\\LibraryImageController::new' => '?',
'App\\Controller\\Library\\LibraryImageController::show' => '?',
'App\\Controller\\Library\\LibraryPdfController::delete' => '?',
'App\\Controller\\Library\\LibraryPdfController::edit' => '?',
'App\\Controller\\Library\\LibraryPdfController::new' => '?',
'App\\Controller\\Library\\LibraryPdfController::show' => '?',
'App\\Controller\\MenuController::delete' => '?',
'App\\Controller\\MenuController::edit' => '?',
'App\\Controller\\MenuController::show' => '?',
'App\\Controller\\NewsletterController::newsletterSubscription' => '?',
'App\\Controller\\OperationCode\\DrawCodeController::addFile' => '?',
'App\\Controller\\OperationCode\\DrawCodeController::list' => '?',
'App\\Controller\\OperationCode\\OdrCodeController::addFile' => '?',
'App\\Controller\\OperationCode\\OdrCodeController::list' => '?',
'App\\Controller\\Operation\\CouponController::couponNonIntegrated' => '?',
'App\\Controller\\Operation\\CouponController::edit' => '?',
'App\\Controller\\Operation\\CouponController::new' => '?',
'App\\Controller\\Operation\\CouponController::show' => '?',
'App\\Controller\\Operation\\CouponController::update' => '?',
'App\\Controller\\Operation\\DrawController::delete' => '?',
'App\\Controller\\Operation\\DrawController::edit' => '?',
'App\\Controller\\Operation\\DrawController::index' => '?',
'App\\Controller\\Operation\\DrawController::new' => '?',
'App\\Controller\\Operation\\DrawController::sendEmail' => '?',
'App\\Controller\\Operation\\DrawController::show' => '?',
'App\\Controller\\Operation\\DrawController::sogecEdit' => '?',
'App\\Controller\\Operation\\GameController::delete' => '?',
'App\\Controller\\Operation\\GameController::displayGame' => '?',
'App\\Controller\\Operation\\GameController::edit' => '?',
'App\\Controller\\Operation\\GameController::index' => '?',
'App\\Controller\\Operation\\GameController::new' => '?',
'App\\Controller\\Operation\\GameController::show' => '?',
'App\\Controller\\Operation\\MultiOfferController::edit' => '?',
'App\\Controller\\Operation\\MultiOfferController::index' => '?',
'App\\Controller\\Operation\\MultiOfferController::new' => '?',
'App\\Controller\\Operation\\MultiOfferController::offerNonIntegrated' => '?',
'App\\Controller\\Operation\\MultiOfferController::show' => '?',
'App\\Controller\\Operation\\MultiOfferController::update' => '?',
'App\\Controller\\Operation\\OdrController::edit' => '?',
'App\\Controller\\Operation\\OdrController::new' => '?',
'App\\Controller\\Operation\\OdrController::offerNonIntegrated' => '?',
'App\\Controller\\Operation\\OdrController::show' => '?',
'App\\Controller\\Operation\\OdrController::update' => '?',
'App\\Controller\\Operation\\OdrPrimeController::edit' => '?',
'App\\Controller\\Operation\\OdrPrimeController::new' => '?',
'App\\Controller\\Operation\\OdrPrimeController::offerNonIntegrated' => '?',
'App\\Controller\\Operation\\OdrPrimeController::show' => '?',
'App\\Controller\\Operation\\OperationController::patchCouponEligibleDepartment' => '?',
'App\\Controller\\ParticipationController::generate' => '?',
'App\\Controller\\ParticipationController::index' => '?',
'App\\Controller\\ParticipationController::show' => '?',
'App\\Controller\\ParticipationController::update' => '?',
'App\\Controller\\Recipe\\IngredientController::delete' => '?',
'App\\Controller\\Recipe\\IngredientController::editIngredient' => '?',
'App\\Controller\\Recipe\\IngredientController::getAllIngredients' => '?',
'App\\Controller\\Recipe\\IngredientController::index' => '?',
'App\\Controller\\Recipe\\IngredientController::show' => '?',
'App\\Controller\\Recipe\\IngredientOperationController::edit' => '?',
'App\\Controller\\Recipe\\RecipeController::ajaxGetPromotedRecipe' => '?',
'App\\Controller\\Recipe\\RecipeController::ajaxUpdatePromotedRecipe' => '?',
'App\\Controller\\Recipe\\RecipeController::delete' => '?',
'App\\Controller\\Recipe\\RecipeController::edit' => '?',
'App\\Controller\\Recipe\\RecipeController::index' => '?',
'App\\Controller\\Recipe\\RecipeController::new' => '?',
'App\\Controller\\Recipe\\RecipeController::show' => '?',
'App\\Controller\\Recipe\\RecipeTypeController::delete' => '?',
'App\\Controller\\Recipe\\RecipeTypeController::edit' => '?',
'App\\Controller\\Recipe\\RecipeTypeController::index' => '?',
'App\\Controller\\Recipe\\RecipeTypeController::show' => '?',
'App\\Controller\\Reporting\\ReportingController::index' => '?',
'App\\Controller\\SecurityController::clientlogin' => '?',
'App\\Controller\\SecurityController::forgottenPassword' => '?',
'App\\Controller\\SecurityController::login' => '?',
'App\\Controller\\SecurityController::requestResetPassword' => '?',
'App\\Controller\\SecurityController::resetPassword' => '?',
'App\\Controller\\Security\\PermissionController::changeAccessAction' => '?',
'App\\Controller\\Security\\ProfileController::delete' => '?',
'App\\Controller\\Security\\ProfileController::edit' => '?',
'App\\Controller\\Slider\\SliderController::delete' => '?',
'App\\Controller\\Slider\\SliderController::edit' => '?',
'App\\Controller\\Slider\\SliderController::new' => '?',
'App\\Controller\\Slider\\SliderController::show' => '?',
'App\\Controller\\Sogec\\DocumentationController::delete' => '?',
'App\\Controller\\Sogec\\DocumentationController::index' => '?',
'App\\Controller\\Sogec\\PromotionController::delete' => '?',
'App\\Controller\\Sogec\\PromotionController::edit' => '?',
'App\\Controller\\Sogec\\PromotionController::index' => '?',
'App\\Controller\\Sogec\\PromotionController::new' => '?',
'App\\Controller\\Sogec\\PromotionController::show' => '?',
'App\\Controller\\Tas\\TasController::show' => '?',
'App\\Controller\\Tas\\TasDrawController::generateTasDraw' => '?',
'App\\Controller\\Tas\\TasDrawController::show' => '?',
'App\\Controller\\TestingController::login' => '?',
'App\\Controller\\User\\ConsumerController::delete' => '?',
'App\\Controller\\User\\ConsumerController::deleteAll' => '?',
'App\\Controller\\User\\ConsumerController::forgotConsumerPassword' => '?',
'App\\Controller\\User\\ConsumerController::generate' => '?',
'App\\Controller\\User\\ConsumerController::index' => '?',
'App\\Controller\\User\\ConsumerController::show' => '?',
'App\\Controller\\User\\ConsumerController::softDelete' => '?',
'App\\Controller\\User\\ReferentController::delete' => '?',
'App\\Controller\\User\\ReferentController::edit' => '?',
'App\\Controller\\User\\ReferentController::import' => '?',
'App\\Controller\\User\\ReferentController::index' => '?',
'App\\Controller\\User\\ReferentController::new' => '?',
'App\\Controller\\User\\ReferentController::show' => '?',
'App\\Controller\\User\\StrateController::delete' => '?',
'App\\Controller\\User\\StrateController::edit' => '?',
'App\\Controller\\User\\StrateController::new' => '?',
'App\\Controller\\User\\StrateController::show' => '?',
'App\\Controller\\User\\UserController::delete' => '?',
'App\\Controller\\User\\UserController::edit' => '?',
'App\\Controller\\User\\UserController::forgotUserPassword' => '?',
'App\\Controller\\User\\UserController::index' => '?',
'App\\Controller\\User\\UserController::new' => '?',
'App\\Controller\\User\\UserController::show' => '?',
'App\\Controller\\WebsiteParams\\GameParamsController::delete' => '?',
'App\\Controller\\WebsiteParams\\GameParamsController::edit' => '?',
'App\\Controller\\WebsiteParams\\GameParamsController::index' => '?',
'App\\Controller\\WebsiteParams\\GameParamsController::new' => '?',
'App\\Controller\\WebsiteParams\\GameParamsController::show' => '?',
'App\\Controller\\WebsiteParams\\ModuleParamsController::delete' => '?',
'App\\Controller\\WebsiteParams\\ModuleParamsController::edit' => '?',
'App\\Controller\\WebsiteParams\\ModuleParamsController::index' => '?',
'App\\Controller\\WebsiteParams\\ModuleParamsController::new' => '?',
'App\\Controller\\WebsiteParams\\ModuleParamsController::show' => '?',
'kernel::loadRoutes' => '?',
'kernel::registerContainerConfiguration' => '?',
'App\\Controller\\Api\\CreateAloneIbanBicByUser:__invoke' => '?',
'App\\Controller\\Api\\CreateAloneIbanBicByUser' => '?',
'App\\Controller\\Api\\Gift\\GetOneGift:__invoke' => '?',
'App\\Controller\\Api\\Gift\\GetOneGift' => '?',
'App\\Controller\\Api\\UpdateOptinUserFromIsoskele:__invoke' => '?',
'App\\Controller\\Api\\UpdateOptinUserFromIsoskele' => '?',
'App\\Controller\\Api\\UpdateOptinUserFromSalesforce:__invoke' => '?',
'App\\Controller\\Api\\UpdateOptinUserFromSalesforce' => '?',
'App\\Controller\\Blog\\BlogController:delete' => '?',
'App\\Controller\\Blog\\BlogController:edit' => '?',
'App\\Controller\\Blog\\BlogController:new' => '?',
'App\\Controller\\Blog\\BlogController:show' => '?',
'App\\Controller\\Blog\\BlogTagController:delete' => '?',
'App\\Controller\\Blog\\BlogTagController:edit' => '?',
'App\\Controller\\Blog\\BlogTagController:show' => '?',
'App\\Controller\\Catalog\\GiftCodeController:addFile' => '?',
'App\\Controller\\Catalog\\GiftCodeController:list' => '?',
'App\\Controller\\Catalog\\GiftController:delete' => '?',
'App\\Controller\\Catalog\\GiftController:edit' => '?',
'App\\Controller\\Catalog\\GiftController:new' => '?',
'App\\Controller\\Catalog\\GiftController:show' => '?',
'App\\Controller\\Catalog\\GiftLevelController:delete' => '?',
'App\\Controller\\Catalog\\GiftLevelController:edit' => '?',
'App\\Controller\\Catalog\\GiftLevelController:show' => '?',
'App\\Controller\\Faq\\FaqController:delete' => '?',
'App\\Controller\\Faq\\FaqController:edit' => '?',
'App\\Controller\\Faq\\FaqController:show' => '?',
'App\\Controller\\HomeController:index' => '?',
'App\\Controller\\Knowledge\\KnowledgeController:ajaxUpdateAccountPositionKnowledges' => '?',
'App\\Controller\\Knowledge\\KnowledgeController:ajaxUpdateRegisterPositionKnowledges' => '?',
'App\\Controller\\Knowledge\\KnowledgeController:delete' => '?',
'App\\Controller\\Knowledge\\KnowledgeController:index' => '?',
'App\\Controller\\Knowledge\\KnowledgeController:show' => '?',
'App\\Controller\\Library\\LibraryImageController:delete' => '?',
'App\\Controller\\Library\\LibraryImageController:edit' => '?',
'App\\Controller\\Library\\LibraryImageController:new' => '?',
'App\\Controller\\Library\\LibraryImageController:show' => '?',
'App\\Controller\\Library\\LibraryPdfController:delete' => '?',
'App\\Controller\\Library\\LibraryPdfController:edit' => '?',
'App\\Controller\\Library\\LibraryPdfController:new' => '?',
'App\\Controller\\Library\\LibraryPdfController:show' => '?',
'App\\Controller\\MenuController:delete' => '?',
'App\\Controller\\MenuController:edit' => '?',
'App\\Controller\\MenuController:show' => '?',
'App\\Controller\\NewsletterController:newsletterSubscription' => '?',
'App\\Controller\\OperationCode\\DrawCodeController:addFile' => '?',
'App\\Controller\\OperationCode\\DrawCodeController:list' => '?',
'App\\Controller\\OperationCode\\OdrCodeController:addFile' => '?',
'App\\Controller\\OperationCode\\OdrCodeController:list' => '?',
'App\\Controller\\Operation\\CouponController:couponNonIntegrated' => '?',
'App\\Controller\\Operation\\CouponController:edit' => '?',
'App\\Controller\\Operation\\CouponController:new' => '?',
'App\\Controller\\Operation\\CouponController:show' => '?',
'App\\Controller\\Operation\\CouponController:update' => '?',
'App\\Controller\\Operation\\DrawController:delete' => '?',
'App\\Controller\\Operation\\DrawController:edit' => '?',
'App\\Controller\\Operation\\DrawController:index' => '?',
'App\\Controller\\Operation\\DrawController:new' => '?',
'App\\Controller\\Operation\\DrawController:sendEmail' => '?',
'App\\Controller\\Operation\\DrawController:show' => '?',
'App\\Controller\\Operation\\DrawController:sogecEdit' => '?',
'App\\Controller\\Operation\\GameController:delete' => '?',
'App\\Controller\\Operation\\GameController:displayGame' => '?',
'App\\Controller\\Operation\\GameController:edit' => '?',
'App\\Controller\\Operation\\GameController:index' => '?',
'App\\Controller\\Operation\\GameController:new' => '?',
'App\\Controller\\Operation\\GameController:show' => '?',
'App\\Controller\\Operation\\MultiOfferController:edit' => '?',
'App\\Controller\\Operation\\MultiOfferController:index' => '?',
'App\\Controller\\Operation\\MultiOfferController:new' => '?',
'App\\Controller\\Operation\\MultiOfferController:offerNonIntegrated' => '?',
'App\\Controller\\Operation\\MultiOfferController:show' => '?',
'App\\Controller\\Operation\\MultiOfferController:update' => '?',
'App\\Controller\\Operation\\OdrController:edit' => '?',
'App\\Controller\\Operation\\OdrController:new' => '?',
'App\\Controller\\Operation\\OdrController:offerNonIntegrated' => '?',
'App\\Controller\\Operation\\OdrController:show' => '?',
'App\\Controller\\Operation\\OdrController:update' => '?',
'App\\Controller\\Operation\\OdrPrimeController:edit' => '?',
'App\\Controller\\Operation\\OdrPrimeController:new' => '?',
'App\\Controller\\Operation\\OdrPrimeController:offerNonIntegrated' => '?',
'App\\Controller\\Operation\\OdrPrimeController:show' => '?',
'App\\Controller\\Operation\\OperationController:patchCouponEligibleDepartment' => '?',
'App\\Controller\\ParticipationController:generate' => '?',
'App\\Controller\\ParticipationController:index' => '?',
'App\\Controller\\ParticipationController:show' => '?',
'App\\Controller\\ParticipationController:update' => '?',
'App\\Controller\\Recipe\\IngredientController:delete' => '?',
'App\\Controller\\Recipe\\IngredientController:editIngredient' => '?',
'App\\Controller\\Recipe\\IngredientController:getAllIngredients' => '?',
'App\\Controller\\Recipe\\IngredientController:index' => '?',
'App\\Controller\\Recipe\\IngredientController:show' => '?',
'App\\Controller\\Recipe\\IngredientOperationController:edit' => '?',
'App\\Controller\\Recipe\\RecipeController:ajaxGetPromotedRecipe' => '?',
'App\\Controller\\Recipe\\RecipeController:ajaxUpdatePromotedRecipe' => '?',
'App\\Controller\\Recipe\\RecipeController:delete' => '?',
'App\\Controller\\Recipe\\RecipeController:edit' => '?',
'App\\Controller\\Recipe\\RecipeController:index' => '?',
'App\\Controller\\Recipe\\RecipeController:new' => '?',
'App\\Controller\\Recipe\\RecipeController:show' => '?',
'App\\Controller\\Recipe\\RecipeTypeController:delete' => '?',
'App\\Controller\\Recipe\\RecipeTypeController:edit' => '?',
'App\\Controller\\Recipe\\RecipeTypeController:index' => '?',
'App\\Controller\\Recipe\\RecipeTypeController:show' => '?',
'App\\Controller\\Reporting\\ReportingController:index' => '?',
'App\\Controller\\SecurityController:clientlogin' => '?',
'App\\Controller\\SecurityController:forgottenPassword' => '?',
'App\\Controller\\SecurityController:login' => '?',
'App\\Controller\\SecurityController:requestResetPassword' => '?',
'App\\Controller\\SecurityController:resetPassword' => '?',
'App\\Controller\\Security\\PermissionController:changeAccessAction' => '?',
'App\\Controller\\Security\\ProfileController:delete' => '?',
'App\\Controller\\Security\\ProfileController:edit' => '?',
'App\\Controller\\Slider\\SliderController:delete' => '?',
'App\\Controller\\Slider\\SliderController:edit' => '?',
'App\\Controller\\Slider\\SliderController:new' => '?',
'App\\Controller\\Slider\\SliderController:show' => '?',
'App\\Controller\\Sogec\\DocumentationController:delete' => '?',
'App\\Controller\\Sogec\\DocumentationController:index' => '?',
'App\\Controller\\Sogec\\PromotionController:delete' => '?',
'App\\Controller\\Sogec\\PromotionController:edit' => '?',
'App\\Controller\\Sogec\\PromotionController:index' => '?',
'App\\Controller\\Sogec\\PromotionController:new' => '?',
'App\\Controller\\Sogec\\PromotionController:show' => '?',
'App\\Controller\\Tas\\TasController:show' => '?',
'App\\Controller\\Tas\\TasDrawController:generateTasDraw' => '?',
'App\\Controller\\Tas\\TasDrawController:show' => '?',
'App\\Controller\\TestingController:login' => '?',
'App\\Controller\\User\\ConsumerController:delete' => '?',
'App\\Controller\\User\\ConsumerController:deleteAll' => '?',
'App\\Controller\\User\\ConsumerController:forgotConsumerPassword' => '?',
'App\\Controller\\User\\ConsumerController:generate' => '?',
'App\\Controller\\User\\ConsumerController:index' => '?',
'App\\Controller\\User\\ConsumerController:show' => '?',
'App\\Controller\\User\\ConsumerController:softDelete' => '?',
'App\\Controller\\User\\ReferentController:delete' => '?',
'App\\Controller\\User\\ReferentController:edit' => '?',
'App\\Controller\\User\\ReferentController:import' => '?',
'App\\Controller\\User\\ReferentController:index' => '?',
'App\\Controller\\User\\ReferentController:new' => '?',
'App\\Controller\\User\\ReferentController:show' => '?',
'App\\Controller\\User\\StrateController:delete' => '?',
'App\\Controller\\User\\StrateController:edit' => '?',
'App\\Controller\\User\\StrateController:new' => '?',
'App\\Controller\\User\\StrateController:show' => '?',
'App\\Controller\\User\\UserController:delete' => '?',
'App\\Controller\\User\\UserController:edit' => '?',
'App\\Controller\\User\\UserController:forgotUserPassword' => '?',
'App\\Controller\\User\\UserController:index' => '?',
'App\\Controller\\User\\UserController:new' => '?',
'App\\Controller\\User\\UserController:show' => '?',
'App\\Controller\\WebsiteParams\\GameParamsController:delete' => '?',
'App\\Controller\\WebsiteParams\\GameParamsController:edit' => '?',
'App\\Controller\\WebsiteParams\\GameParamsController:index' => '?',
'App\\Controller\\WebsiteParams\\GameParamsController:new' => '?',
'App\\Controller\\WebsiteParams\\GameParamsController:show' => '?',
'App\\Controller\\WebsiteParams\\ModuleParamsController:delete' => '?',
'App\\Controller\\WebsiteParams\\ModuleParamsController:edit' => '?',
'App\\Controller\\WebsiteParams\\ModuleParamsController:index' => '?',
'App\\Controller\\WebsiteParams\\ModuleParamsController:new' => '?',
'App\\Controller\\WebsiteParams\\ModuleParamsController:show' => '?',
'kernel:loadRoutes' => '?',
'kernel:registerContainerConfiguration' => '?',
]);
}
/**
* Gets the private '.service_locator.UZSIdeF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UZSIdeFService()
{
return $this->privates['.service_locator.UZSIdeF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ingredientRepository' => ['privates', 'App\\Repository\\Recipe\\IngredientRepository', 'getIngredientRepositoryService', false],
'measureUnitRepository' => ['privates', 'App\\Repository\\Recipe\\IngredientMeasureUnitRepository', 'getIngredientMeasureUnitRepositoryService', false],
'recipe' => ['privates', '.errored..service_locator.UZSIdeF.App\\Entity\\Recipe\\Recipe', NULL, 'Cannot autowire service ".service_locator.UZSIdeF": it references class "App\\Entity\\Recipe\\Recipe" but no such service exists.'],
], [
'ingredientRepository' => 'App\\Repository\\Recipe\\IngredientRepository',
'measureUnitRepository' => 'App\\Repository\\Recipe\\IngredientMeasureUnitRepository',
'recipe' => 'App\\Entity\\Recipe\\Recipe',
]);
}
/**
* Gets the private '.service_locator.UdFxq8q' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UdFxq8qService()
{
return $this->privates['.service_locator.UdFxq8q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'moduleParam' => ['privates', '.errored..service_locator.UdFxq8q.App\\Entity\\WebsiteParams\\ModuleParams', NULL, 'Cannot autowire service ".service_locator.UdFxq8q": it references class "App\\Entity\\WebsiteParams\\ModuleParams" but no such service exists.'],
'moduleParamsManager' => ['privates', 'App\\Service\\WebsiteParams\\ModuleParamsManager', 'getModuleParamsManagerService', false],
'moduleParamsRepository' => ['privates', 'App\\Repository\\WebsiteParams\\ModuleParamsRepository', 'getModuleParamsRepositoryService', false],
], [
'moduleParam' => 'App\\Entity\\WebsiteParams\\ModuleParams',
'moduleParamsManager' => 'App\\Service\\WebsiteParams\\ModuleParamsManager',
'moduleParamsRepository' => 'App\\Repository\\WebsiteParams\\ModuleParamsRepository',
]);
}
/**
* Gets the private '.service_locator.VAAdlTA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VAAdlTAService()
{
return $this->privates['.service_locator.VAAdlTA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'draw' => ['privates', '.errored..service_locator.VAAdlTA.App\\Entity\\Operation\\Draw', NULL, 'Cannot autowire service ".service_locator.VAAdlTA": it references class "App\\Entity\\Operation\\Draw" but no such service exists.'],
'drawCodeRepository' => ['privates', 'App\\Repository\\OperationCode\\DrawCodeRepository', 'getDrawCodeRepositoryService', false],
], [
'draw' => 'App\\Entity\\Operation\\Draw',
'drawCodeRepository' => 'App\\Repository\\OperationCode\\DrawCodeRepository',
]);
}
/**
* Gets the private '.service_locator.W7DqDCg' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_W7DqDCgService()
{
return $this->privates['.service_locator.W7DqDCg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mediaPromotionManager' => ['privates', 'App\\Manager\\MediaObject\\MediaPromotionManager', 'getMediaPromotionManagerService', false],
], [
'mediaPromotionManager' => 'App\\Manager\\MediaObject\\MediaPromotionManager',
]);
}
/**
* Gets the private '.service_locator.XFJIyI5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XFJIyI5Service()
{
return $this->privates['.service_locator.XFJIyI5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'giftMediaManager' => ['privates', 'App\\Manager\\MediaObject\\MediaGiftManager', 'getMediaGiftManagerService', false],
'thumbnailGiftMediaManager' => ['privates', 'App\\Manager\\MediaObject\\MediaThumbnailGiftManager', 'getMediaThumbnailGiftManagerService', false],
], [
'giftMediaManager' => 'App\\Manager\\MediaObject\\MediaGiftManager',
'thumbnailGiftMediaManager' => 'App\\Manager\\MediaObject\\MediaThumbnailGiftManager',
]);
}
/**
* Gets the private '.service_locator.XJyRSWn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XJyRSWnService()
{
return $this->privates['.service_locator.XJyRSWn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'consumer' => ['privates', '.errored..service_locator.XJyRSWn.App\\Entity\\User\\Consumer', NULL, 'Cannot autowire service ".service_locator.XJyRSWn": it references class "App\\Entity\\User\\Consumer" but no such service exists.'],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'consumer' => 'App\\Entity\\User\\Consumer',
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.XNMhNp9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XNMhNp9Service()
{
return $this->privates['.service_locator.XNMhNp9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'sendInBlue' => ['privates', 'App\\Service\\SendInBlue', 'getSendInBlueService', false],
'tokenManager' => ['privates', 'App\\Manager\\TokenManager', 'getTokenManagerService', false],
], [
'bus' => '?',
'entityManager' => '?',
'sendInBlue' => 'App\\Service\\SendInBlue',
'tokenManager' => 'App\\Manager\\TokenManager',
]);
}
/**
* Gets the private '.service_locator.Y4J.A.e' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Y4J_A_EService()
{
return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
], [
'failed' => '?',
]);
}
/**
* Gets the private '.service_locator.YI9.Zji' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YI9_ZjiService()
{
return $this->privates['.service_locator.YI9.Zji'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'promotionRepository' => ['privates', 'App\\Repository\\Sogec\\PromotionRepository', 'getPromotionRepositoryService', false],
], [
'promotionRepository' => 'App\\Repository\\Sogec\\PromotionRepository',
]);
}
/**
* Gets the private '.service_locator.Y_MyNzo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YMyNzoService()
{
return $this->privates['.service_locator.Y_MyNzo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'profile' => ['privates', '.errored..service_locator.Y_MyNzo.App\\Entity\\Security\\Profile', NULL, 'Cannot autowire service ".service_locator.Y_MyNzo": it references class "App\\Entity\\Security\\Profile" but no such service exists.'],
], [
'profile' => 'App\\Entity\\Security\\Profile',
]);
}
/**
* Gets the private '.service_locator.YuakD9s' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YuakD9sService()
{
return $this->privates['.service_locator.YuakD9s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paginatorManager' => ['services', 'App\\Manager\\Paginator\\PaginatorManager', 'getPaginatorManagerService', false],
], [
'paginatorManager' => 'App\\Manager\\Paginator\\PaginatorManager',
]);
}
/**
* Gets the private '.service_locator.Zw1U.Bu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Zw1U_BuService()
{
return $this->privates['.service_locator.Zw1U.Bu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ingredient' => ['privates', '.errored..service_locator.Zw1U.Bu.App\\Entity\\Recipe\\Ingredient', NULL, 'Cannot autowire service ".service_locator.Zw1U.Bu": it references class "App\\Entity\\Recipe\\Ingredient" but no such service exists.'],
], [
'ingredient' => 'App\\Entity\\Recipe\\Ingredient',
]);
}
/**
* Gets the private '.service_locator._KlT6Du' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KlT6DuService()
{
return $this->privates['.service_locator._KlT6Du'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'user' => ['privates', '.errored..service_locator._KlT6Du.App\\Entity\\User\\User', NULL, 'Cannot autowire service ".service_locator._KlT6Du": it references class "App\\Entity\\User\\User" but no such service exists.'],
], [
'user' => 'App\\Entity\\User\\User',
]);
}
/**
* Gets the private '.service_locator._RDKtx1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RDKtx1Service()
{
return $this->privates['.service_locator._RDKtx1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'moduleParamsRepository' => ['privates', 'App\\Repository\\WebsiteParams\\ModuleParamsRepository', 'getModuleParamsRepositoryService', false],
], [
'moduleParamsRepository' => 'App\\Repository\\WebsiteParams\\ModuleParamsRepository',
]);
}
/**
* Gets the private '.service_locator.aXfPxmo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AXfPxmoService()
{
return $this->privates['.service_locator.aXfPxmo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'giftLevel' => ['privates', '.errored..service_locator.aXfPxmo.App\\Entity\\Catalog\\GiftLevel', NULL, 'Cannot autowire service ".service_locator.aXfPxmo": it references class "App\\Entity\\Catalog\\GiftLevel" but no such service exists.'],
], [
'giftLevel' => 'App\\Entity\\Catalog\\GiftLevel',
]);
}
/**
* Gets the private '.service_locator.ak09MZ4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Ak09MZ4Service()
{
return $this->privates['.service_locator.ak09MZ4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mediaSliderManager' => ['privates', 'App\\Manager\\MediaObject\\MediaSliderManager', 'getMediaSliderManagerService', false],
], [
'mediaSliderManager' => 'App\\Manager\\MediaObject\\MediaSliderManager',
]);
}
/**
* Gets the private '.service_locator.alhWlVm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AlhWlVmService()
{
return $this->privates['.service_locator.alhWlVm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'referentManager' => ['privates', 'App\\Manager\\ReferentManager', 'getReferentManagerService', false],
], [
'referentManager' => 'App\\Manager\\ReferentManager',
]);
}
/**
* Gets the private '.service_locator.bdOxJCA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BdOxJCAService()
{
return $this->privates['.service_locator.bdOxJCA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'odrManager' => ['privates', 'App\\Manager\\Operation\\OdrManager', 'getOdrManagerService', false],
], [
'odrManager' => 'App\\Manager\\Operation\\OdrManager',
]);
}
/**
* Gets the private '.service_locator.cQn8rXX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CQn8rXXService()
{
return $this->privates['.service_locator.cQn8rXX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'newsletterManager' => ['privates', 'App\\Manager\\NewsletterManager', 'getNewsletterManagerService', false],
'yeesssManager' => ['privates', 'App\\Manager\\CRM\\YeesssManager', 'getYeesssManagerService', false],
], [
'entityManager' => '?',
'newsletterManager' => 'App\\Manager\\NewsletterManager',
'yeesssManager' => 'App\\Manager\\CRM\\YeesssManager',
]);
}
/**
* Gets the private '.service_locator.cv6j8iq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Cv6j8iqService()
{
return $this->privates['.service_locator.cv6j8iq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'bus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'draw' => ['privates', '.errored..service_locator.cv6j8iq.App\\Entity\\Operation\\Draw', NULL, 'Cannot autowire service ".service_locator.cv6j8iq": it references class "App\\Entity\\Operation\\Draw" but no such service exists.'],
'tasManager' => ['privates', 'App\\Manager\\Tas\\TasDrawManager', 'getTasDrawManagerService', false],
], [
'bus' => '?',
'draw' => 'App\\Entity\\Operation\\Draw',
'tasManager' => 'App\\Manager\\Tas\\TasDrawManager',
]);
}
/**
* Gets the private '.service_locator.cvBCEKY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CvBCEKYService()
{
return $this->privates['.service_locator.cvBCEKY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'strateRepository' => ['privates', 'App\\Repository\\User\\StrateRepository', 'getStrateRepositoryService', false],
], [
'strateRepository' => 'App\\Repository\\User\\StrateRepository',
]);
}
/**
* Gets the private '.service_locator.dBln_k3' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DBlnK3Service()
{
return $this->privates['.service_locator.dBln_k3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'coupon' => ['privates', '.errored..service_locator.dBln_k3.App\\Entity\\Operation\\Coupon', NULL, 'Cannot autowire service ".service_locator.dBln_k3": it references class "App\\Entity\\Operation\\Coupon" but no such service exists.'],
], [
'coupon' => 'App\\Entity\\Operation\\Coupon',
]);
}
/**
* Gets the private '.service_locator.dj15A1t' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Dj15A1tService()
{
return $this->privates['.service_locator.dj15A1t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'recipe' => ['privates', '.errored..service_locator.dj15A1t.App\\Entity\\Recipe\\Recipe', NULL, 'Cannot autowire service ".service_locator.dj15A1t": it references class "App\\Entity\\Recipe\\Recipe" but no such service exists.'],
], [
'recipe' => 'App\\Entity\\Recipe\\Recipe',
]);
}
/**
* Gets the private '.service_locator.dpT5QK1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DpT5QK1Service()
{
return $this->privates['.service_locator.dpT5QK1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'userProvider' => ['privates', 'security.user.provider.concrete.app_user_provider', 'getSecurity_User_Provider_Concrete_AppUserProviderService', false],
], [
'userProvider' => '?',
]);
}
/**
* Gets the private '.service_locator.fNlhGzn' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FNlhGznService()
{
return $this->privates['.service_locator.fNlhGzn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
'async-email' => ['privates', 'messenger.transport.async-email', 'getMessenger_Transport_AsyncemailService', false],
'async-gift-code' => ['privates', 'messenger.transport.async-gift-code', 'getMessenger_Transport_AsyncgiftcodeService', false],
'async-import-referents' => ['privates', 'messenger.transport.async-import-referents', 'getMessenger_Transport_AsyncimportreferentsService', false],
'async-isoskele' => ['privates', 'messenger.transport.async-isoskele', 'getMessenger_Transport_AsyncisoskeleService', false],
'async-operation-code' => ['privates', 'messenger.transport.async-operation-code', 'getMessenger_Transport_AsyncoperationcodeService', false],
'async-purse' => ['privates', 'messenger.transport.async-purse', 'getMessenger_Transport_AsyncpurseService', false],
'async-refund' => ['privates', 'messenger.transport.async-refund', 'getMessenger_Transport_AsyncrefundService', false],
'async-salesforce' => ['privates', 'messenger.transport.async-salesforce', 'getMessenger_Transport_AsyncsalesforceService', false],
'async-shannon' => ['privates', 'messenger.transport.async-shannon', 'getMessenger_Transport_AsyncshannonService', false],
'async-smp' => ['privates', 'messenger.transport.async-smp', 'getMessenger_Transport_AsyncsmpService', false],
'async-yeesss' => ['privates', 'messenger.transport.async-yeesss', 'getMessenger_Transport_AsyncyeesssService', false],
'failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'messenger.transport.async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
'messenger.transport.async-email' => ['privates', 'messenger.transport.async-email', 'getMessenger_Transport_AsyncemailService', false],
'messenger.transport.async-gift-code' => ['privates', 'messenger.transport.async-gift-code', 'getMessenger_Transport_AsyncgiftcodeService', false],
'messenger.transport.async-import-referents' => ['privates', 'messenger.transport.async-import-referents', 'getMessenger_Transport_AsyncimportreferentsService', false],
'messenger.transport.async-isoskele' => ['privates', 'messenger.transport.async-isoskele', 'getMessenger_Transport_AsyncisoskeleService', false],
'messenger.transport.async-operation-code' => ['privates', 'messenger.transport.async-operation-code', 'getMessenger_Transport_AsyncoperationcodeService', false],
'messenger.transport.async-purse' => ['privates', 'messenger.transport.async-purse', 'getMessenger_Transport_AsyncpurseService', false],
'messenger.transport.async-refund' => ['privates', 'messenger.transport.async-refund', 'getMessenger_Transport_AsyncrefundService', false],
'messenger.transport.async-salesforce' => ['privates', 'messenger.transport.async-salesforce', 'getMessenger_Transport_AsyncsalesforceService', false],
'messenger.transport.async-shannon' => ['privates', 'messenger.transport.async-shannon', 'getMessenger_Transport_AsyncshannonService', false],
'messenger.transport.async-smp' => ['privates', 'messenger.transport.async-smp', 'getMessenger_Transport_AsyncsmpService', false],
'messenger.transport.async-yeesss' => ['privates', 'messenger.transport.async-yeesss', 'getMessenger_Transport_AsyncyeesssService', false],
'messenger.transport.failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'messenger.transport.sync' => ['privates', 'messenger.transport.sync', 'getMessenger_Transport_SyncService', false],
'sync' => ['privates', 'messenger.transport.sync', 'getMessenger_Transport_SyncService', false],
], [
'async' => '?',
'async-email' => '?',
'async-gift-code' => '?',
'async-import-referents' => '?',
'async-isoskele' => '?',
'async-operation-code' => '?',
'async-purse' => '?',
'async-refund' => '?',
'async-salesforce' => '?',
'async-shannon' => '?',
'async-smp' => '?',
'async-yeesss' => '?',
'failed' => '?',
'messenger.transport.async' => '?',
'messenger.transport.async-email' => '?',
'messenger.transport.async-gift-code' => '?',
'messenger.transport.async-import-referents' => '?',
'messenger.transport.async-isoskele' => '?',
'messenger.transport.async-operation-code' => '?',
'messenger.transport.async-purse' => '?',
'messenger.transport.async-refund' => '?',
'messenger.transport.async-salesforce' => '?',
'messenger.transport.async-shannon' => '?',
'messenger.transport.async-smp' => '?',
'messenger.transport.async-yeesss' => '?',
'messenger.transport.failed' => '?',
'messenger.transport.sync' => '?',
'sync' => '?',
]);
}
/**
* Gets the private '.service_locator.fYw2Drl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FYw2DrlService()
{
return $this->privates['.service_locator.fYw2Drl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'blogTag' => ['privates', '.errored..service_locator.fYw2Drl.App\\Entity\\Tag\\BlogTag', NULL, 'Cannot autowire service ".service_locator.fYw2Drl": it references class "App\\Entity\\Tag\\BlogTag" but no such service exists.'],
], [
'blogTag' => 'App\\Entity\\Tag\\BlogTag',
]);
}
/**
* Gets the private '.service_locator.hjCuP1A' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HjCuP1AService()
{
return $this->privates['.service_locator.hjCuP1A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'knowledgeManager' => ['privates', 'App\\Manager\\Knowledge\\KnowledgeManager', 'getKnowledgeManagerService', false],
], [
'knowledgeManager' => 'App\\Manager\\Knowledge\\KnowledgeManager',
]);
}
/**
* Gets the private '.service_locator.huI3pXp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HuI3pXpService()
{
return $this->privates['.service_locator.huI3pXp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'operationManager' => ['privates', 'App\\Manager\\Operation\\OperationManager', 'getOperationManagerService', false],
], [
'operationManager' => 'App\\Manager\\Operation\\OperationManager',
]);
}
/**
* Gets the private '.service_locator.ibE7Q1t' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IbE7Q1tService()
{
return $this->privates['.service_locator.ibE7Q1t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mediaCodeOdrManager' => ['privates', 'App\\Manager\\MediaObject\\MediaCodeOdrManager', 'getMediaCodeOdrManagerService', false],
'messageBus' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
'odr' => ['privates', '.errored..service_locator.ibE7Q1t.App\\Entity\\Operation\\Odr', NULL, 'Cannot autowire service ".service_locator.ibE7Q1t": it references class "App\\Entity\\Operation\\Odr" but no such service exists.'],
], [
'mediaCodeOdrManager' => 'App\\Manager\\MediaObject\\MediaCodeOdrManager',
'messageBus' => '?',
'odr' => 'App\\Entity\\Operation\\Odr',
]);
}
/**
* Gets the private '.service_locator.j76zAXX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_J76zAXXService()
{
return $this->privates['.service_locator.j76zAXX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'faq' => ['privates', '.errored..service_locator.j76zAXX.App\\Entity\\Faq', NULL, 'Cannot autowire service ".service_locator.j76zAXX": it references class "App\\Entity\\Faq" but no such service exists.'],
], [
'faq' => 'App\\Entity\\Faq',
]);
}
/**
* Gets the private '.service_locator.k1VOjt0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_K1VOjt0Service()
{
return $this->privates['.service_locator.k1VOjt0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'moduleParam' => ['privates', '.errored..service_locator.k1VOjt0.App\\Entity\\WebsiteParams\\ModuleParams', NULL, 'Cannot autowire service ".service_locator.k1VOjt0": it references class "App\\Entity\\WebsiteParams\\ModuleParams" but no such service exists.'],
], [
'moduleParam' => 'App\\Entity\\WebsiteParams\\ModuleParams',
]);
}
/**
* Gets the private '.service_locator.l2QwsaZ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_L2QwsaZService()
{
return $this->privates['.service_locator.l2QwsaZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
], [
'entityManager' => '?',
]);
}
/**
* Gets the private '.service_locator.lJHNmQl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LJHNmQlService()
{
return $this->privates['.service_locator.lJHNmQl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'slider' => ['privates', '.errored..service_locator.lJHNmQl.App\\Entity\\Slider', NULL, 'Cannot autowire service ".service_locator.lJHNmQl": it references class "App\\Entity\\Slider" but no such service exists.'],
], [
'slider' => 'App\\Entity\\Slider',
]);
}
/**
* Gets the private '.service_locator.mE6e5w0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ME6e5w0Service()
{
return $this->privates['.service_locator.mE6e5w0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'recipeRepository' => ['privates', 'App\\Repository\\Recipe\\RecipeRepository', 'getRecipeRepositoryService', false],
], [
'recipeRepository' => 'App\\Repository\\Recipe\\RecipeRepository',
]);
}
/**
* Gets the private '.service_locator.mi5OKNd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Mi5OKNdService()
{
return $this->privates['.service_locator.mi5OKNd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'detailsOdrManager' => ['privates', 'App\\Manager\\Details\\DetailsOdrManager', 'getDetailsOdrManagerService', false],
'eanManager' => ['privates', 'App\\Manager\\Ean\\EanManager', 'getEanManagerService', false],
'isoskeleManager' => ['privates', 'App\\Manager\\CRM\\IsoskeleManager', 'getIsoskeleManagerService', false],
'mediaOdrManager' => ['privates', 'App\\Manager\\MediaObject\\MediaOdrManager', 'getMediaOdrManagerService', false],
'multi' => ['privates', 'App\\Service\\Api\\Odr\\MultiOfferOdrService', 'getMultiOfferOdrServiceService', false],
'odrManager' => ['privates', 'App\\Manager\\Operation\\OdrManager', 'getOdrManagerService', false],
'operationManager' => ['privates', 'App\\Manager\\Operation\\OperationManager', 'getOperationManagerService', false],
'salesforceManager' => ['privates', 'App\\Manager\\CRM\\SalesforceManager', 'getSalesforceManagerService', false],
], [
'detailsOdrManager' => 'App\\Manager\\Details\\DetailsOdrManager',
'eanManager' => 'App\\Manager\\Ean\\EanManager',
'isoskeleManager' => 'App\\Manager\\CRM\\IsoskeleManager',
'mediaOdrManager' => 'App\\Manager\\MediaObject\\MediaOdrManager',
'multi' => 'App\\Service\\Api\\Odr\\MultiOfferOdrService',
'odrManager' => 'App\\Manager\\Operation\\OdrManager',
'operationManager' => 'App\\Manager\\Operation\\OperationManager',
'salesforceManager' => 'App\\Manager\\CRM\\SalesforceManager',
]);
}
/**
* Gets the private '.service_locator.nlh3HB_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Nlh3HBService()
{
return $this->privates['.service_locator.nlh3HB_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'couponManager' => ['privates', 'App\\Manager\\Operation\\CouponManager', 'getCouponManagerService', false],
'detailsCouponManager' => ['privates', 'App\\Manager\\Details\\DetailsCouponManager', 'getDetailsCouponManagerService', false],
'mediaCouponManager' => ['privates', 'App\\Manager\\MediaObject\\MediaCouponManager', 'getMediaCouponManagerService', false],
'multi' => ['privates', 'App\\Service\\Api\\Coupon\\MultiOfferCouponService', 'getMultiOfferCouponServiceService', false],
'operationManager' => ['privates', 'App\\Manager\\Operation\\OperationManager', 'getOperationManagerService', false],
], [
'couponManager' => 'App\\Manager\\Operation\\CouponManager',
'detailsCouponManager' => 'App\\Manager\\Details\\DetailsCouponManager',
'mediaCouponManager' => 'App\\Manager\\MediaObject\\MediaCouponManager',
'multi' => 'App\\Service\\Api\\Coupon\\MultiOfferCouponService',
'operationManager' => 'App\\Manager\\Operation\\OperationManager',
]);
}
/**
* Gets the private '.service_locator.oQix5ad' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OQix5adService()
{
return $this->privates['.service_locator.oQix5ad'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'knowledge' => ['privates', '.errored..service_locator.oQix5ad.App\\Entity\\Knowledge\\Knowledge', NULL, 'Cannot autowire service ".service_locator.oQix5ad": it references class "App\\Entity\\Knowledge\\Knowledge" but no such service exists.'],
], [
'knowledge' => 'App\\Entity\\Knowledge\\Knowledge',
]);
}
/**
* Gets the private '.service_locator.obfRw37' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ObfRw37Service()
{
return $this->privates['.service_locator.obfRw37'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'referent' => ['privates', '.errored..service_locator.obfRw37.App\\Entity\\User\\Referent', NULL, 'Cannot autowire service ".service_locator.obfRw37": it references class "App\\Entity\\User\\Referent" but no such service exists.'],
], [
'referent' => 'App\\Entity\\User\\Referent',
]);
}
/**
* Gets the private '.service_locator.poNcK6o' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PoNcK6oService()
{
return $this->privates['.service_locator.poNcK6o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
'mediaObjectRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaObjectRepository', 'getMediaObjectRepositoryService', false],
], [
'authenticationUtils' => '?',
'mediaObjectRepository' => 'App\\Repository\\MediaObject\\MediaObjectRepository',
]);
}
/**
* Gets the private '.service_locator.qVtmtq_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QVtmtqService()
{
return $this->privates['.service_locator.qVtmtq_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'multi' => ['privates', 'App\\Service\\Api\\Odr\\MultiOfferOdrService', 'getMultiOfferOdrServiceService', false],
'odr' => ['privates', '.errored..service_locator.qVtmtq_.App\\Entity\\Operation\\Odr', NULL, 'Cannot autowire service ".service_locator.qVtmtq_": it references class "App\\Entity\\Operation\\Odr" but no such service exists.'],
], [
'multi' => 'App\\Service\\Api\\Odr\\MultiOfferOdrService',
'odr' => 'App\\Entity\\Operation\\Odr',
]);
}
/**
* Gets the private '.service_locator.qrP.PUH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QrP_PUHService()
{
return $this->privates['.service_locator.qrP.PUH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mediaObjectRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaObjectRepository', 'getMediaObjectRepositoryService', false],
], [
'mediaObjectRepository' => 'App\\Repository\\MediaObject\\MediaObjectRepository',
]);
}
/**
* Gets the private '.service_locator.rbClVqh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RbClVqhService()
{
return $this->privates['.service_locator.rbClVqh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'recipeTypeRepository' => ['privates', 'App\\Repository\\Recipe\\RecipeTypeRepository', 'getRecipeTypeRepositoryService', false],
], [
'recipeTypeRepository' => 'App\\Repository\\Recipe\\RecipeTypeRepository',
]);
}
/**
* Gets the private '.service_locator.rmQiRVx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RmQiRVxService()
{
return $this->privates['.service_locator.rmQiRVx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'gift' => ['privates', '.errored..service_locator.rmQiRVx.App\\Entity\\Catalog\\Gift', NULL, 'Cannot autowire service ".service_locator.rmQiRVx": it references class "App\\Entity\\Catalog\\Gift" but no such service exists.'],
'mediaGiftManager' => ['privates', 'App\\Manager\\MediaObject\\MediaGiftManager', 'getMediaGiftManagerService', false],
'mediaThumbnailGiftManager' => ['privates', 'App\\Manager\\MediaObject\\MediaThumbnailGiftManager', 'getMediaThumbnailGiftManagerService', false],
], [
'gift' => 'App\\Entity\\Catalog\\Gift',
'mediaGiftManager' => 'App\\Manager\\MediaObject\\MediaGiftManager',
'mediaThumbnailGiftManager' => 'App\\Manager\\MediaObject\\MediaThumbnailGiftManager',
]);
}
/**
* Gets the private '.service_locator.tMYCkcW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TMYCkcWService()
{
return $this->privates['.service_locator.tMYCkcW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mediaSliderManager' => ['privates', 'App\\Manager\\MediaObject\\MediaSliderManager', 'getMediaSliderManagerService', false],
'slider' => ['privates', '.errored..service_locator.tMYCkcW.App\\Entity\\Slider', NULL, 'Cannot autowire service ".service_locator.tMYCkcW": it references class "App\\Entity\\Slider" but no such service exists.'],
], [
'mediaSliderManager' => 'App\\Manager\\MediaObject\\MediaSliderManager',
'slider' => 'App\\Entity\\Slider',
]);
}
/**
* Gets the private '.service_locator.tpHzBPc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TpHzBPcService()
{
return $this->privates['.service_locator.tpHzBPc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'media' => ['privates', '.errored..service_locator.tpHzBPc.App\\Entity\\MediaObject\\MediaObject', NULL, 'Cannot autowire service ".service_locator.tpHzBPc": it references class "App\\Entity\\MediaObject\\MediaObject" but no such service exists.'],
'mediaImageManager' => ['privates', 'App\\Manager\\MediaObject\\MediaImageManager', 'getMediaImageManagerService', false],
'newImage' => ['privates', '.errored..service_locator.tpHzBPc.App\\Entity\\MediaObject\\MediaObject', NULL, 'Cannot autowire service ".service_locator.tpHzBPc": it references class "App\\Entity\\MediaObject\\MediaObject" but no such service exists.'],
], [
'media' => 'App\\Entity\\MediaObject\\MediaObject',
'mediaImageManager' => 'App\\Manager\\MediaObject\\MediaImageManager',
'newImage' => 'App\\Entity\\MediaObject\\MediaObject',
]);
}
/**
* Gets the private '.service_locator.vIyxHKz' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VIyxHKzService()
{
return $this->privates['.service_locator.vIyxHKz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'operation' => ['privates', '.errored..service_locator.vIyxHKz.App\\Entity\\Operation\\Operation', NULL, 'Cannot autowire service ".service_locator.vIyxHKz": it references class "App\\Entity\\Operation\\Operation" but no such service exists.'],
], [
'operation' => 'App\\Entity\\Operation\\Operation',
]);
}
/**
* Gets the private '.service_locator.viMl501' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ViMl501Service()
{
return $this->privates['.service_locator.viMl501'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'moduleParam' => ['privates', '.errored..service_locator.viMl501.App\\Entity\\WebsiteParams\\ModuleParams', NULL, 'Cannot autowire service ".service_locator.viMl501": it references class "App\\Entity\\WebsiteParams\\ModuleParams" but no such service exists.'],
'moduleParamsRepository' => ['privates', 'App\\Repository\\WebsiteParams\\ModuleParamsRepository', 'getModuleParamsRepositoryService', false],
], [
'moduleParam' => 'App\\Entity\\WebsiteParams\\ModuleParams',
'moduleParamsRepository' => 'App\\Repository\\WebsiteParams\\ModuleParamsRepository',
]);
}
/**
* Gets the private '.service_locator.vznMRXP' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VznMRXPService()
{
return $this->privates['.service_locator.vznMRXP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'odr' => ['privates', '.errored..service_locator.vznMRXP.App\\Entity\\Operation\\Odr', NULL, 'Cannot autowire service ".service_locator.vznMRXP": it references class "App\\Entity\\Operation\\Odr" but no such service exists.'],
], [
'odr' => 'App\\Entity\\Operation\\Odr',
]);
}
/**
* Gets the private '.service_locator.wWCGQXA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WWCGQXAService()
{
return $this->privates['.service_locator.wWCGQXA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'recipeManager' => ['privates', 'App\\Manager\\Recipe\\RecipeManager', 'getRecipeManagerService', false],
], [
'recipeManager' => 'App\\Manager\\Recipe\\RecipeManager',
]);
}
/**
* Gets the private '.service_locator.woYUB1T' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WoYUB1TService()
{
return $this->privates['.service_locator.woYUB1T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'gift' => ['privates', '.errored..service_locator.woYUB1T.App\\Entity\\Catalog\\Gift', NULL, 'Cannot autowire service ".service_locator.woYUB1T": it references class "App\\Entity\\Catalog\\Gift" but no such service exists.'],
], [
'gift' => 'App\\Entity\\Catalog\\Gift',
]);
}
/**
* Gets the private '.service_locator.x53S5J0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_X53S5J0Service()
{
return $this->privates['.service_locator.x53S5J0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'gift' => ['privates', '.errored..service_locator.x53S5J0.App\\Entity\\Catalog\\Gift', NULL, 'Cannot autowire service ".service_locator.x53S5J0": it references class "App\\Entity\\Catalog\\Gift" but no such service exists.'],
'giftCodeRepository' => ['privates', 'App\\Repository\\Catalog\\GiftCodeRepository', 'getGiftCodeRepositoryService', false],
], [
'gift' => 'App\\Entity\\Catalog\\Gift',
'giftCodeRepository' => 'App\\Repository\\Catalog\\GiftCodeRepository',
]);
}
/**
* Gets the private '.service_locator.x56FEVZ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_X56FEVZService()
{
return $this->privates['.service_locator.x56FEVZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'entityManager' => ['services', 'doctrine.orm.default_entity_manager', 'getDoctrine_Orm_DefaultEntityManagerService', false],
'mediaObjectRepository' => ['privates', 'App\\Repository\\MediaObject\\MediaObjectRepository', 'getMediaObjectRepositoryService', false],
'passwordEncoder' => ['privates', 'security.user_password_hasher', 'getSecurity_UserPasswordHasherService', false],
'token' => ['privates', '.errored..service_locator.x56FEVZ.App\\Entity\\Token', NULL, 'Cannot autowire service ".service_locator.x56FEVZ": it references class "App\\Entity\\Token" but no such service exists.'],
'tokenManager' => ['privates', 'App\\Manager\\TokenManager', 'getTokenManagerService', false],
], [
'entityManager' => '?',
'mediaObjectRepository' => 'App\\Repository\\MediaObject\\MediaObjectRepository',
'passwordEncoder' => '?',
'token' => 'App\\Entity\\Token',
'tokenManager' => 'App\\Manager\\TokenManager',
]);
}
/**
* Gets the private '.service_locator.yPJxwRd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YPJxwRdService()
{
return $this->privates['.service_locator.yPJxwRd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'moduleParamsManager' => ['privates', 'App\\Service\\WebsiteParams\\ModuleParamsManager', 'getModuleParamsManagerService', false],
'moduleParamsRepository' => ['privates', 'App\\Repository\\WebsiteParams\\ModuleParamsRepository', 'getModuleParamsRepositoryService', false],
], [
'moduleParamsManager' => 'App\\Service\\WebsiteParams\\ModuleParamsManager',
'moduleParamsRepository' => 'App\\Repository\\WebsiteParams\\ModuleParamsRepository',
]);
}
/**
* Gets the private '.service_locator.ylAg_XG' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YlAgXGService()
{
return $this->privates['.service_locator.ylAg_XG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'isoskeleManager' => ['privates', 'App\\Manager\\CRM\\IsoskeleManager', 'getIsoskeleManagerService', false],
'mediaGameManager' => ['privates', 'App\\Manager\\MediaObject\\MediaGameManager', 'getMediaGameManagerService', false],
'operationManager' => ['privates', 'App\\Manager\\Operation\\OperationManager', 'getOperationManagerService', false],
], [
'isoskeleManager' => 'App\\Manager\\CRM\\IsoskeleManager',
'mediaGameManager' => 'App\\Manager\\MediaObject\\MediaGameManager',
'operationManager' => 'App\\Manager\\Operation\\OperationManager',
]);
}
/**
* Gets the private '.service_locator.zdiqTHF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZdiqTHFService()
{
return $this->privates['.service_locator.zdiqTHF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'mediaImageManager' => ['privates', 'App\\Manager\\MediaObject\\MediaImageManager', 'getMediaImageManagerService', false],
], [
'mediaImageManager' => 'App\\Manager\\MediaObject\\MediaImageManager',
]);
}
/**
* 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\AddItemsToPurseFromParticipation' shared autowired service.
*
* @return \App\Command\AddItemsToPurseFromParticipation
*/
protected function getAddItemsToPurseFromParticipationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/AddItemsToPurseFromParticipation.php';
$this->privates['App\\Command\\AddItemsToPurseFromParticipation'] = $instance = new \App\Command\AddItemsToPurseFromParticipation(($this->privates['App\\Manager\\Purse\\PurseManager'] ?? $this->getPurseManagerService()));
$instance->setName('app:purse:add-item-for-participation');
return $instance;
}
/**
* Gets the private 'App\Command\AddSixMonthsToItemsAndPursesCommand' shared autowired service.
*
* @return \App\Command\AddSixMonthsToItemsAndPursesCommand
*/
protected function getAddSixMonthsToItemsAndPursesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/AddSixMonthsToItemsAndPursesCommand.php';
$this->privates['App\\Command\\AddSixMonthsToItemsAndPursesCommand'] = $instance = new \App\Command\AddSixMonthsToItemsAndPursesCommand(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\Purse\\PurseManager'] ?? $this->getPurseManagerService()));
$instance->setName('modify:items:purses');
$instance->setDescription('Add six months more to items and purses');
return $instance;
}
/**
* Gets the private 'App\Command\EncryptIbanCommand' shared autowired service.
*
* @return \App\Command\EncryptIbanCommand
*/
protected function getEncryptIbanCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/EncryptIbanCommand.php';
include_once \dirname(__DIR__, 4).'/src/Service/CodeEncryption.php';
$this->privates['App\\Command\\EncryptIbanCommand'] = $instance = new \App\Command\EncryptIbanCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))));
$instance->setName('app:encrypt:iban');
return $instance;
}
/**
* Gets the private 'App\Command\GenericImportCommand' shared autowired service.
*
* @return \App\Command\GenericImportCommand
*/
protected function getGenericImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/GenericImportCommand.php';
$this->privates['App\\Command\\GenericImportCommand'] = $instance = new \App\Command\GenericImportCommand();
$instance->setName('sogec:generic:import');
return $instance;
}
/**
* Gets the private 'App\Command\ImportMilleretCommand' shared autowired service.
*
* @return \App\Command\ImportMilleretCommand
*/
protected function getImportMilleretCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ImportMilleretCommand.php';
include_once \dirname(__DIR__, 4).'/src/Manager/User/IdentityManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
$this->privates['App\\Command\\ImportMilleretCommand'] = $instance = new \App\Command\ImportMilleretCommand(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, ($this->privates['App\\Manager\\TokenManager'] ?? $this->getTokenManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Manager\\User\\UserManager'] ?? $this->getUserManagerService()), new \App\Manager\User\IdentityManager($a, ($this->privates['App\\Service\\Validator'] ?? $this->getValidator2Service())));
$instance->setName('csv:user:import');
$instance->setDescription('Import User');
return $instance;
}
/**
* Gets the private 'App\Command\Isoskele\IsoskeleSendAllOffersCommand' shared autowired service.
*
* @return \App\Command\Isoskele\IsoskeleSendAllOffersCommand
*/
protected function getIsoskeleSendAllOffersCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Isoskele/IsoskeleSendAllOffersCommand.php';
$this->privates['App\\Command\\Isoskele\\IsoskeleSendAllOffersCommand'] = $instance = new \App\Command\Isoskele\IsoskeleSendAllOffersCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\CRM\\IsoskeleManager'] ?? $this->getIsoskeleManagerService()));
$instance->setName('isoskele:send-all-offers');
$instance->setDescription('Send all multi, draw, game offers to Isoskele CRM');
return $instance;
}
/**
* Gets the private 'App\Command\Isoskele\IsoskeleSendAllParticipationsCommand' shared autowired service.
*
* @return \App\Command\Isoskele\IsoskeleSendAllParticipationsCommand
*/
protected function getIsoskeleSendAllParticipationsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Isoskele/IsoskeleSendAllParticipationsCommand.php';
$this->privates['App\\Command\\Isoskele\\IsoskeleSendAllParticipationsCommand'] = $instance = new \App\Command\Isoskele\IsoskeleSendAllParticipationsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\CRM\\IsoskeleManager'] ?? $this->getIsoskeleManagerService()));
$instance->setName('isoskele:send-all-participations');
$instance->setDescription('Send all multi, draw participations to Isoskele CRM');
return $instance;
}
/**
* Gets the private 'App\Command\Isoskele\IsoskeleUserSendAllCommand' shared autowired service.
*
* @return \App\Command\Isoskele\IsoskeleUserSendAllCommand
*/
protected function getIsoskeleUserSendAllCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Isoskele/IsoskeleUserSendAllCommand.php';
$this->privates['App\\Command\\Isoskele\\IsoskeleUserSendAllCommand'] = $instance = new \App\Command\Isoskele\IsoskeleUserSendAllCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$instance->setName('isoskele:user:send-all');
$instance->setDescription('Send all users inscriptions to Isoskele CRM');
return $instance;
}
/**
* Gets the private 'App\Command\Isoskele\IsoskeleUserSendAllTasCommand' shared autowired service.
*
* @return \App\Command\Isoskele\IsoskeleUserSendAllTasCommand
*/
protected function getIsoskeleUserSendAllTasCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Isoskele/IsoskeleUserSendAllTasCommand.php';
$this->privates['App\\Command\\Isoskele\\IsoskeleUserSendAllTasCommand'] = $instance = new \App\Command\Isoskele\IsoskeleUserSendAllTasCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['App\\Repository\\Operation\\DrawRepository'] ?? $this->getDrawRepositoryService()));
$instance->setName('isoskele:user:send-all-tas');
$instance->setDescription('Send all tas winners passed to isoskele CRM');
return $instance;
}
/**
* Gets the private 'App\Command\Multi\SendingMultiOdrShareholdingManagementEmailsCommand' shared autowired service.
*
* @return \App\Command\Multi\SendingMultiOdrShareholdingManagementEmailsCommand
*/
protected function getSendingMultiOdrShareholdingManagementEmailsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Multi/SendingMultiOdrShareholdingManagementEmailsCommand.php';
$this->privates['App\\Command\\Multi\\SendingMultiOdrShareholdingManagementEmailsCommand'] = $instance = new \App\Command\Multi\SendingMultiOdrShareholdingManagementEmailsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$instance->setName('send-emails:participations-multi-odr-based-on-status');
$instance->setDescription('Sending Multi odr shareholding managements emails');
return $instance;
}
/**
* Gets the private 'App\Command\Multi\UpdateCurrentStock' shared autowired service.
*
* @return \App\Command\Multi\UpdateCurrentStock
*/
protected function getUpdateCurrentStockService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Multi/UpdateCurrentStock.php';
$this->privates['App\\Command\\Multi\\UpdateCurrentStock'] = $instance = new \App\Command\Multi\UpdateCurrentStock(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\Operation\\MultiOfferManager'] ?? $this->getMultiOfferManagerService()), ($this->privates['App\\Manager\\Operation\\OdrManager'] ?? $this->getOdrManagerService()), ($this->privates['App\\Manager\\Operation\\CouponManager'] ?? $this->getCouponManagerService()));
$instance->setName('multi:update:current-stock');
$instance->setDescription('Set current stock from billy and update max participation per month (if needed)');
return $instance;
}
/**
* Gets the private 'App\Command\Odr\SendCodesCommand' shared autowired service.
*
* @return \App\Command\Odr\SendCodesCommand
*/
protected function getSendCodesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Odr/SendCodesCommand.php';
$this->privates['App\\Command\\Odr\\SendCodesCommand'] = $instance = new \App\Command\Odr\SendCodesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$instance->setName('app:send:codes-odr');
return $instance;
}
/**
* Gets the private 'App\Command\Odr\SendingOdrShareholdingManagementEmailsCommand' shared autowired service.
*
* @return \App\Command\Odr\SendingOdrShareholdingManagementEmailsCommand
*/
protected function getSendingOdrShareholdingManagementEmailsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Odr/SendingOdrShareholdingManagementEmailsCommand.php';
$this->privates['App\\Command\\Odr\\SendingOdrShareholdingManagementEmailsCommand'] = $instance = new \App\Command\Odr\SendingOdrShareholdingManagementEmailsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'] ?? $this->getMultiOfferOdrServiceService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$instance->setName('send-emails:participations-odr-based-on-status');
$instance->setDescription('Sending ODR shareholding managements emails');
return $instance;
}
/**
* Gets the private 'App\Command\Purse\ReminderEmailBalancePurseExpiring' shared autowired service.
*
* @return \App\Command\Purse\ReminderEmailBalancePurseExpiring
*/
protected function getReminderEmailBalancePurseExpiringService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Purse/ReminderEmailBalancePurseExpiring.php';
$this->privates['App\\Command\\Purse\\ReminderEmailBalancePurseExpiring'] = $instance = new \App\Command\Purse\ReminderEmailBalancePurseExpiring(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$instance->setName('purse:reminder-email-balance-purse-expiring');
$instance->setDescription('Sending emails to users informing them that their balance is about to expire');
return $instance;
}
/**
* Gets the private 'App\Command\Purse\TestCommand' shared autowired service.
*
* @return \App\Command\Purse\TestCommand
*/
protected function getTestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Purse/TestCommand.php';
$this->privates['App\\Command\\Purse\\TestCommand'] = $instance = new \App\Command\Purse\TestCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\Purse\\PurseManager'] ?? $this->getPurseManagerService()));
$instance->setName('purse:test:manager');
$instance->setDescription('Test');
return $instance;
}
/**
* Gets the private 'App\Command\Purse\UpdateDateItemsCommand' shared autowired service.
*
* @return \App\Command\Purse\UpdateDateItemsCommand
*/
protected function getUpdateDateItemsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Purse/UpdateDateItemsCommand.php';
$this->privates['App\\Command\\Purse\\UpdateDateItemsCommand'] = $instance = new \App\Command\Purse\UpdateDateItemsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('items:update-due-date-items');
$instance->setDescription('Set due_date items to the due_at purse');
return $instance;
}
/**
* Gets the private 'App\Command\Purse\UpdateExpiredItemsCommand' shared autowired service.
*
* @return \App\Command\Purse\UpdateExpiredItemsCommand
*/
protected function getUpdateExpiredItemsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Purse/UpdateExpiredItemsCommand.php';
$this->privates['App\\Command\\Purse\\UpdateExpiredItemsCommand'] = $instance = new \App\Command\Purse\UpdateExpiredItemsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('purse:update-expired-items');
$instance->setDescription('Set Items to expired status if dueDate is achieved');
return $instance;
}
/**
* Gets the private 'App\Command\Purse\UpdateExpiringPursesCommand' shared autowired service.
*
* @return \App\Command\Purse\UpdateExpiringPursesCommand
*/
protected function getUpdateExpiringPursesCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Purse/UpdateExpiringPursesCommand.php';
$this->privates['App\\Command\\Purse\\UpdateExpiringPursesCommand'] = $instance = new \App\Command\Purse\UpdateExpiringPursesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setName('purse:update-expiring-purses');
$instance->setDescription('Set Purses to expiring status if the purse duration of 18 months has been reached');
return $instance;
}
/**
* Gets the private 'App\Command\Salesforce\SendAllDataToSalesforceCommand' shared autowired service.
*
* @return \App\Command\Salesforce\SendAllDataToSalesforceCommand
*/
protected function getSendAllDataToSalesforceCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Salesforce/SendAllDataToSalesforceCommand.php';
$this->privates['App\\Command\\Salesforce\\SendAllDataToSalesforceCommand'] = $instance = new \App\Command\Salesforce\SendAllDataToSalesforceCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\CRM\\SalesforceManager'] ?? $this->getSalesforceManagerService()));
$instance->setName('send-all-data:to-salesforce');
$instance->setDescription('Send all data to Salesforce CRM');
return $instance;
}
/**
* Gets the private 'App\Command\SendingParticipationsEmailsCommand' shared autowired service.
*
* @return \App\Command\SendingParticipationsEmailsCommand
*/
protected function getSendingParticipationsEmailsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/SendingParticipationsEmailsCommand.php';
$this->privates['App\\Command\\SendingParticipationsEmailsCommand'] = $instance = new \App\Command\SendingParticipationsEmailsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'] ?? $this->getParticipationPuntosManagerService()), ($this->privates['App\\Manager\\Participation\\ParticipationStepManager'] ?? $this->getParticipationStepManagerService()));
$instance->setName('sending-emails:participations-based-on-status');
$instance->setDescription('Sending participations emails');
return $instance;
}
/**
* Gets the private 'App\Command\ShannonMonthlyUserCommand' shared autowired service.
*
* @return \App\Command\ShannonMonthlyUserCommand
*/
protected function getShannonMonthlyUserCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ShannonMonthlyUserCommand.php';
$this->privates['App\\Command\\ShannonMonthlyUserCommand'] = $instance = new \App\Command\ShannonMonthlyUserCommand(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Manager\\User\\UserManager'] ?? $this->getUserManagerService()));
$instance->setName('shannon:monthly:user');
return $instance;
}
/**
* Gets the private 'App\Command\ShannonPostDeclarationCommand' shared autowired service.
*
* @return \App\Command\ShannonPostDeclarationCommand
*/
protected function getShannonPostDeclarationCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ShannonPostDeclarationCommand.php';
$this->privates['App\\Command\\ShannonPostDeclarationCommand'] = $instance = new \App\Command\ShannonPostDeclarationCommand(($this->privates['App\\Manager\\Participation\\ParticipationStepManager'] ?? $this->getParticipationStepManagerService()), ($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'] ?? $this->getParticipationPuntosManagerService()));
$instance->setName('shannon:post:declaration');
return $instance;
}
/**
* Gets the private 'App\Command\ShannonUpdateParticipationCommand' shared autowired service.
*
* @return \App\Command\ShannonUpdateParticipationCommand
*/
protected function getShannonUpdateParticipationCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/ShannonUpdateParticipationCommand.php';
$this->privates['App\\Command\\ShannonUpdateParticipationCommand'] = $instance = new \App\Command\ShannonUpdateParticipationCommand(($this->privates['App\\Manager\\Participation\\ParticipationStepManager'] ?? $this->getParticipationStepManagerService()), ($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'] ?? $this->getParticipationPuntosManagerService()));
$instance->setName('shannon:update:declaration');
return $instance;
}
/**
* Gets the private 'App\Command\Smp\RecoveryShannonIdentifiantParticipationCommand' shared autowired service.
*
* @return \App\Command\Smp\RecoveryShannonIdentifiantParticipationCommand
*/
protected function getRecoveryShannonIdentifiantParticipationCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Smp/RecoveryShannonIdentifiantParticipationCommand.php';
$this->privates['App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationCommand'] = $instance = new \App\Command\Smp\RecoveryShannonIdentifiantParticipationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'] ?? $this->getMultiOfferOdrServiceService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$instance->setName('recovery:participation-from-billy-to-shannon');
$instance->setDescription('Recovery Shannon identifiant participation in order to save it');
return $instance;
}
/**
* Gets the private 'App\Command\Smp\RecoveryShannonIdentifiantParticipationMultiOdrCommand' shared autowired service.
*
* @return \App\Command\Smp\RecoveryShannonIdentifiantParticipationMultiOdrCommand
*/
protected function getRecoveryShannonIdentifiantParticipationMultiOdrCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Smp/RecoveryShannonIdentifiantParticipationMultiOdrCommand.php';
$this->privates['App\\Command\\Smp\\RecoveryShannonIdentifiantParticipationMultiOdrCommand'] = $instance = new \App\Command\Smp\RecoveryShannonIdentifiantParticipationMultiOdrCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Api\\Billy\\BillyCallService'] ?? $this->getBillyCallServiceService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$instance->setName('recovery:participation-multi-odr-from-billy-to-shannon');
$instance->setDescription('Recovery Shannon identifiant participation multi odr in order to save it');
return $instance;
}
/**
* Gets the private 'App\Command\Smp\UpdateFinancialsMultiParticipationCommand' shared autowired service.
*
* @return \App\Command\Smp\UpdateFinancialsMultiParticipationCommand
*/
protected function getUpdateFinancialsMultiParticipationCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Smp/UpdateFinancialsMultiParticipationCommand.php';
$this->privates['App\\Command\\Smp\\UpdateFinancialsMultiParticipationCommand'] = $instance = new \App\Command\Smp\UpdateFinancialsMultiParticipationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Api\\Billy\\BillyCallService'] ?? $this->getBillyCallServiceService()));
$instance->setName('update-financials:participations-from-billy');
$instance->setDescription('Update financials participations from billy');
return $instance;
}
/**
* Gets the private 'App\Command\Smp\UpdateStatusMultiOdrParticipationCommand' shared autowired service.
*
* @return \App\Command\Smp\UpdateStatusMultiOdrParticipationCommand
*/
protected function getUpdateStatusMultiOdrParticipationCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Smp/UpdateStatusMultiOdrParticipationCommand.php';
$this->privates['App\\Command\\Smp\\UpdateStatusMultiOdrParticipationCommand'] = $instance = new \App\Command\Smp\UpdateStatusMultiOdrParticipationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Api\\Billy\\BillyCallService'] ?? $this->getBillyCallServiceService()), ($this->privates['App\\Manager\\CRM\\IsoskeleManager'] ?? $this->getIsoskeleManagerService()));
$instance->setName('update-status:participation-multi-odr-from-billy');
$instance->setDescription('Update status multi odr participation from billy');
return $instance;
}
/**
* Gets the private 'App\Command\Smp\UpdateStatusOdrParticipationCommand' shared autowired service.
*
* @return \App\Command\Smp\UpdateStatusOdrParticipationCommand
*/
protected function getUpdateStatusOdrParticipationCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Smp/UpdateStatusOdrParticipationCommand.php';
$this->privates['App\\Command\\Smp\\UpdateStatusOdrParticipationCommand'] = $instance = new \App\Command\Smp\UpdateStatusOdrParticipationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'] ?? $this->getMultiOfferOdrServiceService()), ($this->privates['App\\Manager\\CRM\\SalesforceManager'] ?? $this->getSalesforceManagerService()), ($this->privates['App\\Manager\\CRM\\IsoskeleManager'] ?? $this->getIsoskeleManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$instance->setName('update-status:odr-participation-from-billy');
$instance->setDescription('Update status odr participation from billy');
return $instance;
}
/**
* Gets the private 'App\Command\UpdateItemAmount' shared autowired service.
*
* @return \App\Command\UpdateItemAmount
*/
protected function getUpdateItemAmountService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/UpdateItemAmount.php';
$this->privates['App\\Command\\UpdateItemAmount'] = $instance = new \App\Command\UpdateItemAmount(($this->privates['App\\Manager\\Participation\\ParticipationStepManager'] ?? $this->getParticipationStepManagerService()), ($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'] ?? $this->getParticipationPuntosManagerService()));
$instance->setName('app:item:update');
return $instance;
}
/**
* Gets the private 'App\Command\Yeesss\YeesssUserSendAllBurnCommand' shared autowired service.
*
* @return \App\Command\Yeesss\YeesssUserSendAllBurnCommand
*/
protected function getYeesssUserSendAllBurnCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Yeesss/YeesssUserSendAllBurnCommand.php';
$this->privates['App\\Command\\Yeesss\\YeesssUserSendAllBurnCommand'] = $instance = new \App\Command\Yeesss\YeesssUserSendAllBurnCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$instance->setName('yeesss:user:send-all-burn');
$instance->setDescription('Send all burn user to YEESSS CRM');
return $instance;
}
/**
* Gets the private 'App\Command\Yeesss\YeesssUserSendAllCommand' shared autowired service.
*
* @return \App\Command\Yeesss\YeesssUserSendAllCommand
*/
protected function getYeesssUserSendAllCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Yeesss/YeesssUserSendAllCommand.php';
$this->privates['App\\Command\\Yeesss\\YeesssUserSendAllCommand'] = $instance = new \App\Command\Yeesss\YeesssUserSendAllCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$instance->setName('yeesss:user:send-all');
$instance->setDescription('Send all user inscriptions to YEESSS CRM');
return $instance;
}
/**
* Gets the private 'App\Command\Yeesss\YeesssUserSendAllCouponCommand' shared autowired service.
*
* @return \App\Command\Yeesss\YeesssUserSendAllCouponCommand
*/
protected function getYeesssUserSendAllCouponCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Yeesss/YeesssUserSendAllCouponCommand.php';
$this->privates['App\\Command\\Yeesss\\YeesssUserSendAllCouponCommand'] = $instance = new \App\Command\Yeesss\YeesssUserSendAllCouponCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$instance->setName('yeesss:user:send-all-coupon');
$instance->setDescription('Send all coupon user to YEESSS CRM');
return $instance;
}
/**
* Gets the private 'App\Command\Yeesss\YeesssUserSendAllEarnCommand' shared autowired service.
*
* @return \App\Command\Yeesss\YeesssUserSendAllEarnCommand
*/
protected function getYeesssUserSendAllEarnCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/src/Command/Yeesss/YeesssUserSendAllEarnCommand.php';
$this->privates['App\\Command\\Yeesss\\YeesssUserSendAllEarnCommand'] = $instance = new \App\Command\Yeesss\YeesssUserSendAllEarnCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
$instance->setName('yeesss:user:send-all-earn');
$instance->setDescription('Send all earn user to YEESSS CRM');
return $instance;
}
/**
* Gets the private 'App\DataTransformer\OptinBrandChangeDataTransformer' shared autowired service.
*
* @return \App\DataTransformer\OptinBrandChangeDataTransformer
*/
protected function getOptinBrandChangeDataTransformerService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/src/DataTransformer/OptinBrandChangeDataTransformer.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\DataTransformer\\OptinBrandChangeDataTransformer'])) {
return $this->privates['App\\DataTransformer\\OptinBrandChangeDataTransformer'];
}
return $this->privates['App\\DataTransformer\\OptinBrandChangeDataTransformer'] = new \App\DataTransformer\OptinBrandChangeDataTransformer($a);
}
/**
* Gets the private 'App\DataTransformer\ParticipationStatusDataTransformer' shared autowired service.
*
* @return \App\DataTransformer\ParticipationStatusDataTransformer
*/
protected function getParticipationStatusDataTransformerService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/src/DataTransformer/ParticipationStatusDataTransformer.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\DataTransformer\\ParticipationStatusDataTransformer'])) {
return $this->privates['App\\DataTransformer\\ParticipationStatusDataTransformer'];
}
return $this->privates['App\\DataTransformer\\ParticipationStatusDataTransformer'] = new \App\DataTransformer\ParticipationStatusDataTransformer($a);
}
/**
* Gets the private 'App\DataTransformer\PasswordChangeDataTransformer' shared autowired service.
*
* @return \App\DataTransformer\PasswordChangeDataTransformer
*/
protected function getPasswordChangeDataTransformerService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/src/DataTransformer/PasswordChangeDataTransformer.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\DataTransformer\\PasswordChangeDataTransformer'])) {
return $this->privates['App\\DataTransformer\\PasswordChangeDataTransformer'];
}
return $this->privates['App\\DataTransformer\\PasswordChangeDataTransformer'] = new \App\DataTransformer\PasswordChangeDataTransformer($a, ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
}
/**
* Gets the private 'App\DataTransformer\UserPasswordDataTransformer' shared autowired service.
*
* @return \App\DataTransformer\UserPasswordDataTransformer
*/
protected function getUserPasswordDataTransformerService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/src/DataTransformer/UserPasswordDataTransformer.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\DataTransformer\\UserPasswordDataTransformer'])) {
return $this->privates['App\\DataTransformer\\UserPasswordDataTransformer'];
}
$b = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['App\\DataTransformer\\UserPasswordDataTransformer'])) {
return $this->privates['App\\DataTransformer\\UserPasswordDataTransformer'];
}
return $this->privates['App\\DataTransformer\\UserPasswordDataTransformer'] = new \App\DataTransformer\UserPasswordDataTransformer($a, ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Doctrine\CurrentCompanyExtension' shared autowired service.
*
* @return \App\Doctrine\CurrentCompanyExtension
*/
protected function getCurrentCompanyExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/CurrentCompanyExtension.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Doctrine\\CurrentCompanyExtension'])) {
return $this->privates['App\\Doctrine\\CurrentCompanyExtension'];
}
return $this->privates['App\\Doctrine\\CurrentCompanyExtension'] = new \App\Doctrine\CurrentCompanyExtension($a);
}
/**
* Gets the private 'App\Doctrine\CurrentPurseExtension' shared autowired service.
*
* @return \App\Doctrine\CurrentPurseExtension
*/
protected function getCurrentPurseExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/CurrentPurseExtension.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Doctrine\\CurrentPurseExtension'])) {
return $this->privates['App\\Doctrine\\CurrentPurseExtension'];
}
return $this->privates['App\\Doctrine\\CurrentPurseExtension'] = new \App\Doctrine\CurrentPurseExtension($a);
}
/**
* Gets the private 'App\Doctrine\CurrentUserExtension' shared autowired service.
*
* @return \App\Doctrine\CurrentUserExtension
*/
protected function getCurrentUserExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/src/Doctrine/CurrentUserExtension.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Doctrine\\CurrentUserExtension'])) {
return $this->privates['App\\Doctrine\\CurrentUserExtension'];
}
return $this->privates['App\\Doctrine\\CurrentUserExtension'] = new \App\Doctrine\CurrentUserExtension($a);
}
/**
* Gets the private 'App\EventListener\AddressListener' shared autowired service.
*
* @return \App\EventListener\AddressListener
*/
protected function getAddressListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/AddressListener.php';
$a = ($this->privates['App\\Manager\\DepartmentManager'] ?? $this->getDepartmentManagerService());
if (isset($this->privates['App\\EventListener\\AddressListener'])) {
return $this->privates['App\\EventListener\\AddressListener'];
}
return $this->privates['App\\EventListener\\AddressListener'] = new \App\EventListener\AddressListener($a);
}
/**
* Gets the private 'App\EventListener\AuthenticationSuccessListener' shared autowired service.
*
* @return \App\EventListener\AuthenticationSuccessListener
*/
protected function getAuthenticationSuccessListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/AuthenticationSuccessListener.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\EventListener\\AuthenticationSuccessListener'])) {
return $this->privates['App\\EventListener\\AuthenticationSuccessListener'];
}
return $this->privates['App\\EventListener\\AuthenticationSuccessListener'] = new \App\EventListener\AuthenticationSuccessListener($a);
}
/**
* Gets the private 'App\EventListener\CRM\StepEarnListener' shared autowired service.
*
* @return \App\EventListener\CRM\StepEarnListener
*/
protected function getStepEarnListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/CRM/StepEarnListener.php';
return $this->privates['App\\EventListener\\CRM\\StepEarnListener'] = new \App\EventListener\CRM\StepEarnListener(($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\EventListener\DepartmentListener' shared autowired service.
*
* @return \App\EventListener\DepartmentListener
*/
protected function getDepartmentListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/DepartmentListener.php';
$a = ($this->privates['App\\Manager\\DepartmentManager'] ?? $this->getDepartmentManagerService());
if (isset($this->privates['App\\EventListener\\DepartmentListener'])) {
return $this->privates['App\\EventListener\\DepartmentListener'];
}
return $this->privates['App\\EventListener\\DepartmentListener'] = new \App\EventListener\DepartmentListener($a);
}
/**
* Gets the private 'App\EventListener\Exception\ExceptionListener' shared autowired service.
*
* @return \App\EventListener\Exception\ExceptionListener
*/
protected function getExceptionListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/Exception/ExceptionListener.php';
$a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
if (isset($this->privates['App\\EventListener\\Exception\\ExceptionListener'])) {
return $this->privates['App\\EventListener\\Exception\\ExceptionListener'];
}
return $this->privates['App\\EventListener\\Exception\\ExceptionListener'] = new \App\EventListener\Exception\ExceptionListener($a, $this->parameters['api_platform.error_formats']);
}
/**
* Gets the private 'App\EventListener\IdentityListener' shared autowired service.
*
* @return \App\EventListener\IdentityListener
*/
protected function getIdentityListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/IdentityListener.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\EventListener\\IdentityListener'])) {
return $this->privates['App\\EventListener\\IdentityListener'];
}
return $this->privates['App\\EventListener\\IdentityListener'] = new \App\EventListener\IdentityListener($a);
}
/**
* Gets the private 'App\EventListener\MediaObjectListener' shared autowired service.
*
* @return \App\EventListener\MediaObjectListener
*/
protected function getMediaObjectListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/MediaObjectListener.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\EventListener\\MediaObjectListener'])) {
return $this->privates['App\\EventListener\\MediaObjectListener'];
}
return $this->privates['App\\EventListener\\MediaObjectListener'] = new \App\EventListener\MediaObjectListener($a, ($this->privates['App\\Helper\\GenericHelper'] ?? ($this->privates['App\\Helper\\GenericHelper'] = new \App\Helper\GenericHelper())));
}
/**
* Gets the private 'App\EventListener\Operation\CouponListener' shared autowired service.
*
* @return \App\EventListener\Operation\CouponListener
*/
protected function getCouponListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/Operation/CouponListener.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\EventListener\\Operation\\CouponListener'])) {
return $this->privates['App\\EventListener\\Operation\\CouponListener'];
}
return $this->privates['App\\EventListener\\Operation\\CouponListener'] = new \App\EventListener\Operation\CouponListener($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'App\EventListener\Operation\OdrListener' shared autowired service.
*
* @return \App\EventListener\Operation\OdrListener
*/
protected function getOdrListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/Operation/OdrListener.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\EventListener\\Operation\\OdrListener'])) {
return $this->privates['App\\EventListener\\Operation\\OdrListener'];
}
return $this->privates['App\\EventListener\\Operation\\OdrListener'] = new \App\EventListener\Operation\OdrListener($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'App\EventListener\Operation\OperationListener' shared autowired service.
*
* @return \App\EventListener\Operation\OperationListener
*/
protected function getOperationListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/Operation/OperationListener.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\EventListener\\Operation\\OperationListener'])) {
return $this->privates['App\\EventListener\\Operation\\OperationListener'];
}
return $this->privates['App\\EventListener\\Operation\\OperationListener'] = new \App\EventListener\Operation\OperationListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
}
/**
* Gets the private 'App\EventListener\OrderListener' shared autowired service.
*
* @return \App\EventListener\OrderListener
*/
protected function getOrderListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/OrderListener.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\EventListener\\OrderListener'])) {
return $this->privates['App\\EventListener\\OrderListener'];
}
return $this->privates['App\\EventListener\\OrderListener'] = new \App\EventListener\OrderListener($a);
}
/**
* Gets the private 'App\EventListener\ParticipationListener' shared autowired service.
*
* @return \App\EventListener\ParticipationListener
*/
protected function getParticipationListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/ParticipationListener.php';
return $this->privates['App\\EventListener\\ParticipationListener'] = new \App\EventListener\ParticipationListener();
}
/**
* Gets the private 'App\EventListener\Restrictions\MaintenanceListener' shared autowired service.
*
* @return \App\EventListener\Restrictions\MaintenanceListener
*/
protected function getMaintenanceListenerService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\EventListener\\Restrictions\\MaintenanceListener'])) {
return $this->privates['App\\EventListener\\Restrictions\\MaintenanceListener'];
}
return $this->privates['App\\EventListener\\Restrictions\\MaintenanceListener'] = new \App\EventListener\Restrictions\MaintenanceListener(($this->services['router'] ?? $this->getRouterService()), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'App\EventListener\SponsorshipRequest\SponsorshipRequestListener' shared autowired service.
*
* @return \App\EventListener\SponsorshipRequest\SponsorshipRequestListener
*/
protected function getSponsorshipRequestListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/SponsorshipRequest/SponsorshipRequestListener.php';
return $this->privates['App\\EventListener\\SponsorshipRequest\\SponsorshipRequestListener'] = new \App\EventListener\SponsorshipRequest\SponsorshipRequestListener(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
}
/**
* Gets the private 'App\EventListener\UserListener' shared autowired service.
*
* @return \App\EventListener\UserListener
*/
protected function getUserListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/UserListener.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\EventListener\\UserListener'])) {
return $this->privates['App\\EventListener\\UserListener'];
}
return $this->privates['App\\EventListener\\UserListener'] = new \App\EventListener\UserListener(($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService()), ($this->privates['App\\Manager\\CRM\\YeesssManager'] ?? $this->getYeesssManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->privates['App\\Manager\\CRM\\SalesforceManager'] ?? $this->getSalesforceManagerService()), ($this->privates['App\\Manager\\CRM\\IsoskeleManager'] ?? $this->getIsoskeleManagerService()));
}
/**
* Gets the private 'App\EventSubscriber\KnpMenuBuilderSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\KnpMenuBuilderSubscriber
*/
protected function getKnpMenuBuilderSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/KnpMenuBuilderSubscriber.php';
$a = ($this->privates['App\\Manager\\KnpMenuManager'] ?? $this->getKnpMenuManagerService());
if (isset($this->privates['App\\EventSubscriber\\KnpMenuBuilderSubscriber'])) {
return $this->privates['App\\EventSubscriber\\KnpMenuBuilderSubscriber'];
}
return $this->privates['App\\EventSubscriber\\KnpMenuBuilderSubscriber'] = new \App\EventSubscriber\KnpMenuBuilderSubscriber($a);
}
/**
* Gets the private 'App\EventSubscriber\LogoutSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\LogoutSubscriber
*/
protected function getLogoutSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/LogoutSubscriber.php';
return $this->privates['App\\EventSubscriber\\LogoutSubscriber'] = new \App\EventSubscriber\LogoutSubscriber(($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\EventSubscriber\NavbarUserSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\NavbarUserSubscriber
*/
protected function getNavbarUserSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/NavbarUserSubscriber.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\EventSubscriber\\NavbarUserSubscriber'])) {
return $this->privates['App\\EventSubscriber\\NavbarUserSubscriber'];
}
return $this->privates['App\\EventSubscriber\\NavbarUserSubscriber'] = new \App\EventSubscriber\NavbarUserSubscriber($a, ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\EventSubscriber\RequestSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\RequestSubscriber
*/
protected function getRequestSubscriberService()
{
return $this->privates['App\\EventSubscriber\\RequestSubscriber'] = new \App\EventSubscriber\RequestSubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'App\EventSubscriber\ResolveMediaObjectContentUrlSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\ResolveMediaObjectContentUrlSubscriber
*/
protected function getResolveMediaObjectContentUrlSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ResolveMediaObjectContentUrlSubscriber.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\EventSubscriber\\ResolveMediaObjectContentUrlSubscriber'])) {
return $this->privates['App\\EventSubscriber\\ResolveMediaObjectContentUrlSubscriber'];
}
return $this->privates['App\\EventSubscriber\\ResolveMediaObjectContentUrlSubscriber'] = new \App\EventSubscriber\ResolveMediaObjectContentUrlSubscriber(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'App\EventSubscriber\Security\UserPasswordEncoder' shared autowired service.
*
* @return \App\EventSubscriber\Security\UserPasswordEncoder
*/
protected function getUserPasswordEncoderService()
{
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Security/UserPasswordEncoder.php';
return $this->privates['App\\EventSubscriber\\Security\\UserPasswordEncoder'] = new \App\EventSubscriber\Security\UserPasswordEncoder(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
}
/**
* Gets the private 'App\EventSubscriber\Validation\Operation\OperationSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\Validation\Operation\OperationSubscriber
*/
protected function getOperationSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Validation/Operation/OperationSubscriber.php';
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['App\\EventSubscriber\\Validation\\Operation\\OperationSubscriber'])) {
return $this->privates['App\\EventSubscriber\\Validation\\Operation\\OperationSubscriber'];
}
return $this->privates['App\\EventSubscriber\\Validation\\Operation\\OperationSubscriber'] = new \App\EventSubscriber\Validation\Operation\OperationSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
}
/**
* Gets the private 'App\EventSubscriber\Validation\ParticipationSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\Validation\ParticipationSubscriber
*/
protected function getParticipationSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Validation/ParticipationSubscriber.php';
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['App\\EventSubscriber\\Validation\\ParticipationSubscriber'])) {
return $this->privates['App\\EventSubscriber\\Validation\\ParticipationSubscriber'];
}
return $this->privates['App\\EventSubscriber\\Validation\\ParticipationSubscriber'] = new \App\EventSubscriber\Validation\ParticipationSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
}
/**
* Gets the private 'App\EventSubscriber\Validation\UserSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\Validation\UserSubscriber
*/
protected function getUserSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Validation/UserSubscriber.php';
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['App\\EventSubscriber\\Validation\\UserSubscriber'])) {
return $this->privates['App\\EventSubscriber\\Validation\\UserSubscriber'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\EventSubscriber\\Validation\\UserSubscriber'])) {
return $this->privates['App\\EventSubscriber\\Validation\\UserSubscriber'];
}
return $this->privates['App\\EventSubscriber\\Validation\\UserSubscriber'] = new \App\EventSubscriber\Validation\UserSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, $b);
}
/**
* Gets the private 'App\Filter\RecipeIngredientFilter' shared autowired service.
*
* @return \App\Filter\RecipeIngredientFilter
*/
protected function getRecipeIngredientFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/src/Filter/RecipeIngredientFilter.php';
return $this->privates['App\\Filter\\RecipeIngredientFilter'] = new \App\Filter\RecipeIngredientFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Filter\RecipeTypeFilter' shared autowired service.
*
* @return \App\Filter\RecipeTypeFilter
*/
protected function getRecipeTypeFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/src/Filter/RecipeTypeFilter.php';
return $this->privates['App\\Filter\\RecipeTypeFilter'] = new \App\Filter\RecipeTypeFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Form\Blog\BlogSearchType' shared autowired service.
*
* @return \App\Form\Blog\BlogSearchType
*/
protected function getBlogSearchTypeService()
{
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/Blog/BlogSearchType.php';
return $this->privates['App\\Form\\Blog\\BlogSearchType'] = new \App\Form\Blog\BlogSearchType();
}
/**
* Gets the private 'App\Form\Blog\BlogType' shared autowired service.
*
* @return \App\Form\Blog\BlogType
*/
protected function getBlogTypeService()
{
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/Blog/BlogType.php';
return $this->privates['App\\Form\\Blog\\BlogType'] = new \App\Form\Blog\BlogType();
}
/**
* Gets the private 'App\Form\Blog\MediaBlogType' shared autowired service.
*
* @return \App\Form\Blog\MediaBlogType
*/
protected function getMediaBlogTypeService()
{
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/Blog/MediaBlogType.php';
return $this->privates['App\\Form\\Blog\\MediaBlogType'] = new \App\Form\Blog\MediaBlogType();
}
/**
* Gets the private 'App\Form\Blog\MediaCodeGiftType' shared autowired service.
*
* @return \App\Form\Blog\MediaCodeGiftType
*/
protected function getMediaCodeGiftTypeService()
{
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/Blog/MediaCodeGiftType.php';
return $this->privates['App\\Form\\Blog\\MediaCodeGiftType'] = new \App\Form\Blog\MediaCodeGiftType();
}
/**
* Gets the private 'App\Form\Blog\MediaThumbnailBlogType' shared autowired service.
*
* @return \App\Form\Blog\MediaThumbnailBlogType
*/
protected function getMediaThumbnailBlogTypeService()
{
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/Blog/MediaThumbnailBlogType.php';
return $this->privates['App\\Form\\Blog\\MediaThumbnailBlogType'] = new \App\Form\Blog\MediaThumbnailBlogType();
}
/**
* Gets the private 'App\Form\Catalog\GiftCodeSearchType' shared autowired service.
*
* @return \App\Form\Catalog\GiftCodeSearchType
*/
protected function getGiftCodeSearchTypeService()
{
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/Catalog/GiftCodeSearchType.php';
return $this->privates['App\\Form\\Catalog\\GiftCodeSearchType'] = new \App\Form\Catalog\GiftCodeSearchType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\Catalog\GiftLevelType' shared autowired service.
*
* @return \App\Form\Catalog\GiftLevelType
*/
protected function getGiftLevelTypeService()
{
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/Catalog/GiftLevelType.php';
return $this->privates['App\\Form\\Catalog\\GiftLevelType'] = new \App\Form\Catalog\GiftLevelType();
}
/**
* Gets the private 'App\Form\Catalog\GiftSearchType' shared autowired service.
*
* @return \App\Form\Catalog\GiftSearchType
*/
protected function getGiftSearchTypeService()
{
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/Catalog/GiftSearchType.php';
return $this->privates['App\\Form\\Catalog\\GiftSearchType'] = new \App\Form\Catalog\GiftSearchType();
}
/**
* Gets the private 'App\Form\Catalog\GiftType' shared autowired service.
*
* @return \App\Form\Catalog\GiftType
*/
protected function getGiftTypeService()
{
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/Catalog/GiftType.php';
$a = ($this->privates['App\\Service\\Api\\Shannon\\Shannon'] ?? $this->getShannonService());
if (isset($this->privates['App\\Form\\Catalog\\GiftType'])) {
return $this->privates['App\\Form\\Catalog\\GiftType'];
}
return $this->privates['App\\Form\\Catalog\\GiftType'] = new \App\Form\Catalog\GiftType($a, ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\CookiesType' shared autowired service.
*
* @return \App\Form\CookiesType
*/
protected function getCookiesTypeService()
{
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/CookiesType.php';
return $this->privates['App\\Form\\CookiesType'] = new \App\Form\CookiesType();
}
/**
* Gets the private 'App\Form\DisplayElementType' shared autowired service.
*
* @return \App\Form\DisplayElementType
*/
protected function getDisplayElementTypeService()
{
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/DisplayElementType.php';
return $this->privates['App\\Form\\DisplayElementType'] = new \App\Form\DisplayElementType();
}
/**
* Gets the private 'App\Form\Faq\FaqType' shared autowired service.
*
* @return \App\Form\Faq\FaqType
*/
protected function getFaqTypeService()
{
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/Faq/FaqType.php';
return $this->privates['App\\Form\\Faq\\FaqType'] = new \App\Form\Faq\FaqType();
}
/**
* Gets the private 'App\Form\Knowledge\KnowledgeResponseType' shared autowired service.
*
* @return \App\Form\Knowledge\KnowledgeResponseType
*/
protected function getKnowledgeResponseTypeService()
{
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/Knowledge/KnowledgeResponseType.php';
return $this->privates['App\\Form\\Knowledge\\KnowledgeResponseType'] = new \App\Form\Knowledge\KnowledgeResponseType();
}
/**
* Gets the private 'App\Form\Knowledge\KnowledgeType' shared autowired service.
*
* @return \App\Form\Knowledge\KnowledgeType
*/
protected function getKnowledgeTypeService()
{
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/Knowledge/KnowledgeType.php';
return $this->privates['App\\Form\\Knowledge\\KnowledgeType'] = new \App\Form\Knowledge\KnowledgeType();
}
/**
* Gets the private 'App\Form\MediaObject\MediaCodeDrawType' shared autowired service.
*
* @return \App\Form\MediaObject\MediaCodeDrawType
*/
protected function getMediaCodeDrawTypeService()
{
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/MediaObject/MediaCodeDrawType.php';
return $this->privates['App\\Form\\MediaObject\\MediaCodeDrawType'] = new \App\Form\MediaObject\MediaCodeDrawType();
}
/**
* Gets the private 'App\Form\MediaObject\MediaCodeOdrType' shared autowired service.
*
* @return \App\Form\MediaObject\MediaCodeOdrType
*/
protected function getMediaCodeOdrTypeService()
{
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/MediaObject/MediaCodeOdrType.php';
return $this->privates['App\\Form\\MediaObject\\MediaCodeOdrType'] = new \App\Form\MediaObject\MediaCodeOdrType();
}
/**
* Gets the private 'App\Form\MediaObject\MediaGiftType' shared autowired service.
*
* @return \App\Form\MediaObject\MediaGiftType
*/
protected function getMediaGiftTypeService()
{
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/MediaObject/MediaGiftType.php';
return $this->privates['App\\Form\\MediaObject\\MediaGiftType'] = new \App\Form\MediaObject\MediaGiftType();
}
/**
* Gets the private 'App\Form\MediaObject\MediaImageType' shared autowired service.
*
* @return \App\Form\MediaObject\MediaImageType
*/
protected function getMediaImageTypeService()
{
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/MediaObject/MediaImageType.php';
return $this->privates['App\\Form\\MediaObject\\MediaImageType'] = new \App\Form\MediaObject\MediaImageType();
}
/**
* Gets the private 'App\Form\MediaObject\MediaObjectType' shared autowired service.
*
* @return \App\Form\MediaObject\MediaObjectType
*/
protected function getMediaObjectTypeService()
{
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/MediaObject/MediaObjectType.php';
return $this->privates['App\\Form\\MediaObject\\MediaObjectType'] = new \App\Form\MediaObject\MediaObjectType();
}
/**
* Gets the private 'App\Form\MediaObject\MediaParticipationType' shared autowired service.
*
* @return \App\Form\MediaObject\MediaParticipationType
*/
protected function getMediaParticipationTypeService()
{
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/MediaObject/MediaParticipationType.php';
return $this->privates['App\\Form\\MediaObject\\MediaParticipationType'] = new \App\Form\MediaObject\MediaParticipationType();
}
/**
* Gets the private 'App\Form\MediaObject\MediaPdfEditType' shared autowired service.
*
* @return \App\Form\MediaObject\MediaPdfEditType
*/
protected function getMediaPdfEditTypeService()
{
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/MediaObject/MediaPdfEditType.php';
return $this->privates['App\\Form\\MediaObject\\MediaPdfEditType'] = new \App\Form\MediaObject\MediaPdfEditType();
}
/**
* Gets the private 'App\Form\MediaObject\MediaPdfType' shared autowired service.
*
* @return \App\Form\MediaObject\MediaPdfType
*/
protected function getMediaPdfTypeService()
{
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/MediaObject/MediaPdfType.php';
return $this->privates['App\\Form\\MediaObject\\MediaPdfType'] = new \App\Form\MediaObject\MediaPdfType();
}
/**
* Gets the private 'App\Form\MediaObject\MediaPromotionType' shared autowired service.
*
* @return \App\Form\MediaObject\MediaPromotionType
*/
protected function getMediaPromotionTypeService()
{
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/MediaObject/MediaPromotionType.php';
return $this->privates['App\\Form\\MediaObject\\MediaPromotionType'] = new \App\Form\MediaObject\MediaPromotionType();
}
/**
* Gets the private 'App\Form\MediaObject\MediaThumbnailGiftType' shared autowired service.
*
* @return \App\Form\MediaObject\MediaThumbnailGiftType
*/
protected function getMediaThumbnailGiftTypeService()
{
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/MediaObject/MediaThumbnailGiftType.php';
return $this->privates['App\\Form\\MediaObject\\MediaThumbnailGiftType'] = new \App\Form\MediaObject\MediaThumbnailGiftType();
}
/**
* Gets the private 'App\Form\MentionLegalType' shared autowired service.
*
* @return \App\Form\MentionLegalType
*/
protected function getMentionLegalTypeService()
{
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/MentionLegalType.php';
return $this->privates['App\\Form\\MentionLegalType'] = new \App\Form\MentionLegalType();
}
/**
* Gets the private 'App\Form\MenuType' shared autowired service.
*
* @return \App\Form\MenuType
*/
protected function getMenuTypeService()
{
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/MenuType.php';
return $this->privates['App\\Form\\MenuType'] = new \App\Form\MenuType();
}
/**
* Gets the private 'App\Form\NewsletterSubscriptionType' shared autowired service.
*
* @return \App\Form\NewsletterSubscriptionType
*/
protected function getNewsletterSubscriptionTypeService()
{
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/NewsletterSubscriptionType.php';
return $this->privates['App\\Form\\NewsletterSubscriptionType'] = new \App\Form\NewsletterSubscriptionType();
}
/**
* Gets the private 'App\Form\OperationCode\DrawCodeSearchType' shared autowired service.
*
* @return \App\Form\OperationCode\DrawCodeSearchType
*/
protected function getDrawCodeSearchTypeService()
{
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/OperationCode/DrawCodeSearchType.php';
return $this->privates['App\\Form\\OperationCode\\DrawCodeSearchType'] = new \App\Form\OperationCode\DrawCodeSearchType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\OperationCode\OdrCodeSearchType' shared autowired service.
*
* @return \App\Form\OperationCode\OdrCodeSearchType
*/
protected function getOdrCodeSearchTypeService()
{
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/OperationCode/OdrCodeSearchType.php';
return $this->privates['App\\Form\\OperationCode\\OdrCodeSearchType'] = new \App\Form\OperationCode\OdrCodeSearchType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\Operation\Coupon\CouponNonIntegratedSearchType' shared autowired service.
*
* @return \App\Form\Operation\Coupon\CouponNonIntegratedSearchType
*/
protected function getCouponNonIntegratedSearchTypeService()
{
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/Operation/Coupon/CouponNonIntegratedSearchType.php';
return $this->privates['App\\Form\\Operation\\Coupon\\CouponNonIntegratedSearchType'] = new \App\Form\Operation\Coupon\CouponNonIntegratedSearchType();
}
/**
* Gets the private 'App\Form\Operation\Coupon\CouponSearchType' shared autowired service.
*
* @return \App\Form\Operation\Coupon\CouponSearchType
*/
protected function getCouponSearchTypeService()
{
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/Operation/Coupon/CouponSearchType.php';
return $this->privates['App\\Form\\Operation\\Coupon\\CouponSearchType'] = new \App\Form\Operation\Coupon\CouponSearchType();
}
/**
* Gets the private 'App\Form\Operation\Coupon\CouponType' shared autowired service.
*
* @return \App\Form\Operation\Coupon\CouponType
*/
protected function getCouponTypeService()
{
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/Operation/Coupon/CouponType.php';
return $this->privates['App\\Form\\Operation\\Coupon\\CouponType'] = new \App\Form\Operation\Coupon\CouponType();
}
/**
* Gets the private 'App\Form\Operation\Coupon\DetailsCouponType' shared autowired service.
*
* @return \App\Form\Operation\Coupon\DetailsCouponType
*/
protected function getDetailsCouponTypeService()
{
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/Operation/Coupon/DetailsCouponType.php';
return $this->privates['App\\Form\\Operation\\Coupon\\DetailsCouponType'] = new \App\Form\Operation\Coupon\DetailsCouponType();
}
/**
* Gets the private 'App\Form\Operation\Coupon\MediaCouponType' shared autowired service.
*
* @return \App\Form\Operation\Coupon\MediaCouponType
*/
protected function getMediaCouponTypeService()
{
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/Operation/Coupon/MediaCouponType.php';
return $this->privates['App\\Form\\Operation\\Coupon\\MediaCouponType'] = new \App\Form\Operation\Coupon\MediaCouponType();
}
/**
* Gets the private 'App\Form\Operation\Draw\DrawEmailType' shared autowired service.
*
* @return \App\Form\Operation\Draw\DrawEmailType
*/
protected function getDrawEmailTypeService()
{
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/Operation/Draw/DrawEmailType.php';
return $this->privates['App\\Form\\Operation\\Draw\\DrawEmailType'] = new \App\Form\Operation\Draw\DrawEmailType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\Operation\Draw\DrawSearchType' shared autowired service.
*
* @return \App\Form\Operation\Draw\DrawSearchType
*/
protected function getDrawSearchTypeService()
{
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/Operation/Draw/DrawSearchType.php';
return $this->privates['App\\Form\\Operation\\Draw\\DrawSearchType'] = new \App\Form\Operation\Draw\DrawSearchType();
}
/**
* Gets the private 'App\Form\Operation\Draw\DrawType' shared autowired service.
*
* @return \App\Form\Operation\Draw\DrawType
*/
protected function getDrawTypeService()
{
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/Operation/Draw/DrawType.php';
$a = ($this->privates['App\\Service\\Api\\Shannon\\Shannon'] ?? $this->getShannonService());
if (isset($this->privates['App\\Form\\Operation\\Draw\\DrawType'])) {
return $this->privates['App\\Form\\Operation\\Draw\\DrawType'];
}
return $this->privates['App\\Form\\Operation\\Draw\\DrawType'] = new \App\Form\Operation\Draw\DrawType($a, ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\Operation\Draw\MediaDesktopDrawType' shared autowired service.
*
* @return \App\Form\Operation\Draw\MediaDesktopDrawType
*/
protected function getMediaDesktopDrawTypeService()
{
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/Operation/Draw/MediaDesktopDrawType.php';
return $this->privates['App\\Form\\Operation\\Draw\\MediaDesktopDrawType'] = new \App\Form\Operation\Draw\MediaDesktopDrawType();
}
/**
* Gets the private 'App\Form\Operation\Draw\MediaMobileDrawType' shared autowired service.
*
* @return \App\Form\Operation\Draw\MediaMobileDrawType
*/
protected function getMediaMobileDrawTypeService()
{
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/Operation/Draw/MediaMobileDrawType.php';
return $this->privates['App\\Form\\Operation\\Draw\\MediaMobileDrawType'] = new \App\Form\Operation\Draw\MediaMobileDrawType();
}
/**
* Gets the private 'App\Form\Operation\Draw\MediaPdfDrawType' shared autowired service.
*
* @return \App\Form\Operation\Draw\MediaPdfDrawType
*/
protected function getMediaPdfDrawTypeService()
{
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/Operation/Draw/MediaPdfDrawType.php';
return $this->privates['App\\Form\\Operation\\Draw\\MediaPdfDrawType'] = new \App\Form\Operation\Draw\MediaPdfDrawType();
}
/**
* Gets the private 'App\Form\Operation\Draw\MediaThumbnailDrawType' shared autowired service.
*
* @return \App\Form\Operation\Draw\MediaThumbnailDrawType
*/
protected function getMediaThumbnailDrawTypeService()
{
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/Operation/Draw/MediaThumbnailDrawType.php';
return $this->privates['App\\Form\\Operation\\Draw\\MediaThumbnailDrawType'] = new \App\Form\Operation\Draw\MediaThumbnailDrawType();
}
/**
* Gets the private 'App\Form\Operation\Draw\SogecEditDrawType' shared autowired service.
*
* @return \App\Form\Operation\Draw\SogecEditDrawType
*/
protected function getSogecEditDrawTypeService()
{
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/Operation/Draw/SogecEditDrawType.php';
$a = ($this->privates['App\\Service\\Api\\Shannon\\Shannon'] ?? $this->getShannonService());
if (isset($this->privates['App\\Form\\Operation\\Draw\\SogecEditDrawType'])) {
return $this->privates['App\\Form\\Operation\\Draw\\SogecEditDrawType'];
}
return $this->privates['App\\Form\\Operation\\Draw\\SogecEditDrawType'] = new \App\Form\Operation\Draw\SogecEditDrawType($a, ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'App\Form\Operation\Game\GameSearchType' shared autowired service.
*
* @return \App\Form\Operation\Game\GameSearchType
*/
protected function getGameSearchTypeService()
{
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/Operation/Game/GameSearchType.php';
return $this->privates['App\\Form\\Operation\\Game\\GameSearchType'] = new \App\Form\Operation\Game\GameSearchType();
}
/**
* Gets the private 'App\Form\Operation\Game\GameType' shared autowired service.
*
* @return \App\Form\Operation\Game\GameType
*/
protected function getGameTypeService()
{
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/Operation/Game/GameType.php';
return $this->privates['App\\Form\\Operation\\Game\\GameType'] = new \App\Form\Operation\Game\GameType();
}
/**
* Gets the private 'App\Form\Operation\Game\MediaGameType' shared autowired service.
*
* @return \App\Form\Operation\Game\MediaGameType
*/
protected function getMediaGameTypeService()
{
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/Operation/Game/MediaGameType.php';
return $this->privates['App\\Form\\Operation\\Game\\MediaGameType'] = new \App\Form\Operation\Game\MediaGameType();
}
/**
* Gets the private 'App\Form\Operation\Game\MediaMobileGameType' shared autowired service.
*
* @return \App\Form\Operation\Game\MediaMobileGameType
*/
protected function getMediaMobileGameTypeService()
{
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/Operation/Game/MediaMobileGameType.php';
return $this->privates['App\\Form\\Operation\\Game\\MediaMobileGameType'] = new \App\Form\Operation\Game\MediaMobileGameType();
}
/**
* Gets the private 'App\Form\Operation\MultiOffer\DepartmentType' shared autowired service.
*
* @return \App\Form\Operation\MultiOffer\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/Operation/MultiOffer/DepartmentType.php';
return $this->privates['App\\Form\\Operation\\MultiOffer\\DepartmentType'] = new \App\Form\Operation\MultiOffer\DepartmentType();
}
/**
* Gets the private 'App\Form\Operation\MultiOffer\DetailsMultiOfferType' shared autowired service.
*
* @return \App\Form\Operation\MultiOffer\DetailsMultiOfferType
*/
protected function getDetailsMultiOfferTypeService()
{
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/Operation/MultiOffer/DetailsMultiOfferType.php';
return $this->privates['App\\Form\\Operation\\MultiOffer\\DetailsMultiOfferType'] = new \App\Form\Operation\MultiOffer\DetailsMultiOfferType();
}
/**
* Gets the private 'App\Form\Operation\MultiOffer\EanType' shared autowired service.
*
* @return \App\Form\Operation\MultiOffer\EanType
*/
protected function getEanTypeService()
{
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/Operation/MultiOffer/EanType.php';
return $this->privates['App\\Form\\Operation\\MultiOffer\\EanType'] = new \App\Form\Operation\MultiOffer\EanType();
}
/**
* Gets the private 'App\Form\Operation\MultiOffer\MediaMultiOfferType' shared autowired service.
*
* @return \App\Form\Operation\MultiOffer\MediaMultiOfferType
*/
protected function getMediaMultiOfferTypeService()
{
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/Operation/MultiOffer/MediaMultiOfferType.php';
return $this->privates['App\\Form\\Operation\\MultiOffer\\MediaMultiOfferType'] = new \App\Form\Operation\MultiOffer\MediaMultiOfferType();
}
/**
* Gets the private 'App\Form\Operation\MultiOffer\MultiOfferSearchType' shared autowired service.
*
* @return \App\Form\Operation\MultiOffer\MultiOfferSearchType
*/
protected function getMultiOfferSearchTypeService()
{
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/Operation/MultiOffer/MultiOfferSearchType.php';
return $this->privates['App\\Form\\Operation\\MultiOffer\\MultiOfferSearchType'] = new \App\Form\Operation\MultiOffer\MultiOfferSearchType();
}
/**
* Gets the private 'App\Form\Operation\MultiOffer\MultiOfferType' shared autowired service.
*
* @return \App\Form\Operation\MultiOffer\MultiOfferType
*/
protected function getMultiOfferTypeService()
{
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/Operation/MultiOffer/MultiOfferType.php';
return $this->privates['App\\Form\\Operation\\MultiOffer\\MultiOfferType'] = new \App\Form\Operation\MultiOffer\MultiOfferType();
}
/**
* Gets the private 'App\Form\Operation\Odr\DetailsOdrType' shared autowired service.
*
* @return \App\Form\Operation\Odr\DetailsOdrType
*/
protected function getDetailsOdrTypeService()
{
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/Operation/Odr/DetailsOdrType.php';
return $this->privates['App\\Form\\Operation\\Odr\\DetailsOdrType'] = new \App\Form\Operation\Odr\DetailsOdrType();
}
/**
* Gets the private 'App\Form\Operation\Odr\MediaDesktopOdrType' shared autowired service.
*
* @return \App\Form\Operation\Odr\MediaDesktopOdrType
*/
protected function getMediaDesktopOdrTypeService()
{
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/Operation/Odr/MediaDesktopOdrType.php';
return $this->privates['App\\Form\\Operation\\Odr\\MediaDesktopOdrType'] = new \App\Form\Operation\Odr\MediaDesktopOdrType();
}
/**
* Gets the private 'App\Form\Operation\Odr\MediaMobileOdrType' shared autowired service.
*
* @return \App\Form\Operation\Odr\MediaMobileOdrType
*/
protected function getMediaMobileOdrTypeService()
{
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/Operation/Odr/MediaMobileOdrType.php';
return $this->privates['App\\Form\\Operation\\Odr\\MediaMobileOdrType'] = new \App\Form\Operation\Odr\MediaMobileOdrType();
}
/**
* Gets the private 'App\Form\Operation\Odr\MediaPdfOdrType' shared autowired service.
*
* @return \App\Form\Operation\Odr\MediaPdfOdrType
*/
protected function getMediaPdfOdrTypeService()
{
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/Operation/Odr/MediaPdfOdrType.php';
return $this->privates['App\\Form\\Operation\\Odr\\MediaPdfOdrType'] = new \App\Form\Operation\Odr\MediaPdfOdrType();
}
/**
* Gets the private 'App\Form\Operation\Odr\MediaThumbnailOdrType' shared autowired service.
*
* @return \App\Form\Operation\Odr\MediaThumbnailOdrType
*/
protected function getMediaThumbnailOdrTypeService()
{
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/Operation/Odr/MediaThumbnailOdrType.php';
return $this->privates['App\\Form\\Operation\\Odr\\MediaThumbnailOdrType'] = new \App\Form\Operation\Odr\MediaThumbnailOdrType();
}
/**
* Gets the private 'App\Form\Operation\Odr\OdrType' shared autowired service.
*
* @return \App\Form\Operation\Odr\OdrType
*/
protected function getOdrTypeService()
{
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/Operation/Odr/OdrType.php';
return $this->privates['App\\Form\\Operation\\Odr\\OdrType'] = new \App\Form\Operation\Odr\OdrType();
}
/**
* Gets the private 'App\Form\Participation\ParticipationSearchType' shared autowired service.
*
* @return \App\Form\Participation\ParticipationSearchType
*/
protected function getParticipationSearchTypeService()
{
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/Participation/ParticipationSearchType.php';
return $this->privates['App\\Form\\Participation\\ParticipationSearchType'] = new \App\Form\Participation\ParticipationSearchType();
}
/**
* Gets the private 'App\Form\PersonalDataType' shared autowired service.
*
* @return \App\Form\PersonalDataType
*/
protected function getPersonalDataTypeService()
{
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/PersonalDataType.php';
return $this->privates['App\\Form\\PersonalDataType'] = new \App\Form\PersonalDataType();
}
/**
* Gets the private 'App\Form\Recipe\IngredientOfferSearchType' shared autowired service.
*
* @return \App\Form\Recipe\IngredientOfferSearchType
*/
protected function getIngredientOfferSearchTypeService()
{
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/Recipe/IngredientOfferSearchType.php';
return $this->privates['App\\Form\\Recipe\\IngredientOfferSearchType'] = new \App\Form\Recipe\IngredientOfferSearchType(($this->privates['App\\Repository\\Recipe\\IngredientRepository'] ?? $this->getIngredientRepositoryService()));
}
/**
* Gets the private 'App\Form\Recipe\IngredientSearchType' shared autowired service.
*
* @return \App\Form\Recipe\IngredientSearchType
*/
protected function getIngredientSearchTypeService()
{
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/Recipe/IngredientSearchType.php';
return $this->privates['App\\Form\\Recipe\\IngredientSearchType'] = new \App\Form\Recipe\IngredientSearchType();
}
/**
* Gets the private 'App\Form\Recipe\IngredientType' shared autowired service.
*
* @return \App\Form\Recipe\IngredientType
*/
protected function getIngredientTypeService()
{
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/Recipe/IngredientType.php';
return $this->privates['App\\Form\\Recipe\\IngredientType'] = new \App\Form\Recipe\IngredientType();
}
/**
* Gets the private 'App\Form\Recipe\MediaRecipeType' shared autowired service.
*
* @return \App\Form\Recipe\MediaRecipeType
*/
protected function getMediaRecipeTypeService()
{
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/Recipe/MediaRecipeType.php';
return $this->privates['App\\Form\\Recipe\\MediaRecipeType'] = new \App\Form\Recipe\MediaRecipeType();
}
/**
* Gets the private 'App\Form\Recipe\RecipeFormType' shared autowired service.
*
* @return \App\Form\Recipe\RecipeFormType
*/
protected function getRecipeFormTypeService()
{
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/Recipe/RecipeFormType.php';
return $this->privates['App\\Form\\Recipe\\RecipeFormType'] = new \App\Form\Recipe\RecipeFormType();
}
/**
* Gets the private 'App\Form\Recipe\RecipeIngredientType' shared autowired service.
*
* @return \App\Form\Recipe\RecipeIngredientType
*/
protected function getRecipeIngredientTypeService()
{
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/Recipe/RecipeIngredientType.php';
return $this->privates['App\\Form\\Recipe\\RecipeIngredientType'] = new \App\Form\Recipe\RecipeIngredientType();
}
/**
* Gets the private 'App\Form\Recipe\RecipeSearchType' shared autowired service.
*
* @return \App\Form\Recipe\RecipeSearchType
*/
protected function getRecipeSearchTypeService()
{
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/Recipe/RecipeSearchType.php';
$a = ($this->privates['App\\Repository\\Operation\\MultiOfferRepository'] ?? $this->getMultiOfferRepositoryService());
if (isset($this->privates['App\\Form\\Recipe\\RecipeSearchType'])) {
return $this->privates['App\\Form\\Recipe\\RecipeSearchType'];
}
$b = ($this->privates['App\\Repository\\Operation\\CouponRepository'] ?? $this->getCouponRepositoryService());
if (isset($this->privates['App\\Form\\Recipe\\RecipeSearchType'])) {
return $this->privates['App\\Form\\Recipe\\RecipeSearchType'];
}
$c = ($this->privates['App\\Repository\\Operation\\OdrRepository'] ?? $this->getOdrRepositoryService());
if (isset($this->privates['App\\Form\\Recipe\\RecipeSearchType'])) {
return $this->privates['App\\Form\\Recipe\\RecipeSearchType'];
}
return $this->privates['App\\Form\\Recipe\\RecipeSearchType'] = new \App\Form\Recipe\RecipeSearchType($a, $b, $c);
}
/**
* Gets the private 'App\Form\Recipe\RecipeTypeFormType' shared autowired service.
*
* @return \App\Form\Recipe\RecipeTypeFormType
*/
protected function getRecipeTypeFormTypeService()
{
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/Recipe/RecipeTypeFormType.php';
return $this->privates['App\\Form\\Recipe\\RecipeTypeFormType'] = new \App\Form\Recipe\RecipeTypeFormType();
}
/**
* Gets the private 'App\Form\RequestResetPasswordType' shared autowired service.
*
* @return \App\Form\RequestResetPasswordType
*/
protected function getRequestResetPasswordTypeService()
{
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/RequestResetPasswordType.php';
return $this->privates['App\\Form\\RequestResetPasswordType'] = new \App\Form\RequestResetPasswordType();
}
/**
* Gets the private 'App\Form\Security\PermissionType' shared autowired service.
*
* @return \App\Form\Security\PermissionType
*/
protected function getPermissionTypeService()
{
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/Security/PermissionType.php';
return $this->privates['App\\Form\\Security\\PermissionType'] = new \App\Form\Security\PermissionType();
}
/**
* Gets the private 'App\Form\Security\ProfileType' shared autowired service.
*
* @return \App\Form\Security\ProfileType
*/
protected function getProfileTypeService()
{
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/Security/ProfileType.php';
return $this->privates['App\\Form\\Security\\ProfileType'] = new \App\Form\Security\ProfileType();
}
/**
* Gets the private 'App\Form\Slider\MediaMobileSliderType' shared autowired service.
*
* @return \App\Form\Slider\MediaMobileSliderType
*/
protected function getMediaMobileSliderTypeService()
{
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/Slider/MediaMobileSliderType.php';
return $this->privates['App\\Form\\Slider\\MediaMobileSliderType'] = new \App\Form\Slider\MediaMobileSliderType();
}
/**
* Gets the private 'App\Form\Slider\MediaSliderType' shared autowired service.
*
* @return \App\Form\Slider\MediaSliderType
*/
protected function getMediaSliderTypeService()
{
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/Slider/MediaSliderType.php';
return $this->privates['App\\Form\\Slider\\MediaSliderType'] = new \App\Form\Slider\MediaSliderType();
}
/**
* Gets the private 'App\Form\Slider\SliderType' shared autowired service.
*
* @return \App\Form\Slider\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/Slider/SliderType.php';
return $this->privates['App\\Form\\Slider\\SliderType'] = new \App\Form\Slider\SliderType();
}
/**
* Gets the private 'App\Form\Sogec\MediaPdfDocumentationType' shared autowired service.
*
* @return \App\Form\Sogec\MediaPdfDocumentationType
*/
protected function getMediaPdfDocumentationTypeService()
{
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/Sogec/MediaPdfDocumentationType.php';
return $this->privates['App\\Form\\Sogec\\MediaPdfDocumentationType'] = new \App\Form\Sogec\MediaPdfDocumentationType();
}
/**
* Gets the private 'App\Form\Sogec\PromotionSearchType' shared autowired service.
*
* @return \App\Form\Sogec\PromotionSearchType
*/
protected function getPromotionSearchTypeService()
{
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/Sogec/PromotionSearchType.php';
return $this->privates['App\\Form\\Sogec\\PromotionSearchType'] = new \App\Form\Sogec\PromotionSearchType();
}
/**
* Gets the private 'App\Form\Sogec\PromotionType' shared autowired service.
*
* @return \App\Form\Sogec\PromotionType
*/
protected function getPromotionTypeService()
{
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/Sogec/PromotionType.php';
return $this->privates['App\\Form\\Sogec\\PromotionType'] = new \App\Form\Sogec\PromotionType();
}
/**
* Gets the private 'App\Form\Tag\BlogTagSearchType' shared autowired service.
*
* @return \App\Form\Tag\BlogTagSearchType
*/
protected function getBlogTagSearchTypeService()
{
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/Tag/BlogTagSearchType.php';
return $this->privates['App\\Form\\Tag\\BlogTagSearchType'] = new \App\Form\Tag\BlogTagSearchType();
}
/**
* Gets the private 'App\Form\Tag\BlogTagType' shared autowired service.
*
* @return \App\Form\Tag\BlogTagType
*/
protected function getBlogTagTypeService()
{
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/Tag/BlogTagType.php';
return $this->privates['App\\Form\\Tag\\BlogTagType'] = new \App\Form\Tag\BlogTagType();
}
/**
* Gets the private 'App\Form\Tas\TasSearchType' shared autowired service.
*
* @return \App\Form\Tas\TasSearchType
*/
protected function getTasSearchTypeService()
{
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/Tas/TasSearchType.php';
return $this->privates['App\\Form\\Tas\\TasSearchType'] = new \App\Form\Tas\TasSearchType();
}
/**
* Gets the private 'App\Form\Tas\TasType' shared autowired service.
*
* @return \App\Form\Tas\TasType
*/
protected function getTasTypeService()
{
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/Tas/TasType.php';
return $this->privates['App\\Form\\Tas\\TasType'] = new \App\Form\Tas\TasType();
}
/**
* 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\User\ConsumerSearchType' shared autowired service.
*
* @return \App\Form\User\ConsumerSearchType
*/
protected function getConsumerSearchTypeService()
{
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/User/ConsumerSearchType.php';
return $this->privates['App\\Form\\User\\ConsumerSearchType'] = new \App\Form\User\ConsumerSearchType();
}
/**
* Gets the private 'App\Form\User\IdentityType' shared autowired service.
*
* @return \App\Form\User\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/User/IdentityType.php';
return $this->privates['App\\Form\\User\\IdentityType'] = new \App\Form\User\IdentityType();
}
/**
* Gets the private 'App\Form\User\ReferentSearchType' shared autowired service.
*
* @return \App\Form\User\ReferentSearchType
*/
protected function getReferentSearchTypeService()
{
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/User/ReferentSearchType.php';
return $this->privates['App\\Form\\User\\ReferentSearchType'] = new \App\Form\User\ReferentSearchType();
}
/**
* Gets the private 'App\Form\User\ReferentType' shared autowired service.
*
* @return \App\Form\User\ReferentType
*/
protected function getReferentTypeService()
{
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/User/ReferentType.php';
return $this->privates['App\\Form\\User\\ReferentType'] = new \App\Form\User\ReferentType();
}
/**
* Gets the private 'App\Form\User\ResetPasswordType' shared autowired service.
*
* @return \App\Form\User\ResetPasswordType
*/
protected function getResetPasswordTypeService()
{
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/User/ResetPasswordType.php';
return $this->privates['App\\Form\\User\\ResetPasswordType'] = new \App\Form\User\ResetPasswordType();
}
/**
* Gets the private 'App\Form\User\StrateType' shared autowired service.
*
* @return \App\Form\User\StrateType
*/
protected function getStrateTypeService()
{
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/User/StrateType.php';
return $this->privates['App\\Form\\User\\StrateType'] = new \App\Form\User\StrateType();
}
/**
* Gets the private 'App\Form\User\UserSearchType' shared autowired service.
*
* @return \App\Form\User\UserSearchType
*/
protected function getUserSearchTypeService()
{
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/User/UserSearchType.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Form\\User\\UserSearchType'])) {
return $this->privates['App\\Form\\User\\UserSearchType'];
}
return $this->privates['App\\Form\\User\\UserSearchType'] = new \App\Form\User\UserSearchType($a);
}
/**
* Gets the private 'App\Form\User\UserType' shared autowired service.
*
* @return \App\Form\User\UserType
*/
protected function getUserType2Service()
{
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/User/UserType.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Form\\User\\UserType'])) {
return $this->privates['App\\Form\\User\\UserType'];
}
return $this->privates['App\\Form\\User\\UserType'] = new \App\Form\User\UserType(($this->privates['App\\Repository\\Company\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), $a);
}
/**
* Gets the private 'App\Form\WebsiteParams\GameParamsType' shared autowired service.
*
* @return \App\Form\WebsiteParams\GameParamsType
*/
protected function getGameParamsTypeService()
{
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/WebsiteParams/GameParamsType.php';
return $this->privates['App\\Form\\WebsiteParams\\GameParamsType'] = new \App\Form\WebsiteParams\GameParamsType();
}
/**
* Gets the private 'App\Form\WebsiteParams\MediaGameParamsType' shared autowired service.
*
* @return \App\Form\WebsiteParams\MediaGameParamsType
*/
protected function getMediaGameParamsTypeService()
{
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/WebsiteParams/MediaGameParamsType.php';
return $this->privates['App\\Form\\WebsiteParams\\MediaGameParamsType'] = new \App\Form\WebsiteParams\MediaGameParamsType();
}
/**
* Gets the private 'App\Form\WebsiteParams\ModuleParamsType' shared autowired service.
*
* @return \App\Form\WebsiteParams\ModuleParamsType
*/
protected function getModuleParamsTypeService()
{
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/WebsiteParams/ModuleParamsType.php';
$a = ($this->privates['App\\Service\\WebsiteParams\\ModuleParamsManager'] ?? $this->getModuleParamsManagerService());
if (isset($this->privates['App\\Form\\WebsiteParams\\ModuleParamsType'])) {
return $this->privates['App\\Form\\WebsiteParams\\ModuleParamsType'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Form\\WebsiteParams\\ModuleParamsType'])) {
return $this->privates['App\\Form\\WebsiteParams\\ModuleParamsType'];
}
return $this->privates['App\\Form\\WebsiteParams\\ModuleParamsType'] = new \App\Form\WebsiteParams\ModuleParamsType($a, $b);
}
/**
* Gets the private 'App\Manager\CRM\IsoskeleManager' shared autowired service.
*
* @return \App\Manager\CRM\IsoskeleManager
*/
protected function getIsoskeleManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/CRM/IsoskeleManager.php';
$a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['App\\Manager\\CRM\\IsoskeleManager'])) {
return $this->privates['App\\Manager\\CRM\\IsoskeleManager'];
}
return $this->privates['App\\Manager\\CRM\\IsoskeleManager'] = new \App\Manager\CRM\IsoskeleManager(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
}
/**
* Gets the private 'App\Manager\CRM\SalesforceManager' shared autowired service.
*
* @return \App\Manager\CRM\SalesforceManager
*/
protected function getSalesforceManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/CRM/SalesforceManager.php';
$a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['App\\Manager\\CRM\\SalesforceManager'])) {
return $this->privates['App\\Manager\\CRM\\SalesforceManager'];
}
return $this->privates['App\\Manager\\CRM\\SalesforceManager'] = new \App\Manager\CRM\SalesforceManager(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
}
/**
* Gets the private 'App\Manager\CRM\YeesssManager' shared autowired service.
*
* @return \App\Manager\CRM\YeesssManager
*/
protected function getYeesssManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/CRM/YeesssManager.php';
$a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
if (isset($this->privates['App\\Manager\\CRM\\YeesssManager'])) {
return $this->privates['App\\Manager\\CRM\\YeesssManager'];
}
$b = ($this->privates['App\\Manager\\Log\\HTTPRequestLogManager'] ?? $this->getHTTPRequestLogManagerService());
if (isset($this->privates['App\\Manager\\CRM\\YeesssManager'])) {
return $this->privates['App\\Manager\\CRM\\YeesssManager'];
}
$c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['App\\Manager\\CRM\\YeesssManager'])) {
return $this->privates['App\\Manager\\CRM\\YeesssManager'];
}
$d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\CRM\\YeesssManager'])) {
return $this->privates['App\\Manager\\CRM\\YeesssManager'];
}
return $this->privates['App\\Manager\\CRM\\YeesssManager'] = new \App\Manager\CRM\YeesssManager(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b, $c, $d);
}
/**
* Gets the private 'App\Manager\DepartmentManager' shared autowired service.
*
* @return \App\Manager\DepartmentManager
*/
protected function getDepartmentManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/DepartmentManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\DepartmentManager'])) {
return $this->privates['App\\Manager\\DepartmentManager'];
}
return $this->privates['App\\Manager\\DepartmentManager'] = new \App\Manager\DepartmentManager($a);
}
/**
* Gets the private 'App\Manager\Details\DetailsCouponManager' shared autowired service.
*
* @return \App\Manager\Details\DetailsCouponManager
*/
protected function getDetailsCouponManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/Details/DetailsCouponManager.php';
return $this->privates['App\\Manager\\Details\\DetailsCouponManager'] = new \App\Manager\Details\DetailsCouponManager();
}
/**
* Gets the private 'App\Manager\Details\DetailsOdrManager' shared autowired service.
*
* @return \App\Manager\Details\DetailsOdrManager
*/
protected function getDetailsOdrManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/Details/DetailsOdrManager.php';
return $this->privates['App\\Manager\\Details\\DetailsOdrManager'] = new \App\Manager\Details\DetailsOdrManager();
}
/**
* Gets the private 'App\Manager\Ean\EanManager' shared autowired service.
*
* @return \App\Manager\Ean\EanManager
*/
protected function getEanManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/ImportInterface.php';
include_once \dirname(__DIR__, 4).'/src/Manager/Ean/EanManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\Ean\\EanManager'])) {
return $this->privates['App\\Manager\\Ean\\EanManager'];
}
return $this->privates['App\\Manager\\Ean\\EanManager'] = new \App\Manager\Ean\EanManager($a, ($this->privates['App\\Helper\\GenericHelper'] ?? ($this->privates['App\\Helper\\GenericHelper'] = new \App\Helper\GenericHelper())));
}
/**
* Gets the private 'App\Manager\EligibilityManager' shared autowired service.
*
* @return \App\Manager\EligibilityManager
*/
protected function getEligibilityManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/EligibilityManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\EligibilityManager'])) {
return $this->privates['App\\Manager\\EligibilityManager'];
}
return $this->privates['App\\Manager\\EligibilityManager'] = new \App\Manager\EligibilityManager($a);
}
/**
* Gets the private 'App\Manager\Knowledge\KnowledgeManager' shared autowired service.
*
* @return \App\Manager\Knowledge\KnowledgeManager
*/
protected function getKnowledgeManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/Knowledge/KnowledgeManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\Knowledge\\KnowledgeManager'])) {
return $this->privates['App\\Manager\\Knowledge\\KnowledgeManager'];
}
return $this->privates['App\\Manager\\Knowledge\\KnowledgeManager'] = new \App\Manager\Knowledge\KnowledgeManager($a);
}
/**
* Gets the private 'App\Manager\KnpMenuManager' shared autowired service.
*
* @return \App\Manager\KnpMenuManager
*/
protected function getKnpMenuManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/KnpMenuManager.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Manager\\KnpMenuManager'])) {
return $this->privates['App\\Manager\\KnpMenuManager'];
}
$b = ($this->privates['App\\Manager\\User\\PermissionManager'] ?? $this->getPermissionManagerService());
if (isset($this->privates['App\\Manager\\KnpMenuManager'])) {
return $this->privates['App\\Manager\\KnpMenuManager'];
}
return $this->privates['App\\Manager\\KnpMenuManager'] = new \App\Manager\KnpMenuManager(($this->privates['App\\Repository\\MenuRepository'] ?? $this->getMenuRepositoryService()), $a, $b, ($this->privates['App\\Repository\\MediaObject\\MediaObjectRepository'] ?? $this->getMediaObjectRepositoryService()));
}
/**
* Gets the private 'App\Manager\Log\HTTPRequestLogManager' shared autowired service.
*
* @return \App\Manager\Log\HTTPRequestLogManager
*/
protected function getHTTPRequestLogManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/Log/HTTPRequestLogManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\Log\\HTTPRequestLogManager'])) {
return $this->privates['App\\Manager\\Log\\HTTPRequestLogManager'];
}
return $this->privates['App\\Manager\\Log\\HTTPRequestLogManager'] = new \App\Manager\Log\HTTPRequestLogManager($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Manager\MediaObject\MediaBlogManager' shared autowired service.
*
* @return \App\Manager\MediaObject\MediaBlogManager
*/
protected function getMediaBlogManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/MediaObject/MediaBlogManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\MediaObject\\MediaBlogManager'])) {
return $this->privates['App\\Manager\\MediaObject\\MediaBlogManager'];
}
return $this->privates['App\\Manager\\MediaObject\\MediaBlogManager'] = new \App\Manager\MediaObject\MediaBlogManager($a);
}
/**
* Gets the private 'App\Manager\MediaObject\MediaCodeDrawManager' shared autowired service.
*
* @return \App\Manager\MediaObject\MediaCodeDrawManager
*/
protected function getMediaCodeDrawManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/MediaObject/MediaCodeDrawManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\MediaObject\\MediaCodeDrawManager'])) {
return $this->privates['App\\Manager\\MediaObject\\MediaCodeDrawManager'];
}
return $this->privates['App\\Manager\\MediaObject\\MediaCodeDrawManager'] = new \App\Manager\MediaObject\MediaCodeDrawManager($a);
}
/**
* Gets the private 'App\Manager\MediaObject\MediaCodeGiftManager' shared autowired service.
*
* @return \App\Manager\MediaObject\MediaCodeGiftManager
*/
protected function getMediaCodeGiftManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/MediaObject/MediaCodeGiftManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\MediaObject\\MediaCodeGiftManager'])) {
return $this->privates['App\\Manager\\MediaObject\\MediaCodeGiftManager'];
}
return $this->privates['App\\Manager\\MediaObject\\MediaCodeGiftManager'] = new \App\Manager\MediaObject\MediaCodeGiftManager($a);
}
/**
* Gets the private 'App\Manager\MediaObject\MediaCodeOdrManager' shared autowired service.
*
* @return \App\Manager\MediaObject\MediaCodeOdrManager
*/
protected function getMediaCodeOdrManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/MediaObject/MediaCodeOdrManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\MediaObject\\MediaCodeOdrManager'])) {
return $this->privates['App\\Manager\\MediaObject\\MediaCodeOdrManager'];
}
return $this->privates['App\\Manager\\MediaObject\\MediaCodeOdrManager'] = new \App\Manager\MediaObject\MediaCodeOdrManager($a);
}
/**
* Gets the private 'App\Manager\MediaObject\MediaCouponManager' shared autowired service.
*
* @return \App\Manager\MediaObject\MediaCouponManager
*/
protected function getMediaCouponManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/MediaObject/MediaCouponManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\MediaObject\\MediaCouponManager'])) {
return $this->privates['App\\Manager\\MediaObject\\MediaCouponManager'];
}
return $this->privates['App\\Manager\\MediaObject\\MediaCouponManager'] = new \App\Manager\MediaObject\MediaCouponManager($a);
}
/**
* Gets the private 'App\Manager\MediaObject\MediaDrawManager' shared autowired service.
*
* @return \App\Manager\MediaObject\MediaDrawManager
*/
protected function getMediaDrawManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/MediaObject/MediaDrawManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\MediaObject\\MediaDrawManager'])) {
return $this->privates['App\\Manager\\MediaObject\\MediaDrawManager'];
}
return $this->privates['App\\Manager\\MediaObject\\MediaDrawManager'] = new \App\Manager\MediaObject\MediaDrawManager($a);
}
/**
* Gets the private 'App\Manager\MediaObject\MediaGameManager' shared autowired service.
*
* @return \App\Manager\MediaObject\MediaGameManager
*/
protected function getMediaGameManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/MediaObject/MediaGameManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\MediaObject\\MediaGameManager'])) {
return $this->privates['App\\Manager\\MediaObject\\MediaGameManager'];
}
return $this->privates['App\\Manager\\MediaObject\\MediaGameManager'] = new \App\Manager\MediaObject\MediaGameManager($a);
}
/**
* Gets the private 'App\Manager\MediaObject\MediaGameParamsManager' shared autowired service.
*
* @return \App\Manager\MediaObject\MediaGameParamsManager
*/
protected function getMediaGameParamsManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/MediaObject/MediaGameParamsManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\MediaObject\\MediaGameParamsManager'])) {
return $this->privates['App\\Manager\\MediaObject\\MediaGameParamsManager'];
}
return $this->privates['App\\Manager\\MediaObject\\MediaGameParamsManager'] = new \App\Manager\MediaObject\MediaGameParamsManager($a);
}
/**
* Gets the private 'App\Manager\MediaObject\MediaGiftManager' shared autowired service.
*
* @return \App\Manager\MediaObject\MediaGiftManager
*/
protected function getMediaGiftManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/MediaObject/MediaGiftManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\MediaObject\\MediaGiftManager'])) {
return $this->privates['App\\Manager\\MediaObject\\MediaGiftManager'];
}
return $this->privates['App\\Manager\\MediaObject\\MediaGiftManager'] = new \App\Manager\MediaObject\MediaGiftManager($a);
}
/**
* Gets the private 'App\Manager\MediaObject\MediaImageManager' shared autowired service.
*
* @return \App\Manager\MediaObject\MediaImageManager
*/
protected function getMediaImageManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/MediaObject/MediaImageManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\MediaObject\\MediaImageManager'])) {
return $this->privates['App\\Manager\\MediaObject\\MediaImageManager'];
}
return $this->privates['App\\Manager\\MediaObject\\MediaImageManager'] = new \App\Manager\MediaObject\MediaImageManager($a);
}
/**
* Gets the private 'App\Manager\MediaObject\MediaOdrManager' shared autowired service.
*
* @return \App\Manager\MediaObject\MediaOdrManager
*/
protected function getMediaOdrManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/MediaObject/MediaOdrManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\MediaObject\\MediaOdrManager'])) {
return $this->privates['App\\Manager\\MediaObject\\MediaOdrManager'];
}
return $this->privates['App\\Manager\\MediaObject\\MediaOdrManager'] = new \App\Manager\MediaObject\MediaOdrManager($a);
}
/**
* Gets the private 'App\Manager\MediaObject\MediaPdfManager' shared autowired service.
*
* @return \App\Manager\MediaObject\MediaPdfManager
*/
protected function getMediaPdfManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/MediaObject/MediaPdfManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\MediaObject\\MediaPdfManager'])) {
return $this->privates['App\\Manager\\MediaObject\\MediaPdfManager'];
}
return $this->privates['App\\Manager\\MediaObject\\MediaPdfManager'] = new \App\Manager\MediaObject\MediaPdfManager($a);
}
/**
* Gets the private 'App\Manager\MediaObject\MediaPromotionManager' shared autowired service.
*
* @return \App\Manager\MediaObject\MediaPromotionManager
*/
protected function getMediaPromotionManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/MediaObject/MediaPromotionManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\MediaObject\\MediaPromotionManager'])) {
return $this->privates['App\\Manager\\MediaObject\\MediaPromotionManager'];
}
return $this->privates['App\\Manager\\MediaObject\\MediaPromotionManager'] = new \App\Manager\MediaObject\MediaPromotionManager($a);
}
/**
* Gets the private 'App\Manager\MediaObject\MediaSliderManager' shared autowired service.
*
* @return \App\Manager\MediaObject\MediaSliderManager
*/
protected function getMediaSliderManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/MediaObject/MediaSliderManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\MediaObject\\MediaSliderManager'])) {
return $this->privates['App\\Manager\\MediaObject\\MediaSliderManager'];
}
return $this->privates['App\\Manager\\MediaObject\\MediaSliderManager'] = new \App\Manager\MediaObject\MediaSliderManager($a);
}
/**
* Gets the private 'App\Manager\MediaObject\MediaThumbnailBlogManager' shared autowired service.
*
* @return \App\Manager\MediaObject\MediaThumbnailBlogManager
*/
protected function getMediaThumbnailBlogManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/MediaObject/MediaThumbnailBlogManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\MediaObject\\MediaThumbnailBlogManager'])) {
return $this->privates['App\\Manager\\MediaObject\\MediaThumbnailBlogManager'];
}
return $this->privates['App\\Manager\\MediaObject\\MediaThumbnailBlogManager'] = new \App\Manager\MediaObject\MediaThumbnailBlogManager($a);
}
/**
* Gets the private 'App\Manager\MediaObject\MediaThumbnailGiftManager' shared autowired service.
*
* @return \App\Manager\MediaObject\MediaThumbnailGiftManager
*/
protected function getMediaThumbnailGiftManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/MediaObject/MediaThumbnailGiftManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\MediaObject\\MediaThumbnailGiftManager'])) {
return $this->privates['App\\Manager\\MediaObject\\MediaThumbnailGiftManager'];
}
return $this->privates['App\\Manager\\MediaObject\\MediaThumbnailGiftManager'] = new \App\Manager\MediaObject\MediaThumbnailGiftManager($a);
}
/**
* Gets the private 'App\Manager\NewsletterManager' shared autowired service.
*
* @return \App\Manager\NewsletterManager
*/
protected function getNewsletterManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/NewsletterManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\NewsletterManager'])) {
return $this->privates['App\\Manager\\NewsletterManager'];
}
return $this->privates['App\\Manager\\NewsletterManager'] = new \App\Manager\NewsletterManager($a);
}
/**
* Gets the private 'App\Manager\OperationCode\DrawCodeManager' shared autowired service.
*
* @return \App\Manager\OperationCode\DrawCodeManager
*/
protected function getDrawCodeManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/OperationCode/DrawCodeManager.php';
include_once \dirname(__DIR__, 4).'/src/Manager/XlsxManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\OperationCode\\DrawCodeManager'])) {
return $this->privates['App\\Manager\\OperationCode\\DrawCodeManager'];
}
$b = ($this->services['App\\Manager\\CsvManager'] ?? $this->getCsvManagerService());
if (isset($this->privates['App\\Manager\\OperationCode\\DrawCodeManager'])) {
return $this->privates['App\\Manager\\OperationCode\\DrawCodeManager'];
}
return $this->privates['App\\Manager\\OperationCode\\DrawCodeManager'] = new \App\Manager\OperationCode\DrawCodeManager($a, $b, ($this->privates['App\\Manager\\XlsxManager'] ?? ($this->privates['App\\Manager\\XlsxManager'] = new \App\Manager\XlsxManager())));
}
/**
* Gets the private 'App\Manager\OperationCode\OdrCodeManager' shared autowired service.
*
* @return \App\Manager\OperationCode\OdrCodeManager
*/
protected function getOdrCodeManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/OperationCode/OdrCodeManager.php';
include_once \dirname(__DIR__, 4).'/src/Manager/XlsxManager.php';
include_once \dirname(__DIR__, 4).'/src/Service/CodeEncryption.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\OperationCode\\OdrCodeManager'])) {
return $this->privates['App\\Manager\\OperationCode\\OdrCodeManager'];
}
$b = ($this->services['App\\Manager\\CsvManager'] ?? $this->getCsvManagerService());
if (isset($this->privates['App\\Manager\\OperationCode\\OdrCodeManager'])) {
return $this->privates['App\\Manager\\OperationCode\\OdrCodeManager'];
}
return $this->privates['App\\Manager\\OperationCode\\OdrCodeManager'] = new \App\Manager\OperationCode\OdrCodeManager($a, $b, ($this->privates['App\\Manager\\XlsxManager'] ?? ($this->privates['App\\Manager\\XlsxManager'] = new \App\Manager\XlsxManager())), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the private 'App\Manager\Operation\CouponManager' shared autowired service.
*
* @return \App\Manager\Operation\CouponManager
*/
protected function getCouponManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/Operation/CouponManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\Operation\\CouponManager'])) {
return $this->privates['App\\Manager\\Operation\\CouponManager'];
}
$b = ($this->privates['App\\Service\\Api\\Coupon\\MultiOfferCouponService'] ?? $this->getMultiOfferCouponServiceService());
if (isset($this->privates['App\\Manager\\Operation\\CouponManager'])) {
return $this->privates['App\\Manager\\Operation\\CouponManager'];
}
return $this->privates['App\\Manager\\Operation\\CouponManager'] = new \App\Manager\Operation\CouponManager($a, $b);
}
/**
* Gets the private 'App\Manager\Operation\DrawManager' shared autowired service.
*
* @return \App\Manager\Operation\DrawManager
*/
protected function getDrawManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/Operation/DrawManager.php';
return $this->privates['App\\Manager\\Operation\\DrawManager'] = new \App\Manager\Operation\DrawManager(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService()));
}
/**
* Gets the private 'App\Manager\Operation\MultiOfferManager' shared autowired service.
*
* @return \App\Manager\Operation\MultiOfferManager
*/
protected function getMultiOfferManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/Operation/MultiOfferManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\Operation\\MultiOfferManager'])) {
return $this->privates['App\\Manager\\Operation\\MultiOfferManager'];
}
$b = ($this->privates['App\\Service\\Api\\MultiOffer\\MultiOfferService'] ?? $this->getMultiOfferServiceService());
if (isset($this->privates['App\\Manager\\Operation\\MultiOfferManager'])) {
return $this->privates['App\\Manager\\Operation\\MultiOfferManager'];
}
return $this->privates['App\\Manager\\Operation\\MultiOfferManager'] = new \App\Manager\Operation\MultiOfferManager($a, $b);
}
/**
* Gets the private 'App\Manager\Operation\OdrManager' shared autowired service.
*
* @return \App\Manager\Operation\OdrManager
*/
protected function getOdrManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/Operation/OdrManager.php';
include_once \dirname(__DIR__, 4).'/src/Manager/Details/DetailsOdrManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\Operation\\OdrManager'])) {
return $this->privates['App\\Manager\\Operation\\OdrManager'];
}
$b = ($this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'] ?? $this->getMultiOfferOdrServiceService());
if (isset($this->privates['App\\Manager\\Operation\\OdrManager'])) {
return $this->privates['App\\Manager\\Operation\\OdrManager'];
}
return $this->privates['App\\Manager\\Operation\\OdrManager'] = new \App\Manager\Operation\OdrManager($a, $b, ($this->privates['App\\Manager\\Details\\DetailsOdrManager'] ?? ($this->privates['App\\Manager\\Details\\DetailsOdrManager'] = new \App\Manager\Details\DetailsOdrManager())));
}
/**
* Gets the private 'App\Manager\Operation\OperationManager' shared autowired service.
*
* @return \App\Manager\Operation\OperationManager
*/
protected function getOperationManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/Operation/OperationManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\Operation\\OperationManager'])) {
return $this->privates['App\\Manager\\Operation\\OperationManager'];
}
return $this->privates['App\\Manager\\Operation\\OperationManager'] = new \App\Manager\Operation\OperationManager($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'App\Manager\Participation\ParticipationDrawManager' shared autowired service.
*
* @return \App\Manager\Participation\ParticipationDrawManager
*/
protected function getParticipationDrawManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/Participation/ParticipationDrawManager.php';
include_once \dirname(__DIR__, 4).'/src/Service/Api/Isoskele/Tas/TasSerializer.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\Participation\\ParticipationDrawManager'])) {
return $this->privates['App\\Manager\\Participation\\ParticipationDrawManager'];
}
$b = ($this->privates['App\\Service\\Api\\Shannon\\Shannon'] ?? $this->getShannonService());
if (isset($this->privates['App\\Manager\\Participation\\ParticipationDrawManager'])) {
return $this->privates['App\\Manager\\Participation\\ParticipationDrawManager'];
}
$c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['App\\Manager\\Participation\\ParticipationDrawManager'])) {
return $this->privates['App\\Manager\\Participation\\ParticipationDrawManager'];
}
$d = ($this->privates['App\\Service\\Api\\Isoskele\\Isoskele'] ?? $this->getIsoskeleService());
if (isset($this->privates['App\\Manager\\Participation\\ParticipationDrawManager'])) {
return $this->privates['App\\Manager\\Participation\\ParticipationDrawManager'];
}
return $this->privates['App\\Manager\\Participation\\ParticipationDrawManager'] = new \App\Manager\Participation\ParticipationDrawManager($a, $b, ($this->services['monolog.logger.shannon'] ?? $this->getMonolog_Logger_ShannonService()), $c, $d, new \App\Service\Api\Isoskele\Tas\TasSerializer());
}
/**
* Gets the private 'App\Manager\Participation\ParticipationPuntosManager' shared autowired service.
*
* @return \App\Manager\Participation\ParticipationPuntosManager
*/
protected function getParticipationPuntosManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/Participation/ParticipationPuntosManager.php';
include_once \dirname(__DIR__, 4).'/src/Manager/ProductManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'])) {
return $this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'];
}
$b = ($this->privates['App\\Service\\Api\\Shannon\\Shannon'] ?? $this->getShannonService());
if (isset($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'])) {
return $this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'];
}
$c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'])) {
return $this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'];
}
$d = ($this->privates['App\\Service\\WebsiteParams\\ModuleParamsManager'] ?? $this->getModuleParamsManagerService());
if (isset($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'])) {
return $this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'];
}
$e = ($this->privates['App\\Manager\\Purse\\PurseManager'] ?? $this->getPurseManagerService());
if (isset($this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'])) {
return $this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'];
}
return $this->privates['App\\Manager\\Participation\\ParticipationPuntosManager'] = new \App\Manager\Participation\ParticipationPuntosManager($a, $b, ($this->services['monolog.logger.shannon'] ?? $this->getMonolog_Logger_ShannonService()), $c, $d, new \App\Manager\ProductManager($a), $e);
}
/**
* Gets the private 'App\Manager\Participation\ParticipationStepManager' shared autowired service.
*
* @return \App\Manager\Participation\ParticipationStepManager
*/
protected function getParticipationStepManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/Participation/ParticipationStepManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\Participation\\ParticipationStepManager'])) {
return $this->privates['App\\Manager\\Participation\\ParticipationStepManager'];
}
$b = ($this->privates['App\\Service\\Api\\Shannon\\Shannon'] ?? $this->getShannonService());
if (isset($this->privates['App\\Manager\\Participation\\ParticipationStepManager'])) {
return $this->privates['App\\Manager\\Participation\\ParticipationStepManager'];
}
$c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['App\\Manager\\Participation\\ParticipationStepManager'])) {
return $this->privates['App\\Manager\\Participation\\ParticipationStepManager'];
}
return $this->privates['App\\Manager\\Participation\\ParticipationStepManager'] = new \App\Manager\Participation\ParticipationStepManager($a, $b, ($this->services['monolog.logger.shannon'] ?? $this->getMonolog_Logger_ShannonService()), $c);
}
/**
* Gets the private 'App\Manager\Purse\PurseManager' shared autowired service.
*
* @return \App\Manager\Purse\PurseManager
*/
protected function getPurseManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/Purse/PurseManager.php';
include_once \dirname(__DIR__, 4).'/src/Manager/Purse/ItemPuntosManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\Purse\\PurseManager'])) {
return $this->privates['App\\Manager\\Purse\\PurseManager'];
}
$b = ($this->privates['App\\Service\\WebsiteParams\\ModuleParamsManager'] ?? $this->getModuleParamsManagerService());
if (isset($this->privates['App\\Manager\\Purse\\PurseManager'])) {
return $this->privates['App\\Manager\\Purse\\PurseManager'];
}
return $this->privates['App\\Manager\\Purse\\PurseManager'] = new \App\Manager\Purse\PurseManager($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Manager\\Purse\\ItemPuntosManager'] ?? ($this->privates['App\\Manager\\Purse\\ItemPuntosManager'] = new \App\Manager\Purse\ItemPuntosManager())), $b);
}
/**
* Gets the private 'App\Manager\Recipe\RecipeManager' shared autowired service.
*
* @return \App\Manager\Recipe\RecipeManager
*/
protected function getRecipeManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/Recipe/RecipeManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\Recipe\\RecipeManager'])) {
return $this->privates['App\\Manager\\Recipe\\RecipeManager'];
}
return $this->privates['App\\Manager\\Recipe\\RecipeManager'] = new \App\Manager\Recipe\RecipeManager($a);
}
/**
* Gets the private 'App\Manager\ReferentManager' shared autowired service.
*
* @return \App\Manager\ReferentManager
*/
protected function getReferentManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/ReferentManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\ReferentManager'])) {
return $this->privates['App\\Manager\\ReferentManager'];
}
$b = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['App\\Manager\\ReferentManager'])) {
return $this->privates['App\\Manager\\ReferentManager'];
}
return $this->privates['App\\Manager\\ReferentManager'] = new \App\Manager\ReferentManager($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $b, ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
}
/**
* Gets the private 'App\Manager\ResetPasswordManager' shared autowired service.
*
* @return \App\Manager\ResetPasswordManager
*/
protected function getResetPasswordManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/ResetPasswordManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\ResetPasswordManager'])) {
return $this->privates['App\\Manager\\ResetPasswordManager'];
}
$b = ($this->privates['App\\Manager\\TokenManager'] ?? $this->getTokenManagerService());
if (isset($this->privates['App\\Manager\\ResetPasswordManager'])) {
return $this->privates['App\\Manager\\ResetPasswordManager'];
}
return $this->privates['App\\Manager\\ResetPasswordManager'] = new \App\Manager\ResetPasswordManager($a, $b, ($this->privates['App\\Service\\SendInBlue'] ?? $this->getSendInBlueService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'App\Manager\Tas\TasDrawManager' shared autowired service.
*
* @return \App\Manager\Tas\TasDrawManager
*/
protected function getTasDrawManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/Tas/TasDrawManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\Tas\\TasDrawManager'])) {
return $this->privates['App\\Manager\\Tas\\TasDrawManager'];
}
$b = ($this->privates['App\\Manager\\OperationCode\\DrawCodeManager'] ?? $this->getDrawCodeManagerService());
if (isset($this->privates['App\\Manager\\Tas\\TasDrawManager'])) {
return $this->privates['App\\Manager\\Tas\\TasDrawManager'];
}
$c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['App\\Manager\\Tas\\TasDrawManager'])) {
return $this->privates['App\\Manager\\Tas\\TasDrawManager'];
}
return $this->privates['App\\Manager\\Tas\\TasDrawManager'] = new \App\Manager\Tas\TasDrawManager($a, $b, $c);
}
/**
* Gets the private 'App\Manager\TokenManager' shared autowired service.
*
* @return \App\Manager\TokenManager
*/
protected function getTokenManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/TokenManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\TokenManager'])) {
return $this->privates['App\\Manager\\TokenManager'];
}
return $this->privates['App\\Manager\\TokenManager'] = new \App\Manager\TokenManager($a);
}
/**
* Gets the private 'App\Manager\User\PermissionManager' shared autowired service.
*
* @return \App\Manager\User\PermissionManager
*/
protected function getPermissionManagerService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Manager\\User\\PermissionManager'])) {
return $this->privates['App\\Manager\\User\\PermissionManager'];
}
$b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Manager\\User\\PermissionManager'])) {
return $this->privates['App\\Manager\\User\\PermissionManager'];
}
return $this->privates['App\\Manager\\User\\PermissionManager'] = new \App\Manager\User\PermissionManager($a, ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->services['router'] ?? $this->getRouterService()), $b);
}
/**
* Gets the private 'App\Manager\User\UserManager' shared autowired service.
*
* @return \App\Manager\User\UserManager
*/
protected function getUserManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Manager/User/UserManager.php';
return $this->privates['App\\Manager\\User\\UserManager'] = new \App\Manager\User\UserManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Api\\Shannon\\Shannon'] ?? $this->getShannonService()), ($this->services['monolog.logger.shannon'] ?? $this->getMonolog_Logger_ShannonService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\Validator'] ?? $this->getValidator2Service()));
}
/**
* Gets the private 'App\Repository\BlogRepository' shared autowired service.
*
* @return \App\Repository\BlogRepository
*/
protected function getBlogRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/BlogRepository.php';
return $this->privates['App\\Repository\\BlogRepository'] = new \App\Repository\BlogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Cart\CartRepository' shared autowired service.
*
* @return \App\Repository\Cart\CartRepository
*/
protected function getCartRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Cart/CartRepository.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\Cart\\CartRepository'])) {
return $this->privates['App\\Repository\\Cart\\CartRepository'];
}
return $this->privates['App\\Repository\\Cart\\CartRepository'] = new \App\Repository\Cart\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\Cart\GiftCartRepository' shared autowired service.
*
* @return \App\Repository\Cart\GiftCartRepository
*/
protected function getGiftCartRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Cart/GiftCartRepository.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\Cart\\GiftCartRepository'])) {
return $this->privates['App\\Repository\\Cart\\GiftCartRepository'];
}
return $this->privates['App\\Repository\\Cart\\GiftCartRepository'] = new \App\Repository\Cart\GiftCartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\Cart\OperationCartRepository' shared autowired service.
*
* @return \App\Repository\Cart\OperationCartRepository
*/
protected function getOperationCartRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Cart/OperationCartRepository.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\Cart\\OperationCartRepository'])) {
return $this->privates['App\\Repository\\Cart\\OperationCartRepository'];
}
return $this->privates['App\\Repository\\Cart\\OperationCartRepository'] = new \App\Repository\Cart\OperationCartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['App\\Repository\\Operation\\CouponRepository'] ?? $this->getCouponRepositoryService()), ($this->privates['App\\Repository\\Operation\\OdrRepository'] ?? $this->getOdrRepositoryService()), ($this->privates['App\\Repository\\Operation\\MultiOfferRepository'] ?? $this->getMultiOfferRepositoryService()));
}
/**
* Gets the private 'App\Repository\Catalog\ExpeditionRepository' shared autowired service.
*
* @return \App\Repository\Catalog\ExpeditionRepository
*/
protected function getExpeditionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Catalog/ExpeditionRepository.php';
return $this->privates['App\\Repository\\Catalog\\ExpeditionRepository'] = new \App\Repository\Catalog\ExpeditionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Catalog\GiftCodeRepository' shared autowired service.
*
* @return \App\Repository\Catalog\GiftCodeRepository
*/
protected function getGiftCodeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Catalog/GiftCodeRepository.php';
return $this->privates['App\\Repository\\Catalog\\GiftCodeRepository'] = new \App\Repository\Catalog\GiftCodeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Catalog\GiftLevelRepository' shared autowired service.
*
* @return \App\Repository\Catalog\GiftLevelRepository
*/
protected function getGiftLevelRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Catalog/GiftLevelRepository.php';
return $this->privates['App\\Repository\\Catalog\\GiftLevelRepository'] = new \App\Repository\Catalog\GiftLevelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Catalog\GiftRepository' shared autowired service.
*
* @return \App\Repository\Catalog\GiftRepository
*/
protected function getGiftRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Catalog/GiftRepository.php';
return $this->privates['App\\Repository\\Catalog\\GiftRepository'] = new \App\Repository\Catalog\GiftRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Catalog\OrderRepository' shared autowired service.
*
* @return \App\Repository\Catalog\OrderRepository
*/
protected function getOrderRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Catalog/OrderRepository.php';
return $this->privates['App\\Repository\\Catalog\\OrderRepository'] = new \App\Repository\Catalog\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Company\CompanyRepository' shared autowired service.
*
* @return \App\Repository\Company\CompanyRepository
*/
protected function getCompanyRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Company/CompanyRepository.php';
return $this->privates['App\\Repository\\Company\\CompanyRepository'] = new \App\Repository\Company\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Company\CredentialsRepository' shared autowired service.
*
* @return \App\Repository\Company\CredentialsRepository
*/
protected function getCredentialsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Company/CredentialsRepository.php';
return $this->privates['App\\Repository\\Company\\CredentialsRepository'] = new \App\Repository\Company\CredentialsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Company\ParamRepository' shared autowired service.
*
* @return \App\Repository\Company\ParamRepository
*/
protected function getParamRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Company/ParamRepository.php';
return $this->privates['App\\Repository\\Company\\ParamRepository'] = new \App\Repository\Company\ParamRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ContactRepository' shared autowired service.
*
* @return \App\Repository\ContactRepository
*/
protected function getContactRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ContactRepository.php';
return $this->privates['App\\Repository\\ContactRepository'] = new \App\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CookiesRepository' shared autowired service.
*
* @return \App\Repository\CookiesRepository
*/
protected function getCookiesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/CookiesRepository.php';
return $this->privates['App\\Repository\\CookiesRepository'] = new \App\Repository\CookiesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DepartmentRepository' shared autowired service.
*
* @return \App\Repository\DepartmentRepository
*/
protected function getDepartmentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/DepartmentRepository.php';
return $this->privates['App\\Repository\\DepartmentRepository'] = new \App\Repository\DepartmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Details\DetailsCouponRepository' shared autowired service.
*
* @return \App\Repository\Details\DetailsCouponRepository
*/
protected function getDetailsCouponRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Details/DetailsCouponRepository.php';
return $this->privates['App\\Repository\\Details\\DetailsCouponRepository'] = new \App\Repository\Details\DetailsCouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Details\DetailsMultiOfferRepository' shared autowired service.
*
* @return \App\Repository\Details\DetailsMultiOfferRepository
*/
protected function getDetailsMultiOfferRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Details/DetailsMultiOfferRepository.php';
return $this->privates['App\\Repository\\Details\\DetailsMultiOfferRepository'] = new \App\Repository\Details\DetailsMultiOfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Details\DetailsOdrRepository' shared autowired service.
*
* @return \App\Repository\Details\DetailsOdrRepository
*/
protected function getDetailsOdrRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Details/DetailsOdrRepository.php';
return $this->privates['App\\Repository\\Details\\DetailsOdrRepository'] = new \App\Repository\Details\DetailsOdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Details\DetailsParticipationOdrRepository' shared autowired service.
*
* @return \App\Repository\Details\DetailsParticipationOdrRepository
*/
protected function getDetailsParticipationOdrRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Details/DetailsParticipationOdrRepository.php';
return $this->privates['App\\Repository\\Details\\DetailsParticipationOdrRepository'] = new \App\Repository\Details\DetailsParticipationOdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Details\DetailsParticipationStepRepository' shared autowired service.
*
* @return \App\Repository\Details\DetailsParticipationStepRepository
*/
protected function getDetailsParticipationStepRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Details/DetailsParticipationStepRepository.php';
return $this->privates['App\\Repository\\Details\\DetailsParticipationStepRepository'] = new \App\Repository\Details\DetailsParticipationStepRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Details\DetailsPuntosRepository' shared autowired service.
*
* @return \App\Repository\Details\DetailsPuntosRepository
*/
protected function getDetailsPuntosRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Details/DetailsPuntosRepository.php';
return $this->privates['App\\Repository\\Details\\DetailsPuntosRepository'] = new \App\Repository\Details\DetailsPuntosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Details\DetailsSponsorshipRepository' shared autowired service.
*
* @return \App\Repository\Details\DetailsSponsorshipRepository
*/
protected function getDetailsSponsorshipRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Details/DetailsSponsorshipRepository.php';
return $this->privates['App\\Repository\\Details\\DetailsSponsorshipRepository'] = new \App\Repository\Details\DetailsSponsorshipRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Details\DetailsStepRepository' shared autowired service.
*
* @return \App\Repository\Details\DetailsStepRepository
*/
protected function getDetailsStepRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Details/DetailsStepRepository.php';
return $this->privates['App\\Repository\\Details\\DetailsStepRepository'] = new \App\Repository\Details\DetailsStepRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Ean\EanOdrRepository' shared autowired service.
*
* @return \App\Repository\Ean\EanOdrRepository
*/
protected function getEanOdrRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Ean/EanOdrRepository.php';
return $this->privates['App\\Repository\\Ean\\EanOdrRepository'] = new \App\Repository\Ean\EanOdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Ean\EanRepository' shared autowired service.
*
* @return \App\Repository\Ean\EanRepository
*/
protected function getEanRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Ean/EanRepository.php';
return $this->privates['App\\Repository\\Ean\\EanRepository'] = new \App\Repository\Ean\EanRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Ean\EanStepRepository' shared autowired service.
*
* @return \App\Repository\Ean\EanStepRepository
*/
protected function getEanStepRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Ean/EanStepRepository.php';
return $this->privates['App\\Repository\\Ean\\EanStepRepository'] = new \App\Repository\Ean\EanStepRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\EligibilityRepository' shared autowired service.
*
* @return \App\Repository\EligibilityRepository
*/
protected function getEligibilityRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/EligibilityRepository.php';
return $this->privates['App\\Repository\\EligibilityRepository'] = new \App\Repository\EligibilityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\FaqRepository' shared autowired service.
*
* @return \App\Repository\FaqRepository
*/
protected function getFaqRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/FaqRepository.php';
return $this->privates['App\\Repository\\FaqRepository'] = new \App\Repository\FaqRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Knowledge\KnowledgeRepository' shared autowired service.
*
* @return \App\Repository\Knowledge\KnowledgeRepository
*/
protected function getKnowledgeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Knowledge/KnowledgeRepository.php';
return $this->privates['App\\Repository\\Knowledge\\KnowledgeRepository'] = new \App\Repository\Knowledge\KnowledgeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Knowledge\KnowledgeResponseRepository' shared autowired service.
*
* @return \App\Repository\Knowledge\KnowledgeResponseRepository
*/
protected function getKnowledgeResponseRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Knowledge/KnowledgeResponseRepository.php';
return $this->privates['App\\Repository\\Knowledge\\KnowledgeResponseRepository'] = new \App\Repository\Knowledge\KnowledgeResponseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Log\APIRequestRepository' shared autowired service.
*
* @return \App\Repository\Log\APIRequestRepository
*/
protected function getAPIRequestRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Log/APIRequestRepository.php';
return $this->privates['App\\Repository\\Log\\APIRequestRepository'] = new \App\Repository\Log\APIRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaBlogRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaBlogRepository
*/
protected function getMediaBlogRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaBlogRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaBlogRepository'] = new \App\Repository\MediaObject\MediaBlogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaCodeDrawRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaCodeDrawRepository
*/
protected function getMediaCodeDrawRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaCodeDrawRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaCodeDrawRepository'] = new \App\Repository\MediaObject\MediaCodeDrawRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaCodeGiftRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaCodeGiftRepository
*/
protected function getMediaCodeGiftRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaCodeGiftRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaCodeGiftRepository'] = new \App\Repository\MediaObject\MediaCodeGiftRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaCodeOdrRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaCodeOdrRepository
*/
protected function getMediaCodeOdrRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaCodeOdrRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaCodeOdrRepository'] = new \App\Repository\MediaObject\MediaCodeOdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaCouponRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaCouponRepository
*/
protected function getMediaCouponRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaCouponRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaCouponRepository'] = new \App\Repository\MediaObject\MediaCouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaDesktopDrawRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaDesktopDrawRepository
*/
protected function getMediaDesktopDrawRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaDesktopDrawRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaDesktopDrawRepository'] = new \App\Repository\MediaObject\MediaDesktopDrawRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaDesktopOdrRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaDesktopOdrRepository
*/
protected function getMediaDesktopOdrRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaDesktopOdrRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaDesktopOdrRepository'] = new \App\Repository\MediaObject\MediaDesktopOdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaGameParamsRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaGameParamsRepository
*/
protected function getMediaGameParamsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaGameParamsRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaGameParamsRepository'] = new \App\Repository\MediaObject\MediaGameParamsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaGameRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaGameRepository
*/
protected function getMediaGameRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaGameRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaGameRepository'] = new \App\Repository\MediaObject\MediaGameRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaGiftRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaGiftRepository
*/
protected function getMediaGiftRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaGiftRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaGiftRepository'] = new \App\Repository\MediaObject\MediaGiftRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaImageRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaImageRepository
*/
protected function getMediaImageRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaImageRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaImageRepository'] = new \App\Repository\MediaObject\MediaImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaKnowledgeResponseRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaKnowledgeResponseRepository
*/
protected function getMediaKnowledgeResponseRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaKnowledgeResponseRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaKnowledgeResponseRepository'] = new \App\Repository\MediaObject\MediaKnowledgeResponseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaMobileDrawRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaMobileDrawRepository
*/
protected function getMediaMobileDrawRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaMobileDrawRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaMobileDrawRepository'] = new \App\Repository\MediaObject\MediaMobileDrawRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaMobileGameRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaMobileGameRepository
*/
protected function getMediaMobileGameRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaMobileGameRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaMobileGameRepository'] = new \App\Repository\MediaObject\MediaMobileGameRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaMobileOdrRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaMobileOdrRepository
*/
protected function getMediaMobileOdrRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaMobileOdrRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaMobileOdrRepository'] = new \App\Repository\MediaObject\MediaMobileOdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaMobileSliderRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaMobileSliderRepository
*/
protected function getMediaMobileSliderRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaMobileSliderRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaMobileSliderRepository'] = new \App\Repository\MediaObject\MediaMobileSliderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaMultiOfferRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaMultiOfferRepository
*/
protected function getMediaMultiOfferRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaMultiOfferRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaMultiOfferRepository'] = new \App\Repository\MediaObject\MediaMultiOfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaObjectRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaObjectRepository
*/
protected function getMediaObjectRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaObjectRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaObjectRepository'] = new \App\Repository\MediaObject\MediaObjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaParticipationRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaParticipationRepository
*/
protected function getMediaParticipationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaParticipationRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaParticipationRepository'] = new \App\Repository\MediaObject\MediaParticipationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaPdfDrawRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaPdfDrawRepository
*/
protected function getMediaPdfDrawRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaPdfDrawRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaPdfDrawRepository'] = new \App\Repository\MediaObject\MediaPdfDrawRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaPdfOdrRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaPdfOdrRepository
*/
protected function getMediaPdfOdrRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaPdfOdrRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaPdfOdrRepository'] = new \App\Repository\MediaObject\MediaPdfOdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaPdfRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaPdfRepository
*/
protected function getMediaPdfRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaPdfRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaPdfRepository'] = new \App\Repository\MediaObject\MediaPdfRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaProductRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaProductRepository
*/
protected function getMediaProductRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaProductRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaProductRepository'] = new \App\Repository\MediaObject\MediaProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaPromotionRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaPromotionRepository
*/
protected function getMediaPromotionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaPromotionRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaPromotionRepository'] = new \App\Repository\MediaObject\MediaPromotionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaRecipeRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaRecipeRepository
*/
protected function getMediaRecipeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaRecipeRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaRecipeRepository'] = new \App\Repository\MediaObject\MediaRecipeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaSliderRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaSliderRepository
*/
protected function getMediaSliderRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaSliderRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaSliderRepository'] = new \App\Repository\MediaObject\MediaSliderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaThumbnailBlogRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaThumbnailBlogRepository
*/
protected function getMediaThumbnailBlogRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaThumbnailBlogRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaThumbnailBlogRepository'] = new \App\Repository\MediaObject\MediaThumbnailBlogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaThumbnailDrawRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaThumbnailDrawRepository
*/
protected function getMediaThumbnailDrawRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaThumbnailDrawRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaThumbnailDrawRepository'] = new \App\Repository\MediaObject\MediaThumbnailDrawRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaThumbnailGiftRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaThumbnailGiftRepository
*/
protected function getMediaThumbnailGiftRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaThumbnailGiftRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaThumbnailGiftRepository'] = new \App\Repository\MediaObject\MediaThumbnailGiftRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MediaObject\MediaThumbnailOdrRepository' shared autowired service.
*
* @return \App\Repository\MediaObject\MediaThumbnailOdrRepository
*/
protected function getMediaThumbnailOdrRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MediaObject/MediaThumbnailOdrRepository.php';
return $this->privates['App\\Repository\\MediaObject\\MediaThumbnailOdrRepository'] = new \App\Repository\MediaObject\MediaThumbnailOdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MentionLegalRepository' shared autowired service.
*
* @return \App\Repository\MentionLegalRepository
*/
protected function getMentionLegalRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/MentionLegalRepository.php';
return $this->privates['App\\Repository\\MentionLegalRepository'] = new \App\Repository\MentionLegalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MenuRepository' shared autowired service.
*
* @return \App\Repository\MenuRepository
*/
protected function getMenuRepositoryService()
{
return $this->privates['App\\Repository\\MenuRepository'] = new \App\Repository\MenuRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\NewsletterRepository' shared autowired service.
*
* @return \App\Repository\NewsletterRepository
*/
protected function getNewsletterRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/NewsletterRepository.php';
return $this->privates['App\\Repository\\NewsletterRepository'] = new \App\Repository\NewsletterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\OperationCode\DrawCodeRepository' shared autowired service.
*
* @return \App\Repository\OperationCode\DrawCodeRepository
*/
protected function getDrawCodeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/OperationCode/DrawCodeRepository.php';
return $this->privates['App\\Repository\\OperationCode\\DrawCodeRepository'] = new \App\Repository\OperationCode\DrawCodeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\OperationCode\OdrCodeRepository' shared autowired service.
*
* @return \App\Repository\OperationCode\OdrCodeRepository
*/
protected function getOdrCodeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/OperationCode/OdrCodeRepository.php';
return $this->privates['App\\Repository\\OperationCode\\OdrCodeRepository'] = new \App\Repository\OperationCode\OdrCodeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\OperationCode\OperationCodeRepository' shared autowired service.
*
* @return \App\Repository\OperationCode\OperationCodeRepository
*/
protected function getOperationCodeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/OperationCode/OperationCodeRepository.php';
return $this->privates['App\\Repository\\OperationCode\\OperationCodeRepository'] = new \App\Repository\OperationCode\OperationCodeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Operation\CouponRepository' shared autowired service.
*
* @return \App\Repository\Operation\CouponRepository
*/
protected function getCouponRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Operation/CouponRepository.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\Operation\\CouponRepository'])) {
return $this->privates['App\\Repository\\Operation\\CouponRepository'];
}
return $this->privates['App\\Repository\\Operation\\CouponRepository'] = new \App\Repository\Operation\CouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\Operation\DrawRepository' shared autowired service.
*
* @return \App\Repository\Operation\DrawRepository
*/
protected function getDrawRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Operation/DrawRepository.php';
return $this->privates['App\\Repository\\Operation\\DrawRepository'] = new \App\Repository\Operation\DrawRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Operation\GameRepository' shared autowired service.
*
* @return \App\Repository\Operation\GameRepository
*/
protected function getGameRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Operation/GameRepository.php';
return $this->privates['App\\Repository\\Operation\\GameRepository'] = new \App\Repository\Operation\GameRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Operation\MultiOfferRepository' shared autowired service.
*
* @return \App\Repository\Operation\MultiOfferRepository
*/
protected function getMultiOfferRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Operation/MultiOfferRepository.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\Operation\\MultiOfferRepository'])) {
return $this->privates['App\\Repository\\Operation\\MultiOfferRepository'];
}
return $this->privates['App\\Repository\\Operation\\MultiOfferRepository'] = new \App\Repository\Operation\MultiOfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\Operation\OdrRepository' shared autowired service.
*
* @return \App\Repository\Operation\OdrRepository
*/
protected function getOdrRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Operation/OdrRepository.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\Operation\\OdrRepository'])) {
return $this->privates['App\\Repository\\Operation\\OdrRepository'];
}
return $this->privates['App\\Repository\\Operation\\OdrRepository'] = new \App\Repository\Operation\OdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\Operation\OperationRepository' shared autowired service.
*
* @return \App\Repository\Operation\OperationRepository
*/
protected function getOperationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Operation/OperationRepository.php';
return $this->privates['App\\Repository\\Operation\\OperationRepository'] = new \App\Repository\Operation\OperationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Operation\PuntosRepository' shared autowired service.
*
* @return \App\Repository\Operation\PuntosRepository
*/
protected function getPuntosRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Operation/PuntosRepository.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\Operation\\PuntosRepository'])) {
return $this->privates['App\\Repository\\Operation\\PuntosRepository'];
}
return $this->privates['App\\Repository\\Operation\\PuntosRepository'] = new \App\Repository\Operation\PuntosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\Operation\RefundRepository' shared autowired service.
*
* @return \App\Repository\Operation\RefundRepository
*/
protected function getRefundRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Operation/RefundRepository.php';
return $this->privates['App\\Repository\\Operation\\RefundRepository'] = new \App\Repository\Operation\RefundRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Operation\SponsorshipRepository' shared autowired service.
*
* @return \App\Repository\Operation\SponsorshipRepository
*/
protected function getSponsorshipRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Operation/SponsorshipRepository.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\Operation\\SponsorshipRepository'])) {
return $this->privates['App\\Repository\\Operation\\SponsorshipRepository'];
}
return $this->privates['App\\Repository\\Operation\\SponsorshipRepository'] = new \App\Repository\Operation\SponsorshipRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\Operation\StepRepository' shared autowired service.
*
* @return \App\Repository\Operation\StepRepository
*/
protected function getStepRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Operation/StepRepository.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\Operation\\StepRepository'])) {
return $this->privates['App\\Repository\\Operation\\StepRepository'];
}
return $this->privates['App\\Repository\\Operation\\StepRepository'] = new \App\Repository\Operation\StepRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\Participation\CouponRepository' shared autowired service.
*
* @return \App\Repository\Participation\CouponRepository
*/
protected function getCouponRepository2Service()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Participation/CouponRepository.php';
return $this->privates['App\\Repository\\Participation\\CouponRepository'] = new \App\Repository\Participation\CouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Participation\DrawRepository' shared autowired service.
*
* @return \App\Repository\Participation\DrawRepository
*/
protected function getDrawRepository2Service()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Participation/DrawRepository.php';
return $this->privates['App\\Repository\\Participation\\DrawRepository'] = new \App\Repository\Participation\DrawRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Participation\MultiRepository' shared autowired service.
*
* @return \App\Repository\Participation\MultiRepository
*/
protected function getMultiRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Participation/MultiRepository.php';
return $this->privates['App\\Repository\\Participation\\MultiRepository'] = new \App\Repository\Participation\MultiRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Participation\OdrRepository' shared autowired service.
*
* @return \App\Repository\Participation\OdrRepository
*/
protected function getOdrRepository2Service()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Participation/OdrRepository.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Repository\\Participation\\OdrRepository'])) {
return $this->privates['App\\Repository\\Participation\\OdrRepository'];
}
return $this->privates['App\\Repository\\Participation\\OdrRepository'] = new \App\Repository\Participation\OdrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\Participation\ParticipationRepository' shared autowired service.
*
* @return \App\Repository\Participation\ParticipationRepository
*/
protected function getParticipationRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Participation/ParticipationRepository.php';
return $this->privates['App\\Repository\\Participation\\ParticipationRepository'] = new \App\Repository\Participation\ParticipationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Participation\PuntosRepository' shared autowired service.
*
* @return \App\Repository\Participation\PuntosRepository
*/
protected function getPuntosRepository2Service()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Participation/PuntosRepository.php';
return $this->privates['App\\Repository\\Participation\\PuntosRepository'] = new \App\Repository\Participation\PuntosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Participation\RefundRepository' shared autowired service.
*
* @return \App\Repository\Participation\RefundRepository
*/
protected function getRefundRepository2Service()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Participation/RefundRepository.php';
return $this->privates['App\\Repository\\Participation\\RefundRepository'] = new \App\Repository\Participation\RefundRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Participation\StepRepository' shared autowired service.
*
* @return \App\Repository\Participation\StepRepository
*/
protected function getStepRepository2Service()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Participation/StepRepository.php';
return $this->privates['App\\Repository\\Participation\\StepRepository'] = new \App\Repository\Participation\StepRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Participation\ValidationExportRepository' shared autowired service.
*
* @return \App\Repository\Participation\ValidationExportRepository
*/
protected function getValidationExportRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Participation/ValidationExportRepository.php';
return $this->privates['App\\Repository\\Participation\\ValidationExportRepository'] = new \App\Repository\Participation\ValidationExportRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PersonalDataRepository' shared autowired service.
*
* @return \App\Repository\PersonalDataRepository
*/
protected function getPersonalDataRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/PersonalDataRepository.php';
return $this->privates['App\\Repository\\PersonalDataRepository'] = new \App\Repository\PersonalDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductRepository' shared autowired service.
*
* @return \App\Repository\ProductRepository
*/
protected function getProductRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/ProductRepository.php';
return $this->privates['App\\Repository\\ProductRepository'] = new \App\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Provider\ProviderRepository' shared autowired service.
*
* @return \App\Repository\Provider\ProviderRepository
*/
protected function getProviderRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Provider/ProviderRepository.php';
return $this->privates['App\\Repository\\Provider\\ProviderRepository'] = new \App\Repository\Provider\ProviderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Purse\ItemRepository' shared autowired service.
*
* @return \App\Repository\Purse\ItemRepository
*/
protected function getItemRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Purse/ItemRepository.php';
return $this->privates['App\\Repository\\Purse\\ItemRepository'] = new \App\Repository\Purse\ItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Purse\PurseRepository' shared autowired service.
*
* @return \App\Repository\Purse\PurseRepository
*/
protected function getPurseRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Purse/PurseRepository.php';
return $this->privates['App\\Repository\\Purse\\PurseRepository'] = new \App\Repository\Purse\PurseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Recipe\IngredientMeasureUnitRepository' shared autowired service.
*
* @return \App\Repository\Recipe\IngredientMeasureUnitRepository
*/
protected function getIngredientMeasureUnitRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Recipe/IngredientMeasureUnitRepository.php';
return $this->privates['App\\Repository\\Recipe\\IngredientMeasureUnitRepository'] = new \App\Repository\Recipe\IngredientMeasureUnitRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Recipe\IngredientRepository' shared autowired service.
*
* @return \App\Repository\Recipe\IngredientRepository
*/
protected function getIngredientRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Recipe/IngredientRepository.php';
return $this->privates['App\\Repository\\Recipe\\IngredientRepository'] = new \App\Repository\Recipe\IngredientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Recipe\RecipeIngredientRepository' shared autowired service.
*
* @return \App\Repository\Recipe\RecipeIngredientRepository
*/
protected function getRecipeIngredientRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Recipe/RecipeIngredientRepository.php';
return $this->privates['App\\Repository\\Recipe\\RecipeIngredientRepository'] = new \App\Repository\Recipe\RecipeIngredientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Recipe\RecipeRepository' shared autowired service.
*
* @return \App\Repository\Recipe\RecipeRepository
*/
protected function getRecipeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Recipe/RecipeRepository.php';
$a = ($this->privates['App\\Manager\\Recipe\\RecipeManager'] ?? $this->getRecipeManagerService());
if (isset($this->privates['App\\Repository\\Recipe\\RecipeRepository'])) {
return $this->privates['App\\Repository\\Recipe\\RecipeRepository'];
}
return $this->privates['App\\Repository\\Recipe\\RecipeRepository'] = new \App\Repository\Recipe\RecipeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
}
/**
* Gets the private 'App\Repository\Recipe\RecipeTypeRepository' shared autowired service.
*
* @return \App\Repository\Recipe\RecipeTypeRepository
*/
protected function getRecipeTypeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Recipe/RecipeTypeRepository.php';
return $this->privates['App\\Repository\\Recipe\\RecipeTypeRepository'] = new \App\Repository\Recipe\RecipeTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Security\PermissionRepository' shared autowired service.
*
* @return \App\Repository\Security\PermissionRepository
*/
protected function getPermissionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Security/PermissionRepository.php';
return $this->privates['App\\Repository\\Security\\PermissionRepository'] = new \App\Repository\Security\PermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Security\ProfileRepository' shared autowired service.
*
* @return \App\Repository\Security\ProfileRepository
*/
protected function getProfileRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Security/ProfileRepository.php';
return $this->privates['App\\Repository\\Security\\ProfileRepository'] = new \App\Repository\Security\ProfileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Segmentation\RegionRepository' shared autowired service.
*
* @return \App\Repository\Segmentation\RegionRepository
*/
protected function getRegionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Segmentation/RegionRepository.php';
return $this->privates['App\\Repository\\Segmentation\\RegionRepository'] = new \App\Repository\Segmentation\RegionRepository(($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\Sogec\PromotionRepository' shared autowired service.
*
* @return \App\Repository\Sogec\PromotionRepository
*/
protected function getPromotionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Sogec/PromotionRepository.php';
return $this->privates['App\\Repository\\Sogec\\PromotionRepository'] = new \App\Repository\Sogec\PromotionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Sponsorship\SponsorshipRequestRepository' shared autowired service.
*
* @return \App\Repository\Sponsorship\SponsorshipRequestRepository
*/
protected function getSponsorshipRequestRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Sponsorship/SponsorshipRequestRepository.php';
return $this->privates['App\\Repository\\Sponsorship\\SponsorshipRequestRepository'] = new \App\Repository\Sponsorship\SponsorshipRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\StateRepository' shared autowired service.
*
* @return \App\Repository\StateRepository
*/
protected function getStateRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/StateRepository.php';
return $this->privates['App\\Repository\\StateRepository'] = new \App\Repository\StateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Tag\BlogTagRepository' shared autowired service.
*
* @return \App\Repository\Tag\BlogTagRepository
*/
protected function getBlogTagRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Tag/BlogTagRepository.php';
return $this->privates['App\\Repository\\Tag\\BlogTagRepository'] = new \App\Repository\Tag\BlogTagRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Tag\TagRepository' shared autowired service.
*
* @return \App\Repository\Tag\TagRepository
*/
protected function getTagRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Tag/TagRepository.php';
return $this->privates['App\\Repository\\Tag\\TagRepository'] = new \App\Repository\Tag\TagRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Tas\TasAutoRepository' shared autowired service.
*
* @return \App\Repository\Tas\TasAutoRepository
*/
protected function getTasAutoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Tas/TasAutoRepository.php';
return $this->privates['App\\Repository\\Tas\\TasAutoRepository'] = new \App\Repository\Tas\TasAutoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Tas\TasDrawRepository' shared autowired service.
*
* @return \App\Repository\Tas\TasDrawRepository
*/
protected function getTasDrawRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Tas/TasDrawRepository.php';
return $this->privates['App\\Repository\\Tas\\TasDrawRepository'] = new \App\Repository\Tas\TasDrawRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Tas\TasRepository' shared autowired service.
*
* @return \App\Repository\Tas\TasRepository
*/
protected function getTasRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/Tas/TasRepository.php';
return $this->privates['App\\Repository\\Tas\\TasRepository'] = new \App\Repository\Tas\TasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TokenCrmRepository' shared autowired service.
*
* @return \App\Repository\TokenCrmRepository
*/
protected function getTokenCrmRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/TokenCrmRepository.php';
return $this->privates['App\\Repository\\TokenCrmRepository'] = new \App\Repository\TokenCrmRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TokenRepository' shared autowired service.
*
* @return \App\Repository\TokenRepository
*/
protected function getTokenRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/TokenRepository.php';
return $this->privates['App\\Repository\\TokenRepository'] = new \App\Repository\TokenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\UserRepository' shared autowired service.
*
* @return \App\Repository\UserRepository
*/
protected function getUserRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/UserRepository.php';
return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\User\Address\AddressRepository' shared autowired service.
*
* @return \App\Repository\User\Address\AddressRepository
*/
protected function getAddressRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/User/Address/AddressRepository.php';
return $this->privates['App\\Repository\\User\\Address\\AddressRepository'] = new \App\Repository\User\Address\AddressRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\User\Address\DeliveryRepository' shared autowired service.
*
* @return \App\Repository\User\Address\DeliveryRepository
*/
protected function getDeliveryRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/User/Address/DeliveryRepository.php';
return $this->privates['App\\Repository\\User\\Address\\DeliveryRepository'] = new \App\Repository\User\Address\DeliveryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\User\Address\HomeRepository' shared autowired service.
*
* @return \App\Repository\User\Address\HomeRepository
*/
protected function getHomeRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/User/Address/HomeRepository.php';
return $this->privates['App\\Repository\\User\\Address\\HomeRepository'] = new \App\Repository\User\Address\HomeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\User\Address\OrderRepository' shared autowired service.
*
* @return \App\Repository\User\Address\OrderRepository
*/
protected function getOrderRepository2Service()
{
include_once \dirname(__DIR__, 4).'/src/Repository/User/Address/OrderRepository.php';
return $this->privates['App\\Repository\\User\\Address\\OrderRepository'] = new \App\Repository\User\Address\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\User\AdminRepository' shared autowired service.
*
* @return \App\Repository\User\AdminRepository
*/
protected function getAdminRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/User/AdminRepository.php';
return $this->privates['App\\Repository\\User\\AdminRepository'] = new \App\Repository\User\AdminRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\User\CarrierRepository' shared autowired service.
*
* @return \App\Repository\User\CarrierRepository
*/
protected function getCarrierRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/User/CarrierRepository.php';
return $this->privates['App\\Repository\\User\\CarrierRepository'] = new \App\Repository\User\CarrierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\User\ConsumerRepository' shared autowired service.
*
* @return \App\Repository\User\ConsumerRepository
*/
protected function getConsumerRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/User/ConsumerRepository.php';
return $this->privates['App\\Repository\\User\\ConsumerRepository'] = new \App\Repository\User\ConsumerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\Participation\\ParticipationRepository'] ?? $this->getParticipationRepositoryService()));
}
/**
* Gets the private 'App\Repository\User\IdentityRepository' shared autowired service.
*
* @return \App\Repository\User\IdentityRepository
*/
protected function getIdentityRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/User/IdentityRepository.php';
return $this->privates['App\\Repository\\User\\IdentityRepository'] = new \App\Repository\User\IdentityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\User\Payment\IbanRepository' shared autowired service.
*
* @return \App\Repository\User\Payment\IbanRepository
*/
protected function getIbanRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/User/Payment/IbanRepository.php';
return $this->privates['App\\Repository\\User\\Payment\\IbanRepository'] = new \App\Repository\User\Payment\IbanRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\User\ReferentRepository' shared autowired service.
*
* @return \App\Repository\User\ReferentRepository
*/
protected function getReferentRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/User/ReferentRepository.php';
return $this->privates['App\\Repository\\User\\ReferentRepository'] = new \App\Repository\User\ReferentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\User\StrateRepository' shared autowired service.
*
* @return \App\Repository\User\StrateRepository
*/
protected function getStrateRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/User/StrateRepository.php';
return $this->privates['App\\Repository\\User\\StrateRepository'] = new \App\Repository\User\StrateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\WebsiteParams\GameParamsRepository' shared autowired service.
*
* @return \App\Repository\WebsiteParams\GameParamsRepository
*/
protected function getGameParamsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/WebsiteParams/GameParamsRepository.php';
return $this->privates['App\\Repository\\WebsiteParams\\GameParamsRepository'] = new \App\Repository\WebsiteParams\GameParamsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\WebsiteParams\ModuleParamsRepository' shared autowired service.
*
* @return \App\Repository\WebsiteParams\ModuleParamsRepository
*/
protected function getModuleParamsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/WebsiteParams/ModuleParamsRepository.php';
return $this->privates['App\\Repository\\WebsiteParams\\ModuleParamsRepository'] = new \App\Repository\WebsiteParams\ModuleParamsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\WebsiteParams\WebsiteParamsRepository' shared autowired service.
*
* @return \App\Repository\WebsiteParams\WebsiteParamsRepository
*/
protected function getWebsiteParamsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/src/Repository/WebsiteParams/WebsiteParamsRepository.php';
return $this->privates['App\\Repository\\WebsiteParams\\WebsiteParamsRepository'] = new \App\Repository\WebsiteParams\WebsiteParamsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
*
* @return \App\Security\LoginFormAuthenticator
*/
protected function getLoginFormAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Security/LoginFormAuthenticator.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Security\\LoginFormAuthenticator'])) {
return $this->privates['App\\Security\\LoginFormAuthenticator'];
}
return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator($a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'App\Service\Api\Billy\BillyCallService' shared autowired service.
*
* @return \App\Service\Api\Billy\BillyCallService
*/
protected function getBillyCallServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Api/Billy/BillyCallService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\Api\\Billy\\BillyCallService'])) {
return $this->privates['App\\Service\\Api\\Billy\\BillyCallService'];
}
return $this->privates['App\\Service\\Api\\Billy\\BillyCallService'] = new \App\Service\Api\Billy\BillyCallService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the private 'App\Service\Api\Coupon\MultiOfferCouponService' shared autowired service.
*
* @return \App\Service\Api\Coupon\MultiOfferCouponService
*/
protected function getMultiOfferCouponServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Api/Coupon/CouponServiceInterface.php';
include_once \dirname(__DIR__, 4).'/src/Service/Api/Coupon/MultiOfferCouponService.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\Api\\Coupon\\MultiOfferCouponService'])) {
return $this->privates['App\\Service\\Api\\Coupon\\MultiOfferCouponService'];
}
$b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
if (isset($this->privates['App\\Service\\Api\\Coupon\\MultiOfferCouponService'])) {
return $this->privates['App\\Service\\Api\\Coupon\\MultiOfferCouponService'];
}
return $this->privates['App\\Service\\Api\\Coupon\\MultiOfferCouponService'] = new \App\Service\Api\Coupon\MultiOfferCouponService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, $b);
}
/**
* Gets the private 'App\Service\Api\Isoskele\Isoskele' shared autowired service.
*
* @return \App\Service\Api\Isoskele\Isoskele
*/
protected function getIsoskeleService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Api/Isoskele/Isoskele.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\Api\\Isoskele\\Isoskele'])) {
return $this->privates['App\\Service\\Api\\Isoskele\\Isoskele'];
}
$b = ($this->privates['App\\Manager\\Log\\HTTPRequestLogManager'] ?? $this->getHTTPRequestLogManagerService());
if (isset($this->privates['App\\Service\\Api\\Isoskele\\Isoskele'])) {
return $this->privates['App\\Service\\Api\\Isoskele\\Isoskele'];
}
return $this->privates['App\\Service\\Api\\Isoskele\\Isoskele'] = new \App\Service\Api\Isoskele\Isoskele($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b);
}
/**
* Gets the private 'App\Service\Api\MultiOffer\MultiOfferService' shared autowired service.
*
* @return \App\Service\Api\MultiOffer\MultiOfferService
*/
protected function getMultiOfferServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Api/MultiOffer/MultiOfferService.php';
include_once \dirname(__DIR__, 4).'/src/Service/CodeEncryption.php';
$a = ($this->privates['App\\Service\\Api\\Billy\\BillyCallService'] ?? $this->getBillyCallServiceService());
if (isset($this->privates['App\\Service\\Api\\MultiOffer\\MultiOfferService'])) {
return $this->privates['App\\Service\\Api\\MultiOffer\\MultiOfferService'];
}
return $this->privates['App\\Service\\Api\\MultiOffer\\MultiOfferService'] = new \App\Service\Api\MultiOffer\MultiOfferService($a, ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
}
/**
* Gets the private 'App\Service\Api\Odr\MultiOfferOdrService' shared autowired service.
*
* @return \App\Service\Api\Odr\MultiOfferOdrService
*/
protected function getMultiOfferOdrServiceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Api/Odr/OdrServiceInterface.php';
include_once \dirname(__DIR__, 4).'/src/Service/Api/Odr/MultiOfferOdrService.php';
include_once \dirname(__DIR__, 4).'/src/Service/CodeEncryption.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'])) {
return $this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'];
}
$b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
if (isset($this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'])) {
return $this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'];
}
return $this->privates['App\\Service\\Api\\Odr\\MultiOfferOdrService'] = new \App\Service\Api\Odr\MultiOfferOdrService(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, $b, ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))));
}
/**
* Gets the private 'App\Service\Api\SalesForce\Salesforce' shared autowired service.
*
* @return \App\Service\Api\SalesForce\Salesforce
*/
protected function getSalesforceService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Api/SalesForce/Salesforce.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\Api\\SalesForce\\Salesforce'])) {
return $this->privates['App\\Service\\Api\\SalesForce\\Salesforce'];
}
$b = ($this->privates['App\\Manager\\Log\\HTTPRequestLogManager'] ?? $this->getHTTPRequestLogManagerService());
if (isset($this->privates['App\\Service\\Api\\SalesForce\\Salesforce'])) {
return $this->privates['App\\Service\\Api\\SalesForce\\Salesforce'];
}
return $this->privates['App\\Service\\Api\\SalesForce\\Salesforce'] = new \App\Service\Api\SalesForce\Salesforce($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b);
}
/**
* Gets the private 'App\Service\Api\Shannon\Shannon' shared autowired service.
*
* @return \App\Service\Api\Shannon\Shannon
*/
protected function getShannonService()
{
include_once \dirname(__DIR__, 4).'/src/Service/Api/Shannon/Shannon.php';
include_once \dirname(__DIR__, 4).'/src/Service/Api/Shannon/Participation/ParticipationSerializer.php';
include_once \dirname(__DIR__, 4).'/src/Service/Api/Shannon/User/UserSerializer.php';
include_once \dirname(__DIR__, 4).'/src/Service/CodeEncryption.php';
$a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
if (isset($this->privates['App\\Service\\Api\\Shannon\\Shannon'])) {
return $this->privates['App\\Service\\Api\\Shannon\\Shannon'];
}
$b = ($this->privates['App\\Service\\WebsiteParams\\ModuleParamsManager'] ?? $this->getModuleParamsManagerService());
if (isset($this->privates['App\\Service\\Api\\Shannon\\Shannon'])) {
return $this->privates['App\\Service\\Api\\Shannon\\Shannon'];
}
$c = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
return $this->privates['App\\Service\\Api\\Shannon\\Shannon'] = new \App\Service\Api\Shannon\Shannon($this->getEnv('API_SHANNON_URL'), $this->getEnv('API_SHANNON_LOGIN'), $this->getEnv('API_SHANNON_PASSWORD'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a, new \App\Service\Api\Shannon\Participation\ParticipationSerializer($c, ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->privates['App\\Service\\CodeEncryption'] ?? ($this->privates['App\\Service\\CodeEncryption'] = new \App\Service\CodeEncryption($this->getEnv('KEY_ENCRYPTION')))), $b), new \App\Service\Api\Shannon\User\UserSerializer($c), ($this->services['monolog.logger.shannon'] ?? $this->getMonolog_Logger_ShannonService()));
}
/**
* Gets the private 'App\Service\SendInBlue' shared autowired service.
*
* @return \App\Service\SendInBlue
*/
protected function getSendInBlueService()
{
include_once \dirname(__DIR__, 4).'/src/Service/SendInBlue.php';
return $this->privates['App\\Service\\SendInBlue'] = new \App\Service\SendInBlue(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'App\Service\Validator' shared autowired service.
*
* @return \App\Service\Validator
*/
protected function getValidator2Service()
{
include_once \dirname(__DIR__, 4).'/src/Service/Validator.php';
return $this->privates['App\\Service\\Validator'] = new \App\Service\Validator(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
}
/**
* Gets the private 'App\Service\WebsiteParams\ModuleParamsManager' shared autowired service.
*
* @return \App\Service\WebsiteParams\ModuleParamsManager
*/
protected function getModuleParamsManagerService()
{
include_once \dirname(__DIR__, 4).'/src/Service/WebsiteParams/ModuleParamsManager.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\WebsiteParams\\ModuleParamsManager'])) {
return $this->privates['App\\Service\\WebsiteParams\\ModuleParamsManager'];
}
return $this->privates['App\\Service\\WebsiteParams\\ModuleParamsManager'] = new \App\Service\WebsiteParams\ModuleParamsManager(($this->privates['App\\Repository\\WebsiteParams\\ModuleParamsRepository'] ?? $this->getModuleParamsRepositoryService()), $a);
}
/**
* Gets the private 'App\Validator\Constraints\FileColumnValidator' shared autowired service.
*
* @return \App\Validator\Constraints\FileColumnValidator
*/
protected function getFileColumnValidatorService()
{
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/FileValidator.php';
include_once \dirname(__DIR__, 4).'/src/Validator/Constraints/FileColumnValidator.php';
return $this->privates['App\\Validator\\Constraints\\FileColumnValidator'] = new \App\Validator\Constraints\FileColumnValidator();
}
/**
* Gets the private 'App\Validator\Constraints\OverlappingDateValidator' shared autowired service.
*
* @return \App\Validator\Constraints\OverlappingDateValidator
*/
protected function getOverlappingDateValidatorService()
{
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/Constraints/OverlappingDateValidator.php';
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Validator\\Constraints\\OverlappingDateValidator'])) {
return $this->privates['App\\Validator\\Constraints\\OverlappingDateValidator'];
}
return $this->privates['App\\Validator\\Constraints\\OverlappingDateValidator'] = new \App\Validator\Constraints\OverlappingDateValidator($a);
}
/**
* Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
*/
protected function getManagerRegistryAwareConnectionProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default'));
}
/**
* Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
*
* @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
*/
protected function getRunSqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/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 'Gedmo\Loggable\LoggableListener' shared autowired service.
*
* @return \Gedmo\Loggable\LoggableListener
*/
protected function getLoggableListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
$this->privates['Gedmo\\Loggable\\LoggableListener'] = $instance = new \Gedmo\Loggable\LoggableListener();
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
return $instance;
}
/**
* Gets the private 'KevinPapst\AdminLTEBundle\Menu\MenuBuilder' shared service.
*
* @return \KevinPapst\AdminLTEBundle\Menu\MenuBuilder
*/
protected function getMenuBuilderService()
{
include_once \dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Menu/MenuBuilder.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['KevinPapst\\AdminLTEBundle\\Menu\\MenuBuilder'])) {
return $this->privates['KevinPapst\\AdminLTEBundle\\Menu\\MenuBuilder'];
}
return $this->privates['KevinPapst\\AdminLTEBundle\\Menu\\MenuBuilder'] = new \KevinPapst\AdminLTEBundle\Menu\MenuBuilder(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), $a);
}
/**
* Gets the private 'KevinPapst\AdminLTEBundle\Twig\EventsExtension' shared service.
*
* @return \KevinPapst\AdminLTEBundle\Twig\EventsExtension
*/
protected function getEventsExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Twig/EventsExtension.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension'])) {
return $this->privates['KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension'];
}
return $this->privates['KevinPapst\\AdminLTEBundle\\Twig\\EventsExtension'] = new \KevinPapst\AdminLTEBundle\Twig\EventsExtension($a, ($this->privates['admin_lte_theme.context_helper'] ?? $this->getAdminLteTheme_ContextHelperService()));
}
/**
* Gets the private 'KevinPapst\AdminLTEBundle\Twig\RuntimeExtension' shared service.
*
* @return \KevinPapst\AdminLTEBundle\Twig\RuntimeExtension
*/
protected function getRuntimeExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Twig/RuntimeExtension.php';
return $this->privates['KevinPapst\\AdminLTEBundle\\Twig\\RuntimeExtension'] = new \KevinPapst\AdminLTEBundle\Twig\RuntimeExtension(($this->privates['admin_lte_theme.context_helper'] ?? $this->getAdminLteTheme_ContextHelperService()), $this->parameters['admin_lte_theme.routes']);
}
/**
* Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
*
* @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
*/
protected function getResetAssetsEventListenerService()
{
return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
}
/**
* Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
*
* @return \Vich\UploaderBundle\Metadata\CacheWarmer
*/
protected function getCacheWarmer2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
return $this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] = new \Vich\UploaderBundle\Metadata\CacheWarmer(($this->targetDir.''.'/vich_uploader'), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
}
/**
* Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime' shared service.
*
* @return \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime
*/
protected function getUploaderExtensionRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtensionRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
return $this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime'] = new \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService())));
}
/**
* Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
*
* @return \Vich\UploaderBundle\Util\Transliterator
*/
protected function getTransliteratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.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['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr'))));
}
/**
* Gets the private 'admin_lte_theme.context_helper' shared service.
*
* @return \KevinPapst\AdminLTEBundle\Helper\ContextHelper
*/
protected function getAdminLteTheme_ContextHelperService()
{
return $this->privates['admin_lte_theme.context_helper'] = new \KevinPapst\AdminLTEBundle\Helper\ContextHelper($this->parameters['admin_lte_theme.options']);
}
/**
* Gets the private 'annotated_app_entity_details_operation_details_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
*/
protected function getAnnotatedAppEntityDetailsOperationDetailsMultiOfferApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
return $this->privates['annotated_app_entity_details_operation_details_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['endParticipationDateOdr' => 'exclude_null'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
*/
protected function getAnnotatedAppEntityKnowledgeKnowledgeApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
return $this->privates['annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['online' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
*/
protected function getAnnotatedAppEntityKnowledgeKnowledgeApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
return $this->privates['annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, 'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['registerPosition' => 'ASC'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
*/
protected function getAnnotatedAppEntityKnowledgeKnowledgeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
$a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
if (isset($this->privates['annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_search_filter'])) {
return $this->privates['annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_search_filter'];
}
return $this->privates['annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['place' => 'partial'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_operation_coupon_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
*/
protected function getAnnotatedAppEntityOperationCouponApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
return $this->privates['annotated_app_entity_operation_coupon_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['startDate' => 'exclude_null', 'endDate' => 'exclude_null', 'billyStartDate' => 'exclude_null', 'billyEndDate' => 'exclude_null'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
*/
protected function getAnnotatedAppEntityOperationDrawApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
return $this->privates['annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['online' => NULL, 'sogecSend' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
*/
protected function getAnnotatedAppEntityOperationDrawApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
return $this->privates['annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['startDate' => 'exclude_null', 'endDate' => 'exclude_null', 'drawDate' => 'exclude_null'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
*/
protected function getAnnotatedAppEntityOperationGameApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
return $this->privates['annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['online' => NULL, 'requireUser' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
*/
protected function getAnnotatedAppEntityOperationGameApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
return $this->privates['annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['startDate' => 'exclude_null', 'endDate' => 'exclude_null', 'openingDate' => 'exclude_null'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
*/
protected function getAnnotatedAppEntityOperationMultiOfferApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
return $this->privates['annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['online' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
*/
protected function getAnnotatedAppEntityOperationMultiOfferApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
return $this->privates['annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['billyStartDate' => 'exclude_null', 'billyEndDate' => 'exclude_null'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
*/
protected function getAnnotatedAppEntityOperationOdrApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
return $this->privates['annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['online' => NULL, 'receipt' => NULL, 'barCode' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
*/
protected function getAnnotatedAppEntityOperationOdrApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
return $this->privates['annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['startDate' => 'exclude_null', 'endDate' => 'exclude_null', 'billyStartDate' => 'exclude_null', 'billyEndDate' => 'exclude_null', 'subscriptionEndDate' => 'exclude_null'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_operation_operation_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
*/
protected function getAnnotatedAppEntityOperationOperationApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
$a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
if (isset($this->privates['annotated_app_entity_operation_operation_api_platform_core_bridge_doctrine_orm_filter_search_filter'])) {
return $this->privates['annotated_app_entity_operation_operation_api_platform_core_bridge_doctrine_orm_filter_search_filter'];
}
return $this->privates['annotated_app_entity_operation_operation_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['state.label' => 'partial'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
*/
protected function getAnnotatedAppEntityOperationRefundApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
return $this->privates['annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['online' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
*/
protected function getAnnotatedAppEntityOperationRefundApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
return $this->privates['annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['startDate' => 'exclude_null', 'endDate' => 'exclude_null'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_purse_purse_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
*/
protected function getAnnotatedAppEntityPursePurseApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
$a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
if (isset($this->privates['annotated_app_entity_purse_purse_api_platform_core_bridge_doctrine_orm_filter_search_filter'])) {
return $this->privates['annotated_app_entity_purse_purse_api_platform_core_bridge_doctrine_orm_filter_search_filter'];
}
return $this->privates['annotated_app_entity_purse_purse_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['items.status' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_recipe_ingredient_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
*/
protected function getAnnotatedAppEntityRecipeIngredientApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
return $this->privates['annotated_app_entity_recipe_ingredient_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['brand' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
*/
protected function getAnnotatedAppEntityRecipeRecipeApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
return $this->privates['annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['promote' => NULL, 'online' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
*/
protected function getAnnotatedAppEntityRecipeRecipeApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
return $this->privates['annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, 'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['position' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
*/
protected function getAnnotatedAppEntityRecipeRecipeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
$a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
if (isset($this->privates['annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_search_filter'])) {
return $this->privates['annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_search_filter'];
}
return $this->privates['annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial', 'recipeType.name' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_recipe_recipe_app_filter_recipe_ingredient_filter' shared autowired service.
*
* @return \App\Filter\RecipeIngredientFilter
*/
protected function getAnnotatedAppEntityRecipeRecipeAppFilterRecipeIngredientFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/src/Filter/RecipeIngredientFilter.php';
return $this->privates['annotated_app_entity_recipe_recipe_app_filter_recipe_ingredient_filter'] = new \App\Filter\RecipeIngredientFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['recipeIngredients.ingredient.name' => NULL]);
}
/**
* Gets the private 'annotated_app_entity_recipe_recipe_app_filter_recipe_type_filter' shared autowired service.
*
* @return \App\Filter\RecipeTypeFilter
*/
protected function getAnnotatedAppEntityRecipeRecipeAppFilterRecipeTypeFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/src/Filter/RecipeTypeFilter.php';
return $this->privates['annotated_app_entity_recipe_recipe_app_filter_recipe_type_filter'] = new \App\Filter\RecipeTypeFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['recipeType.name' => NULL]);
}
/**
* Gets the private 'annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
*/
protected function getAnnotatedAppEntitySliderApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
return $this->privates['annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['online' => NULL, 'cible' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
*/
protected function getAnnotatedAppEntitySliderApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
return $this->privates['annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['startDate' => 'exclude_null', 'endDate' => 'exclude_null'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_state_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
*/
protected function getAnnotatedAppEntityStateApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
$a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
if (isset($this->privates['annotated_app_entity_state_api_platform_core_bridge_doctrine_orm_filter_search_filter'])) {
return $this->privates['annotated_app_entity_state_api_platform_core_bridge_doctrine_orm_filter_search_filter'];
}
return $this->privates['annotated_app_entity_state_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['label' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_user_referent_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
*/
protected function getAnnotatedAppEntityUserReferentApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
return $this->privates['annotated_app_entity_user_referent_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
*/
protected function getAnnotatedAppEntityWebsiteParamsGameParamsApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
return $this->privates['annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['online' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* Gets the private 'annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
*/
protected function getAnnotatedAppEntityWebsiteParamsGameParamsApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
return $this->privates['annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['startDate' => 'exclude_null', 'endDate' => 'exclude_null'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
}
/**
* 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 'api_platform.cache.identifiers_extractor' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_IdentifiersExtractorService()
{
return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bB9uSNnEny', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
{
return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tqZp1Ph2EK', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'api_platform.cache.metadata.resource' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_ResourceService()
{
return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7qIJbrqwQ-', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
{
return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('JXfIGd8duA', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'api_platform.cache.route_name_resolver' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_RouteNameResolverService()
{
return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hgiHbxUOSP', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
{
return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tG5DFiuG9R', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
*/
protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php';
return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
*/
protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/CollectionDataProvider.php';
return $this->privates['api_platform.doctrine.orm.default.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Doctrine\\CurrentCompanyExtension'] ?? $this->getCurrentCompanyExtensionService());
yield 1 => ($this->privates['App\\Doctrine\\CurrentPurseExtension'] ?? $this->getCurrentPurseExtensionService());
yield 2 => ($this->privates['App\\Doctrine\\CurrentUserExtension'] ?? $this->getCurrentUserExtensionService());
yield 3 => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
yield 4 => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
yield 5 => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
yield 6 => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
yield 7 => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
}, 8));
}
/**
* Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
*/
protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/ItemDataProvider.php';
$a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.doctrine.orm.default.item_data_provider'])) {
return $this->privates['api_platform.doctrine.orm.default.item_data_provider'];
}
return $this->privates['api_platform.doctrine.orm.default.item_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $a, new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Doctrine\\CurrentCompanyExtension'] ?? $this->getCurrentCompanyExtensionService());
yield 1 => ($this->privates['App\\Doctrine\\CurrentPurseExtension'] ?? $this->getCurrentPurseExtensionService());
yield 2 => ($this->privates['App\\Doctrine\\CurrentUserExtension'] ?? $this->getCurrentUserExtensionService());
yield 3 => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
}, 4), NULL);
}
/**
* Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
*/
protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
$a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'])) {
return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'];
}
return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $a, new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Doctrine\\CurrentCompanyExtension'] ?? $this->getCurrentCompanyExtensionService());
yield 1 => ($this->privates['App\\Doctrine\\CurrentPurseExtension'] ?? $this->getCurrentPurseExtensionService());
yield 2 => ($this->privates['App\\Doctrine\\CurrentUserExtension'] ?? $this->getCurrentUserExtensionService());
yield 3 => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
yield 4 => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
yield 5 => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
yield 6 => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
yield 7 => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
}, 8), new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Doctrine\\CurrentCompanyExtension'] ?? $this->getCurrentCompanyExtensionService());
yield 1 => ($this->privates['App\\Doctrine\\CurrentPurseExtension'] ?? $this->getCurrentPurseExtensionService());
yield 2 => ($this->privates['App\\Doctrine\\CurrentUserExtension'] ?? $this->getCurrentUserExtensionService());
yield 3 => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
}, 4), NULL);
}
/**
* Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
*/
protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php';
$a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'])) {
return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'];
}
return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), 30, true, NULL, NULL, false, ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
*/
protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterExtension.php';
$a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
if (isset($this->privates['api_platform.doctrine.orm.query_extension.filter'])) {
return $this->privates['api_platform.doctrine.orm.query_extension.filter'];
}
return $this->privates['api_platform.doctrine.orm.query_extension.filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
}
/**
* Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
*/
protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
return $this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), true, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
}
/**
* Gets the private 'api_platform.doctrine.orm.query_extension.order' shared service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
*/
protected function getApiPlatform_Doctrine_Orm_QueryExtension_OrderService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/OrderExtension.php';
return $this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension('ASC', ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
}
/**
* Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
*
* @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
*/
protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/PaginationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataProvider/Pagination.php';
$a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
return $this->privates['api_platform.doctrine.orm.query_extension.pagination'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, new \ApiPlatform\Core\DataProvider\Pagination($a, $this->parameters['api_platform.collection.pagination'], $this->parameters['api_platform.graphql.collection.pagination']));
}
/**
* Gets the private 'api_platform.filter_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getApiPlatform_FilterLocatorService()
{
return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Filter\\RecipeIngredientFilter' => ['privates', 'App\\Filter\\RecipeIngredientFilter', 'getRecipeIngredientFilterService', false],
'App\\Filter\\RecipeTypeFilter' => ['privates', 'App\\Filter\\RecipeTypeFilter', 'getRecipeTypeFilterService', false],
'annotated_app_entity_details_operation_details_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates', 'annotated_app_entity_details_operation_details_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter', 'getAnnotatedAppEntityDetailsOperationDetailsMultiOfferApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService', false],
'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityKnowledgeKnowledgeApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', false],
'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates', 'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_order_filter', 'getAnnotatedAppEntityKnowledgeKnowledgeApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService', false],
'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates', 'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_search_filter', 'getAnnotatedAppEntityKnowledgeKnowledgeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService', false],
'annotated_app_entity_operation_coupon_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates', 'annotated_app_entity_operation_coupon_api_platform_core_bridge_doctrine_orm_filter_date_filter', 'getAnnotatedAppEntityOperationCouponApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService', false],
'annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityOperationDrawApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', false],
'annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates', 'annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_date_filter', 'getAnnotatedAppEntityOperationDrawApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService', false],
'annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityOperationGameApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', false],
'annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates', 'annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_date_filter', 'getAnnotatedAppEntityOperationGameApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService', false],
'annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityOperationMultiOfferApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', false],
'annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates', 'annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter', 'getAnnotatedAppEntityOperationMultiOfferApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService', false],
'annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityOperationOdrApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', false],
'annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates', 'annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_date_filter', 'getAnnotatedAppEntityOperationOdrApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService', false],
'annotated_app_entity_operation_operation_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates', 'annotated_app_entity_operation_operation_api_platform_core_bridge_doctrine_orm_filter_search_filter', 'getAnnotatedAppEntityOperationOperationApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService', false],
'annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityOperationRefundApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', false],
'annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates', 'annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_date_filter', 'getAnnotatedAppEntityOperationRefundApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService', false],
'annotated_app_entity_purse_purse_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates', 'annotated_app_entity_purse_purse_api_platform_core_bridge_doctrine_orm_filter_search_filter', 'getAnnotatedAppEntityPursePurseApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService', false],
'annotated_app_entity_recipe_ingredient_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_recipe_ingredient_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityRecipeIngredientApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', false],
'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityRecipeRecipeApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', false],
'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates', 'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_order_filter', 'getAnnotatedAppEntityRecipeRecipeApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService', false],
'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates', 'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_search_filter', 'getAnnotatedAppEntityRecipeRecipeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService', false],
'annotated_app_entity_recipe_recipe_app_filter_recipe_ingredient_filter' => ['privates', 'annotated_app_entity_recipe_recipe_app_filter_recipe_ingredient_filter', 'getAnnotatedAppEntityRecipeRecipeAppFilterRecipeIngredientFilterService', false],
'annotated_app_entity_recipe_recipe_app_filter_recipe_type_filter' => ['privates', 'annotated_app_entity_recipe_recipe_app_filter_recipe_type_filter', 'getAnnotatedAppEntityRecipeRecipeAppFilterRecipeTypeFilterService', false],
'annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntitySliderApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', false],
'annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates', 'annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_date_filter', 'getAnnotatedAppEntitySliderApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService', false],
'annotated_app_entity_state_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates', 'annotated_app_entity_state_api_platform_core_bridge_doctrine_orm_filter_search_filter', 'getAnnotatedAppEntityStateApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService', false],
'annotated_app_entity_user_referent_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_user_referent_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityUserReferentApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', false],
'annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityWebsiteParamsGameParamsApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', false],
'annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates', 'annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_date_filter', 'getAnnotatedAppEntityWebsiteParamsGameParamsApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService', false],
], [
'App\\Filter\\RecipeIngredientFilter' => '?',
'App\\Filter\\RecipeTypeFilter' => '?',
'annotated_app_entity_details_operation_details_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
'annotated_app_entity_knowledge_knowledge_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
'annotated_app_entity_operation_coupon_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
'annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_operation_draw_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
'annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_operation_game_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
'annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_operation_multi_offer_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
'annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_operation_odr_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
'annotated_app_entity_operation_operation_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
'annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_operation_refund_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
'annotated_app_entity_purse_purse_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
'annotated_app_entity_recipe_ingredient_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
'annotated_app_entity_recipe_recipe_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
'annotated_app_entity_recipe_recipe_app_filter_recipe_ingredient_filter' => '?',
'annotated_app_entity_recipe_recipe_app_filter_recipe_type_filter' => '?',
'annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_slider_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
'annotated_app_entity_state_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
'annotated_app_entity_user_referent_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_website_params_game_params_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
]);
}
/**
* Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
*
* @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
*/
protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
{
return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(true, NULL, NULL, $this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
}
/**
* Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
*
* @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
*/
protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
{
$a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
return $this->privates['api_platform.hydra.json_schema.schema_factory'];
}
$b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
return $this->privates['api_platform.hydra.json_schema.schema_factory'];
}
return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $b, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
}
/**
* Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
*
* @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
*/
protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
{
return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
}
/**
* Gets the private 'api_platform.identifier.converter' shared service.
*
* @return \ApiPlatform\Core\Identifier\IdentifierConverter
*/
protected function getApiPlatform_Identifier_ConverterService()
{
$a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.identifier.converter'])) {
return $this->privates['api_platform.identifier.converter'];
}
return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $a, new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
yield 1 => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
yield 2 => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? $this->getApiPlatform_Identifier_UuidNormalizerService());
}, 3));
}
/**
* Gets the private 'api_platform.identifier.uuid_normalizer' shared service.
*
* @return \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer
*
* @deprecated Since api-platform/core 2.7: The "api_platform.identifier.uuid_normalizer" service is deprecated since 2.7 and will be removed in 3.0. Use the "api_platform.ramsey_uuid.uri_variables.transformer.uuid" service instead.
*/
protected function getApiPlatform_Identifier_UuidNormalizerService()
{
trigger_deprecation('api-platform/core', '2.7', 'The "api_platform.identifier.uuid_normalizer" service is deprecated since 2.7 and will be removed in 3.0. Use the "api_platform.ramsey_uuid.uri_variables.transformer.uuid" service instead.');
return $this->privates['api_platform.identifier.uuid_normalizer'] = new \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer();
}
/**
* Gets the private 'api_platform.identifiers_extractor.cached' shared service.
*
* @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
*/
protected function getApiPlatform_IdentifiersExtractor_CachedService()
{
$a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
return $this->privates['api_platform.identifiers_extractor.cached'];
}
$b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$c = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $a, $b, $c, true), $b, $c);
}
/**
* Gets the private 'api_platform.iri_converter.legacy' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
*
* @deprecated Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead.
*/
protected function getApiPlatform_IriConverter_LegacyService()
{
trigger_deprecation('api-platform/core', '2.7', 'Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\\Api\\IriConverterInterface" instead.');
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
$a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.iri_converter.legacy'])) {
return $this->privates['api_platform.iri_converter.legacy'];
}
$b = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
if (isset($this->privates['api_platform.iri_converter.legacy'])) {
return $this->privates['api_platform.iri_converter.legacy'];
}
$c = ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService());
if (isset($this->privates['api_platform.iri_converter.legacy'])) {
return $this->privates['api_platform.iri_converter.legacy'];
}
$d = ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService());
if (isset($this->privates['api_platform.iri_converter.legacy'])) {
return $this->privates['api_platform.iri_converter.legacy'];
}
$e = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
return $this->privates['api_platform.iri_converter.legacy'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $a, $b, new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($e)), $e, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $c, $d, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
}
/**
* Gets the private 'api_platform.json_schema.json_schema_generate_command' shared service.
*
* @return \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand
*/
protected function getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
$this->privates['api_platform.json_schema.json_schema_generate_command'] = $instance = new \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), $this->parameters['api_platform.formats']);
$instance->setName('api:json-schema:generate');
return $instance;
}
/**
* Gets the private 'api_platform.json_schema.type_factory' shared service.
*
* @return \ApiPlatform\Core\JsonSchema\TypeFactory
*/
protected function getApiPlatform_JsonSchema_TypeFactoryService()
{
$this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
$instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
return $instance;
}
/**
* Gets the private 'api_platform.jsonld.context_builder' shared service.
*
* @return \ApiPlatform\JsonLd\ContextBuilder
*/
protected function getApiPlatform_Jsonld_ContextBuilderService()
{
$a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.jsonld.context_builder'])) {
return $this->privates['api_platform.jsonld.context_builder'];
}
$b = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $a, $b, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($b));
}
/**
* Gets the private 'api_platform.listener.exception' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\ExceptionListener
*/
protected function getApiPlatform_Listener_ExceptionService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/ErrorListener.php';
return $this->privates['api_platform.listener.exception'] = new \ApiPlatform\Symfony\EventListener\ExceptionListener('api_platform.action.exception', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), false, new \ApiPlatform\Symfony\EventListener\ErrorListener('api_platform.action.exception', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), true));
}
/**
* Gets the private 'api_platform.listener.exception.validation' shared service.
*
* @return \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener
*/
protected function getApiPlatform_Listener_Exception_ValidationService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Validator/EventListener/ValidationExceptionListener.php';
$a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
if (isset($this->privates['api_platform.listener.exception.validation'])) {
return $this->privates['api_platform.listener.exception.validation'];
}
return $this->privates['api_platform.listener.exception.validation'] = new \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener($a, $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
}
/**
* Gets the private 'api_platform.listener.request.add_format' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\AddFormatListener
*/
protected function getApiPlatform_Listener_Request_AddFormatService()
{
return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
}
/**
* Gets the private 'api_platform.listener.request.deserialize' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\DeserializeListener
*/
protected function getApiPlatform_Listener_Request_DeserializeService()
{
$a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
if (isset($this->privates['api_platform.listener.request.deserialize'])) {
return $this->privates['api_platform.listener.request.deserialize'];
}
$b = ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService());
if (isset($this->privates['api_platform.listener.request.deserialize'])) {
return $this->privates['api_platform.listener.request.deserialize'];
}
return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, $b, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
}
/**
* Gets the private 'api_platform.listener.request.read.legacy' shared service.
*
* @return \ApiPlatform\Core\EventListener\ReadListener
*/
protected function getApiPlatform_Listener_Request_Read_LegacyService()
{
$a = ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService());
if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
return $this->privates['api_platform.listener.request.read.legacy'];
}
$b = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
return $this->privates['api_platform.listener.request.read.legacy'];
}
return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
}
/**
* Gets the private 'api_platform.listener.view.respond' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\RespondListener
*/
protected function getApiPlatform_Listener_View_RespondService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/RespondListener.php';
return $this->privates['api_platform.listener.view.respond'] = new \ApiPlatform\Symfony\EventListener\RespondListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), NULL);
}
/**
* Gets the private 'api_platform.listener.view.serialize' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\SerializeListener
*/
protected function getApiPlatform_Listener_View_SerializeService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/SerializeListener.php';
$a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
if (isset($this->privates['api_platform.listener.view.serialize'])) {
return $this->privates['api_platform.listener.view.serialize'];
}
return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Symfony\EventListener\SerializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
}
/**
* Gets the private 'api_platform.listener.view.validate' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\ValidateListener
*/
protected function getApiPlatform_Listener_View_ValidateService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/EventListener/ValidateListener.php';
return $this->privates['api_platform.listener.view.validate'] = new \ApiPlatform\Symfony\EventListener\ValidateListener(($this->privates['api_platform.validator'] ?? $this->getApiPlatform_ValidatorService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
}
/**
* Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
*/
protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
{
$a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
if (isset($this->privates['api_platform.listener.view.validate_query_parameters'])) {
return $this->privates['api_platform.listener.view.validate_query_parameters'];
}
return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator($a), true);
}
/**
* Gets the private 'api_platform.listener.view.write.legacy' shared service.
*
* @return \ApiPlatform\Core\EventListener\WriteListener
*/
protected function getApiPlatform_Listener_View_Write_LegacyService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/EventListener/WriteListener.php';
$a = ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService());
if (isset($this->privates['api_platform.listener.view.write.legacy'])) {
return $this->privates['api_platform.listener.view.write.legacy'];
}
$b = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
if (isset($this->privates['api_platform.listener.view.write.legacy'])) {
return $this->privates['api_platform.listener.view.write.legacy'];
}
return $this->privates['api_platform.listener.view.write.legacy'] = new \ApiPlatform\Core\EventListener\WriteListener($a, $b, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
}
/**
* Gets the private 'api_platform.messenger.data_persister' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister
*/
protected function getApiPlatform_Messenger_DataPersisterService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Messenger/DispatchTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataPersister.php';
$a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['api_platform.messenger.data_persister'])) {
return $this->privates['api_platform.messenger.data_persister'];
}
return $this->privates['api_platform.messenger.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
}
/**
* Gets the private 'api_platform.messenger.data_transformer' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer
*/
protected function getApiPlatform_Messenger_DataTransformerService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataTransformer.php';
return $this->privates['api_platform.messenger.data_transformer'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
}
/**
* Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
*
* @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
*/
protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
{
$a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
}
$b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
}
$c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
yield 1 => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
yield 2 => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
yield 3 => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
yield 4 => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
yield 5 => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
yield 6 => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
yield 7 => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
yield 8 => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
yield 9 => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
}, 13)));
}
/**
* Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
*
* @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
*/
protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
{
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
}
return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a)));
}
/**
* Gets the private 'api_platform.metadata.property_schema.collection_restriction' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction
*/
protected function getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCollectionRestriction.php';
return $this->privates['api_platform.metadata.property_schema.collection_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
yield 1 => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
yield 2 => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
yield 3 => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
yield 4 => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
yield 5 => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
yield 6 => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
yield 7 => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
yield 8 => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
yield 9 => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
}, 13));
}
/**
* Gets the private 'api_platform.metadata.property_schema.one_of_restriction' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction
*/
protected function getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php';
return $this->privates['api_platform.metadata.property_schema.one_of_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
yield 1 => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
yield 2 => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
yield 3 => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
yield 4 => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
yield 5 => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
yield 6 => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
yield 7 => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
yield 8 => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
yield 9 => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
}, 13));
}
/**
* Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
*
* @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
*/
protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
{
$a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
}
/**
* Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
*
* @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
*/
protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
{
return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
}
/**
* Gets the private 'api_platform.openapi.command' shared service.
*
* @return \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand
*/
protected function getApiPlatform_Openapi_CommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/OpenApiCommand.php';
$this->privates['api_platform.openapi.command'] = $instance = new \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand(($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
$instance->setName('api:openapi:export');
return $instance;
}
/**
* Gets the private 'api_platform.openapi.factory.legacy' shared service.
*
* @return \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory
*/
protected function getApiPlatform_Openapi_Factory_LegacyService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/OpenApi/Factory/OpenApiFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/State/Pagination/PaginationOptions.php';
return $this->privates['api_platform.openapi.factory.legacy'] = new \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $this->parameters['api_platform.formats'], ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\State\Pagination\PaginationOptions(true, 'page', false, 'itemsPerPage', false, 'pagination', 30, NULL, false, false, 'partial'));
}
/**
* Gets the private 'api_platform.openapi.options' shared service.
*
* @return \ApiPlatform\OpenApi\Options
*/
protected function getApiPlatform_Openapi_OptionsService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/OpenApi/Options.php';
return $this->privates['api_platform.openapi.options'] = new \ApiPlatform\OpenApi\Options('', '', '0.0.0', false, 'oauth2', 'application', '', '', '', [], [], NULL, NULL, NULL, NULL, NULL, NULL);
}
/**
* Gets the private 'api_platform.operation_path_resolver.custom' shared service.
*
* @return \ApiPlatform\PathResolver\CustomOperationPathResolver
*/
protected function getApiPlatform_OperationPathResolver_CustomService()
{
return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
}
/**
* Gets the private 'api_platform.operation_path_resolver.router' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
*/
protected function getApiPlatform_OperationPathResolver_RouterService()
{
$a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
return $this->privates['api_platform.operation_path_resolver.router'];
}
return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($a, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
}
/**
* Gets the private 'api_platform.resource_class_resolver' shared service.
*
* @return \ApiPlatform\Api\ResourceClassResolver
*/
protected function getApiPlatform_ResourceClassResolverService()
{
return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
}
/**
* Gets the private 'api_platform.router' shared service.
*
* @return \ApiPlatform\Symfony\Routing\Router
*/
protected function getApiPlatform_RouterService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['api_platform.router'])) {
return $this->privates['api_platform.router'];
}
return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a, 1);
}
/**
* Gets the private 'api_platform.security.listener.request.deny_access' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
*/
protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
{
$a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
return $this->privates['api_platform.security.listener.request.deny_access'];
}
return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
}
/**
* Gets the private 'api_platform.security.resource_access_checker' shared service.
*
* @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
*/
protected function getApiPlatform_Security_ResourceAccessCheckerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['api_platform.security.resource_access_checker'])) {
return $this->privates['api_platform.security.resource_access_checker'];
}
return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false);
}
/**
* Gets the private 'api_platform.serializer.context_builder.filter' shared service.
*
* @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
*/
protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
{
$a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
if (isset($this->privates['api_platform.serializer.context_builder.filter'])) {
return $this->privates['api_platform.serializer.context_builder.filter'];
}
$b = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($b, $a, new \ApiPlatform\Serializer\SerializerContextBuilder($b));
}
/**
* Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
*
* @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
*/
protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
{
return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(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 'api_platform.subresource_operation_factory.cached' shared service.
*
* @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
*/
protected function getApiPlatform_SubresourceOperationFactory_CachedService()
{
$a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
return $this->privates['api_platform.subresource_operation_factory.cached'];
}
$b = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
return $this->privates['api_platform.subresource_operation_factory.cached'];
}
return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $a, ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), $b));
}
/**
* Gets the private 'api_platform.swagger.command.swagger_command' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
*/
protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
$this->privates['api_platform.swagger.command.swagger_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), '', '', '0.0.0', NULL, $this->parameters['api_platform.swagger.versions'], true);
$instance->setName('api:swagger:export');
return $instance;
}
/**
* Gets the private 'api_platform.upgrade_resource.command' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand
*/
protected function getApiPlatform_UpgradeResource_CommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/UpgradeApiResourceCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Upgrade/SubresourceTransformer.php';
$this->privates['api_platform.upgrade_resource.command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), new \ApiPlatform\Core\Upgrade\SubresourceTransformer(), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
$instance->setName('api:upgrade-resource');
return $instance;
}
/**
* Gets the private 'api_platform.validator' shared service.
*
* @return \ApiPlatform\Symfony\Validator\Validator
*/
protected function getApiPlatform_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Validator/Validator.php';
$a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['api_platform.validator'])) {
return $this->privates['api_platform.validator'];
}
return $this->privates['api_platform.validator'] = new \ApiPlatform\Symfony\Validator\Validator($a, $this);
}
/**
* Gets the private 'app.setup_knp_menu_listener' shared autowired service.
*
* @return \App\EventListener\KnpMenuBuilderListener
*/
protected function getApp_SetupKnpMenuListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/KnpMenuBuilderListener.php';
$a = ($this->privates['App\\Manager\\KnpMenuManager'] ?? $this->getKnpMenuManagerService());
if (isset($this->privates['app.setup_knp_menu_listener'])) {
return $this->privates['app.setup_knp_menu_listener'];
}
return $this->privates['app.setup_knp_menu_listener'] = new \App\EventListener\KnpMenuBuilderListener($a);
}
/**
* Gets the private 'assets.packages' shared service.
*
* @return \Symfony\Component\Asset\Packages
*/
protected function getAssets_PackagesService()
{
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__, 4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* 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('8ssh3iK-cM', 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.messenger.restart_workers_signal' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignalService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('XYNeVyftjF', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true))));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* 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('Inze45FFtT', 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('t8fDUDZcqX', 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('KlbkkULVnD', 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('oJm6+L3ift', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.webpack_encore' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_WebpackEncoreService()
{
return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jSmXVI+XcQ', 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.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.doctrine.orm.default.result', 9 => 'cache.doctrine.orm.default.query', 10 => 'cache.security_expression_language', 11 => 'cache.webpack_encore', 12 => 'api_platform.cache.route_name_resolver', 13 => 'api_platform.cache.metadata.resource', 14 => 'api_platform.cache.metadata.resource.legacy', 15 => 'api_platform.cache.metadata.property.legacy', 16 => 'api_platform.cache.subresource_operation_factory', 17 => 'api_platform.cache.identifiers_extractor']);
$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.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.doctrine.orm.default.result', 9 => 'cache.doctrine.orm.default.query', 10 => 'cache.security_expression_language', 11 => 'cache.webpack_encore', 12 => 'api_platform.cache.route_name_resolver', 13 => 'api_platform.cache.metadata.resource', 14 => 'api_platform.cache.metadata.resource.legacy', 15 => 'api_platform.cache.metadata.property.legacy', 16 => 'api_platform.cache.subresource_operation_factory', 17 => 'api_platform.cache.identifiers_extractor']);
$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.messenger.restart_workers_signal', 7 => 'cache.validator_expression_language', 8 => 'cache.doctrine.orm.default.result', 9 => 'cache.doctrine.orm.default.query', 10 => 'cache.security_expression_language', 11 => 'cache.webpack_encore', 12 => 'api_platform.cache.route_name_resolver', 13 => 'api_platform.cache.metadata.resource', 14 => 'api_platform.cache.metadata.resource.legacy', 15 => 'api_platform.cache.metadata.property.legacy', 16 => 'api_platform.cache.subresource_operation_factory', 17 => 'api_platform.cache.identifiers_extractor']);
$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.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
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());
yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService());
yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService());
yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService());
yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService());
yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService());
yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService());
}, 18));
$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.HQGaOVb'] ?? $this->get_ServiceLocator_HQGaOVbService()));
$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\\Blog', 2 => 'App\\Form\\Catalog', 3 => 'App\\Form', 4 => 'App\\Form\\Faq', 5 => 'App\\Form\\Knowledge', 6 => 'App\\Form\\MediaObject', 7 => 'App\\Form\\Operation\\Coupon', 8 => 'App\\Form\\Operation\\Draw', 9 => 'App\\Form\\Operation\\Game', 10 => 'App\\Form\\Operation\\MultiOffer', 11 => 'App\\Form\\Operation\\Odr', 12 => 'App\\Form\\OperationCode', 13 => 'App\\Form\\Participation', 14 => 'App\\Form\\Recipe', 15 => 'App\\Form\\Security', 16 => 'App\\Form\\Slider', 17 => 'App\\Form\\Sogec', 18 => 'App\\Form\\Tag', 19 => 'App\\Form\\Tas', 20 => 'App\\Form\\User', 21 => 'App\\Form\\WebsiteParams', 22 => 'Symfony\\Bridge\\Doctrine\\Form\\Type', 23 => 'Vich\\UploaderBundle\\Form\\Type', 24 => 'FOS\\CKEditorBundle\\Form\\Type', 25 => 'Liip\\ImagineBundle\\Form\\Type'], [0 => 'App\\Form\\Blog\\BlogSearchType', 1 => 'App\\Form\\Blog\\BlogType', 2 => 'App\\Form\\Blog\\MediaBlogType', 3 => 'App\\Form\\Blog\\MediaCodeGiftType', 4 => 'App\\Form\\Blog\\MediaThumbnailBlogType', 5 => 'App\\Form\\Catalog\\GiftCodeSearchType', 6 => 'App\\Form\\Catalog\\GiftLevelType', 7 => 'App\\Form\\Catalog\\GiftSearchType', 8 => 'App\\Form\\Catalog\\GiftType', 9 => 'App\\Form\\CookiesType', 10 => 'App\\Form\\DisplayElementType', 11 => 'App\\Form\\Faq\\FaqType', 12 => 'App\\Form\\Knowledge\\KnowledgeResponseType', 13 => 'App\\Form\\Knowledge\\KnowledgeType', 14 => 'App\\Form\\MediaObject\\MediaCodeDrawType', 15 => 'App\\Form\\MediaObject\\MediaCodeOdrType', 16 => 'App\\Form\\MediaObject\\MediaGiftType', 17 => 'App\\Form\\MediaObject\\MediaImageType', 18 => 'App\\Form\\MediaObject\\MediaObjectType', 19 => 'App\\Form\\MediaObject\\MediaParticipationType', 20 => 'App\\Form\\MediaObject\\MediaPdfEditType', 21 => 'App\\Form\\MediaObject\\MediaPdfType', 22 => 'App\\Form\\MediaObject\\MediaPromotionType', 23 => 'App\\Form\\MediaObject\\MediaThumbnailGiftType', 24 => 'App\\Form\\MentionLegalType', 25 => 'App\\Form\\MenuType', 26 => 'App\\Form\\NewsletterSubscriptionType', 27 => 'App\\Form\\Operation\\Coupon\\CouponNonIntegratedSearchType', 28 => 'App\\Form\\Operation\\Coupon\\CouponSearchType', 29 => 'App\\Form\\Operation\\Coupon\\CouponType', 30 => 'App\\Form\\Operation\\Coupon\\DetailsCouponType', 31 => 'App\\Form\\Operation\\Coupon\\MediaCouponType', 32 => 'App\\Form\\Operation\\Draw\\DrawEmailType', 33 => 'App\\Form\\Operation\\Draw\\DrawSearchType', 34 => 'App\\Form\\Operation\\Draw\\DrawType', 35 => 'App\\Form\\Operation\\Draw\\MediaDesktopDrawType', 36 => 'App\\Form\\Operation\\Draw\\MediaMobileDrawType', 37 => 'App\\Form\\Operation\\Draw\\MediaPdfDrawType', 38 => 'App\\Form\\Operation\\Draw\\MediaThumbnailDrawType', 39 => 'App\\Form\\Operation\\Draw\\SogecEditDrawType', 40 => 'App\\Form\\Operation\\Game\\GameSearchType', 41 => 'App\\Form\\Operation\\Game\\GameType', 42 => 'App\\Form\\Operation\\Game\\MediaGameType', 43 => 'App\\Form\\Operation\\Game\\MediaMobileGameType', 44 => 'App\\Form\\Operation\\MultiOffer\\DepartmentType', 45 => 'App\\Form\\Operation\\MultiOffer\\DetailsMultiOfferType', 46 => 'App\\Form\\Operation\\MultiOffer\\EanType', 47 => 'App\\Form\\Operation\\MultiOffer\\MediaMultiOfferType', 48 => 'App\\Form\\Operation\\MultiOffer\\MultiOfferSearchType', 49 => 'App\\Form\\Operation\\MultiOffer\\MultiOfferType', 50 => 'App\\Form\\Operation\\Odr\\DetailsOdrType', 51 => 'App\\Form\\Operation\\Odr\\MediaDesktopOdrType', 52 => 'App\\Form\\Operation\\Odr\\MediaMobileOdrType', 53 => 'App\\Form\\Operation\\Odr\\MediaPdfOdrType', 54 => 'App\\Form\\Operation\\Odr\\MediaThumbnailOdrType', 55 => 'App\\Form\\Operation\\Odr\\OdrType', 56 => 'App\\Form\\OperationCode\\DrawCodeSearchType', 57 => 'App\\Form\\OperationCode\\OdrCodeSearchType', 58 => 'App\\Form\\Participation\\ParticipationSearchType', 59 => 'App\\Form\\PersonalDataType', 60 => 'App\\Form\\Recipe\\IngredientOfferSearchType', 61 => 'App\\Form\\Recipe\\IngredientSearchType', 62 => 'App\\Form\\Recipe\\IngredientType', 63 => 'App\\Form\\Recipe\\MediaRecipeType', 64 => 'App\\Form\\Recipe\\RecipeFormType', 65 => 'App\\Form\\Recipe\\RecipeIngredientType', 66 => 'App\\Form\\Recipe\\RecipeSearchType', 67 => 'App\\Form\\Recipe\\RecipeTypeFormType', 68 => 'App\\Form\\RequestResetPasswordType', 69 => 'App\\Form\\Security\\PermissionType', 70 => 'App\\Form\\Security\\ProfileType', 71 => 'App\\Form\\Slider\\MediaMobileSliderType', 72 => 'App\\Form\\Slider\\MediaSliderType', 73 => 'App\\Form\\Slider\\SliderType', 74 => 'App\\Form\\Sogec\\MediaPdfDocumentationType', 75 => 'App\\Form\\Sogec\\PromotionSearchType', 76 => 'App\\Form\\Sogec\\PromotionType', 77 => 'App\\Form\\Tag\\BlogTagSearchType', 78 => 'App\\Form\\Tag\\BlogTagType', 79 => 'App\\Form\\Tas\\TasSearchType', 80 => 'App\\Form\\Tas\\TasType', 81 => 'App\\Form\\User\\ConsumerSearchType', 82 => 'App\\Form\\User\\IdentityType', 83 => 'App\\Form\\User\\ReferentSearchType', 84 => 'App\\Form\\User\\ReferentType', 85 => 'App\\Form\\User\\ResetPasswordType', 86 => 'App\\Form\\User\\StrateType', 87 => 'App\\Form\\User\\UserSearchType', 88 => 'App\\Form\\User\\UserType', 89 => 'App\\Form\\UserType', 90 => 'App\\Form\\WebsiteParams\\GameParamsType', 91 => 'App\\Form\\WebsiteParams\\MediaGameParamsType', 92 => 'App\\Form\\WebsiteParams\\ModuleParamsType', 93 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 94 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 95 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 96 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 97 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType', 98 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType', 99 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType', 100 => 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType', 101 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'], [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.messenger_consume_messages' shared service.
*
* @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
*/
protected function getConsole_Command_MessengerConsumeMessagesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
$this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [0 => 'async', 1 => 'async-email', 2 => 'async-purse', 3 => 'async-shannon', 4 => 'async-smp', 5 => 'async-refund', 6 => 'async-yeesss', 7 => 'async-salesforce', 8 => 'async-isoskele', 9 => 'async-gift-code', 10 => 'async-operation-code', 11 => 'async-import-referents', 12 => 'failed', 13 => 'sync'], NULL, [0 => 'messenger.bus.default']);
$instance->setName('messenger:consume');
$instance->setDescription('Consume messages');
return $instance;
}
/**
* Gets the private 'console.command.messenger_debug' shared service.
*
* @return \Symfony\Component\Messenger\Command\DebugCommand
*/
protected function getConsole_Command_MessengerDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/DebugCommand.php';
$this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['App\\Message\\CRM\\Isoskele\\SendCouponMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Isoskele\\SendCouponHandler', 1 => []]], 'App\\Message\\CRM\\Isoskele\\SendOdrPrimeMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Isoskele\\SendOdrPrimeHandler', 1 => []]], 'App\\Message\\CRM\\Isoskele\\SendOfferMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Isoskele\\SendOfferHandler', 1 => []]], 'App\\Message\\CRM\\Isoskele\\SendParticipationMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Isoskele\\SendParticipationHandler', 1 => []]], 'App\\Message\\CRM\\Isoskele\\SendParticipationOdrPrimeMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Isoskele\\SendParticipationOdrPrimeHandler', 1 => []]], 'App\\Message\\CRM\\Isoskele\\SendTasParticipationMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Isoskele\\SendTasParticipationHandler', 1 => []]], 'App\\Message\\CRM\\Isoskele\\SendUserInformationMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Isoskele\\SendUserInformationHandler', 1 => []]], 'App\\Message\\CRM\\Salesforce\\SendAccountMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Salesforce\\SendAccountHandler', 1 => []]], 'App\\Message\\CRM\\Salesforce\\SendContactMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Salesforce\\SendContactHandler', 1 => []]], 'App\\Message\\CRM\\Salesforce\\SendOdrMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Salesforce\\SendOdrHandler', 1 => []]], 'App\\Message\\CRM\\Salesforce\\SendParticipationOdrMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Salesforce\\SendParticipationOdrHandler', 1 => []]], 'App\\Message\\CRM\\Yeesss\\SendCouponMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Yeesss\\SendCouponHandler', 1 => []]], 'App\\Message\\CRM\\Yeesss\\SendMultiOdrParticipationMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Yeesss\\SendMultiOdrParticipationHandler', 1 => []]], 'App\\Message\\CRM\\Yeesss\\SendNewsletterMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Yeesss\\SendNewsletterHandler', 1 => []]], 'App\\Message\\CRM\\Yeesss\\SendProspectNewsletterMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Yeesss\\SendProspectNewsletterHandler', 1 => []]], 'App\\Message\\CRM\\Yeesss\\SendStepBurnMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Yeesss\\SendStepBurnHandler', 1 => []]], 'App\\Message\\CRM\\Yeesss\\SendStepEarnMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Yeesss\\SendStepEarnHandler', 1 => []]], 'App\\Message\\CRM\\Yeesss\\SendUserFromImportMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Yeesss\\SendUserFromImportHandler', 1 => []]], 'App\\Message\\CRM\\Yeesss\\SendUserMessage' => [0 => [0 => 'App\\MessageHandler\\CRM\\Yeesss\\SendUserHandler', 1 => []]], 'App\\Entity\\Contact' => [0 => [0 => 'App\\MessageHandler\\Contact\\ContactHandler', 1 => []]], 'App\\Message\\Email\\SendContactEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Contact\\SendContactEmailHandler', 1 => []]], 'App\\Message\\Email\\SendCodeForOdrParticipationConformedByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Email\\SendCodeForOdrParticipationConformedByEmailHandler', 1 => []]], 'App\\Message\\Email\\SendConfirmationDeleteAccountByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Email\\SendConfirmationDeleteAccountByEmailHandler', 1 => []]], 'App\\Message\\Email\\SendConfirmationDrawByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Email\\SendConfirmationDrawByEmailHandler', 1 => []]], 'App\\Message\\Email\\SendConfirmationMultiOdrByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Email\\SendConfirmationMultiOdrByEmailHandler', 1 => []]], 'App\\Message\\Email\\SendConfirmationOdrByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Email\\SendConfirmationOdrByEmailHandler', 1 => []]], 'App\\Message\\Email\\SendCreateOperationDrawByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Email\\SendCreateOperationByEmailHandler', 1 => []]], 'App\\Message\\Email\\SendEmailAccordingStatusParticipationByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Email\\SendEmailAccordingStatusParticipationByEmailHandler', 1 => []]], 'App\\Message\\Email\\SendEmailRsoByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Email\\SendEmailRsoByEmailHandler', 1 => []]], 'App\\Message\\Email\\SendGiftCodeByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Email\\SendGiftCodeByEmailHandler', 1 => []]], 'App\\Message\\Email\\SendInitializationAccountByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Email\\SendInitializationAccountByEmailHandler', 1 => []]], 'App\\Message\\Email\\SendParticipationMultiOdrStatusByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Email\\SendParticipationMultiOdrStatusByEmailHandler', 1 => []]], 'App\\Message\\Email\\SendParticipationOdrStatusByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Email\\SendParticipationOdrStatusByEmailHandler', 1 => []]], 'App\\Message\\Email\\SendPreventDeleteAccountByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Email\\SendPreventDeleteAccountEmailHandler', 1 => []]], 'App\\Message\\Email\\SendReminderBalanceUserByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Email\\SendReminderBalanceUserByEmailHandler', 1 => []]], 'App\\Message\\Email\\SendSponsorshipConfirmationByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Email\\SendSponsorshipConfirmationByEmailHandler', 1 => []]], 'App\\Message\\Email\\SendSponsorshipInvitationByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Email\\SendSponsorshipInvitationByEmailHandler', 1 => []]], 'App\\Message\\Email\\SendWinnerDrawByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Email\\SendWinnerDrawByEmailHandler', 1 => []]], 'App\\Message\\ImportReferentMessage' => [0 => [0 => 'App\\MessageHandler\\ImportReferentHandler', 1 => []]], 'App\\Message\\Media\\SendMediaCodeDrawMessage' => [0 => [0 => 'App\\MessageHandler\\Media\\SendMediaCodeDrawHandler', 1 => []]], 'App\\Message\\Media\\SendMediaCodeGiftMessage' => [0 => [0 => 'App\\MessageHandler\\Media\\SendMediaCodeGiftHandler', 1 => []]], 'App\\Message\\Media\\SendMediaCodeOdrMessage' => [0 => [0 => 'App\\MessageHandler\\Media\\SendMediaCodeOdrHandler', 1 => []]], 'App\\Message\\Operation\\SyncStockMessage' => [0 => [0 => 'App\\MessageHandler\\Operation\\SyncStockHandler', 1 => []]], 'App\\Entity\\Participation\\Participation' => [0 => [0 => 'App\\MessageHandler\\Participation\\Coupon\\ParticipationHandler', 1 => []], 1 => [0 => 'App\\MessageHandler\\Participation\\Multi\\ParticipationHandler', 1 => []]], 'App\\Message\\Email\\SendCouponByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Participation\\Coupon\\sendCouponByEmailHandler', 1 => []]], 'App\\Message\\Participation\\PostParticipationMultiOdrByMessage' => [0 => [0 => 'App\\MessageHandler\\Participation\\Multi\\PostParticipationMultiOdrByMessageHandler', 1 => []]], 'App\\Message\\Participation\\PutReParticipationMultiOdrByMessage' => [0 => [0 => 'App\\MessageHandler\\Participation\\Multi\\PutReParticipationMultiOdrByMessageHandler', 1 => []]], 'App\\Entity\\Participation\\Odr' => [0 => [0 => 'App\\MessageHandler\\Participation\\Odr\\ParticipationHandler', 1 => []]], 'App\\Message\\Participation\\PostParticipationOdrByMessage' => [0 => [0 => 'App\\MessageHandler\\Participation\\Odr\\PostParticipationOdrByMessageHandler', 1 => []]], 'App\\Message\\Participation\\PutReParticipationOdrByMessage' => [0 => [0 => 'App\\MessageHandler\\Participation\\Odr\\PutReParticipationOdrByMessageHandler', 1 => []]], 'App\\Entity\\Participation\\Puntos' => [0 => [0 => 'App\\MessageHandler\\Participation\\Puntos\\ParticipationHandler', 1 => []]], 'App\\Message\\SendPuntosByEmailMessage' => [0 => [0 => 'App\\MessageHandler\\Participation\\Puntos\\sendPuntosByEmailHandler', 1 => []]], 'App\\Entity\\Participation\\Refund' => [0 => [0 => 'App\\MessageHandler\\Participation\\Refund\\ParticipationHandler', 1 => []]], 'App\\Entity\\Participation\\Step' => [0 => [0 => 'App\\MessageHandler\\Participation\\Step\\ParticipationHandler', 1 => []]], 'App\\Message\\Purse\\AddForGodParentMessage' => [0 => [0 => 'App\\MessageHandler\\Purse\\AddForGodParentHandler', 1 => []]], 'App\\Message\\Purse\\AddToPurseMessage' => [0 => [0 => 'App\\MessageHandler\\Purse\\AddToPurseHandler', 1 => []]], 'App\\Message\\Shannon\\SendOrderToShannonMessage' => [0 => [0 => 'App\\MessageHandler\\Shannon\\SendOrderToShannonHandler', 1 => []]], 'App\\Message\\Shannon\\SendParticipationDrawToShannonMessage' => [0 => [0 => 'App\\MessageHandler\\Shannon\\SendParticipationDrawToShannonHandler', 1 => []]], 'App\\Message\\Shannon\\SendParticipationPuntosToShannonMessage' => [0 => [0 => 'App\\MessageHandler\\Shannon\\SendParticipationPuntosToShannonHandler', 1 => []]], 'App\\Message\\Shannon\\SendParticipationStepToShannonMessage' => [0 => [0 => 'App\\MessageHandler\\Shannon\\SendParticipationStepToShannonHandler', 1 => []]], 'App\\Message\\Shannon\\SendRefundToShannonMessage' => [0 => [0 => 'App\\MessageHandler\\Shannon\\SendRefundToShannonHandler', 1 => []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [0 => [0 => 'mailer.messenger.message_handler', 1 => []]]]]);
$instance->setName('debug:messenger');
$instance->setDescription('List messages you can dispatch using the message buses');
return $instance;
}
/**
* Gets the private 'console.command.messenger_failed_messages_remove' shared service.
*
* @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
*/
protected function getConsole_Command_MessengerFailedMessagesRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
$this->privates['console.command.messenger_failed_messages_remove'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
$instance->setName('messenger:failed:remove');
$instance->setDescription('Remove given messages from the failure transport');
return $instance;
}
/**
* Gets the private 'console.command.messenger_failed_messages_retry' shared service.
*
* @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
*/
protected function getConsole_Command_MessengerFailedMessagesRetryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
$this->privates['console.command.messenger_failed_messages_retry'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()), ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
$instance->setName('messenger:failed:retry');
$instance->setDescription('Retry one or more messages from the failure transport');
return $instance;
}
/**
* Gets the private 'console.command.messenger_failed_messages_show' shared service.
*
* @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
*/
protected function getConsole_Command_MessengerFailedMessagesShowService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
$this->privates['console.command.messenger_failed_messages_show'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesShowCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
$instance->setName('messenger:failed:show');
$instance->setDescription('Show one or more messages from the failure transport');
return $instance;
}
/**
* Gets the private 'console.command.messenger_setup_transports' shared service.
*
* @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
*/
protected function getConsole_Command_MessengerSetupTransportsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
$this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [0 => 'async', 1 => 'async-email', 2 => 'async-purse', 3 => 'async-shannon', 4 => 'async-smp', 5 => 'async-refund', 6 => 'async-yeesss', 7 => 'async-salesforce', 8 => 'async-isoskele', 9 => 'async-gift-code', 10 => 'async-operation-code', 11 => 'async-import-referents', 12 => 'failed', 13 => 'sync']);
$instance->setName('messenger:setup-transports');
$instance->setDescription('Prepare the required infrastructure for the transport');
return $instance;
}
/**
* Gets the private 'console.command.messenger_stop_workers' shared service.
*
* @return \Symfony\Component\Messenger\Command\StopWorkersCommand
*/
protected function getConsole_Command_MessengerStopWorkersService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
$this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
$instance->setName('messenger:stop-workers');
$instance->setDescription('Stop workers after their current message');
return $instance;
}
/**
* Gets the private 'console.command.router_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
*/
protected function getConsole_Command_RouterDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
$this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:router');
$instance->setDescription('Display current routes for an application');
return $instance;
}
/**
* Gets the private 'console.command.router_match' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
*/
protected function getConsole_Command_RouterMatchService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
$this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
$instance->setName('router:match');
$instance->setDescription('Help debug routes by simulating a path info match');
return $instance;
}
/**
* Gets the private 'console.command.secrets_decrypt_to_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
*/
protected function getConsole_Command_SecretsDecryptToLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:decrypt-to-local');
$instance->setDescription('Decrypt all secrets and stores them in the local vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_encrypt_from_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
*/
protected function getConsole_Command_SecretsEncryptFromLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:encrypt-from-local');
$instance->setDescription('Encrypt all local secrets to the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_generate_key' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
*/
protected function getConsole_Command_SecretsGenerateKeyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:generate-keys');
$instance->setDescription('Generate new encryption keys');
return $instance;
}
/**
* Gets the private 'console.command.secrets_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
*/
protected function getConsole_Command_SecretsListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:list');
$instance->setDescription('List all secrets');
return $instance;
}
/**
* Gets the private 'console.command.secrets_remove' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
*/
protected function getConsole_Command_SecretsRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:remove');
$instance->setDescription('Remove a secret from the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_set' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
*/
protected function getConsole_Command_SecretsSetService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:set');
$instance->setDescription('Set a secret in the vault');
return $instance;
}
/**
* Gets the private 'console.command.translation_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
*/
protected function getConsole_Command_TranslationDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
$this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 3 => (\dirname(__DIR__, 4).'/src/Controller/Blog/BlogController.php'), 4 => (\dirname(__DIR__, 4).'/src/Controller/Blog/BlogTagController.php'), 5 => (\dirname(__DIR__, 4).'/src/Controller/Catalog/GiftCodeController.php'), 6 => (\dirname(__DIR__, 4).'/src/Controller/Catalog/GiftController.php'), 7 => (\dirname(__DIR__, 4).'/src/Controller/Catalog/GiftLevelController.php'), 8 => (\dirname(__DIR__, 4).'/src/Controller/CookiesController.php'), 9 => (\dirname(__DIR__, 4).'/src/Controller/Faq/FaqController.php'), 10 => (\dirname(__DIR__, 4).'/src/Controller/HomeController.php'), 11 => (\dirname(__DIR__, 4).'/src/Controller/Knowledge/KnowledgeController.php'), 12 => (\dirname(__DIR__, 4).'/src/Controller/Library/LibraryImageController.php'), 13 => (\dirname(__DIR__, 4).'/src/Controller/Library/LibraryPdfController.php'), 14 => (\dirname(__DIR__, 4).'/src/Controller/MentionLegal/MentionLegalController.php'), 15 => (\dirname(__DIR__, 4).'/src/Controller/MenuController.php'), 16 => (\dirname(__DIR__, 4).'/src/Controller/Operation/CouponController.php'), 17 => (\dirname(__DIR__, 4).'/src/Controller/Operation/DrawController.php'), 18 => (\dirname(__DIR__, 4).'/src/Controller/Operation/GameController.php'), 19 => (\dirname(__DIR__, 4).'/src/Controller/Operation/MultiChannelOfferController.php'), 20 => (\dirname(__DIR__, 4).'/src/Controller/Operation/MultiOfferController.php'), 21 => (\dirname(__DIR__, 4).'/src/Controller/Operation/OdrController.php'), 22 => (\dirname(__DIR__, 4).'/src/Controller/Operation/OdrPrimeController.php'), 23 => (\dirname(__DIR__, 4).'/src/Controller/Operation/OperationController.php'), 24 => (\dirname(__DIR__, 4).'/src/Controller/OperationCode/DrawCodeController.php'), 25 => (\dirname(__DIR__, 4).'/src/Controller/OperationCode/OdrCodeController.php'), 26 => (\dirname(__DIR__, 4).'/src/Controller/ParticipationController.php'), 27 => (\dirname(__DIR__, 4).'/src/Controller/PersonalDataController.php'), 28 => (\dirname(__DIR__, 4).'/src/Controller/Recipe/IngredientController.php'), 29 => (\dirname(__DIR__, 4).'/src/Controller/Recipe/IngredientOperationController.php'), 30 => (\dirname(__DIR__, 4).'/src/Controller/Recipe/RecipeController.php'), 31 => (\dirname(__DIR__, 4).'/src/Controller/Recipe/RecipeTypeController.php'), 32 => (\dirname(__DIR__, 4).'/src/Controller/Reporting/ReportingController.php'), 33 => (\dirname(__DIR__, 4).'/src/Controller/Security/PermissionController.php'), 34 => (\dirname(__DIR__, 4).'/src/Controller/Security/ProfileController.php'), 35 => (\dirname(__DIR__, 4).'/src/Controller/Slider/SliderController.php'), 36 => (\dirname(__DIR__, 4).'/src/Controller/Sogec/DocumentationController.php'), 37 => (\dirname(__DIR__, 4).'/src/Controller/Sogec/PersonnalisationController.php'), 38 => (\dirname(__DIR__, 4).'/src/Controller/Sogec/PromotionController.php'), 39 => (\dirname(__DIR__, 4).'/src/Controller/SogecAbstractController.php'), 40 => (\dirname(__DIR__, 4).'/src/Controller/Tas/TasController.php'), 41 => (\dirname(__DIR__, 4).'/src/Controller/Tas/TasDrawController.php'), 42 => (\dirname(__DIR__, 4).'/src/Controller/User/ConsumerController.php'), 43 => (\dirname(__DIR__, 4).'/src/Controller/User/ReferentController.php'), 44 => (\dirname(__DIR__, 4).'/src/Controller/User/StrateController.php'), 45 => (\dirname(__DIR__, 4).'/src/Controller/User/UserController.php'), 46 => (\dirname(__DIR__, 4).'/src/Controller/WebsiteParams/GameParamsController.php'), 47 => (\dirname(__DIR__, 4).'/src/Controller/WebsiteParams/ModuleParamsController.php'), 48 => (\dirname(__DIR__, 4).'/src/Form/Catalog/GiftCodeSearchType.php'), 49 => (\dirname(__DIR__, 4).'/src/Form/Catalog/GiftType.php'), 50 => (\dirname(__DIR__, 4).'/src/Form/Operation/Draw/DrawEmailType.php'), 51 => (\dirname(__DIR__, 4).'/src/Form/Operation/Draw/DrawType.php'), 52 => (\dirname(__DIR__, 4).'/src/Form/Operation/Draw/SogecEditDrawType.php'), 53 => (\dirname(__DIR__, 4).'/src/Form/OperationCode/DrawCodeSearchType.php'), 54 => (\dirname(__DIR__, 4).'/src/Form/OperationCode/OdrCodeSearchType.php'), 55 => (\dirname(__DIR__, 4).'/src/Manager/LogoManager.php'), 56 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 57 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 58 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 59 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 60 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 61 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 62 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 63 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 64 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 65 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 66 => (\dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php'), 67 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 68 => (\dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 69 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 70 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 71 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 72 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 73 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
$instance->setName('debug:translation');
$instance->setDescription('Display translation messages information');
return $instance;
}
/**
* Gets the private 'console.command.translation_extract' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
*/
protected function getConsole_Command_TranslationExtractService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
$this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'fr', (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 3 => (\dirname(__DIR__, 4).'/src/Controller/Blog/BlogController.php'), 4 => (\dirname(__DIR__, 4).'/src/Controller/Blog/BlogTagController.php'), 5 => (\dirname(__DIR__, 4).'/src/Controller/Catalog/GiftCodeController.php'), 6 => (\dirname(__DIR__, 4).'/src/Controller/Catalog/GiftController.php'), 7 => (\dirname(__DIR__, 4).'/src/Controller/Catalog/GiftLevelController.php'), 8 => (\dirname(__DIR__, 4).'/src/Controller/CookiesController.php'), 9 => (\dirname(__DIR__, 4).'/src/Controller/Faq/FaqController.php'), 10 => (\dirname(__DIR__, 4).'/src/Controller/HomeController.php'), 11 => (\dirname(__DIR__, 4).'/src/Controller/Knowledge/KnowledgeController.php'), 12 => (\dirname(__DIR__, 4).'/src/Controller/Library/LibraryImageController.php'), 13 => (\dirname(__DIR__, 4).'/src/Controller/Library/LibraryPdfController.php'), 14 => (\dirname(__DIR__, 4).'/src/Controller/MentionLegal/MentionLegalController.php'), 15 => (\dirname(__DIR__, 4).'/src/Controller/MenuController.php'), 16 => (\dirname(__DIR__, 4).'/src/Controller/Operation/CouponController.php'), 17 => (\dirname(__DIR__, 4).'/src/Controller/Operation/DrawController.php'), 18 => (\dirname(__DIR__, 4).'/src/Controller/Operation/GameController.php'), 19 => (\dirname(__DIR__, 4).'/src/Controller/Operation/MultiChannelOfferController.php'), 20 => (\dirname(__DIR__, 4).'/src/Controller/Operation/MultiOfferController.php'), 21 => (\dirname(__DIR__, 4).'/src/Controller/Operation/OdrController.php'), 22 => (\dirname(__DIR__, 4).'/src/Controller/Operation/OdrPrimeController.php'), 23 => (\dirname(__DIR__, 4).'/src/Controller/Operation/OperationController.php'), 24 => (\dirname(__DIR__, 4).'/src/Controller/OperationCode/DrawCodeController.php'), 25 => (\dirname(__DIR__, 4).'/src/Controller/OperationCode/OdrCodeController.php'), 26 => (\dirname(__DIR__, 4).'/src/Controller/ParticipationController.php'), 27 => (\dirname(__DIR__, 4).'/src/Controller/PersonalDataController.php'), 28 => (\dirname(__DIR__, 4).'/src/Controller/Recipe/IngredientController.php'), 29 => (\dirname(__DIR__, 4).'/src/Controller/Recipe/IngredientOperationController.php'), 30 => (\dirname(__DIR__, 4).'/src/Controller/Recipe/RecipeController.php'), 31 => (\dirname(__DIR__, 4).'/src/Controller/Recipe/RecipeTypeController.php'), 32 => (\dirname(__DIR__, 4).'/src/Controller/Reporting/ReportingController.php'), 33 => (\dirname(__DIR__, 4).'/src/Controller/Security/PermissionController.php'), 34 => (\dirname(__DIR__, 4).'/src/Controller/Security/ProfileController.php'), 35 => (\dirname(__DIR__, 4).'/src/Controller/Slider/SliderController.php'), 36 => (\dirname(__DIR__, 4).'/src/Controller/Sogec/DocumentationController.php'), 37 => (\dirname(__DIR__, 4).'/src/Controller/Sogec/PersonnalisationController.php'), 38 => (\dirname(__DIR__, 4).'/src/Controller/Sogec/PromotionController.php'), 39 => (\dirname(__DIR__, 4).'/src/Controller/SogecAbstractController.php'), 40 => (\dirname(__DIR__, 4).'/src/Controller/Tas/TasController.php'), 41 => (\dirname(__DIR__, 4).'/src/Controller/Tas/TasDrawController.php'), 42 => (\dirname(__DIR__, 4).'/src/Controller/User/ConsumerController.php'), 43 => (\dirname(__DIR__, 4).'/src/Controller/User/ReferentController.php'), 44 => (\dirname(__DIR__, 4).'/src/Controller/User/StrateController.php'), 45 => (\dirname(__DIR__, 4).'/src/Controller/User/UserController.php'), 46 => (\dirname(__DIR__, 4).'/src/Controller/WebsiteParams/GameParamsController.php'), 47 => (\dirname(__DIR__, 4).'/src/Controller/WebsiteParams/ModuleParamsController.php'), 48 => (\dirname(__DIR__, 4).'/src/Form/Catalog/GiftCodeSearchType.php'), 49 => (\dirname(__DIR__, 4).'/src/Form/Catalog/GiftType.php'), 50 => (\dirname(__DIR__, 4).'/src/Form/Operation/Draw/DrawEmailType.php'), 51 => (\dirname(__DIR__, 4).'/src/Form/Operation/Draw/DrawType.php'), 52 => (\dirname(__DIR__, 4).'/src/Form/Operation/Draw/SogecEditDrawType.php'), 53 => (\dirname(__DIR__, 4).'/src/Form/OperationCode/DrawCodeSearchType.php'), 54 => (\dirname(__DIR__, 4).'/src/Form/OperationCode/OdrCodeSearchType.php'), 55 => (\dirname(__DIR__, 4).'/src/Manager/LogoManager.php'), 56 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 57 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 58 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 59 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 60 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 61 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 62 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 63 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 64 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 65 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 66 => (\dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php'), 67 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 68 => (\dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 69 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 70 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 71 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 72 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 73 => (\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.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
$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.api_platform.collection_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
*/
protected function getDebug_ApiPlatform_CollectionDataProviderService()
{
return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
}, 1)));
}
/**
* Gets the private 'debug.api_platform.data_persister' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
*/
protected function getDebug_ApiPlatform_DataPersisterService()
{
return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.messenger.data_persister'] ?? $this->getApiPlatform_Messenger_DataPersisterService());
yield 1 => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
}, 2)));
}
/**
* Gets the private 'debug.api_platform.item_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
*/
protected function getDebug_ApiPlatform_ItemDataProviderService()
{
return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
}, 1)));
}
/**
* Gets the private 'debug.api_platform.subresource_data_provider' shared service.
*
* @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
*/
protected function getDebug_ApiPlatform_SubresourceDataProviderService()
{
return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
}, 1)));
}
/**
* 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.UQX1Rke'] ?? $this->get_ServiceLocator_UQX1RkeService());
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.UQX1Rke'] ?? $this->get_ServiceLocator_UQX1RkeService());
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.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
}
/**
* Gets the private 'debug.dump_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DumpListener
*/
protected function getDebug_DumpListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__, 4), function () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
});
}
/**
* Gets the private 'debug.file_link_formatter.url_format' shared service.
*
* @return \string
*/
protected function getDebug_FileLinkFormatter_UrlFormatService()
{
return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file', '?file=%f&line=%l#line%l');
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
yield 3 => ($this->privates['debug.security.voter.App\\Security\\AdminSogecVoter'] ?? $this->getAdminSogecVoterService());
yield 4 => ($this->privates['debug.security.voter.App\\Security\\EntityVoter'] ?? $this->getEntityVoterService());
}, 5), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'debug.security.firewall.authenticator.api_admin' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
*/
protected function getDebug_Security_Firewall_Authenticator_ApiAdminService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Security/Guard/AdminAPIAuthenticator.php';
return $this->privates['debug.security.firewall.authenticator.api_admin'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => ($this->privates['App\\Security\\Guard\\AdminAPIAuthenticator'] ?? ($this->privates['App\\Security\\Guard\\AdminAPIAuthenticator'] = new \App\Security\Guard\AdminAPIAuthenticator()))], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.api_admin'] ?? $this->getSecurity_EventDispatcher_ApiAdminService()), 'api_admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
}
/**
* Gets the private 'debug.security.firewall.authenticator.api_login' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
*/
protected function getDebug_Security_Firewall_Authenticator_ApiLoginService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
$a = ($this->privates['security.authenticator.json_login.api_login'] ?? $this->getSecurity_Authenticator_JsonLogin_ApiLoginService());
if (isset($this->privates['debug.security.firewall.authenticator.api_login'])) {
return $this->privates['debug.security.firewall.authenticator.api_login'];
}
return $this->privates['debug.security.firewall.authenticator.api_login'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => $a], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.api_login'] ?? $this->getSecurity_EventDispatcher_ApiLoginService()), 'api_login', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
}
/**
* Gets the private 'debug.security.firewall.authenticator.api_public' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
*/
protected function getDebug_Security_Firewall_Authenticator_ApiPublicService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Security/Guard/TokenAuthenticator.php';
return $this->privates['debug.security.firewall.authenticator.api_public'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => ($this->privates['App\\Security\\Guard\\TokenAuthenticator'] ?? ($this->privates['App\\Security\\Guard\\TokenAuthenticator'] = new \App\Security\Guard\TokenAuthenticator()))], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.api_public'] ?? $this->getSecurity_EventDispatcher_ApiPublicService()), 'api_public', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
}
/**
* Gets the private 'debug.security.firewall.authenticator.api_secured' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
*/
protected function getDebug_Security_Firewall_Authenticator_ApiSecuredService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
$a = ($this->privates['security.authenticator.guard.api_secured.0'] ?? $this->getSecurity_Authenticator_Guard_ApiSecured_0Service());
if (isset($this->privates['debug.security.firewall.authenticator.api_secured'])) {
return $this->privates['debug.security.firewall.authenticator.api_secured'];
}
return $this->privates['debug.security.firewall.authenticator.api_secured'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => $a], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.api_secured'] ?? $this->getSecurity_EventDispatcher_ApiSecuredService()), 'api_secured', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
}
/**
* Gets the private 'debug.security.firewall.authenticator.main' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
*/
protected function getDebug_Security_Firewall_Authenticator_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
$a = ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
return $this->privates['debug.security.firewall.authenticator.main'];
}
$b = ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService());
if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
return $this->privates['debug.security.firewall.authenticator.main'];
}
return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([0 => $a, 1 => $b], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, true, [])));
}
/**
* Gets the private 'debug.security.user_value_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_Security_UserValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.security.voter.App\Security\AdminSogecVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getAdminSogecVoterService()
{
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/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/AdminSogecVoter.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['debug.security.voter.App\\Security\\AdminSogecVoter'])) {
return $this->privates['debug.security.voter.App\\Security\\AdminSogecVoter'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.App\\Security\\AdminSogecVoter'])) {
return $this->privates['debug.security.voter.App\\Security\\AdminSogecVoter'];
}
return $this->privates['debug.security.voter.App\\Security\\AdminSogecVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\AdminSogecVoter($a), $b);
}
/**
* Gets the private 'debug.security.voter.App\Security\EntityVoter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getEntityVoterService()
{
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/Voter.php';
include_once \dirname(__DIR__, 4).'/src/Security/EntityVoter.php';
$a = ($this->privates['App\\Manager\\User\\PermissionManager'] ?? $this->getPermissionManagerService());
if (isset($this->privates['debug.security.voter.App\\Security\\EntityVoter'])) {
return $this->privates['debug.security.voter.App\\Security\\EntityVoter'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.App\\Security\\EntityVoter'])) {
return $this->privates['debug.security.voter.App\\Security\\EntityVoter'];
}
return $this->privates['debug.security.voter.App\\Security\\EntityVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\EntityVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a), $b);
}
/**
* 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(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
}
/**
* Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
}
return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
}
/**
* Gets the private 'debug.security.voter.vote_listener' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
*/
protected function getDebug_Security_Voter_VoteListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['debug.security.voter.vote_listener'])) {
return $this->privates['debug.security.voter.vote_listener'];
}
return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
}
/**
* Gets the private 'doctrine.cache_clear_metadata_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
*/
protected function getDoctrine_CacheClearMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
$this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-metadata');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
*/
protected function getDoctrine_CacheClearQueryCacheCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
$this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-query');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_result_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
*/
protected function getDoctrine_CacheClearResultCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
$this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-result');
return $instance;
}
/**
* Gets the private 'doctrine.cache_collection_region_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
*/
protected function getDoctrine_CacheCollectionRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
$this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-collection-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_entity_region_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
*/
protected function getDoctrine_ClearEntityRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
$this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-entity-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_query_region_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
*/
protected function getDoctrine_ClearQueryRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
$this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-query-region');
return $instance;
}
/**
* Gets the private 'doctrine.database_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:create');
return $instance;
}
/**
* Gets the private 'doctrine.database_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:drop');
return $instance;
}
/**
* Gets the private 'doctrine.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, [
'App\\EventListener\\AddressListener' => ['privates', 'App\\EventListener\\AddressListener', 'getAddressListenerService', false],
'App\\EventListener\\CRM\\StepEarnListener' => ['privates', 'App\\EventListener\\CRM\\StepEarnListener', 'getStepEarnListenerService', false],
'App\\EventListener\\DepartmentListener' => ['privates', 'App\\EventListener\\DepartmentListener', 'getDepartmentListenerService', false],
'App\\EventListener\\IdentityListener' => ['privates', 'App\\EventListener\\IdentityListener', 'getIdentityListenerService', false],
'App\\EventListener\\Operation\\CouponListener' => ['privates', 'App\\EventListener\\Operation\\CouponListener', 'getCouponListenerService', false],
'App\\EventListener\\Operation\\OdrListener' => ['privates', 'App\\EventListener\\Operation\\OdrListener', 'getOdrListenerService', false],
'App\\EventListener\\Operation\\OperationListener' => ['privates', 'App\\EventListener\\Operation\\OperationListener', 'getOperationListenerService', false],
'App\\EventListener\\OrderListener' => ['privates', 'App\\EventListener\\OrderListener', 'getOrderListenerService', false],
'App\\EventListener\\ParticipationListener' => ['privates', 'App\\EventListener\\ParticipationListener', 'getParticipationListenerService', false],
'App\\EventListener\\SponsorshipRequest\\SponsorshipRequestListener' => ['privates', 'App\\EventListener\\SponsorshipRequest\\SponsorshipRequestListener', 'getSponsorshipRequestListenerService', false],
'App\\EventListener\\UserListener' => ['privates', 'App\\EventListener\\UserListener', 'getUserListenerService', false],
'Gedmo\\Loggable\\LoggableListener' => ['privates', 'Gedmo\\Loggable\\LoggableListener', 'getLoggableListenerService', false],
'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.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', false],
'gedmo.listener.sluggable' => ['privates', 'gedmo.listener.sluggable', 'getGedmo_Listener_SluggableService', false],
'gedmo.listener.timestampable' => ['privates', 'gedmo.listener.timestampable', 'getGedmo_Listener_TimestampableService', false],
'vich_uploader.listener.clean.draw_code' => ['privates', 'vich_uploader.listener.clean.draw_code', 'getVichUploader_Listener_Clean_DrawCodeService', false],
'vich_uploader.listener.clean.knowledge_response_image' => ['privates', 'vich_uploader.listener.clean.knowledge_response_image', 'getVichUploader_Listener_Clean_KnowledgeResponseImageService', false],
'vich_uploader.listener.clean.media_object' => ['privates', 'vich_uploader.listener.clean.media_object', 'getVichUploader_Listener_Clean_MediaObjectService', false],
'vich_uploader.listener.clean.odr_code' => ['privates', 'vich_uploader.listener.clean.odr_code', 'getVichUploader_Listener_Clean_OdrCodeService', false],
'vich_uploader.listener.remove.blog_image' => ['privates', 'vich_uploader.listener.remove.blog_image', 'getVichUploader_Listener_Remove_BlogImageService', false],
'vich_uploader.listener.remove.coupon' => ['privates', 'vich_uploader.listener.remove.coupon', 'getVichUploader_Listener_Remove_CouponService', false],
'vich_uploader.listener.remove.draw_code' => ['privates', 'vich_uploader.listener.remove.draw_code', 'getVichUploader_Listener_Remove_DrawCodeService', false],
'vich_uploader.listener.remove.draw_image' => ['privates', 'vich_uploader.listener.remove.draw_image', 'getVichUploader_Listener_Remove_DrawImageService', false],
'vich_uploader.listener.remove.game_image' => ['privates', 'vich_uploader.listener.remove.game_image', 'getVichUploader_Listener_Remove_GameImageService', false],
'vich_uploader.listener.remove.gift_code' => ['privates', 'vich_uploader.listener.remove.gift_code', 'getVichUploader_Listener_Remove_GiftCodeService', false],
'vich_uploader.listener.remove.gift_image' => ['privates', 'vich_uploader.listener.remove.gift_image', 'getVichUploader_Listener_Remove_GiftImageService', false],
'vich_uploader.listener.remove.knowledge_response_image' => ['privates', 'vich_uploader.listener.remove.knowledge_response_image', 'getVichUploader_Listener_Remove_KnowledgeResponseImageService', false],
'vich_uploader.listener.remove.library_image' => ['privates', 'vich_uploader.listener.remove.library_image', 'getVichUploader_Listener_Remove_LibraryImageService', false],
'vich_uploader.listener.remove.library_pdf' => ['privates', 'vich_uploader.listener.remove.library_pdf', 'getVichUploader_Listener_Remove_LibraryPdfService', false],
'vich_uploader.listener.remove.media_object' => ['privates', 'vich_uploader.listener.remove.media_object', 'getVichUploader_Listener_Remove_MediaObjectService', false],
'vich_uploader.listener.remove.multi_offer' => ['privates', 'vich_uploader.listener.remove.multi_offer', 'getVichUploader_Listener_Remove_MultiOfferService', false],
'vich_uploader.listener.remove.odr_code' => ['privates', 'vich_uploader.listener.remove.odr_code', 'getVichUploader_Listener_Remove_OdrCodeService', false],
'vich_uploader.listener.remove.odr_image' => ['privates', 'vich_uploader.listener.remove.odr_image', 'getVichUploader_Listener_Remove_OdrImageService', false],
'vich_uploader.listener.remove.recipe' => ['privates', 'vich_uploader.listener.remove.recipe', 'getVichUploader_Listener_Remove_RecipeService', false],
'vich_uploader.listener.remove.slider_image' => ['privates', 'vich_uploader.listener.remove.slider_image', 'getVichUploader_Listener_Remove_SliderImageService', false],
'vich_uploader.listener.remove.website_params_image' => ['privates', 'vich_uploader.listener.remove.website_params_image', 'getVichUploader_Listener_Remove_WebsiteParamsImageService', false],
'vich_uploader.listener.upload.blog_image' => ['privates', 'vich_uploader.listener.upload.blog_image', 'getVichUploader_Listener_Upload_BlogImageService', false],
'vich_uploader.listener.upload.coupon' => ['privates', 'vich_uploader.listener.upload.coupon', 'getVichUploader_Listener_Upload_CouponService', false],
'vich_uploader.listener.upload.draw_code' => ['privates', 'vich_uploader.listener.upload.draw_code', 'getVichUploader_Listener_Upload_DrawCodeService', false],
'vich_uploader.listener.upload.draw_image' => ['privates', 'vich_uploader.listener.upload.draw_image', 'getVichUploader_Listener_Upload_DrawImageService', false],
'vich_uploader.listener.upload.game_image' => ['privates', 'vich_uploader.listener.upload.game_image', 'getVichUploader_Listener_Upload_GameImageService', false],
'vich_uploader.listener.upload.gift_code' => ['privates', 'vich_uploader.listener.upload.gift_code', 'getVichUploader_Listener_Upload_GiftCodeService', false],
'vich_uploader.listener.upload.gift_image' => ['privates', 'vich_uploader.listener.upload.gift_image', 'getVichUploader_Listener_Upload_GiftImageService', false],
'vich_uploader.listener.upload.knowledge_response_image' => ['privates', 'vich_uploader.listener.upload.knowledge_response_image', 'getVichUploader_Listener_Upload_KnowledgeResponseImageService', false],
'vich_uploader.listener.upload.library_image' => ['privates', 'vich_uploader.listener.upload.library_image', 'getVichUploader_Listener_Upload_LibraryImageService', false],
'vich_uploader.listener.upload.library_pdf' => ['privates', 'vich_uploader.listener.upload.library_pdf', 'getVichUploader_Listener_Upload_LibraryPdfService', false],
'vich_uploader.listener.upload.media_object' => ['privates', 'vich_uploader.listener.upload.media_object', 'getVichUploader_Listener_Upload_MediaObjectService', false],
'vich_uploader.listener.upload.multi_offer' => ['privates', 'vich_uploader.listener.upload.multi_offer', 'getVichUploader_Listener_Upload_MultiOfferService', false],
'vich_uploader.listener.upload.odr_code' => ['privates', 'vich_uploader.listener.upload.odr_code', 'getVichUploader_Listener_Upload_OdrCodeService', false],
'vich_uploader.listener.upload.odr_image' => ['privates', 'vich_uploader.listener.upload.odr_image', 'getVichUploader_Listener_Upload_OdrImageService', false],
'vich_uploader.listener.upload.recipe' => ['privates', 'vich_uploader.listener.upload.recipe', 'getVichUploader_Listener_Upload_RecipeService', false],
'vich_uploader.listener.upload.slider_image' => ['privates', 'vich_uploader.listener.upload.slider_image', 'getVichUploader_Listener_Upload_SliderImageService', false],
'vich_uploader.listener.upload.website_params_image' => ['privates', 'vich_uploader.listener.upload.website_params_image', 'getVichUploader_Listener_Upload_WebsiteParamsImageService', false],
], [
'App\\EventListener\\AddressListener' => '?',
'App\\EventListener\\CRM\\StepEarnListener' => '?',
'App\\EventListener\\DepartmentListener' => '?',
'App\\EventListener\\IdentityListener' => '?',
'App\\EventListener\\Operation\\CouponListener' => '?',
'App\\EventListener\\Operation\\OdrListener' => '?',
'App\\EventListener\\Operation\\OperationListener' => '?',
'App\\EventListener\\OrderListener' => '?',
'App\\EventListener\\ParticipationListener' => '?',
'App\\EventListener\\SponsorshipRequest\\SponsorshipRequestListener' => '?',
'App\\EventListener\\UserListener' => '?',
'Gedmo\\Loggable\\LoggableListener' => '?',
'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' => '?',
'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
'gedmo.listener.sluggable' => '?',
'gedmo.listener.timestampable' => '?',
'vich_uploader.listener.clean.draw_code' => '?',
'vich_uploader.listener.clean.knowledge_response_image' => '?',
'vich_uploader.listener.clean.media_object' => '?',
'vich_uploader.listener.clean.odr_code' => '?',
'vich_uploader.listener.remove.blog_image' => '?',
'vich_uploader.listener.remove.coupon' => '?',
'vich_uploader.listener.remove.draw_code' => '?',
'vich_uploader.listener.remove.draw_image' => '?',
'vich_uploader.listener.remove.game_image' => '?',
'vich_uploader.listener.remove.gift_code' => '?',
'vich_uploader.listener.remove.gift_image' => '?',
'vich_uploader.listener.remove.knowledge_response_image' => '?',
'vich_uploader.listener.remove.library_image' => '?',
'vich_uploader.listener.remove.library_pdf' => '?',
'vich_uploader.listener.remove.media_object' => '?',
'vich_uploader.listener.remove.multi_offer' => '?',
'vich_uploader.listener.remove.odr_code' => '?',
'vich_uploader.listener.remove.odr_image' => '?',
'vich_uploader.listener.remove.recipe' => '?',
'vich_uploader.listener.remove.slider_image' => '?',
'vich_uploader.listener.remove.website_params_image' => '?',
'vich_uploader.listener.upload.blog_image' => '?',
'vich_uploader.listener.upload.coupon' => '?',
'vich_uploader.listener.upload.draw_code' => '?',
'vich_uploader.listener.upload.draw_image' => '?',
'vich_uploader.listener.upload.game_image' => '?',
'vich_uploader.listener.upload.gift_code' => '?',
'vich_uploader.listener.upload.gift_image' => '?',
'vich_uploader.listener.upload.knowledge_response_image' => '?',
'vich_uploader.listener.upload.library_image' => '?',
'vich_uploader.listener.upload.library_pdf' => '?',
'vich_uploader.listener.upload.media_object' => '?',
'vich_uploader.listener.upload.multi_offer' => '?',
'vich_uploader.listener.upload.odr_code' => '?',
'vich_uploader.listener.upload.odr_image' => '?',
'vich_uploader.listener.upload.recipe' => '?',
'vich_uploader.listener.upload.slider_image' => '?',
'vich_uploader.listener.upload.website_params_image' => '?',
]), [0 => [0 => [0 => 'postUpdate'], 1 => 'App\\EventListener\\AddressListener'], 1 => [0 => [0 => 'postPersist'], 1 => 'App\\EventListener\\CRM\\StepEarnListener'], 2 => [0 => [0 => 'postPersist'], 1 => 'App\\EventListener\\DepartmentListener'], 3 => [0 => [0 => 'postUpdate'], 1 => 'App\\EventListener\\IdentityListener'], 4 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\Operation\\CouponListener'], 5 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\Operation\\OdrListener'], 6 => [0 => [0 => 'postLoad'], 1 => 'App\\EventListener\\Operation\\OperationListener'], 7 => [0 => [0 => 'postPersist'], 1 => 'App\\EventListener\\OrderListener'], 8 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\ParticipationListener'], 9 => [0 => [0 => 'postPersist'], 1 => 'App\\EventListener\\ParticipationListener'], 10 => [0 => [0 => 'postPersist'], 1 => 'App\\EventListener\\SponsorshipRequest\\SponsorshipRequestListener'], 11 => [0 => [0 => 'postPersist'], 1 => 'App\\EventListener\\UserListener'], 12 => [0 => [0 => 'prePersist'], 1 => 'App\\EventListener\\UserListener'], 13 => [0 => [0 => 'postUpdate'], 1 => 'App\\EventListener\\UserListener'], 14 => 'vich_uploader.listener.clean.media_object', 15 => 'vich_uploader.listener.clean.draw_code', 16 => 'vich_uploader.listener.clean.odr_code', 17 => 'vich_uploader.listener.clean.knowledge_response_image', 18 => 'gedmo.listener.timestampable', 19 => 'gedmo.listener.sluggable', 20 => 'Gedmo\\Loggable\\LoggableListener', 21 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 22 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 23 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 24 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 25 => 'vich_uploader.listener.remove.media_object', 26 => 'vich_uploader.listener.upload.media_object', 27 => 'vich_uploader.listener.remove.coupon', 28 => 'vich_uploader.listener.upload.coupon', 29 => 'vich_uploader.listener.remove.blog_image', 30 => 'vich_uploader.listener.upload.blog_image', 31 => 'vich_uploader.listener.remove.gift_image', 32 => 'vich_uploader.listener.upload.gift_image', 33 => 'vich_uploader.listener.remove.gift_code', 34 => 'vich_uploader.listener.upload.gift_code', 35 => 'vich_uploader.listener.remove.draw_image', 36 => 'vich_uploader.listener.upload.draw_image', 37 => 'vich_uploader.listener.remove.draw_code', 38 => 'vich_uploader.listener.upload.draw_code', 39 => 'vich_uploader.listener.remove.odr_code', 40 => 'vich_uploader.listener.upload.odr_code', 41 => 'vich_uploader.listener.remove.library_image', 42 => 'vich_uploader.listener.upload.library_image', 43 => 'vich_uploader.listener.remove.library_pdf', 44 => 'vich_uploader.listener.upload.library_pdf', 45 => 'vich_uploader.listener.remove.game_image', 46 => 'vich_uploader.listener.upload.game_image', 47 => 'vich_uploader.listener.remove.website_params_image', 48 => 'vich_uploader.listener.upload.website_params_image', 49 => 'vich_uploader.listener.remove.slider_image', 50 => 'vich_uploader.listener.upload.slider_image', 51 => 'vich_uploader.listener.remove.odr_image', 52 => 'vich_uploader.listener.upload.odr_image', 53 => 'vich_uploader.listener.remove.multi_offer', 54 => 'vich_uploader.listener.upload.multi_offer', 55 => 'vich_uploader.listener.remove.recipe', 56 => 'vich_uploader.listener.upload.recipe', 57 => 'vich_uploader.listener.remove.knowledge_response_image', 58 => 'vich_uploader.listener.upload.knowledge_response_image', 59 => [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/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
$this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:ensure-production-settings');
return $instance;
}
/**
* Gets the private 'doctrine.fixtures_load_command' shared service.
*
* @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
*/
protected function getDoctrine_FixturesLoadCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/src/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/data-fixtures/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/ORMFixtureInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/AppFixtures.php';
include_once \dirname(__DIR__, 4).'/src/DataFixtures/Operation/OdrFixtures.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
$a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
$a->addFixtures([0 => ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []], 1 => ['fixture' => new \App\DataFixtures\Operation\OdrFixtures(($this->privates['App\\Repository\\Operation\\OdrRepository'] ?? $this->getOdrRepositoryService()), ($this->privates['App\\Manager\\Operation\\OdrManager'] ?? $this->getOdrManagerService())), 'groups' => []]]);
$this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
$instance->setName('doctrine:fixtures:load');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_convert_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
*/
protected function getDoctrine_MappingConvertCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
$this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:mapping:convert');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
*/
protected function getDoctrine_MappingImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
$instance->setName('doctrine:mapping:import');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_info_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
*/
protected function getDoctrine_MappingInfoCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
$this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:mapping:info');
return $instance;
}
/**
* Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
*/
protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
$a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
}
return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
}
/**
* Gets the private 'doctrine.migrations.dependency_factory' shared service.
*
* @return \Doctrine\Migrations\DependencyFactory
*/
protected function getDoctrine_Migrations_DependencyFactoryService()
{
$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/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.default_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'), 1 => (\dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Loggable/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/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
$this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
$instance->addEntityListener('App\\Entity\\MediaObject\\MediaObject', 'App\\EventListener\\MediaObjectListener', 'postUpdate');
return $instance;
}
/**
* Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
*/
protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
{
$this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml', false);
$instance->setGlobalBasename('mapping');
return $instance;
}
/**
* 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.messenger.doctrine_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService());
yield 1 => ($this->privates['messenger.transport.async-email'] ?? $this->getMessenger_Transport_AsyncemailService());
yield 2 => ($this->privates['messenger.transport.async-purse'] ?? $this->getMessenger_Transport_AsyncpurseService());
yield 3 => ($this->privates['messenger.transport.async-shannon'] ?? $this->getMessenger_Transport_AsyncshannonService());
yield 4 => ($this->privates['messenger.transport.async-smp'] ?? $this->getMessenger_Transport_AsyncsmpService());
yield 5 => ($this->privates['messenger.transport.async-refund'] ?? $this->getMessenger_Transport_AsyncrefundService());
yield 6 => ($this->privates['messenger.transport.async-yeesss'] ?? $this->getMessenger_Transport_AsyncyeesssService());
yield 7 => ($this->privates['messenger.transport.async-salesforce'] ?? $this->getMessenger_Transport_AsyncsalesforceService());
yield 8 => ($this->privates['messenger.transport.async-isoskele'] ?? $this->getMessenger_Transport_AsyncisoskeleService());
yield 9 => ($this->privates['messenger.transport.async-gift-code'] ?? $this->getMessenger_Transport_AsyncgiftcodeService());
yield 10 => ($this->privates['messenger.transport.async-operation-code'] ?? $this->getMessenger_Transport_AsyncoperationcodeService());
yield 11 => ($this->privates['messenger.transport.async-import-referents'] ?? $this->getMessenger_Transport_AsyncimportreferentsService());
yield 12 => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
yield 13 => ($this->privates['messenger.transport.sync'] ?? $this->getMessenger_Transport_SyncService());
}, 14));
}
/**
* Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
*/
protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
*
* @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
*/
protected function getDoctrine_Orm_ProxyCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.validator.unique' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
*/
protected function getDoctrine_Orm_Validator_UniqueService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.query_dql_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
*/
protected function getDoctrine_QueryDqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
$this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:query:dql');
return $instance;
}
/**
* Gets the private 'doctrine.query_sql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
*/
protected function getDoctrine_QuerySqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/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/Command/Proxy/RunSqlDoctrineCommand.php';
$this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('doctrine:query:sql');
return $instance;
}
/**
* Gets the private 'doctrine.schema_create_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
*/
protected function getDoctrine_SchemaCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
$this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:create');
return $instance;
}
/**
* Gets the private 'doctrine.schema_drop_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
*/
protected function getDoctrine_SchemaDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
$this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:drop');
return $instance;
}
/**
* Gets the private 'doctrine.schema_update_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
*/
protected function getDoctrine_SchemaUpdateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
$this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:update');
return $instance;
}
/**
* Gets the private 'doctrine.schema_validate_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
*/
protected function getDoctrine_SchemaValidateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
$this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:validate');
return $instance;
}
/**
* Gets the private 'doctrine.ulid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
*/
protected function getDoctrine_UlidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
}
/**
* Gets the private 'doctrine.uuid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
*/
protected function getDoctrine_UuidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
}
/**
* Gets the private 'doctrine_migrations.current_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
*/
protected function getDoctrineMigrations_CurrentCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
$this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
$instance->setName('doctrine:migrations:current');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.diff_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
*/
protected function getDoctrineMigrations_DiffCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
$this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
$instance->setName('doctrine:migrations:diff');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.dump_schema_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
*/
protected function getDoctrineMigrations_DumpSchemaCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
$this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
$instance->setName('doctrine:migrations:dump-schema');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.execute_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
*/
protected function getDoctrineMigrations_ExecuteCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
$this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
$instance->setName('doctrine:migrations:execute');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.generate_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
*/
protected function getDoctrineMigrations_GenerateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
$this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
$instance->setName('doctrine:migrations:generate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.latest_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
*/
protected function getDoctrineMigrations_LatestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
$this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
$instance->setName('doctrine:migrations:latest');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.migrate_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
*/
protected function getDoctrineMigrations_MigrateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
$this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
$instance->setName('doctrine:migrations:migrate');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.rollup_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
*/
protected function getDoctrineMigrations_RollupCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
$this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
$instance->setName('doctrine:migrations:rollup');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.status_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
*/
protected function getDoctrineMigrations_StatusCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
$this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
$instance->setName('doctrine:migrations:status');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
*/
protected function getDoctrineMigrations_SyncMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
$this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
$instance->setName('doctrine:migrations:sync-metadata-storage');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.up_to_date_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
*/
protected function getDoctrineMigrations_UpToDateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
$this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
$instance->setName('doctrine:migrations:up-to-date');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.version_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
*/
protected function getDoctrineMigrations_VersionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
$this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
$instance->setName('doctrine:migrations:version');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.versions_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
*/
protected function getDoctrineMigrations_VersionsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
$this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
$instance->setName('doctrine:migrations:list');
return $instance;
}
/**
* Gets the private 'error_handler.error_renderer.html' shared service.
*
* @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
*/
protected function getErrorHandler_ErrorRenderer_HtmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__, 4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListener2Service()
{
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 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
*/
protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Loader\PersisterLoader(($this->privates['fidry_alice_data_fixtures.loader.simple'] ?? $this->getFidryAliceDataFixtures_Loader_SimpleService()), ($this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), []);
}
/**
* Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
*
* @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
*/
protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* 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\\Blog\\BlogSearchType' => ['privates', 'App\\Form\\Blog\\BlogSearchType', 'getBlogSearchTypeService', false],
'App\\Form\\Blog\\BlogType' => ['privates', 'App\\Form\\Blog\\BlogType', 'getBlogTypeService', false],
'App\\Form\\Blog\\MediaBlogType' => ['privates', 'App\\Form\\Blog\\MediaBlogType', 'getMediaBlogTypeService', false],
'App\\Form\\Blog\\MediaCodeGiftType' => ['privates', 'App\\Form\\Blog\\MediaCodeGiftType', 'getMediaCodeGiftTypeService', false],
'App\\Form\\Blog\\MediaThumbnailBlogType' => ['privates', 'App\\Form\\Blog\\MediaThumbnailBlogType', 'getMediaThumbnailBlogTypeService', false],
'App\\Form\\Catalog\\GiftCodeSearchType' => ['privates', 'App\\Form\\Catalog\\GiftCodeSearchType', 'getGiftCodeSearchTypeService', false],
'App\\Form\\Catalog\\GiftLevelType' => ['privates', 'App\\Form\\Catalog\\GiftLevelType', 'getGiftLevelTypeService', false],
'App\\Form\\Catalog\\GiftSearchType' => ['privates', 'App\\Form\\Catalog\\GiftSearchType', 'getGiftSearchTypeService', false],
'App\\Form\\Catalog\\GiftType' => ['privates', 'App\\Form\\Catalog\\GiftType', 'getGiftTypeService', false],
'App\\Form\\CookiesType' => ['privates', 'App\\Form\\CookiesType', 'getCookiesTypeService', false],
'App\\Form\\DisplayElementType' => ['privates', 'App\\Form\\DisplayElementType', 'getDisplayElementTypeService', false],
'App\\Form\\Faq\\FaqType' => ['privates', 'App\\Form\\Faq\\FaqType', 'getFaqTypeService', false],
'App\\Form\\Knowledge\\KnowledgeResponseType' => ['privates', 'App\\Form\\Knowledge\\KnowledgeResponseType', 'getKnowledgeResponseTypeService', false],
'App\\Form\\Knowledge\\KnowledgeType' => ['privates', 'App\\Form\\Knowledge\\KnowledgeType', 'getKnowledgeTypeService', false],
'App\\Form\\MediaObject\\MediaCodeDrawType' => ['privates', 'App\\Form\\MediaObject\\MediaCodeDrawType', 'getMediaCodeDrawTypeService', false],
'App\\Form\\MediaObject\\MediaCodeOdrType' => ['privates', 'App\\Form\\MediaObject\\MediaCodeOdrType', 'getMediaCodeOdrTypeService', false],
'App\\Form\\MediaObject\\MediaGiftType' => ['privates', 'App\\Form\\MediaObject\\MediaGiftType', 'getMediaGiftTypeService', false],
'App\\Form\\MediaObject\\MediaImageType' => ['privates', 'App\\Form\\MediaObject\\MediaImageType', 'getMediaImageTypeService', false],
'App\\Form\\MediaObject\\MediaObjectType' => ['privates', 'App\\Form\\MediaObject\\MediaObjectType', 'getMediaObjectTypeService', false],
'App\\Form\\MediaObject\\MediaParticipationType' => ['privates', 'App\\Form\\MediaObject\\MediaParticipationType', 'getMediaParticipationTypeService', false],
'App\\Form\\MediaObject\\MediaPdfEditType' => ['privates', 'App\\Form\\MediaObject\\MediaPdfEditType', 'getMediaPdfEditTypeService', false],
'App\\Form\\MediaObject\\MediaPdfType' => ['privates', 'App\\Form\\MediaObject\\MediaPdfType', 'getMediaPdfTypeService', false],
'App\\Form\\MediaObject\\MediaPromotionType' => ['privates', 'App\\Form\\MediaObject\\MediaPromotionType', 'getMediaPromotionTypeService', false],
'App\\Form\\MediaObject\\MediaThumbnailGiftType' => ['privates', 'App\\Form\\MediaObject\\MediaThumbnailGiftType', 'getMediaThumbnailGiftTypeService', false],
'App\\Form\\MentionLegalType' => ['privates', 'App\\Form\\MentionLegalType', 'getMentionLegalTypeService', false],
'App\\Form\\MenuType' => ['privates', 'App\\Form\\MenuType', 'getMenuTypeService', false],
'App\\Form\\NewsletterSubscriptionType' => ['privates', 'App\\Form\\NewsletterSubscriptionType', 'getNewsletterSubscriptionTypeService', false],
'App\\Form\\OperationCode\\DrawCodeSearchType' => ['privates', 'App\\Form\\OperationCode\\DrawCodeSearchType', 'getDrawCodeSearchTypeService', false],
'App\\Form\\OperationCode\\OdrCodeSearchType' => ['privates', 'App\\Form\\OperationCode\\OdrCodeSearchType', 'getOdrCodeSearchTypeService', false],
'App\\Form\\Operation\\Coupon\\CouponNonIntegratedSearchType' => ['privates', 'App\\Form\\Operation\\Coupon\\CouponNonIntegratedSearchType', 'getCouponNonIntegratedSearchTypeService', false],
'App\\Form\\Operation\\Coupon\\CouponSearchType' => ['privates', 'App\\Form\\Operation\\Coupon\\CouponSearchType', 'getCouponSearchTypeService', false],
'App\\Form\\Operation\\Coupon\\CouponType' => ['privates', 'App\\Form\\Operation\\Coupon\\CouponType', 'getCouponTypeService', false],
'App\\Form\\Operation\\Coupon\\DetailsCouponType' => ['privates', 'App\\Form\\Operation\\Coupon\\DetailsCouponType', 'getDetailsCouponTypeService', false],
'App\\Form\\Operation\\Coupon\\MediaCouponType' => ['privates', 'App\\Form\\Operation\\Coupon\\MediaCouponType', 'getMediaCouponTypeService', false],
'App\\Form\\Operation\\Draw\\DrawEmailType' => ['privates', 'App\\Form\\Operation\\Draw\\DrawEmailType', 'getDrawEmailTypeService', false],
'App\\Form\\Operation\\Draw\\DrawSearchType' => ['privates', 'App\\Form\\Operation\\Draw\\DrawSearchType', 'getDrawSearchTypeService', false],
'App\\Form\\Operation\\Draw\\DrawType' => ['privates', 'App\\Form\\Operation\\Draw\\DrawType', 'getDrawTypeService', false],
'App\\Form\\Operation\\Draw\\MediaDesktopDrawType' => ['privates', 'App\\Form\\Operation\\Draw\\MediaDesktopDrawType', 'getMediaDesktopDrawTypeService', false],
'App\\Form\\Operation\\Draw\\MediaMobileDrawType' => ['privates', 'App\\Form\\Operation\\Draw\\MediaMobileDrawType', 'getMediaMobileDrawTypeService', false],
'App\\Form\\Operation\\Draw\\MediaPdfDrawType' => ['privates', 'App\\Form\\Operation\\Draw\\MediaPdfDrawType', 'getMediaPdfDrawTypeService', false],
'App\\Form\\Operation\\Draw\\MediaThumbnailDrawType' => ['privates', 'App\\Form\\Operation\\Draw\\MediaThumbnailDrawType', 'getMediaThumbnailDrawTypeService', false],
'App\\Form\\Operation\\Draw\\SogecEditDrawType' => ['privates', 'App\\Form\\Operation\\Draw\\SogecEditDrawType', 'getSogecEditDrawTypeService', false],
'App\\Form\\Operation\\Game\\GameSearchType' => ['privates', 'App\\Form\\Operation\\Game\\GameSearchType', 'getGameSearchTypeService', false],
'App\\Form\\Operation\\Game\\GameType' => ['privates', 'App\\Form\\Operation\\Game\\GameType', 'getGameTypeService', false],
'App\\Form\\Operation\\Game\\MediaGameType' => ['privates', 'App\\Form\\Operation\\Game\\MediaGameType', 'getMediaGameTypeService', false],
'App\\Form\\Operation\\Game\\MediaMobileGameType' => ['privates', 'App\\Form\\Operation\\Game\\MediaMobileGameType', 'getMediaMobileGameTypeService', false],
'App\\Form\\Operation\\MultiOffer\\DepartmentType' => ['privates', 'App\\Form\\Operation\\MultiOffer\\DepartmentType', 'getDepartmentTypeService', false],
'App\\Form\\Operation\\MultiOffer\\DetailsMultiOfferType' => ['privates', 'App\\Form\\Operation\\MultiOffer\\DetailsMultiOfferType', 'getDetailsMultiOfferTypeService', false],
'App\\Form\\Operation\\MultiOffer\\EanType' => ['privates', 'App\\Form\\Operation\\MultiOffer\\EanType', 'getEanTypeService', false],
'App\\Form\\Operation\\MultiOffer\\MediaMultiOfferType' => ['privates', 'App\\Form\\Operation\\MultiOffer\\MediaMultiOfferType', 'getMediaMultiOfferTypeService', false],
'App\\Form\\Operation\\MultiOffer\\MultiOfferSearchType' => ['privates', 'App\\Form\\Operation\\MultiOffer\\MultiOfferSearchType', 'getMultiOfferSearchTypeService', false],
'App\\Form\\Operation\\MultiOffer\\MultiOfferType' => ['privates', 'App\\Form\\Operation\\MultiOffer\\MultiOfferType', 'getMultiOfferTypeService', false],
'App\\Form\\Operation\\Odr\\DetailsOdrType' => ['privates', 'App\\Form\\Operation\\Odr\\DetailsOdrType', 'getDetailsOdrTypeService', false],
'App\\Form\\Operation\\Odr\\MediaDesktopOdrType' => ['privates', 'App\\Form\\Operation\\Odr\\MediaDesktopOdrType', 'getMediaDesktopOdrTypeService', false],
'App\\Form\\Operation\\Odr\\MediaMobileOdrType' => ['privates', 'App\\Form\\Operation\\Odr\\MediaMobileOdrType', 'getMediaMobileOdrTypeService', false],
'App\\Form\\Operation\\Odr\\MediaPdfOdrType' => ['privates', 'App\\Form\\Operation\\Odr\\MediaPdfOdrType', 'getMediaPdfOdrTypeService', false],
'App\\Form\\Operation\\Odr\\MediaThumbnailOdrType' => ['privates', 'App\\Form\\Operation\\Odr\\MediaThumbnailOdrType', 'getMediaThumbnailOdrTypeService', false],
'App\\Form\\Operation\\Odr\\OdrType' => ['privates', 'App\\Form\\Operation\\Odr\\OdrType', 'getOdrTypeService', false],
'App\\Form\\Participation\\ParticipationSearchType' => ['privates', 'App\\Form\\Participation\\ParticipationSearchType', 'getParticipationSearchTypeService', false],
'App\\Form\\PersonalDataType' => ['privates', 'App\\Form\\PersonalDataType', 'getPersonalDataTypeService', false],
'App\\Form\\Recipe\\IngredientOfferSearchType' => ['privates', 'App\\Form\\Recipe\\IngredientOfferSearchType', 'getIngredientOfferSearchTypeService', false],
'App\\Form\\Recipe\\IngredientSearchType' => ['privates', 'App\\Form\\Recipe\\IngredientSearchType', 'getIngredientSearchTypeService', false],
'App\\Form\\Recipe\\IngredientType' => ['privates', 'App\\Form\\Recipe\\IngredientType', 'getIngredientTypeService', false],
'App\\Form\\Recipe\\MediaRecipeType' => ['privates', 'App\\Form\\Recipe\\MediaRecipeType', 'getMediaRecipeTypeService', false],
'App\\Form\\Recipe\\RecipeFormType' => ['privates', 'App\\Form\\Recipe\\RecipeFormType', 'getRecipeFormTypeService', false],
'App\\Form\\Recipe\\RecipeIngredientType' => ['privates', 'App\\Form\\Recipe\\RecipeIngredientType', 'getRecipeIngredientTypeService', false],
'App\\Form\\Recipe\\RecipeSearchType' => ['privates', 'App\\Form\\Recipe\\RecipeSearchType', 'getRecipeSearchTypeService', false],
'App\\Form\\Recipe\\RecipeTypeFormType' => ['privates', 'App\\Form\\Recipe\\RecipeTypeFormType', 'getRecipeTypeFormTypeService', false],
'App\\Form\\RequestResetPasswordType' => ['privates', 'App\\Form\\RequestResetPasswordType', 'getRequestResetPasswordTypeService', false],
'App\\Form\\Security\\PermissionType' => ['privates', 'App\\Form\\Security\\PermissionType', 'getPermissionTypeService', false],
'App\\Form\\Security\\ProfileType' => ['privates', 'App\\Form\\Security\\ProfileType', 'getProfileTypeService', false],
'App\\Form\\Slider\\MediaMobileSliderType' => ['privates', 'App\\Form\\Slider\\MediaMobileSliderType', 'getMediaMobileSliderTypeService', false],
'App\\Form\\Slider\\MediaSliderType' => ['privates', 'App\\Form\\Slider\\MediaSliderType', 'getMediaSliderTypeService', false],
'App\\Form\\Slider\\SliderType' => ['privates', 'App\\Form\\Slider\\SliderType', 'getSliderTypeService', false],
'App\\Form\\Sogec\\MediaPdfDocumentationType' => ['privates', 'App\\Form\\Sogec\\MediaPdfDocumentationType', 'getMediaPdfDocumentationTypeService', false],
'App\\Form\\Sogec\\PromotionSearchType' => ['privates', 'App\\Form\\Sogec\\PromotionSearchType', 'getPromotionSearchTypeService', false],
'App\\Form\\Sogec\\PromotionType' => ['privates', 'App\\Form\\Sogec\\PromotionType', 'getPromotionTypeService', false],
'App\\Form\\Tag\\BlogTagSearchType' => ['privates', 'App\\Form\\Tag\\BlogTagSearchType', 'getBlogTagSearchTypeService', false],
'App\\Form\\Tag\\BlogTagType' => ['privates', 'App\\Form\\Tag\\BlogTagType', 'getBlogTagTypeService', false],
'App\\Form\\Tas\\TasSearchType' => ['privates', 'App\\Form\\Tas\\TasSearchType', 'getTasSearchTypeService', false],
'App\\Form\\Tas\\TasType' => ['privates', 'App\\Form\\Tas\\TasType', 'getTasTypeService', false],
'App\\Form\\UserType' => ['privates', 'App\\Form\\UserType', 'getUserTypeService', false],
'App\\Form\\User\\ConsumerSearchType' => ['privates', 'App\\Form\\User\\ConsumerSearchType', 'getConsumerSearchTypeService', false],
'App\\Form\\User\\IdentityType' => ['privates', 'App\\Form\\User\\IdentityType', 'getIdentityTypeService', false],
'App\\Form\\User\\ReferentSearchType' => ['privates', 'App\\Form\\User\\ReferentSearchType', 'getReferentSearchTypeService', false],
'App\\Form\\User\\ReferentType' => ['privates', 'App\\Form\\User\\ReferentType', 'getReferentTypeService', false],
'App\\Form\\User\\ResetPasswordType' => ['privates', 'App\\Form\\User\\ResetPasswordType', 'getResetPasswordTypeService', false],
'App\\Form\\User\\StrateType' => ['privates', 'App\\Form\\User\\StrateType', 'getStrateTypeService', false],
'App\\Form\\User\\UserSearchType' => ['privates', 'App\\Form\\User\\UserSearchType', 'getUserSearchTypeService', false],
'App\\Form\\User\\UserType' => ['privates', 'App\\Form\\User\\UserType', 'getUserType2Service', false],
'App\\Form\\WebsiteParams\\GameParamsType' => ['privates', 'App\\Form\\WebsiteParams\\GameParamsType', 'getGameParamsTypeService', false],
'App\\Form\\WebsiteParams\\MediaGameParamsType' => ['privates', 'App\\Form\\WebsiteParams\\MediaGameParamsType', 'getMediaGameParamsTypeService', false],
'App\\Form\\WebsiteParams\\ModuleParamsType' => ['privates', 'App\\Form\\WebsiteParams\\ModuleParamsType', 'getModuleParamsTypeService', false],
'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates', 'fos_ck_editor.form.type', 'getFosCkEditor_Form_TypeService', false],
'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates', 'liip_imagine.form.type.image', 'getLiipImagine_Form_Type_ImageService', false],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services', 'vich_uploader.form.type.file', 'getVichUploader_Form_Type_FileService', false],
'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services', 'vich_uploader.form.type.image', 'getVichUploader_Form_Type_ImageService', false],
], [
'App\\Form\\Blog\\BlogSearchType' => '?',
'App\\Form\\Blog\\BlogType' => '?',
'App\\Form\\Blog\\MediaBlogType' => '?',
'App\\Form\\Blog\\MediaCodeGiftType' => '?',
'App\\Form\\Blog\\MediaThumbnailBlogType' => '?',
'App\\Form\\Catalog\\GiftCodeSearchType' => '?',
'App\\Form\\Catalog\\GiftLevelType' => '?',
'App\\Form\\Catalog\\GiftSearchType' => '?',
'App\\Form\\Catalog\\GiftType' => '?',
'App\\Form\\CookiesType' => '?',
'App\\Form\\DisplayElementType' => '?',
'App\\Form\\Faq\\FaqType' => '?',
'App\\Form\\Knowledge\\KnowledgeResponseType' => '?',
'App\\Form\\Knowledge\\KnowledgeType' => '?',
'App\\Form\\MediaObject\\MediaCodeDrawType' => '?',
'App\\Form\\MediaObject\\MediaCodeOdrType' => '?',
'App\\Form\\MediaObject\\MediaGiftType' => '?',
'App\\Form\\MediaObject\\MediaImageType' => '?',
'App\\Form\\MediaObject\\MediaObjectType' => '?',
'App\\Form\\MediaObject\\MediaParticipationType' => '?',
'App\\Form\\MediaObject\\MediaPdfEditType' => '?',
'App\\Form\\MediaObject\\MediaPdfType' => '?',
'App\\Form\\MediaObject\\MediaPromotionType' => '?',
'App\\Form\\MediaObject\\MediaThumbnailGiftType' => '?',
'App\\Form\\MentionLegalType' => '?',
'App\\Form\\MenuType' => '?',
'App\\Form\\NewsletterSubscriptionType' => '?',
'App\\Form\\OperationCode\\DrawCodeSearchType' => '?',
'App\\Form\\OperationCode\\OdrCodeSearchType' => '?',
'App\\Form\\Operation\\Coupon\\CouponNonIntegratedSearchType' => '?',
'App\\Form\\Operation\\Coupon\\CouponSearchType' => '?',
'App\\Form\\Operation\\Coupon\\CouponType' => '?',
'App\\Form\\Operation\\Coupon\\DetailsCouponType' => '?',
'App\\Form\\Operation\\Coupon\\MediaCouponType' => '?',
'App\\Form\\Operation\\Draw\\DrawEmailType' => '?',
'App\\Form\\Operation\\Draw\\DrawSearchType' => '?',
'App\\Form\\Operation\\Draw\\DrawType' => '?',
'App\\Form\\Operation\\Draw\\MediaDesktopDrawType' => '?',
'App\\Form\\Operation\\Draw\\MediaMobileDrawType' => '?',
'App\\Form\\Operation\\Draw\\MediaPdfDrawType' => '?',
'App\\Form\\Operation\\Draw\\MediaThumbnailDrawType' => '?',
'App\\Form\\Operation\\Draw\\SogecEditDrawType' => '?',
'App\\Form\\Operation\\Game\\GameSearchType' => '?',
'App\\Form\\Operation\\Game\\GameType' => '?',
'App\\Form\\Operation\\Game\\MediaGameType' => '?',
'App\\Form\\Operation\\Game\\MediaMobileGameType' => '?',
'App\\Form\\Operation\\MultiOffer\\DepartmentType' => '?',
'App\\Form\\Operation\\MultiOffer\\DetailsMultiOfferType' => '?',
'App\\Form\\Operation\\MultiOffer\\EanType' => '?',
'App\\Form\\Operation\\MultiOffer\\MediaMultiOfferType' => '?',
'App\\Form\\Operation\\MultiOffer\\MultiOfferSearchType' => '?',
'App\\Form\\Operation\\MultiOffer\\MultiOfferType' => '?',
'App\\Form\\Operation\\Odr\\DetailsOdrType' => '?',
'App\\Form\\Operation\\Odr\\MediaDesktopOdrType' => '?',
'App\\Form\\Operation\\Odr\\MediaMobileOdrType' => '?',
'App\\Form\\Operation\\Odr\\MediaPdfOdrType' => '?',
'App\\Form\\Operation\\Odr\\MediaThumbnailOdrType' => '?',
'App\\Form\\Operation\\Odr\\OdrType' => '?',
'App\\Form\\Participation\\ParticipationSearchType' => '?',
'App\\Form\\PersonalDataType' => '?',
'App\\Form\\Recipe\\IngredientOfferSearchType' => '?',
'App\\Form\\Recipe\\IngredientSearchType' => '?',
'App\\Form\\Recipe\\IngredientType' => '?',
'App\\Form\\Recipe\\MediaRecipeType' => '?',
'App\\Form\\Recipe\\RecipeFormType' => '?',
'App\\Form\\Recipe\\RecipeIngredientType' => '?',
'App\\Form\\Recipe\\RecipeSearchType' => '?',
'App\\Form\\Recipe\\RecipeTypeFormType' => '?',
'App\\Form\\RequestResetPasswordType' => '?',
'App\\Form\\Security\\PermissionType' => '?',
'App\\Form\\Security\\ProfileType' => '?',
'App\\Form\\Slider\\MediaMobileSliderType' => '?',
'App\\Form\\Slider\\MediaSliderType' => '?',
'App\\Form\\Slider\\SliderType' => '?',
'App\\Form\\Sogec\\MediaPdfDocumentationType' => '?',
'App\\Form\\Sogec\\PromotionSearchType' => '?',
'App\\Form\\Sogec\\PromotionType' => '?',
'App\\Form\\Tag\\BlogTagSearchType' => '?',
'App\\Form\\Tag\\BlogTagType' => '?',
'App\\Form\\Tas\\TasSearchType' => '?',
'App\\Form\\Tas\\TasType' => '?',
'App\\Form\\UserType' => '?',
'App\\Form\\User\\ConsumerSearchType' => '?',
'App\\Form\\User\\IdentityType' => '?',
'App\\Form\\User\\ReferentSearchType' => '?',
'App\\Form\\User\\ReferentType' => '?',
'App\\Form\\User\\ResetPasswordType' => '?',
'App\\Form\\User\\StrateType' => '?',
'App\\Form\\User\\UserSearchType' => '?',
'App\\Form\\User\\UserType' => '?',
'App\\Form\\WebsiteParams\\GameParamsType' => '?',
'App\\Form\\WebsiteParams\\MediaGameParamsType' => '?',
'App\\Form\\WebsiteParams\\ModuleParamsType' => '?',
'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
]), ['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';
$a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['form.type_extension.form.validator'])) {
return $this->privates['form.type_extension.form.validator'];
}
$b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
if (isset($this->privates['form.type_extension.form.validator'])) {
return $this->privates['form.type_extension.form.validator'];
}
return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($a, true, $b, ($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';
$a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
if (isset($this->privates['form.type_guesser.validator'])) {
return $this->privates['form.type_guesser.validator'];
}
return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser($a);
}
/**
* Gets the private 'fos_ck_editor.command.installer' shared service.
*
* @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
*/
protected function getFosCkEditor_Command_InstallerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
$this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
$instance->setName('ckeditor:install');
return $instance;
}
/**
* Gets the private 'fos_ck_editor.form.type' shared service.
*
* @return \FOS\CKEditorBundle\Form\Type\CKEditorType
*/
protected function getFosCkEditor_Form_TypeService()
{
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/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
return $this->privates['fos_ck_editor.form.type'] = new \FOS\CKEditorBundle\Form\Type\CKEditorType(new \FOS\CKEditorBundle\Config\CKEditorConfiguration(['configs' => ['main_config' => ['toolbar' => [0 => [0 => 'Bold', 1 => 'Italic', 2 => 'Underline', 3 => 'Strike', 4 => '-', 5 => 'Subscript', 6 => 'Superscript', 7 => '-', 8 => 'Link', 9 => 'Image', 10 => '-', 11 => 'NumberedList', 12 => 'BulletedList', 13 => '-', 14 => 'JustifyLeft', 15 => 'JustifyCenter', 16 => 'JustifyRight', 17 => 'JustifyBlock', 18 => '-', 19 => 'Templates', 20 => 'ShowBlocks', 21 => 'Source', 22 => 'Maximize']]], 'odr_config' => ['toolbar' => [0 => [0 => 'Bold', 1 => 'Italic', 2 => 'Underline', 3 => 'Strike', 4 => '-', 5 => 'Link', 6 => 'Image', 7 => '-', 8 => 'Source']]]], 'enable' => true, 'async' => false, 'auto_inline' => true, 'inline' => false, 'autoload' => true, 'jquery' => false, 'require_js' => false, 'input_sync' => false, 'base_path' => 'bundles/fosckeditor/', 'js_path' => 'bundles/fosckeditor/ckeditor.js', 'jquery_path' => 'bundles/fosckeditor/adapters/jquery.js', 'default_config' => NULL, 'plugins' => [], 'styles' => [], 'templates' => [], 'filebrowsers' => [], 'toolbars' => ['configs' => [], 'items' => []]]));
}
/**
* 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()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
return $this->privates['framework_extra_bundle.event.is_granted'];
}
return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
}
/**
* Gets the private 'gedmo.listener.sluggable' shared autowired service.
*
* @return \Gedmo\Sluggable\SluggableListener
*/
protected function getGedmo_Listener_SluggableService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
$this->privates['gedmo.listener.sluggable'] = $instance = new \Gedmo\Sluggable\SluggableListener();
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
return $instance;
}
/**
* Gets the private 'gedmo.listener.timestampable' shared autowired service.
*
* @return \Gedmo\Timestampable\TimestampableListener
*/
protected function getGedmo_Listener_TimestampableService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
$this->privates['gedmo.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
$instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
return $instance;
}
/**
* Gets the private 'jms_serializer.array_collection_handler' shared service.
*
* @return \JMS\Serializer\Handler\ArrayCollectionHandler
*/
protected function getJmsSerializer_ArrayCollectionHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
}
/**
* Gets the private 'jms_serializer.cache.cache_clearer' shared service.
*
* @return \JMS\SerializerBundle\Cache\CacheClearer
*/
protected function getJmsSerializer_Cache_CacheClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
}
/**
* Gets the private 'jms_serializer.constraint_violation_handler' shared service.
*
* @return \JMS\Serializer\Handler\ConstraintViolationHandler
*/
protected function getJmsSerializer_ConstraintViolationHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
}
/**
* Gets the private 'jms_serializer.datetime_handler' shared service.
*
* @return \JMS\Serializer\Handler\DateHandler
*/
protected function getJmsSerializer_DatetimeHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP', 'Europe/Paris', true);
}
/**
* Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
*
* @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
*/
protected function getJmsSerializer_DoctrineProxySubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(true, false);
}
/**
* Gets the private 'jms_serializer.form_error_handler' shared service.
*
* @return \JMS\Serializer\Handler\FormErrorHandler
*/
protected function getJmsSerializer_FormErrorHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
}
/**
* Gets the private 'jms_serializer.iterator_handler' shared service.
*
* @return \JMS\Serializer\Handler\IteratorHandler
*/
protected function getJmsSerializer_IteratorHandlerService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
}
/**
* Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
*
* @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
*/
protected function getJmsSerializer_StopwatchSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
*
* @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
*/
protected function getKnpMenu_MenuProvider_BuilderAliasService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
return $this->privates['knp_menu.menu_provider.builder_alias'] = new \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider(($this->services['kernel'] ?? $this->get('kernel', 1)), $this, ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
}
/**
* Gets the private 'knp_menu.menu_provider.lazy' shared service.
*
* @return \Knp\Menu\Provider\LazyProvider
*/
protected function getKnpMenu_MenuProvider_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['adminlte_main' => [0 => function () {
return ($this->privates['KevinPapst\\AdminLTEBundle\\Menu\\MenuBuilder'] ?? $this->getMenuBuilderService());
}, 1 => 'createMainMenu']]);
}
/**
* Gets the private 'knp_menu.renderer.list' shared service.
*
* @return \Knp\Menu\Renderer\ListRenderer
*/
protected function getKnpMenu_Renderer_ListService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
}
/**
* Gets the private 'knp_menu.renderer.twig' shared service.
*
* @return \Knp\Menu\Renderer\TwigRenderer
*/
protected function getKnpMenu_Renderer_TwigService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['knp_menu.renderer.twig'])) {
return $this->privates['knp_menu.renderer.twig'];
}
return $this->privates['knp_menu.renderer.twig'] = new \Knp\Menu\Renderer\TwigRenderer($a, '@KnpMenu/menu.html.twig', ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), []);
}
/**
* Gets the private 'knp_menu.voter.router' shared service.
*
* @return \Knp\Menu\Matcher\Voter\RouteVoter
*/
protected function getKnpMenu_Voter_RouterService()
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
return $this->privates['knp_menu.voter.router'] = new \Knp\Menu\Matcher\Voter\RouteVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* 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/twitter_bootstrap_v3_pagination.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, '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');
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');
return $instance;
}
/**
* Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
*
* @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
*/
protected function getLiipImagine_Binary_MimeTypeGuesserService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
}
/**
* Gets the private 'liip_imagine.command.cache_remove' shared service.
*
* @return \Liip\ImagineBundle\Command\RemoveCacheCommand
*/
protected function getLiipImagine_Command_CacheRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
$this->privates['liip_imagine.command.cache_remove'] = $instance = new \Liip\ImagineBundle\Command\RemoveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
$instance->setName('liip:imagine:cache:remove');
return $instance;
}
/**
* Gets the private 'liip_imagine.command.cache_resolve' shared service.
*
* @return \Liip\ImagineBundle\Command\ResolveCacheCommand
*/
protected function getLiipImagine_Command_CacheResolveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
$this->privates['liip_imagine.command.cache_resolve'] = $instance = new \Liip\ImagineBundle\Command\ResolveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
$instance->setName('liip:imagine:cache:resolve');
return $instance;
}
/**
* Gets the private 'liip_imagine.form.type.image' shared service.
*
* @return \Liip\ImagineBundle\Form\Type\ImageType
*/
protected function getLiipImagine_Form_Type_ImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
}
/**
* Gets the private 'liip_imagine.gd' shared service.
*
* @return \Imagine\Gd\Imagine
*/
protected function getLiipImagine_GdService()
{
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
include_once \dirname(__DIR__, 4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
$this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
$instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
return $instance;
}
/**
* Gets the private 'liip_imagine.service.filter' shared service.
*
* @return \Liip\ImagineBundle\Service\FilterService
*/
protected function getLiipImagine_Service_FilterService()
{
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
return $this->privates['liip_imagine.service.filter'] = new \Liip\ImagineBundle\Service\FilterService(($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), false, $this->parameters['liip_imagine.webp.options'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'liip_imagine.templating.filter_runtime' shared service.
*
* @return \Liip\ImagineBundle\Templating\LazyFilterRuntime
*/
protected function getLiipImagine_Templating_FilterRuntimeService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/LazyFilterRuntime.php';
$a = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
if (isset($this->privates['liip_imagine.templating.filter_runtime'])) {
return $this->privates['liip_imagine.templating.filter_runtime'];
}
return $this->privates['liip_imagine.templating.filter_runtime'] = new \Liip\ImagineBundle\Templating\LazyFilterRuntime($a, NULL);
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
}
/**
* Gets the private 'mailer.transport_factory.native' shared service.
*
* @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
*/
protected function getMailer_TransportFactory_NativeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.native'])) {
return $this->privates['mailer.transport_factory.native'];
}
return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.null' shared service.
*
* @return \Symfony\Component\Mailer\Transport\NullTransportFactory
*/
protected function getMailer_TransportFactory_NullService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['mailer.transport_factory.null'])) {
return $this->privates['mailer.transport_factory.null'];
}
return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
}
/**
* Gets the private 'mailer.transport_factory.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_data_persister' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeDataPersisterService()
{
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/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataPersister.php';
$this->privates['maker.auto_command.make_data_persister'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataPersister(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:data-persister');
$instance->setDescription('Creates an API Platform data persister');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_data_provider' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeDataProviderService()
{
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/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataProvider.php';
$this->privates['maker.auto_command.make_data_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:data-provider');
$instance->setDescription('Creates an API Platform data provider');
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_state_processor' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeStateProcessorService()
{
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/api-platform/core/src/Symfony/Maker/MakeStateProcessor.php';
$this->privates['maker.auto_command.make_state_processor'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProcessor(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:state-processor');
$instance->setDescription('Creates an API Platform state processor');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_state_provider' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeStateProviderService()
{
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/api-platform/core/src/Symfony/Maker/MakeStateProvider.php';
$this->privates['maker.auto_command.make_state_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:state-provider');
$instance->setDescription('Creates an API Platform state provider');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeStimulusControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
$this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:stimulus-controller');
$instance->setDescription('Creates a new Stimulus controller');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_subscriber' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
$this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:subscriber');
$instance->setDescription('Creates a new event subscriber class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_test' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
$this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:test');
$instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
$instance->setDescription('Creates a new test class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_twig_extension' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTwigExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
$this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:twig-extension');
$instance->setDescription('Creates a new Twig extension class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_user' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:user');
$instance->setDescription('Creates a new security user class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_validator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
$this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:validator');
$instance->setDescription('Creates a new validator and constraint class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_voter' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
$this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
$instance->setName('make:voter');
$instance->setDescription('Creates a new security voter class');
return $instance;
}
/**
* Gets the private 'maker.doctrine_helper' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
*/
protected function getMaker_DoctrineHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
$a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
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 => $a], 1 => [0 => 'Gedmo\\Loggable\\Entity', 1 => $a], 2 => [0 => 'Vich\\UploaderBundle\\Entity', 1 => ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService())]]]);
}
/**
* 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 'messenger.bus.default.middleware.handle_message' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
*/
protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
$this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['App\\Message\\CRM\\Isoskele\\SendCouponMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.ZezDLl1'] ?? $this->get_Messenger_HandlerDescriptor_ZezDLl1Service());
}, 1), 'App\\Message\\CRM\\Isoskele\\SendOdrPrimeMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.bG2h94e'] ?? $this->get_Messenger_HandlerDescriptor_BG2h94eService());
}, 1), 'App\\Message\\CRM\\Isoskele\\SendOfferMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.e.rReKM'] ?? $this->get_Messenger_HandlerDescriptor_E_RReKMService());
}, 1), 'App\\Message\\CRM\\Isoskele\\SendParticipationMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.LM9LMHS'] ?? $this->get_Messenger_HandlerDescriptor_LM9LMHSService());
}, 1), 'App\\Message\\CRM\\Isoskele\\SendParticipationOdrPrimeMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.MnPSoGT'] ?? $this->get_Messenger_HandlerDescriptor_MnPSoGTService());
}, 1), 'App\\Message\\CRM\\Isoskele\\SendTasParticipationMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.lxV5UvV'] ?? $this->get_Messenger_HandlerDescriptor_LxV5UvVService());
}, 1), 'App\\Message\\CRM\\Isoskele\\SendUserInformationMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.bX96FHQ'] ?? $this->get_Messenger_HandlerDescriptor_BX96FHQService());
}, 1), 'App\\Message\\CRM\\Salesforce\\SendAccountMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.bdlm48o'] ?? $this->get_Messenger_HandlerDescriptor_Bdlm48oService());
}, 1), 'App\\Message\\CRM\\Salesforce\\SendContactMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.GtV1qZ.'] ?? $this->get_Messenger_HandlerDescriptor_GtV1qZ_Service());
}, 1), 'App\\Message\\CRM\\Salesforce\\SendOdrMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.OdkJl5Z'] ?? $this->get_Messenger_HandlerDescriptor_OdkJl5ZService());
}, 1), 'App\\Message\\CRM\\Salesforce\\SendParticipationOdrMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.ZhzXydc'] ?? $this->get_Messenger_HandlerDescriptor_ZhzXydcService());
}, 1), 'App\\Message\\CRM\\Yeesss\\SendCouponMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.frVxAr7'] ?? $this->get_Messenger_HandlerDescriptor_FrVxAr7Service());
}, 1), 'App\\Message\\CRM\\Yeesss\\SendMultiOdrParticipationMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.5kBxBCl'] ?? $this->get_Messenger_HandlerDescriptor_5kBxBClService());
}, 1), 'App\\Message\\CRM\\Yeesss\\SendNewsletterMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.IvRjzRH'] ?? $this->get_Messenger_HandlerDescriptor_IvRjzRHService());
}, 1), 'App\\Message\\CRM\\Yeesss\\SendProspectNewsletterMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.U3RntGF'] ?? $this->get_Messenger_HandlerDescriptor_U3RntGFService());
}, 1), 'App\\Message\\CRM\\Yeesss\\SendStepBurnMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.AXTawBL'] ?? $this->get_Messenger_HandlerDescriptor_AXTawBLService());
}, 1), 'App\\Message\\CRM\\Yeesss\\SendStepEarnMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.8cpHZ1u'] ?? $this->get_Messenger_HandlerDescriptor_8cpHZ1uService());
}, 1), 'App\\Message\\CRM\\Yeesss\\SendUserFromImportMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.YwrBQRi'] ?? $this->get_Messenger_HandlerDescriptor_YwrBQRiService());
}, 1), 'App\\Message\\CRM\\Yeesss\\SendUserMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.69RVD51'] ?? $this->get_Messenger_HandlerDescriptor_69RVD51Service());
}, 1), 'App\\Entity\\Contact' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.7brIl1x'] ?? $this->get_Messenger_HandlerDescriptor_7brIl1xService());
}, 1), 'App\\Message\\Email\\SendContactEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.PRBw9Ob'] ?? $this->get_Messenger_HandlerDescriptor_PRBw9ObService());
}, 1), 'App\\Message\\Email\\SendCodeForOdrParticipationConformedByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.YsWGGyJ'] ?? $this->get_Messenger_HandlerDescriptor_YsWGGyJService());
}, 1), 'App\\Message\\Email\\SendConfirmationDeleteAccountByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.1OLfQAu'] ?? $this->get_Messenger_HandlerDescriptor_1OLfQAuService());
}, 1), 'App\\Message\\Email\\SendConfirmationDrawByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.550jR2_'] ?? $this->get_Messenger_HandlerDescriptor_550jR2Service());
}, 1), 'App\\Message\\Email\\SendConfirmationMultiOdrByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.UHa0QxJ'] ?? $this->get_Messenger_HandlerDescriptor_UHa0QxJService());
}, 1), 'App\\Message\\Email\\SendConfirmationOdrByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.O6q.TKf'] ?? $this->get_Messenger_HandlerDescriptor_O6q_TKfService());
}, 1), 'App\\Message\\Email\\SendCreateOperationDrawByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.b9eFK.q'] ?? $this->get_Messenger_HandlerDescriptor_B9eFK_QService());
}, 1), 'App\\Message\\Email\\SendEmailAccordingStatusParticipationByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.xY0zY4T'] ?? $this->get_Messenger_HandlerDescriptor_XY0zY4TService());
}, 1), 'App\\Message\\Email\\SendEmailRsoByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.GsbRZM3'] ?? $this->get_Messenger_HandlerDescriptor_GsbRZM3Service());
}, 1), 'App\\Message\\Email\\SendGiftCodeByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.zcTORA4'] ?? $this->get_Messenger_HandlerDescriptor_ZcTORA4Service());
}, 1), 'App\\Message\\Email\\SendInitializationAccountByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.t2wujiL'] ?? $this->get_Messenger_HandlerDescriptor_T2wujiLService());
}, 1), 'App\\Message\\Email\\SendParticipationMultiOdrStatusByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.41dxA5S'] ?? $this->get_Messenger_HandlerDescriptor_41dxA5SService());
}, 1), 'App\\Message\\Email\\SendParticipationOdrStatusByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.DVCqc4L'] ?? $this->get_Messenger_HandlerDescriptor_DVCqc4LService());
}, 1), 'App\\Message\\Email\\SendPreventDeleteAccountByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.EOrq2DF'] ?? $this->get_Messenger_HandlerDescriptor_EOrq2DFService());
}, 1), 'App\\Message\\Email\\SendReminderBalanceUserByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.oDin3lY'] ?? $this->get_Messenger_HandlerDescriptor_ODin3lYService());
}, 1), 'App\\Message\\Email\\SendSponsorshipConfirmationByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.jw87keP'] ?? $this->get_Messenger_HandlerDescriptor_Jw87kePService());
}, 1), 'App\\Message\\Email\\SendSponsorshipInvitationByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.5IVmSw0'] ?? $this->get_Messenger_HandlerDescriptor_5IVmSw0Service());
}, 1), 'App\\Message\\Email\\SendWinnerDrawByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.ZmXoi82'] ?? $this->get_Messenger_HandlerDescriptor_ZmXoi82Service());
}, 1), 'App\\Message\\ImportReferentMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.G5MphK6'] ?? $this->get_Messenger_HandlerDescriptor_G5MphK6Service());
}, 1), 'App\\Message\\Media\\SendMediaCodeDrawMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.zN_Y97d'] ?? $this->get_Messenger_HandlerDescriptor_ZNY97dService());
}, 1), 'App\\Message\\Media\\SendMediaCodeGiftMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.fE.tCau'] ?? $this->get_Messenger_HandlerDescriptor_FE_TCauService());
}, 1), 'App\\Message\\Media\\SendMediaCodeOdrMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.y2gc7eg'] ?? $this->get_Messenger_HandlerDescriptor_Y2gc7egService());
}, 1), 'App\\Message\\Operation\\SyncStockMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.lUqK702'] ?? $this->get_Messenger_HandlerDescriptor_LUqK702Service());
}, 1), 'App\\Entity\\Participation\\Participation' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.DAplUKI'] ?? $this->get_Messenger_HandlerDescriptor_DAplUKIService());
yield 1 => ($this->privates['.messenger.handler_descriptor.R4xEcKt'] ?? $this->get_Messenger_HandlerDescriptor_R4xEcKtService());
}, 2), 'App\\Message\\Email\\SendCouponByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.vzbBrIF'] ?? $this->get_Messenger_HandlerDescriptor_VzbBrIFService());
}, 1), 'App\\Message\\Participation\\PostParticipationMultiOdrByMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.nVs7Oqo'] ?? $this->get_Messenger_HandlerDescriptor_NVs7OqoService());
}, 1), 'App\\Message\\Participation\\PutReParticipationMultiOdrByMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.S50RrkX'] ?? $this->get_Messenger_HandlerDescriptor_S50RrkXService());
}, 1), 'App\\Entity\\Participation\\Odr' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.Q6BfFhq'] ?? $this->get_Messenger_HandlerDescriptor_Q6BfFhqService());
}, 1), 'App\\Message\\Participation\\PostParticipationOdrByMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.Q1xVE8T'] ?? $this->get_Messenger_HandlerDescriptor_Q1xVE8TService());
}, 1), 'App\\Message\\Participation\\PutReParticipationOdrByMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.Dpj5Brf'] ?? $this->get_Messenger_HandlerDescriptor_Dpj5BrfService());
}, 1), 'App\\Entity\\Participation\\Puntos' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.GAQbYY0'] ?? $this->get_Messenger_HandlerDescriptor_GAQbYY0Service());
}, 1), 'App\\Message\\SendPuntosByEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.yVgGhj5'] ?? $this->get_Messenger_HandlerDescriptor_YVgGhj5Service());
}, 1), 'App\\Entity\\Participation\\Refund' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.pYrS9Ni'] ?? $this->get_Messenger_HandlerDescriptor_PYrS9NiService());
}, 1), 'App\\Entity\\Participation\\Step' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.pBP14O4'] ?? $this->get_Messenger_HandlerDescriptor_PBP14O4Service());
}, 1), 'App\\Message\\Purse\\AddForGodParentMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.qgsEpl0'] ?? $this->get_Messenger_HandlerDescriptor_QgsEpl0Service());
}, 1), 'App\\Message\\Purse\\AddToPurseMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.7D9Nglv'] ?? $this->get_Messenger_HandlerDescriptor_7D9NglvService());
}, 1), 'App\\Message\\Shannon\\SendOrderToShannonMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.kFEp0AO'] ?? $this->get_Messenger_HandlerDescriptor_KFEp0AOService());
}, 1), 'App\\Message\\Shannon\\SendParticipationDrawToShannonMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.kblICK3'] ?? $this->get_Messenger_HandlerDescriptor_KblICK3Service());
}, 1), 'App\\Message\\Shannon\\SendParticipationPuntosToShannonMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.B6ziozn'] ?? $this->get_Messenger_HandlerDescriptor_B6zioznService());
}, 1), 'App\\Message\\Shannon\\SendParticipationStepToShannonMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.lReU.i7'] ?? $this->get_Messenger_HandlerDescriptor_LReU_I7Service());
}, 1), 'App\\Message\\Shannon\\SendRefundToShannonMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.W6YfEfM'] ?? $this->get_Messenger_HandlerDescriptor_W6YfEfMService());
}, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
yield 0 => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
}, 1)]));
$instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
return $instance;
}
/**
* Gets the private 'messenger.bus.default.middleware.traceable' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
*/
protected function getMessenger_Bus_Default_Middleware_TraceableService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
}
/**
* Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
*
* @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
*/
protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
return $this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'async' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'async-email' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'async-gift-code' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'async-import-referents' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'async-isoskele' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'async-operation-code' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'async-purse' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'async-refund' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'async-salesforce' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'async-shannon' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'async-smp' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'async-yeesss' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'sync' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
], [
'async' => '?',
'async-email' => '?',
'async-gift-code' => '?',
'async-import-referents' => '?',
'async-isoskele' => '?',
'async-operation-code' => '?',
'async-purse' => '?',
'async-refund' => '?',
'async-salesforce' => '?',
'async-shannon' => '?',
'async-smp' => '?',
'async-yeesss' => '?',
'failed' => '?',
'sync' => '?',
]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
}
/**
* Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
*
* @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
*/
protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
}
/**
* Gets the private 'messenger.middleware.send_message' shared service.
*
* @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
*/
protected function getMessenger_Middleware_SendMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
$a = ($this->privates['.service_locator.fNlhGzn'] ?? $this->get_ServiceLocator_FNlhGznService());
if (isset($this->privates['messenger.middleware.send_message'])) {
return $this->privates['messenger.middleware.send_message'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['messenger.middleware.send_message'])) {
return $this->privates['messenger.middleware.send_message'];
}
$this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['App\\Message\\Email\\SendCouponByEmailMessage' => [0 => 'async'], 'App\\Message\\Email\\SendContactEmailMessage' => [0 => 'async-email'], 'App\\Message\\Email\\SendGiftCodeByEmailMessage' => [0 => 'async-email'], 'App\\Message\\Email\\SendConfirmationDrawByEmailMessage' => [0 => 'async-email'], 'App\\Message\\Email\\SendWinnerDrawByEmailMessage' => [0 => 'async-email'], 'App\\Message\\Email\\SendCreateOperationDrawByEmailMessage' => [0 => 'async-email'], 'App\\Message\\Email\\SendEmailRsoByEmailMessage' => [0 => 'async-email'], 'App\\Message\\Operation\\SyncStockMessage' => [0 => 'async'], 'App\\Message\\CRM\\Yeesss\\SendUserMessage' => [0 => 'async-yeesss'], 'App\\Message\\CRM\\Yeesss\\SendUserFromImportMessage' => [0 => 'async-yeesss'], 'App\\Message\\CRM\\Yeesss\\SendNewsletterMessage' => [0 => 'async-yeesss'], 'App\\Message\\CRM\\Yeesss\\SendProspectNewsletterMessage' => [0 => 'async-yeesss'], 'App\\Message\\CRM\\Yeesss\\SendCouponMessage' => [0 => 'async-yeesss'], 'App\\Message\\CRM\\Yeesss\\SendStepEarnMessage' => [0 => 'async-yeesss'], 'App\\Message\\CRM\\Yeesss\\SendStepBurnMessage' => [0 => 'async-yeesss'], 'App\\Message\\CRM\\Yeesss\\SendMultiOdrParticipationMessage' => [0 => 'async-yeesss'], 'App\\Message\\Purse\\AddToPurseMessage' => [0 => 'async-purse'], 'App\\Message\\Purse\\AddForGodParentMessage' => [0 => 'async-purse'], 'App\\Message\\Shannon\\SendParticipationStepToShannonMessage' => [0 => 'async-shannon'], 'App\\Message\\Shannon\\SendParticipationPuntosToShannonMessage' => [0 => 'async-shannon'], 'App\\Message\\Shannon\\SendParticipationDrawToShannonMessage' => [0 => 'async-shannon'], 'App\\Message\\Shannon\\SendRefundToShannonMessage' => [0 => 'async-refund'], 'App\\Message\\Shannon\\SendOrderToShannonMessage' => [0 => 'async-shannon'], 'App\\Message\\Media\\SendMediaCodeGiftMessage' => [0 => 'async-gift-code'], 'App\\Message\\SendPuntosByEmailMessage' => [0 => 'async-email'], 'App\\Message\\Media\\SendMediaCodeDrawMessage' => [0 => 'async-operation-code'], 'App\\Message\\Media\\SendMediaCodeOdrMessage' => [0 => 'async-operation-code'], 'App\\Message\\Email\\SendConfirmationDeleteAccountByEmailMessage' => [0 => 'async-email'], 'App\\Message\\Email\\SendInitializationAccountByEmailMessage' => [0 => 'async-email'], 'App\\Message\\Email\\SendConfirmationOdrByEmailMessage' => [0 => 'async-email'], 'App\\Message\\Email\\SendConfirmationMultiOdrByEmailMessage' => [0 => 'async-email'], 'App\\Message\\Participation\\PostParticipationOdrByMessage' => [0 => 'async-smp'], 'App\\Message\\Participation\\PostParticipationMultiOdrByMessage' => [0 => 'async-smp'], 'App\\Message\\Email\\SendParticipationOdrStatusByEmailMessage' => [0 => 'async-email'], 'App\\Message\\Email\\SendParticipationMultiOdrStatusByEmailMessage' => [0 => 'async-email'], 'App\\Message\\Participation\\PutReParticipationOdrByMessage' => [0 => 'async-smp'], 'App\\Message\\Participation\\PutReParticipationMultiOdrByMessage' => [0 => 'async-smp'], 'App\\Message\\Email\\SendSponsorshipInvitationByEmailMessage' => [0 => 'async-email'], 'App\\Message\\Email\\SendSponsorshipConfirmationByEmailMessage' => [0 => 'async-email'], 'App\\Message\\Email\\SendEmailAccordingStatusParticipationByEmailMessage' => [0 => 'async-email'], 'App\\Message\\CRM\\Salesforce\\SendOdrMessage' => [0 => 'async-salesforce'], 'App\\Message\\CRM\\Salesforce\\SendContactMessage' => [0 => 'async-salesforce'], 'App\\Message\\CRM\\Salesforce\\SendAccountMessage' => [0 => 'async-salesforce'], 'App\\Message\\CRM\\Salesforce\\SendParticipationOdrMessage' => [0 => 'async-salesforce'], 'App\\Message\\CRM\\Isoskele\\SendOdrPrimeMessage' => [0 => 'async-isoskele'], 'App\\Message\\CRM\\Isoskele\\SendUserInformationMessage' => [0 => 'async-isoskele'], 'App\\Message\\CRM\\Isoskele\\SendOfferMessage' => [0 => 'async-isoskele'], 'App\\Message\\CRM\\Isoskele\\SendParticipationOdrPrimeMessage' => [0 => 'async-isoskele'], 'App\\Message\\CRM\\Isoskele\\SendParticipationMessage' => [0 => 'async-isoskele'], 'App\\Message\\CRM\\Isoskele\\SendCouponMessage' => [0 => 'async-isoskele'], 'App\\Message\\CRM\\Isoskele\\SendTasParticipationMessage' => [0 => 'async-isoskele'], 'App\\Message\\Email\\SendCodeForOdrParticipationConformedByEmailMessage' => [0 => 'async-email'], 'App\\Message\\ImportReferentMessage' => [0 => 'async-import-referents']], $a), $b);
$instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
return $instance;
}
/**
* Gets the private 'messenger.receiver_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getMessenger_ReceiverLocatorService()
{
return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
'async-email' => ['privates', 'messenger.transport.async-email', 'getMessenger_Transport_AsyncemailService', false],
'async-gift-code' => ['privates', 'messenger.transport.async-gift-code', 'getMessenger_Transport_AsyncgiftcodeService', false],
'async-import-referents' => ['privates', 'messenger.transport.async-import-referents', 'getMessenger_Transport_AsyncimportreferentsService', false],
'async-isoskele' => ['privates', 'messenger.transport.async-isoskele', 'getMessenger_Transport_AsyncisoskeleService', false],
'async-operation-code' => ['privates', 'messenger.transport.async-operation-code', 'getMessenger_Transport_AsyncoperationcodeService', false],
'async-purse' => ['privates', 'messenger.transport.async-purse', 'getMessenger_Transport_AsyncpurseService', false],
'async-refund' => ['privates', 'messenger.transport.async-refund', 'getMessenger_Transport_AsyncrefundService', false],
'async-salesforce' => ['privates', 'messenger.transport.async-salesforce', 'getMessenger_Transport_AsyncsalesforceService', false],
'async-shannon' => ['privates', 'messenger.transport.async-shannon', 'getMessenger_Transport_AsyncshannonService', false],
'async-smp' => ['privates', 'messenger.transport.async-smp', 'getMessenger_Transport_AsyncsmpService', false],
'async-yeesss' => ['privates', 'messenger.transport.async-yeesss', 'getMessenger_Transport_AsyncyeesssService', false],
'failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'messenger.transport.async' => ['privates', 'messenger.transport.async', 'getMessenger_Transport_AsyncService', false],
'messenger.transport.async-email' => ['privates', 'messenger.transport.async-email', 'getMessenger_Transport_AsyncemailService', false],
'messenger.transport.async-gift-code' => ['privates', 'messenger.transport.async-gift-code', 'getMessenger_Transport_AsyncgiftcodeService', false],
'messenger.transport.async-import-referents' => ['privates', 'messenger.transport.async-import-referents', 'getMessenger_Transport_AsyncimportreferentsService', false],
'messenger.transport.async-isoskele' => ['privates', 'messenger.transport.async-isoskele', 'getMessenger_Transport_AsyncisoskeleService', false],
'messenger.transport.async-operation-code' => ['privates', 'messenger.transport.async-operation-code', 'getMessenger_Transport_AsyncoperationcodeService', false],
'messenger.transport.async-purse' => ['privates', 'messenger.transport.async-purse', 'getMessenger_Transport_AsyncpurseService', false],
'messenger.transport.async-refund' => ['privates', 'messenger.transport.async-refund', 'getMessenger_Transport_AsyncrefundService', false],
'messenger.transport.async-salesforce' => ['privates', 'messenger.transport.async-salesforce', 'getMessenger_Transport_AsyncsalesforceService', false],
'messenger.transport.async-shannon' => ['privates', 'messenger.transport.async-shannon', 'getMessenger_Transport_AsyncshannonService', false],
'messenger.transport.async-smp' => ['privates', 'messenger.transport.async-smp', 'getMessenger_Transport_AsyncsmpService', false],
'messenger.transport.async-yeesss' => ['privates', 'messenger.transport.async-yeesss', 'getMessenger_Transport_AsyncyeesssService', false],
'messenger.transport.failed' => ['privates', 'messenger.transport.failed', 'getMessenger_Transport_FailedService', false],
'messenger.transport.sync' => ['privates', 'messenger.transport.sync', 'getMessenger_Transport_SyncService', false],
'sync' => ['privates', 'messenger.transport.sync', 'getMessenger_Transport_SyncService', false],
], [
'async' => '?',
'async-email' => '?',
'async-gift-code' => '?',
'async-import-referents' => '?',
'async-isoskele' => '?',
'async-operation-code' => '?',
'async-purse' => '?',
'async-refund' => '?',
'async-salesforce' => '?',
'async-shannon' => '?',
'async-smp' => '?',
'async-yeesss' => '?',
'failed' => '?',
'messenger.transport.async' => '?',
'messenger.transport.async-email' => '?',
'messenger.transport.async-gift-code' => '?',
'messenger.transport.async-import-referents' => '?',
'messenger.transport.async-isoskele' => '?',
'messenger.transport.async-operation-code' => '?',
'messenger.transport.async-purse' => '?',
'messenger.transport.async-refund' => '?',
'messenger.transport.async-salesforce' => '?',
'messenger.transport.async-shannon' => '?',
'messenger.transport.async-smp' => '?',
'messenger.transport.async-yeesss' => '?',
'messenger.transport.failed' => '?',
'messenger.transport.sync' => '?',
'sync' => '?',
]);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.async-email' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncemailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
return $this->privates['messenger.retry.multiplier_retry_strategy.async-email'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.async-gift-code' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncgiftcodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
return $this->privates['messenger.retry.multiplier_retry_strategy.async-gift-code'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.async-import-referents' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncimportreferentsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
return $this->privates['messenger.retry.multiplier_retry_strategy.async-import-referents'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.async-isoskele' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncisoskeleService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
return $this->privates['messenger.retry.multiplier_retry_strategy.async-isoskele'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.async-operation-code' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncoperationcodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
return $this->privates['messenger.retry.multiplier_retry_strategy.async-operation-code'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.async-purse' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncpurseService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
return $this->privates['messenger.retry.multiplier_retry_strategy.async-purse'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.async-refund' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncrefundService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
return $this->privates['messenger.retry.multiplier_retry_strategy.async-refund'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.async-salesforce' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncsalesforceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
return $this->privates['messenger.retry.multiplier_retry_strategy.async-salesforce'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.async-shannon' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncshannonService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
return $this->privates['messenger.retry.multiplier_retry_strategy.async-shannon'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.async-smp' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncsmpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
return $this->privates['messenger.retry.multiplier_retry_strategy.async-smp'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.async-yeesss' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncyeesssService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
return $this->privates['messenger.retry.multiplier_retry_strategy.async-yeesss'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.multiplier_retry_strategy.sync' shared service.
*
* @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
*/
protected function getMessenger_Retry_MultiplierRetryStrategy_SyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
return $this->privates['messenger.retry.multiplier_retry_strategy.sync'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3, 1000, 2, 0);
}
/**
* Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
*
* @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
*/
protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
}
return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.fNlhGzn'] ?? $this->get_ServiceLocator_FNlhGznService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'async' => ['privates', 'messenger.retry.multiplier_retry_strategy.async', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncService', false],
'async-email' => ['privates', 'messenger.retry.multiplier_retry_strategy.async-email', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncemailService', false],
'async-gift-code' => ['privates', 'messenger.retry.multiplier_retry_strategy.async-gift-code', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncgiftcodeService', false],
'async-import-referents' => ['privates', 'messenger.retry.multiplier_retry_strategy.async-import-referents', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncimportreferentsService', false],
'async-isoskele' => ['privates', 'messenger.retry.multiplier_retry_strategy.async-isoskele', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncisoskeleService', false],
'async-operation-code' => ['privates', 'messenger.retry.multiplier_retry_strategy.async-operation-code', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncoperationcodeService', false],
'async-purse' => ['privates', 'messenger.retry.multiplier_retry_strategy.async-purse', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncpurseService', false],
'async-refund' => ['privates', 'messenger.retry.multiplier_retry_strategy.async-refund', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncrefundService', false],
'async-salesforce' => ['privates', 'messenger.retry.multiplier_retry_strategy.async-salesforce', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncsalesforceService', false],
'async-shannon' => ['privates', 'messenger.retry.multiplier_retry_strategy.async-shannon', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncshannonService', false],
'async-smp' => ['privates', 'messenger.retry.multiplier_retry_strategy.async-smp', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncsmpService', false],
'async-yeesss' => ['privates', 'messenger.retry.multiplier_retry_strategy.async-yeesss', 'getMessenger_Retry_MultiplierRetryStrategy_AsyncyeesssService', false],
'failed' => ['privates', 'messenger.retry.multiplier_retry_strategy.failed', 'getMessenger_Retry_MultiplierRetryStrategy_FailedService', false],
'sync' => ['privates', 'messenger.retry.multiplier_retry_strategy.sync', 'getMessenger_Retry_MultiplierRetryStrategy_SyncService', false],
], [
'async' => '?',
'async-email' => '?',
'async-gift-code' => '?',
'async-import-referents' => '?',
'async-isoskele' => '?',
'async-operation-code' => '?',
'async-purse' => '?',
'async-refund' => '?',
'async-salesforce' => '?',
'async-shannon' => '?',
'async-smp' => '?',
'async-yeesss' => '?',
'failed' => '?',
'sync' => '?',
]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
}
/**
* Gets the private 'messenger.routable_message_bus' shared service.
*
* @return \Symfony\Component\Messenger\RoutableMessageBus
*/
protected function getMessenger_RoutableMessageBusService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/RoutableMessageBus.php';
$a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['messenger.routable_message_bus'])) {
return $this->privates['messenger.routable_message_bus'];
}
return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'messenger.bus.default' => ['services', 'messenger.default_bus', 'getMessenger_DefaultBusService', false],
], [
'messenger.bus.default' => '?',
]), $a);
}
/**
* Gets the private 'messenger.transport.async' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_AsyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
$a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
if (isset($this->privates['messenger.transport.async'])) {
return $this->privates['messenger.transport.async'];
}
return $this->privates['messenger.transport.async'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['transport_name' => 'async'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport.async-email' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_AsyncemailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
$a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
if (isset($this->privates['messenger.transport.async-email'])) {
return $this->privates['messenger.transport.async-email'];
}
return $this->privates['messenger.transport.async-email'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=email', ['transport_name' => 'async-email'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport.async-gift-code' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_AsyncgiftcodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
$a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
if (isset($this->privates['messenger.transport.async-gift-code'])) {
return $this->privates['messenger.transport.async-gift-code'];
}
return $this->privates['messenger.transport.async-gift-code'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=gift-code', ['transport_name' => 'async-gift-code'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport.async-import-referents' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_AsyncimportreferentsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
$a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
if (isset($this->privates['messenger.transport.async-import-referents'])) {
return $this->privates['messenger.transport.async-import-referents'];
}
return $this->privates['messenger.transport.async-import-referents'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=import-referents', ['transport_name' => 'async-import-referents'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport.async-isoskele' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_AsyncisoskeleService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
$a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
if (isset($this->privates['messenger.transport.async-isoskele'])) {
return $this->privates['messenger.transport.async-isoskele'];
}
return $this->privates['messenger.transport.async-isoskele'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=isoskele', ['transport_name' => 'async-isoskele'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport.async-operation-code' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_AsyncoperationcodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
$a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
if (isset($this->privates['messenger.transport.async-operation-code'])) {
return $this->privates['messenger.transport.async-operation-code'];
}
return $this->privates['messenger.transport.async-operation-code'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=operation-code', ['transport_name' => 'async-operation-code'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport.async-purse' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_AsyncpurseService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
$a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
if (isset($this->privates['messenger.transport.async-purse'])) {
return $this->privates['messenger.transport.async-purse'];
}
return $this->privates['messenger.transport.async-purse'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=purse', ['transport_name' => 'async-purse'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport.async-refund' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_AsyncrefundService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
$a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
if (isset($this->privates['messenger.transport.async-refund'])) {
return $this->privates['messenger.transport.async-refund'];
}
return $this->privates['messenger.transport.async-refund'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=refund', ['transport_name' => 'async-refund'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport.async-salesforce' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_AsyncsalesforceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
$a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
if (isset($this->privates['messenger.transport.async-salesforce'])) {
return $this->privates['messenger.transport.async-salesforce'];
}
return $this->privates['messenger.transport.async-salesforce'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=salesforce', ['transport_name' => 'async-salesforce'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport.async-shannon' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_AsyncshannonService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
$a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
if (isset($this->privates['messenger.transport.async-shannon'])) {
return $this->privates['messenger.transport.async-shannon'];
}
return $this->privates['messenger.transport.async-shannon'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=shannon', ['transport_name' => 'async-shannon'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport.async-smp' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_AsyncsmpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
$a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
if (isset($this->privates['messenger.transport.async-smp'])) {
return $this->privates['messenger.transport.async-smp'];
}
return $this->privates['messenger.transport.async-smp'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=smp', ['transport_name' => 'async-smp'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport.async-yeesss' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_AsyncyeesssService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
$a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
if (isset($this->privates['messenger.transport.async-yeesss'])) {
return $this->privates['messenger.transport.async-yeesss'];
}
return $this->privates['messenger.transport.async-yeesss'] = $a->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=yeesss', ['transport_name' => 'async-yeesss'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport.doctrine.factory' shared service.
*
* @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
*/
protected function getMessenger_Transport_Doctrine_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'messenger.transport.failed' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_FailedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
$a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
if (isset($this->privates['messenger.transport.failed'])) {
return $this->privates['messenger.transport.failed'];
}
return $this->privates['messenger.transport.failed'] = $a->createTransport('doctrine://default?queue_name=failed', ['transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport.sync' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportInterface
*/
protected function getMessenger_Transport_SyncService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
$a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
if (isset($this->privates['messenger.transport.sync'])) {
return $this->privates['messenger.transport.sync'];
}
return $this->privates['messenger.transport.sync'] = $a->createTransport('sync://', ['transport_name' => 'sync'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
}
/**
* Gets the private 'messenger.transport.sync.factory' shared service.
*
* @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
*/
protected function getMessenger_Transport_Sync_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
$a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
if (isset($this->privates['messenger.transport.sync.factory'])) {
return $this->privates['messenger.transport.sync.factory'];
}
return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
}
/**
* Gets the private 'messenger.transport_factory' shared service.
*
* @return \Symfony\Component\Messenger\Transport\TransportFactory
*/
protected function getMessenger_TransportFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
yield 0 => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
yield 1 => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
yield 2 => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
yield 3 => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
yield 4 => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
}, 5));
}
/**
* 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.logrotate' shared service.
*
* @return \Monolog\Handler\RotatingFileHandler
*/
protected function getMonolog_Handler_LogrotateService()
{
$this->privates['monolog.handler.logrotate'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/log/dev.log'), 10, 100, true, NULL, false);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
$instance->setFilenameFormat('{filename}-{date}', 'Y-m-d');
return $instance;
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
return $this->privates['monolog.handler.main'] = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 100, true, NULL, false);
}
/**
* Gets the private 'monolog.handler.shannon' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_ShannonService()
{
$this->privates['monolog.handler.shannon'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/shannon.dev.log'), 100, true, NULL, false);
$instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = 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.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
$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.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
$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.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
$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.messenger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_MessengerService()
{
$this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
$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.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
$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.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
$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 'my_admin_bundle.show_user_listener' shared autowired service.
*
* @return \App\EventListener\NavbarUserListener
*/
protected function getMyAdminBundle_ShowUserListenerService()
{
include_once \dirname(__DIR__, 4).'/src/EventListener/NavbarUserListener.php';
include_once \dirname(__DIR__, 4).'/src/Manager/KnpMenuManager.php';
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['my_admin_bundle.show_user_listener'])) {
return $this->privates['my_admin_bundle.show_user_listener'];
}
$b = ($this->privates['App\\Manager\\User\\PermissionManager'] ?? $this->getPermissionManagerService());
if (isset($this->privates['my_admin_bundle.show_user_listener'])) {
return $this->privates['my_admin_bundle.show_user_listener'];
}
return $this->privates['my_admin_bundle.show_user_listener'] = new \App\EventListener\NavbarUserListener(new \App\Manager\KnpMenuManager(($this->privates['App\\Repository\\MenuRepository'] ?? $this->getMenuRepositoryService()), $a, $b, ($this->privates['App\\Repository\\MediaObject\\MediaObjectRepository'] ?? $this->getMediaObjectRepositoryService())));
}
/**
* Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
*
* @return \Nelmio\Alice\Parser\RuntimeCacheParser
*/
protected function getNelmioAlice_FileParser_RuntimeCacheService()
{
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/ParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Parser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
$a = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(new \Nelmio\Alice\FileLocator\DefaultFileLocator(), ($this->services['kernel'] ?? $this->get('kernel', 1)));
return $this->privates['nelmio_alice.file_parser.runtime_cache'] = new \Nelmio\Alice\Parser\RuntimeCacheParser(new \Nelmio\Alice\Parser\ParserRegistry([0 => new \Nelmio\Alice\Parser\Chainable\YamlParser(new \Symfony\Component\Yaml\Parser()), 1 => new \Nelmio\Alice\Parser\Chainable\PhpParser(), 2 => new \Nelmio\Alice\Parser\Chainable\JsonParser()]), $a, new \Nelmio\Alice\Parser\IncludeProcessor\DefaultIncludeProcessor($a));
}
/**
* Gets the private 'nelmio_cors.cors_listener' shared service.
*
* @return \Nelmio\CorsBundle\EventListener\CorsListener
*/
protected function getNelmioCors_CorsListenerService()
{
return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([0 => new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
}
/**
* 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['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'router.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
*/
protected function getRouter_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'router' => ['services', 'router', 'getRouterService', false],
], [
'router' => '?',
]))->withContext('router.cache_warmer', $this));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
$this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
}
/**
* Gets the private 'secrets.vault' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
*/
protected function getSecrets_VaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
}
/**
* Gets the private 'security.access_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AccessListener
*/
protected function getSecurity_AccessListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['security.access_listener'])) {
return $this->privates['security.access_listener'];
}
return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), false);
}
/**
* Gets the private 'security.access_map' shared service.
*
* @return \Symfony\Component\Security\Http\AccessMap
*/
protected function getSecurity_AccessMapService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
$this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/test/'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/public'), [0 => 'ROLE_PUBLIC'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/docs'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/authentication_token'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [0 => 'IS_AUTHENTICATED_FULLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_testing'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/client_login'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/forget_password'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/reset_password'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/registration'), [0 => 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [0 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/sogec-config'), [0 => 'ROLE_ADMIN_SOGEC'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user'), [0 => 'ROLE_ADMIN_CLIENT'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/tas'), [0 => 'ROLE_ADMIN_CLIENT'], NULL);
return $instance;
}
/**
* Gets the private 'security.authentication_utils' shared service.
*
* @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
*/
protected function getSecurity_AuthenticationUtilsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'security.authenticator.form_login.main' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
*/
protected function getSecurity_Authenticator_FormLogin_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/FormLoginAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
$a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['security.authenticator.form_login.main'])) {
return $this->privates['security.authenticator.form_login.main'];
}
$b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
$c = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($b, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$c->setOptions(['login_path' => 'app_login', 'default_target_path' => 'list', 'always_use_default_target_path' => false, 'target_path_parameter' => '_target_path', 'use_referer' => false]);
$c->setFirewallName('main');
$d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler($a, $b, [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
$d->setOptions(['login_path' => 'app_login', 'failure_path' => NULL, 'failure_forward' => false, 'failure_path_parameter' => '_failure_path']);
return $this->privates['security.authenticator.form_login.main'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($b, ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), $c, $d, ['login_path' => 'app_login', 'check_path' => 'app_login', 'enable_csrf' => true, 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'post_only' => true, 'form_only' => false]);
}
/**
* Gets the private 'security.authenticator.guard.api_secured.0' shared service.
*
* @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
*/
protected function getSecurity_Authenticator_Guard_ApiSecured_0Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/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['security.authenticator.guard.api_secured.0'])) {
return $this->privates['security.authenticator.guard.api_secured.0'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authenticator.guard.api_secured.0'])) {
return $this->privates['security.authenticator.guard.api_secured.0'];
}
return $this->privates['security.authenticator.guard.api_secured.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(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())), ($this->privates['security.user.provider.concrete.app_consumer_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppConsumerProviderService()));
}
/**
* Gets the private 'security.authenticator.json_login.api_login' shared service.
*
* @return \Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator
*/
protected function getSecurity_Authenticator_JsonLogin_ApiLoginService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php';
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';
$a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
if (isset($this->privates['security.authenticator.json_login.api_login'])) {
return $this->privates['security.authenticator.json_login.api_login'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authenticator.json_login.api_login'])) {
return $this->privates['security.authenticator.json_login.api_login'];
}
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$this->privates['security.authenticator.json_login.api_login'] = $instance = new \Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['security.user.provider.concrete.app_consumer_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppConsumerProviderService()), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($a, $b, [], true), [], 'api_login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler($b, $c), []), ['check_path' => '/api/authentication_token', 'username_path' => 'email', 'password_path' => 'password', 'use_forward' => false, 'require_previous_session' => false, 'login_path' => '/login'], ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
if ($this->has('translator')) {
$instance->setTranslator($c);
}
return $instance;
}
/**
* Gets the private 'security.channel_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ChannelListener
*/
protected function getSecurity_ChannelListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
}
/**
* Gets the private 'security.command.debug_firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
*/
protected function getSecurity_Command_DebugFirewallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Security/Guard/TokenAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Security/Guard/AdminAPIAuthenticator.php';
$this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.8MS6oaX'] ?? $this->get_ServiceLocator_8MS6oaXService()), ($this->privates['.service_locator.HQGaOVb'] ?? $this->get_ServiceLocator_HQGaOVbService()), ['api_login' => [0 => ($this->privates['security.authenticator.json_login.api_login'] ?? $this->getSecurity_Authenticator_JsonLogin_ApiLoginService())], 'api_public' => [0 => ($this->privates['App\\Security\\Guard\\TokenAuthenticator'] ?? ($this->privates['App\\Security\\Guard\\TokenAuthenticator'] = new \App\Security\Guard\TokenAuthenticator()))], 'api_admin' => [0 => ($this->privates['App\\Security\\Guard\\AdminAPIAuthenticator'] ?? ($this->privates['App\\Security\\Guard\\AdminAPIAuthenticator'] = new \App\Security\Guard\AdminAPIAuthenticator()))], 'api_secured' => [0 => ($this->privates['security.authenticator.guard.api_secured.0'] ?? $this->getSecurity_Authenticator_Guard_ApiSecured_0Service())], 'main' => [0 => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), 1 => ($this->privates['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService())]], true);
$instance->setName('debug:firewall');
$instance->setDescription('Display information about your security firewall(s)');
return $instance;
}
/**
* Gets the private 'security.command.user_password_encoder' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
*
* @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
*/
protected function getSecurity_Command_UserPasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
$this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [0 => 'App\\Entity\\User\\User', 1 => 'App\\Entity\\User\\Referent']);
$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\\User', 1 => 'App\\Entity\\User\\Referent']);
$instance->setName('security:hash-password');
$instance->setDescription('Hash a user password');
return $instance;
}
/**
* Gets the private 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
yield 1 => ($this->privates['App\\Security\\User\\PublicUserProvider'] ?? ($this->privates['App\\Security\\User\\PublicUserProvider'] = new \App\Security\User\PublicUserProvider()));
yield 2 => ($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] ?? ($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] = new \App\Security\User\Admin\AdminAPIProvider()));
yield 3 => ($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService());
yield 4 => ($this->privates['security.user.provider.concrete.app_referent_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppReferentProviderService());
yield 5 => ($this->privates['security.user.provider.concrete.app_consumer_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppConsumerProviderService());
}, 6), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.csrf.token_storage' shared service.
*
* @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
*/
protected function getSecurity_Csrf_TokenStorageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'security.encoder_factory.generic' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
*
* @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
*/
protected function getSecurity_EncoderFactory_GenericService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder', 'arguments' => [0 => NULL, 1 => NULL, 2 => NULL, 3 => '2y']], 'App\\Entity\\User\\Referent' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder', 'arguments' => [0 => NULL, 1 => NULL, 2 => NULL, 3 => '2y']]]);
}
/**
* Gets the private 'security.event_dispatcher.api_admin' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_ApiAdminService()
{
$this->privates['security.event_dispatcher.api_admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.api_admin.user_provider'] ?? $this->getSecurity_Listener_ApiAdmin_UserProviderService());
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.api_admin'] ?? $this->getSecurity_Listener_UserChecker_ApiAdminService());
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.api_admin'] ?? $this->getSecurity_Listener_UserChecker_ApiAdminService());
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.api_login' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_ApiLoginService()
{
$this->privates['security.event_dispatcher.api_login'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.api_login.user_provider'] ?? $this->getSecurity_Listener_ApiLogin_UserProviderService());
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.api_login'] ?? $this->getSecurity_Listener_UserChecker_ApiLoginService());
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.api_login'] ?? $this->getSecurity_Listener_UserChecker_ApiLoginService());
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.api_public' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_ApiPublicService()
{
$this->privates['security.event_dispatcher.api_public'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.api_public.user_provider'] ?? $this->getSecurity_Listener_ApiPublic_UserProviderService());
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.api_public'] ?? $this->getSecurity_Listener_UserChecker_ApiPublicService());
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.api_public'] ?? $this->getSecurity_Listener_UserChecker_ApiPublicService());
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.api_secured' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_ApiSecuredService()
{
$this->privates['security.event_dispatcher.api_secured'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.api_secured'] ?? $this->getSecurity_Listener_UserChecker_ApiSecuredService());
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.api_secured'] ?? $this->getSecurity_Listener_UserChecker_ApiSecuredService());
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.event_dispatcher.main' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_MainService()
{
$this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
}, 1 => 'checkPassport'], 2048);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
}, 1 => 'onSuccessfulLogin'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\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\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
}, 1 => 'postCheckCredentials'], 256);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
}, 1 => 'checkPassport'], 512);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.expression_language' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
*/
protected function getSecurity_ExpressionLanguageService()
{
$this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
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.8MS6oaX'] ?? $this->get_ServiceLocator_8MS6oaXService());
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.docs' => ($this->privates['.security.request_matcher.PfIwdrL'] ?? ($this->privates['.security.request_matcher.PfIwdrL'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/docs')));
yield 'security.firewall.map.context.api_login' => ($this->privates['.security.request_matcher.9m6MGv0'] ?? ($this->privates['.security.request_matcher.9m6MGv0'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/authentication_token')));
yield 'security.firewall.map.context.api_public' => ($this->privates['.security.request_matcher.p..dlRs'] ?? ($this->privates['.security.request_matcher.p..dlRs'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/public/*')));
yield 'security.firewall.map.context.api_admin' => ($this->privates['.security.request_matcher.DpoNOvo'] ?? ($this->privates['.security.request_matcher.DpoNOvo'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/admin/*')));
yield 'security.firewall.map.context.api_secured' => ($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;
}, 7));
}
/**
* Gets the private 'security.firewall.map.context.api_admin' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_ApiAdminService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.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.api_admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['debug.security.firewall.authenticator.api_admin'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiAdminService());
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_admin', NULL, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_admin', 'security.user_checker', '.security.request_matcher.DpoNOvo', true, true, 'App\\Security\\User\\Admin\\AdminAPIProvider', NULL, NULL, NULL, NULL, [0 => 'App\\Security\\Guard\\AdminAPIAuthenticator'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.api_login' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_ApiLoginService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.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.api_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['debug.security.firewall.authenticator.api_login'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiLoginService());
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_login', NULL, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_login', 'security.user_checker', '.security.request_matcher.9m6MGv0', true, true, 'security.user.provider.concrete.app_consumer_provider', NULL, NULL, NULL, NULL, [0 => 'json_login'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.api_public' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_ApiPublicService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.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.api_public'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['debug.security.firewall.authenticator.api_public'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiPublicService());
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_public', NULL, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_public', 'security.user_checker', '.security.request_matcher.p..dlRs', true, true, 'App\\Security\\User\\PublicUserProvider', NULL, NULL, NULL, NULL, [0 => 'App\\Security\\Guard\\TokenAuthenticator'], NULL));
}
/**
* Gets the private 'security.firewall.map.context.api_secured' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_ApiSecuredService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.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['security.authenticator.guard.api_secured.0'] ?? $this->getSecurity_Authenticator_Guard_ApiSecured_0Service());
if (isset($this->privates['security.firewall.map.context.api_secured'])) {
return $this->privates['security.firewall.map.context.api_secured'];
}
return $this->privates['security.firewall.map.context.api_secured'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['debug.security.firewall.authenticator.api_secured'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiSecuredService());
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_secured', $a, NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_secured', 'security.user_checker', '.security.request_matcher.p4VlLPC', true, true, NULL, NULL, 'security.authenticator.guard.api_secured.0', 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.docs' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_DocsService()
{
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.docs'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('docs', 'security.user_checker', '.security.request_matcher.PfIwdrL', false, false, NULL, NULL, NULL, NULL, NULL, [], 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/Firewall/ExceptionListener.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['security.authenticator.form_login.main'] ?? $this->getSecurity_Authenticator_FormLogin_MainService());
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['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
yield 3 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($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', 'security.authenticator.form_login.main', NULL, NULL, [0 => 'form_login', 1 => 'App\\Security\\LoginFormAuthenticator'], 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()
{
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.listener.api_admin.user_provider' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
*/
protected function getSecurity_Listener_ApiAdmin_UserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Security/User/Admin/AdminAPIProvider.php';
return $this->privates['security.listener.api_admin.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] ?? ($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] = new \App\Security\User\Admin\AdminAPIProvider())));
}
/**
* Gets the private 'security.listener.api_login.user_provider' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
*/
protected function getSecurity_Listener_ApiLogin_UserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
return $this->privates['security.listener.api_login.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_consumer_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppConsumerProviderService()));
}
/**
* Gets the private 'security.listener.api_public.user_provider' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
*/
protected function getSecurity_Listener_ApiPublic_UserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Security/User/PublicUserProvider.php';
return $this->privates['security.listener.api_public.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['App\\Security\\User\\PublicUserProvider'] ?? ($this->privates['App\\Security\\User\\PublicUserProvider'] = new \App\Security\User\PublicUserProvider())));
}
/**
* Gets the private 'security.listener.check_authenticator_credentials' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
*/
protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'security.listener.csrf_protection' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
*/
protected function getSecurity_Listener_CsrfProtectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
return $this->privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'security.listener.main.user_provider' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
*/
protected function getSecurity_Listener_Main_UserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
return $this->privates['security.listener.main.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
}
/**
* Gets the private 'security.listener.password_migrating' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
*/
protected function getSecurity_Listener_PasswordMigratingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'security.listener.session.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
*/
protected function getSecurity_Listener_Session_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
}
/**
* Gets the private 'security.listener.user_checker.api_admin' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
*/
protected function getSecurity_Listener_UserChecker_ApiAdminService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
return $this->privates['security.listener.user_checker.api_admin'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
}
/**
* Gets the private 'security.listener.user_checker.api_login' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
*/
protected function getSecurity_Listener_UserChecker_ApiLoginService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
return $this->privates['security.listener.user_checker.api_login'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
}
/**
* Gets the private 'security.listener.user_checker.api_public' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
*/
protected function getSecurity_Listener_UserChecker_ApiPublicService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
return $this->privates['security.listener.user_checker.api_public'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
}
/**
* Gets the private 'security.listener.user_checker.api_secured' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
*/
protected function getSecurity_Listener_UserChecker_ApiSecuredService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
return $this->privates['security.listener.user_checker.api_secured'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
}
/**
* Gets the private 'security.listener.user_checker.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
*/
protected function getSecurity_Listener_UserChecker_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
}
/**
* Gets the private 'security.listener.user_provider' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
*/
protected function getSecurity_Listener_UserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/ChainUserProvider.php';
return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(new \Symfony\Component\Security\Core\User\ChainUserProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
yield 1 => ($this->privates['App\\Security\\User\\PublicUserProvider'] ?? ($this->privates['App\\Security\\User\\PublicUserProvider'] = new \App\Security\User\PublicUserProvider()));
yield 2 => ($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] ?? ($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] = new \App\Security\User\Admin\AdminAPIProvider()));
yield 3 => ($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->getSecurity_User_Provider_Concrete_ChainProviderService());
yield 4 => ($this->privates['security.user.provider.concrete.app_referent_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppReferentProviderService());
yield 5 => ($this->privates['security.user.provider.concrete.app_consumer_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppConsumerProviderService());
}, 6)));
}
/**
* 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\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher', 'arguments' => [0 => NULL, 1 => NULL, 2 => NULL, 3 => '2y']], 'App\\Entity\\User\\Referent' => ['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_consumer_provider' shared service.
*
* @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
*/
protected function getSecurity_User_Provider_Concrete_AppConsumerProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
return $this->privates['security.user.provider.concrete.app_consumer_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User\\Consumer', 'email', NULL);
}
/**
* Gets the private 'security.user.provider.concrete.app_referent_provider' shared service.
*
* @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
*/
protected function getSecurity_User_Provider_Concrete_AppReferentProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
return $this->privates['security.user.provider.concrete.app_referent_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User\\Referent', 'email', NULL);
}
/**
* 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/security-core/User/PasswordUpgraderInterface.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\\User', 'email', NULL);
}
/**
* Gets the private 'security.user.provider.concrete.chain_provider' shared service.
*
* @return \Symfony\Component\Security\Core\User\ChainUserProvider
*/
protected function getSecurity_User_Provider_Concrete_ChainProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/ChainUserProvider.php';
return $this->privates['security.user.provider.concrete.chain_provider'] = new \Symfony\Component\Security\Core\User\ChainUserProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.app_consumer_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppConsumerProviderService());
yield 1 => ($this->privates['App\\Security\\User\\PublicUserProvider'] ?? ($this->privates['App\\Security\\User\\PublicUserProvider'] = new \App\Security\User\PublicUserProvider()));
yield 2 => ($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] ?? ($this->privates['App\\Security\\User\\Admin\\AdminAPIProvider'] = new \App\Security\User\Admin\AdminAPIProvider()));
}, 3));
}
/**
* Gets the private 'security.user_password_hasher' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
*/
protected function getSecurity_UserPasswordHasherService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'security.validator.user_password' shared service.
*
* @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
*/
protected function getSecurity_Validator_UserPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sensio_framework_extra.security.listener'])) {
return $this->privates['sensio_framework_extra.security.listener'];
}
$b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
$b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
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()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'serializer.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
*/
protected function getSerializer_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
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.name_converter.metadata_aware' shared service.
*
* @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
*/
protected function getSerializer_NameConverter_MetadataAwareService()
{
return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
}
/**
* 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 '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.ar.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], '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'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], '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'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.cs.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.da.xliff'), 4 => (\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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.de.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.el.xliff')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.es.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.eu.xliff'), 4 => (\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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.fi.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.fr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 6 => (\dirname(__DIR__, 4).'/translations/form.fr.yaml'), 7 => (\dirname(__DIR__, 4).'/translations/messages.fr.yaml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.he.xliff')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.hr.xliff'), 4 => (\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'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.it.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.ja.xliff'), 4 => (\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'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.nl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.pt_BR.xliff'), 4 => (\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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.ro.xliff'), 4 => (\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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.ru.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.sk.xliff')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], '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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.sv.xliff'), 4 => (\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/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.tr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], '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'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], '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'), 3 => (\dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.zh_CN.xliff')], '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')], 'eo' => [0 => (\dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Resources/translations/AdminLTEBundle.eo.xliff')], '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')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], '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/kevinpapst/adminlte-bundle/Resources/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/kevinpapst/adminlte-bundle/Resources/translations', 4 => 'vendor/knplabs/knp-paginator-bundle/translations', 5 => 'vendor/vich/uploader-bundle/translations', 6 => 'translations', 7 => 'vendor/symfony/framework-bundle/translations', 8 => 'vendor/symfony/twig-bundle/translations', 9 => 'vendor/twig/extra-bundle/translations', 10 => 'vendor/sensio/framework-extra-bundle/src/translations', 11 => 'vendor/doctrine/doctrine-bundle/translations', 12 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 13 => 'vendor/symfony/security-bundle/translations', 14 => 'vendor/symfony/web-profiler-bundle/translations', 15 => 'vendor/symfony/monolog-bundle/translations', 16 => 'vendor/symfony/debug-bundle/translations', 17 => 'vendor/symfony/maker-bundle/src/translations', 18 => 'vendor/knplabs/knp-menu-bundle/src/translations', 19 => 'vendor/symfony/webpack-encore-bundle/src/translations', 20 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations', 21 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations', 22 => 'vendor/hautelook/alice-bundle/src/translations', 23 => 'vendor/nelmio/cors-bundle/translations', 24 => 'vendor/api-platform/core/src/Symfony/Bundle/translations', 25 => 'vendor/lexik/jwt-authentication-bundle/translations', 26 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 27 => 'vendor/jms/serializer-bundle/translations', 28 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations', 29 => 'vendor/liip/imagine-bundle/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'fr']);
return $instance;
}
/**
* Gets the private 'twig.command.debug' shared service.
*
* @return \Symfony\Bridge\Twig\Command\DebugCommand
*/
protected function getTwig_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
$this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__, 4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__, 4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:twig');
$instance->setDescription('Show a list of twig functions, filters, globals and tests');
return $instance;
}
/**
* Gets the private 'twig.command.lint' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Command\LintCommand
*/
protected function getTwig_Command_LintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
$this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setName('lint:twig');
$instance->setDescription('Lint a Twig template and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'twig.form.engine' shared service.
*
* @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
*/
protected function getTwig_Form_EngineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['twig.form.engine'])) {
return $this->privates['twig.form.engine'];
}
return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
}
/**
* Gets the private 'twig.form.renderer' shared service.
*
* @return \Symfony\Component\Form\FormRenderer
*/
protected function getTwig_Form_RendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
$a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
if (isset($this->privates['twig.form.renderer'])) {
return $this->privates['twig.form.renderer'];
}
return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'twig.mailer.message_listener' shared service.
*
* @return \Symfony\Component\Mailer\EventListener\MessageListener
*/
protected function getTwig_Mailer_MessageListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['twig.mailer.message_listener'])) {
return $this->privates['twig.mailer.message_listener'];
}
return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
}
/**
* Gets the private 'twig.runtime.httpkernel' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
*/
protected function getTwig_Runtime_HttpkernelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
], [
'inline' => '?',
]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
}
/**
* Gets the private 'twig.runtime.security_csrf' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
*/
protected function getTwig_Runtime_SecurityCsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'twig.runtime.serializer' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
*/
protected function getTwig_Runtime_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
$a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
if (isset($this->privates['twig.runtime.serializer'])) {
return $this->privates['twig.runtime.serializer'];
}
return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
}
/**
* 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/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\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\\Constraints\\FileColumnValidator' => ['privates', 'App\\Validator\\Constraints\\FileColumnValidator', 'getFileColumnValidatorService', false],
'App\\Validator\\Constraints\\OverlappingDateValidator' => ['privates', 'App\\Validator\\Constraints\\OverlappingDateValidator', 'getOverlappingDateValidatorService', 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\\Constraints\\FileColumnValidator' => '?',
'App\\Validator\\Constraints\\OverlappingDateValidator' => '?',
'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.logrotate'] ?? $this->getMonolog_Handler_LogrotateService()));
$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 'vich_uploader.command.mapping_debug' shared service.
*
* @return \Vich\UploaderBundle\Command\MappingDebugCommand
*/
protected function getVichUploader_Command_MappingDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
$this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
$instance->setName('vich:mapping:debug');
return $instance;
}
/**
* Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
*
* @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
*/
protected function getVichUploader_Command_MappingDebugClassService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
$this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
$instance->setName('vich:mapping:debug-class');
return $instance;
}
/**
* Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
*
* @return \Vich\UploaderBundle\Command\MappingListClassesCommand
*/
protected function getVichUploader_Command_MappingListClassesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
$this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
$instance->setName('vich:mapping:list-classes');
return $instance;
}
/**
* Gets the private 'vich_uploader.listener.clean.draw_code' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_DrawCodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.clean.draw_code'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('draw_code', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.clean.knowledge_response_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_KnowledgeResponseImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.clean.knowledge_response_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('knowledge_response_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.clean.media_object' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_MediaObjectService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.clean.media_object'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('media_object', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.clean.odr_code' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
*/
protected function getVichUploader_Listener_Clean_OdrCodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.clean.odr_code'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('odr_code', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.blog_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_BlogImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.blog_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('blog_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.coupon' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_CouponService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.coupon'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('coupon', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.draw_code' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_DrawCodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.draw_code'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('draw_code', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.draw_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_DrawImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.draw_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('draw_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.game_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_GameImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.game_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('game_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.gift_code' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_GiftCodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.gift_code'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('gift_code', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.gift_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_GiftImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.gift_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('gift_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.knowledge_response_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_KnowledgeResponseImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.knowledge_response_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('knowledge_response_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.library_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_LibraryImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.library_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('library_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.library_pdf' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_LibraryPdfService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.library_pdf'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('library_pdf', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.media_object' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_MediaObjectService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.media_object'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('media_object', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.multi_offer' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_MultiOfferService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.multi_offer'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('multi_offer', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.odr_code' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_OdrCodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.odr_code'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('odr_code', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.odr_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_OdrImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.odr_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('odr_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.recipe' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_RecipeService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.recipe'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('recipe', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.slider_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_SliderImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.slider_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('slider_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.remove.website_params_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
*/
protected function getVichUploader_Listener_Remove_WebsiteParamsImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.remove.website_params_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('website_params_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.blog_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_BlogImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.blog_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('blog_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.coupon' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_CouponService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.coupon'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('coupon', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.draw_code' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_DrawCodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.draw_code'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('draw_code', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.draw_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_DrawImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.draw_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('draw_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.game_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_GameImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.game_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('game_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.gift_code' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_GiftCodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.gift_code'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('gift_code', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.gift_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_GiftImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.gift_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('gift_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.knowledge_response_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_KnowledgeResponseImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.knowledge_response_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('knowledge_response_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.library_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_LibraryImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.library_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('library_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.library_pdf' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_LibraryPdfService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.library_pdf'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('library_pdf', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.media_object' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_MediaObjectService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.media_object'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('media_object', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.multi_offer' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_MultiOfferService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.multi_offer'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('multi_offer', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.odr_code' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_OdrCodeService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.odr_code'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('odr_code', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.odr_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_OdrImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.odr_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('odr_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.recipe' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_RecipeService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.recipe'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('recipe', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.slider_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_SliderImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.slider_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('slider_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.listener.upload.website_params_image' shared service.
*
* @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
*/
protected function getVichUploader_Listener_Upload_WebsiteParamsImageService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
return $this->privates['vich_uploader.listener.upload.website_params_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('website_params_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
}
/**
* Gets the private 'vich_uploader.metadata_reader' shared service.
*
* @return \Vich\UploaderBundle\Metadata\MetadataReader
*/
protected function getVichUploader_MetadataReaderService()
{
$a = new \Metadata\Driver\FileLocator([]);
$b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([0 => new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), 1 => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [0 => ($this->services['doctrine'] ?? $this->getDoctrineService())]), 2 => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), 3 => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata', true);
$b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
}
/**
* Gets the private 'vich_uploader.property_mapping_factory' shared service.
*
* @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
*/
protected function getVichUploader_PropertyMappingFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
}
/**
* Gets the private 'vich_uploader.storage.file_system' shared service.
*
* @return \Vich\UploaderBundle\Storage\FileSystemStorage
*/
protected function getVichUploader_Storage_FileSystemService()
{
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
}
/**
* 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 private 'webpack_encore.entrypoint_lookup[_default]' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
*/
protected function getWebpackEncore_EntrypointLookupDefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__, 4).'/public/build/entrypoints.json'), NULL, '_default', true);
}
/**
* Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
*/
protected function getWebpackEncore_EntrypointLookupCollectionService()
{
return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'_default' => ['privates', 'webpack_encore.entrypoint_lookup[_default]', 'getWebpackEncore_EntrypointLookupDefaultService', false],
], [
'_default' => '?',
]), '_default');
}
/**
* Gets the private 'webpack_encore.exception_listener' shared service.
*
* @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
*/
protected function getWebpackEncore_ExceptionListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [0 => '_default']);
}
/**
* Gets the private 'webpack_encore.tag_renderer' shared service.
*
* @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
*/
protected function getWebpackEncore_TagRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['webpack_encore.tag_renderer'])) {
return $this->privates['webpack_encore.tag_renderer'];
}
return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], ['defer' => true], [], $a);
}
/**
* 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,
'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,
'nelmio_cors.defaults' => false,
'lexik_jwt_authentication.pass_phrase' => false,
'lexik_jwt_authentication.token_ttl' => 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 '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 'nelmio_cors.defaults': $value = [
'allow_origin' => [
0 => $this->getEnv('CORS_ALLOW_ORIGIN'),
],
'allow_credentials' => false,
'allow_headers' => [
0 => 'content-type',
1 => 'authorization',
],
'expose_headers' => [
0 => 'Link',
],
'allow_methods' => [
0 => 'GET',
1 => 'OPTIONS',
2 => 'POST',
3 => 'PUT',
4 => 'PATCH',
5 => 'DELETE',
],
'max_age' => 3600,
'hosts' => [
],
'origin_regex' => true,
'forced_allow_origin_value' => NULL,
'skip_same_as_origin' => true,
]; break;
case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
case 'lexik_jwt_authentication.token_ttl': $value = $this->getEnv('JWT_TOKEN_TTL'); 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',
'AdminLTEBundle' => 'KevinPapst\\AdminLTEBundle\\AdminLTEBundle',
'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
],
'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',
],
'AdminLTEBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle'),
'namespace' => 'KevinPapst\\AdminLTEBundle',
],
'KnpMenuBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src'),
'namespace' => 'Knp\\Bundle\\MenuBundle',
],
'KnpPaginatorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
'namespace' => 'Knp\\Bundle\\PaginatorBundle',
],
'WebpackEncoreBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/webpack-encore-bundle/src'),
'namespace' => 'Symfony\\WebpackEncoreBundle',
],
'NelmioAliceBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
],
'FidryAliceDataFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
],
'HautelookAliceBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/hautelook/alice-bundle/src'),
'namespace' => 'Hautelook\\AliceBundle',
],
'NelmioCorsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
'namespace' => 'Nelmio\\CorsBundle',
],
'ApiPlatformBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle'),
'namespace' => 'ApiPlatform\\Symfony\\Bundle',
],
'LexikJWTAuthenticationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'VichUploaderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
'namespace' => 'Vich\\UploaderBundle',
],
'JMSSerializerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'),
'namespace' => 'JMS\\SerializerBundle',
],
'FOSCKEditorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
'namespace' => 'FOS\\CKEditorBundle',
],
'LiipImagineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
'namespace' => 'Liip\\ImagineBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'container.dumper.inline_class_loader' => true,
'container.dumper.inline_factories' => true,
'app.path.blog_images' => '/uploads/images/blogs',
'import_csv' => (\dirname(__DIR__, 4).'/public/import/import_client.csv'),
'upload_csv_code' => (\dirname(__DIR__, 4).'/public/odr_code/'),
'import_referents' => (\dirname(__DIR__, 4).'/public/referent'),
'error_dir' => (\dirname(__DIR__, 4).'/public/error'),
'admin_lte_theme.options' => [
'default_avatar' => 'bundles/adminlte/images/default_avatar.png',
'skin' => 'skin-blue',
'fixed_layout' => false,
'boxed_layout' => false,
'collapsed_sidebar' => false,
'mini_sidebar' => false,
'max_navbar_notifications' => 10,
'max_navbar_tasks' => 10,
'max_navbar_messages' => 10,
'form_theme' => 'default',
'control_sidebar' => [
],
'knp_menu' => [
'enable' => true,
'main_menu' => 'adminlte_main',
'breadcrumb_menu' => false,
],
'widget' => [
'type' => 'primary',
'bordered' => true,
'collapsible' => false,
'collapsible_title' => 'Collapse',
'removable' => false,
'removable_title' => 'Remove',
'solid' => false,
'use_footer' => true,
],
'button' => [
'type' => 'primary',
'size' => false,
],
],
'admin_lte_theme.routes' => [
'adminlte_welcome' => 'app_login',
'adminlte_login' => 'app_client_login',
'adminlte_login_check' => 'app_login',
'adminlte_password_reset' => 'app_forgotten_password',
'adminlte_message' => 'message',
'adminlte_messages' => 'messages',
'adminlte_notification' => 'notification',
'adminlte_notifications' => 'notifications',
'adminlte_task' => 'task',
'adminlte_tasks' => 'tasks',
'adminlte_profile' => 'user_profile',
'adminlte_registration' => NULL,
],
'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 => '@VichUploader/Form/fields.html.twig',
1 => 'form_div_layout.html.twig',
2 => '@LiipImagine/Form/form_div_layout.html.twig',
3 => '@AdminLTE/layout/form-theme.html.twig',
4 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
5 => '@AdminLTE/layout/form-theme-horizontal.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' => [
'uuid' => [
'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
],
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => true,
'doctrine.orm.enable_lazy_ghost_objects' => false,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'security.role_hierarchy.roles' => [
'ROLE_PUBLIC' => [
0 => 'ROLE_PUBLIC',
],
'ROLE_USER' => [
0 => 'ROLE_USER',
],
'ROLE_ADMIN' => [
0 => 'ROLE_ADMIN',
],
'ROLE_ADMIN_API' => [
0 => 'ROLE_USER',
1 => 'ROLE_ADMIN',
],
'ROLE_SECTOR_MANAGER' => [
0 => 'ROLE_SECTOR_MANAGER',
1 => 'ROLE_USER',
],
'ROLE_REGION_MANAGER' => [
0 => 'ROLE_REGION_MANAGER',
1 => 'ROLE_USER',
],
'ROLE_MANAGER' => [
0 => 'ROLE_SECTOR_MANAGER',
1 => 'ROLE_REGION_MANAGER',
2 => 'ROLE_ALLOWED_TO_SWITCH',
],
'ROLE_ADMIN_SOGEC' => [
0 => 'ROLE_ADMIN',
1 => 'ROLE_MANAGER',
2 => 'ROLE_ALLOWED_TO_SWITCH',
],
'ROLE_ADMIN_CLIENT' => [
0 => 'ROLE_ADMIN',
1 => 'ROLE_MANAGER',
],
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_ADMIN',
1 => 'ROLE_ADMIN_SOGEC',
2 => '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 => 'docs',
2 => 'api_login',
3 => 'api_public',
4 => 'api_admin',
5 => 'api_secured',
6 => 'main',
],
'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.shannon' => [
'type' => 'inclusive',
'elements' => [
0 => 'shannon',
],
],
'monolog.handler.logrotate' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
'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_menu.renderer.list.options' => [
],
'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
'knp_menu.renderer.twig.options' => [
],
'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
'knp_menu.default_renderer' => 'twig',
'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_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' => 5,
'knp_paginator.page_limit' => NULL,
'nelmio_alice.functions_blacklist' => [
0 => 'current',
1 => 'shuffle',
2 => 'date',
3 => 'time',
4 => 'file',
5 => 'md5',
6 => 'sha1',
],
'nelmio_alice.locale' => 'en_US',
'nelmio_alice.seed' => 1,
'nelmio_alice.loading_limit' => 5,
'nelmio_alice.max_unique_values_retry' => 150,
'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
'hautelook_alice.fixtures_path' => [
0 => 'fixtures',
],
'hautelook_alice.root_dirs' => [
0 => \dirname(__DIR__, 4),
],
'nelmio_cors.map' => [
'^/' => [
'skip_same_as_origin' => true,
],
],
'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
'api_platform.metadata_backward_compatibility_layer' => true,
'api_platform.enable_entrypoint' => true,
'api_platform.enable_docs' => true,
'api_platform.title' => '',
'api_platform.description' => '',
'api_platform.version' => '0.0.0',
'api_platform.show_webby' => true,
'api_platform.url_generation_strategy' => 1,
'api_platform.exception_to_status' => [
'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
'ApiPlatform\\Exception\\FilterValidationException' => 400,
'Doctrine\\ORM\\OptimisticLockException' => 409,
],
'api_platform.formats' => [
'jsonld' => [
0 => 'application/ld+json',
],
'json' => [
0 => 'application/json',
],
'html' => [
0 => 'text/html',
],
],
'api_platform.patch_formats' => [
'json' => [
0 => 'application/merge-patch+json',
],
],
'api_platform.error_formats' => [
'jsonproblem' => [
0 => 'application/problem+json',
],
'jsonld' => [
0 => 'application/ld+json',
],
],
'api_platform.allow_plain_identifiers' => false,
'api_platform.eager_loading.enabled' => true,
'api_platform.eager_loading.max_joins' => 30,
'api_platform.eager_loading.fetch_partial' => false,
'api_platform.eager_loading.force_eager' => true,
'api_platform.collection.exists_parameter_name' => 'exists',
'api_platform.collection.order' => 'ASC',
'api_platform.collection.order_parameter_name' => 'order',
'api_platform.collection.order_nulls_comparison' => NULL,
'api_platform.collection.pagination.enabled' => true,
'api_platform.collection.pagination.partial' => false,
'api_platform.collection.pagination.client_enabled' => false,
'api_platform.collection.pagination.client_items_per_page' => false,
'api_platform.collection.pagination.client_partial' => false,
'api_platform.collection.pagination.items_per_page' => 30,
'api_platform.collection.pagination.maximum_items_per_page' => NULL,
'api_platform.collection.pagination.page_parameter_name' => 'page',
'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
'api_platform.collection.pagination.partial_parameter_name' => 'partial',
'api_platform.collection.pagination' => [
'enabled' => true,
'partial' => false,
'client_enabled' => false,
'client_items_per_page' => false,
'client_partial' => false,
'items_per_page' => 30,
'maximum_items_per_page' => NULL,
'page_parameter_name' => 'page',
'enabled_parameter_name' => 'pagination',
'items_per_page_parameter_name' => 'itemsPerPage',
'partial_parameter_name' => 'partial',
],
'api_platform.http_cache.etag' => true,
'api_platform.http_cache.max_age' => NULL,
'api_platform.http_cache.shared_max_age' => NULL,
'api_platform.http_cache.vary' => [
0 => 'Accept',
],
'api_platform.http_cache.public' => NULL,
'api_platform.http_cache.invalidation.max_header_length' => 7500,
'api_platform.http_cache.invalidation.xkey.glue' => ' ',
'api_platform.asset_package' => NULL,
'api_platform.defaults' => [
'attributes' => [
],
],
'api_platform.resource_class_directories' => [
0 => (\dirname(__DIR__, 4).'/src/Entity'),
],
'api_platform.oauth.enabled' => false,
'api_platform.oauth.clientId' => '',
'api_platform.oauth.clientSecret' => '',
'api_platform.oauth.type' => 'oauth2',
'api_platform.oauth.flow' => 'application',
'api_platform.oauth.tokenUrl' => '',
'api_platform.oauth.authorizationUrl' => '',
'api_platform.oauth.refreshUrl' => '',
'api_platform.oauth.scopes' => [
],
'api_platform.oauth.pkce' => false,
'api_platform.openapi.termsOfService' => NULL,
'api_platform.openapi.contact.name' => NULL,
'api_platform.openapi.contact.url' => NULL,
'api_platform.openapi.contact.email' => NULL,
'api_platform.openapi.license.name' => NULL,
'api_platform.openapi.license.url' => NULL,
'api_platform.swagger.versions' => [
0 => 3,
],
'api_platform.enable_swagger_ui' => true,
'api_platform.enable_re_doc' => true,
'api_platform.swagger.api_keys' => [
],
'api_platform.swagger_ui.extra_configuration' => [
],
'api_platform.graphql.enabled' => false,
'api_platform.graphql.graphiql.enabled' => false,
'api_platform.graphql.graphql_playground.enabled' => false,
'api_platform.graphql.collection.pagination' => [
'enabled' => true,
],
'api_platform.validator.serialize_payload_fields' => [
],
'api_platform.validator.query_parameter_validation' => true,
'api_platform.elasticsearch.enabled' => false,
'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' => 'email',
'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
'vich_uploader.default_filename_attribute_suffix' => '_name',
'vich_uploader.mappings' => [
'media_object' => [
'uri_prefix' => '/media',
'upload_destination' => (\dirname(__DIR__, 4).'/public/media'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.media_object',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'coupon' => [
'uri_prefix' => '/coupon',
'upload_destination' => (\dirname(__DIR__, 4).'/public/coupon'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.coupon',
'options' => [
],
],
'delete_on_update' => false,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'blog_image' => [
'uri_prefix' => '/blog',
'upload_destination' => (\dirname(__DIR__, 4).'/public/blog'),
'namer' => [
'service' => 'App\\Helper\\FileNamerHelper.blog_image',
'options' => [
],
],
'delete_on_update' => false,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'gift_image' => [
'uri_prefix' => '/gift_image',
'upload_destination' => (\dirname(__DIR__, 4).'/public/gift_image'),
'namer' => [
'service' => 'App\\Helper\\FileNamerHelper.gift_image',
'options' => [
],
],
'delete_on_update' => false,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'gift_code' => [
'uri_prefix' => '/gift_code/in',
'upload_destination' => (\dirname(__DIR__, 4).'/public/gift_code/in'),
'namer' => [
'service' => 'App\\Helper\\FileNamerHelper.gift_code',
'options' => [
],
],
'delete_on_update' => false,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'draw_image' => [
'uri_prefix' => '/draw',
'upload_destination' => (\dirname(__DIR__, 4).'/public/draw'),
'namer' => [
'service' => 'App\\Helper\\FileNamerHelper.draw_image',
'options' => [
],
],
'delete_on_update' => false,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'draw_code' => [
'uri_prefix' => '/draw_code/in',
'upload_destination' => (\dirname(__DIR__, 4).'/public/draw_code/in'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.draw_code',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'odr_code' => [
'uri_prefix' => '/odr_code/in',
'upload_destination' => (\dirname(__DIR__, 4).'/public/odr_code/in'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.odr_code',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'delete_on_update' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'library_image' => [
'uri_prefix' => '/library/image',
'upload_destination' => (\dirname(__DIR__, 4).'/public/library/image'),
'namer' => [
'service' => 'App\\Helper\\FileNamerHelper.library_image',
'options' => [
],
],
'delete_on_update' => false,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'library_pdf' => [
'uri_prefix' => '/library/pdf',
'upload_destination' => (\dirname(__DIR__, 4).'/public/library/pdf'),
'namer' => [
'service' => 'App\\Helper\\FileNamerHelper.library_pdf',
'options' => [
],
],
'delete_on_update' => false,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'game_image' => [
'uri_prefix' => '/game',
'upload_destination' => (\dirname(__DIR__, 4).'/public/game'),
'namer' => [
'service' => 'App\\Helper\\FileNamerHelper.game_image',
'options' => [
],
],
'delete_on_update' => false,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'website_params_image' => [
'uri_prefix' => '/website_params',
'upload_destination' => (\dirname(__DIR__, 4).'/public/website_params'),
'namer' => [
'service' => 'App\\Helper\\FileNamerHelper.website_params_image',
'options' => [
],
],
'delete_on_update' => false,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'slider_image' => [
'uri_prefix' => '/slider',
'upload_destination' => (\dirname(__DIR__, 4).'/public/slider'),
'namer' => [
'service' => 'App\\Helper\\FileNamerHelper.slider_image',
'options' => [
],
],
'delete_on_update' => false,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'odr_image' => [
'uri_prefix' => '/odr',
'upload_destination' => (\dirname(__DIR__, 4).'/public/odr'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.odr_image',
'options' => [
],
],
'delete_on_update' => false,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'multi_offer' => [
'uri_prefix' => '/multi-offer',
'upload_destination' => (\dirname(__DIR__, 4).'/public/multi-offer'),
'namer' => [
'service' => 'App\\Helper\\FileNamerHelper.multi_offer',
'options' => [
],
],
'delete_on_update' => false,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'recipe' => [
'uri_prefix' => '/recipe',
'upload_destination' => (\dirname(__DIR__, 4).'/public/recipe'),
'namer' => [
'service' => 'App\\Helper\\FileNamerHelper.recipe',
'options' => [
],
],
'delete_on_update' => false,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'delete_on_remove' => true,
'inject_on_load' => false,
'db_driver' => 'orm',
],
'knowledge_response_image' => [
'uri_prefix' => '/knowledge',
'upload_destination' => (\dirname(__DIR__, 4).'/public/knowledge'),
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.knowledge_response_image',
'options' => [
],
],
'delete_on_update' => true,
'delete_on_remove' => true,
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'inject_on_load' => false,
'db_driver' => 'orm',
],
],
'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
'liip_imagine.resolvers' => [
'default' => [
'web_path' => [
'web_root' => (\dirname(__DIR__, 4).'/public'),
'cache_prefix' => 'media/cache',
],
],
],
'liip_imagine.loaders' => [
'default' => [
'filesystem' => [
'locator' => 'filesystem',
'data_root' => [
0 => (\dirname(__DIR__, 4).'/public'),
],
'allow_unresolvable_data_roots' => false,
'bundle_resources' => [
'enabled' => false,
'access_control_type' => 'blacklist',
'access_control_list' => [
],
],
],
],
],
'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
'liip_imagine.jpegoptim.stripAll' => true,
'liip_imagine.jpegoptim.max' => NULL,
'liip_imagine.jpegoptim.progressive' => true,
'liip_imagine.jpegoptim.tempDir' => NULL,
'liip_imagine.optipng.binary' => '/usr/bin/optipng',
'liip_imagine.optipng.level' => 7,
'liip_imagine.optipng.stripAll' => true,
'liip_imagine.optipng.tempDir' => NULL,
'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
'liip_imagine.cwebp.tempDir' => NULL,
'liip_imagine.cwebp.q' => 75,
'liip_imagine.cwebp.alphaQ' => 100,
'liip_imagine.cwebp.m' => 4,
'liip_imagine.cwebp.alphaFilter' => 'fast',
'liip_imagine.cwebp.alphaMethod' => 1,
'liip_imagine.cwebp.exact' => false,
'liip_imagine.cwebp.metadata' => [
0 => 'none',
],
'liip_imagine.driver_service' => 'liip_imagine.gd',
'liip_imagine.cache.resolver.default' => 'default',
'liip_imagine.default_image' => NULL,
'liip_imagine.filter_sets' => [
],
'liip_imagine.binary.loader.default' => 'default',
'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
'liip_imagine.webp.generate' => false,
'liip_imagine.webp.options' => [
'quality' => 100,
'cache' => NULL,
'data_loader' => NULL,
'post_processors' => [
],
],
'maker.compatible_check.doctrine.supports_attributes' => true,
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'api_platform.data_collector.request' => [
0 => 'api_platform.data_collector.request',
1 => '@ApiPlatform/DataCollector/request_legacy.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',
],
'doctrine_migrations.migrations_collector' => [
0 => 'doctrine_migrations',
1 => '@DoctrineMigrations/Collector/migrations.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'data_collector.messenger' => [
0 => 'messenger',
1 => '@WebProfiler/Collector/messenger.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
0 => 'vich_uploader.mapping_collector',
1 => '@VichUploader/Collector/mapping_collector.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
0 => 'console.command.public_alias.App\\Command\\SoftDeleteCommand',
1 => 'console.command.public_alias.App\\Command\\sendMailBeforeDeleteCommand',
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}