<?php
namespace Container3Sexymu;
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.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.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',
'cache.app' => 'getCache_AppService',
'cache.rate_limiter' => 'getCache_RateLimiterService',
'cache.system' => 'getCache_SystemService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'event_dispatcher' => 'getEventDispatcherService',
'http_kernel' => 'getHttpKernelService',
'knp_menu.matcher' => 'getKnpMenu_MatcherService',
'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
'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.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.channel_limiter' => 'getMonolog_Logger_ChannelLimiterService',
'monolog.logger.channel_mail' => 'getMonolog_Logger_ChannelMailService',
'monolog.logger.channel_paygreen' => 'getMonolog_Logger_ChannelPaygreenService',
'monolog.logger.channel_qoodos' => 'getMonolog_Logger_ChannelQoodosService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'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->fileMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'App\\Controller\\Admin\\AlimentController' => 'getAlimentControllerService',
'App\\Controller\\Admin\\ApplicationNameController' => 'getApplicationNameControllerService',
'App\\Controller\\Admin\\CloneMenuController' => 'getCloneMenuControllerService',
'App\\Controller\\Admin\\ColorNameController' => 'getColorNameControllerService',
'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
'App\\Controller\\Admin\\ExternalLinkNameController' => 'getExternalLinkNameControllerService',
'App\\Controller\\Admin\\KitchenController' => 'getKitchenControllerService',
'App\\Controller\\Admin\\LocaleController' => 'getLocaleControllerService',
'App\\Controller\\Admin\\LogsController' => 'getLogsControllerService',
'App\\Controller\\Admin\\MailTransportController' => 'getMailTransportControllerService',
'App\\Controller\\Admin\\MediaNameController' => 'getMediaNameControllerService',
'App\\Controller\\Admin\\Message\\SmsController' => 'getSmsControllerService',
'App\\Controller\\Admin\\ModeController' => 'getModeControllerService',
'App\\Controller\\Admin\\OrderController' => 'getOrderControllerService',
'App\\Controller\\Admin\\PaymentMethodConfigController' => 'getPaymentMethodConfigControllerService',
'App\\Controller\\Admin\\SocialNameController' => 'getSocialNameControllerService',
'App\\Controller\\Admin\\SourceController' => 'getSourceControllerService',
'App\\Controller\\Admin\\TemplateNameController' => 'getTemplateNameControllerService',
'App\\Controller\\Admin\\WebhookController' => 'getWebhookControllerService',
'App\\Controller\\Api\\Address\\SetDefaultDeliveryAddressController' => 'getSetDefaultDeliveryAddressControllerService',
'App\\Controller\\Api\\Franchise\\FranchiseByUrlController' => 'getFranchiseByUrlControllerService',
'App\\Controller\\Api\\ImageUploader\\ImageUploaderController' => 'getImageUploaderControllerService',
'App\\Controller\\Api\\Order\\OrderDelayController' => 'getOrderDelayControllerService',
'App\\Controller\\Api\\Order\\OrderUpdateActionController' => 'getOrderUpdateActionControllerService',
'App\\Controller\\Api\\Payment\\CreatePaymentController' => 'getCreatePaymentControllerService',
'App\\Controller\\Api\\Payment\\GetPaymentStatusController' => 'getGetPaymentStatusControllerService',
'App\\Controller\\Api\\Payment\\Nepting\\EPayRedirectionController' => 'getEPayRedirectionControllerService',
'App\\Controller\\Api\\Payment\\Nepting\\SetPaymentResultController' => 'getSetPaymentResultControllerService',
'App\\Controller\\Api\\Payment\\Webhook\\NeptingController' => 'getNeptingControllerService',
'App\\Controller\\Api\\Payment\\Webhook\\PaygreenController' => 'getPaygreenControllerService',
'App\\Controller\\Api\\Payment\\Webhook\\PayplugController' => 'getPayplugControllerService',
'App\\Controller\\Api\\Payment\\Webhook\\PayxpertController' => 'getPayxpertControllerService',
'App\\Controller\\Api\\Payment\\Webhook\\StripeController' => 'getStripeControllerService',
'App\\Controller\\Api\\Shop\\CloseShopController' => 'getCloseShopControllerService',
'App\\Controller\\Api\\Shop\\Device\\IsPairedController' => 'getIsPairedControllerService',
'App\\Controller\\Api\\Shop\\Device\\UpdateDeviceStatusController' => 'getUpdateDeviceStatusControllerService',
'App\\Controller\\Api\\Shop\\GetTimeSlotController' => 'getGetTimeSlotControllerService',
'App\\Controller\\Api\\Shop\\Loyalty\\LoyaltyBenefitsController' => 'getLoyaltyBenefitsControllerService',
'App\\Controller\\Api\\Shop\\Menu\\CreateMenuController' => 'getCreateMenuControllerService',
'App\\Controller\\Api\\Shop\\Menu\\EnableMenuController' => 'getEnableMenuControllerService',
'App\\Controller\\Api\\Shop\\Menu\\GetMenuController' => 'getGetMenuControllerService',
'App\\Controller\\Api\\Shop\\Menu\\GetMenuCrossSellingController' => 'getGetMenuCrossSellingControllerService',
'App\\Controller\\Api\\Shop\\Menu\\GetPromotionalOfferController' => 'getGetPromotionalOfferControllerService',
'App\\Controller\\Api\\Shop\\Menu\\UpdateMenuController' => 'getUpdateMenuControllerService',
'App\\Controller\\Api\\Shop\\OpenShopController' => 'getOpenShopControllerService',
'App\\Controller\\Api\\Shop\\SyncClosingDaysController' => 'getSyncClosingDaysControllerService',
'App\\Controller\\Api\\Shop\\SyncOpeningHoursController' => 'getSyncOpeningHoursControllerService',
'App\\Controller\\Api\\Shop\\SyncShopController' => 'getSyncShopControllerService',
'App\\Controller\\Api\\Shop\\WebhookUpdateEndpointController' => 'getWebhookUpdateEndpointControllerService',
'App\\Controller\\Api\\User\\CheckPasswordResetController' => 'getCheckPasswordResetControllerService',
'App\\Controller\\Api\\User\\DefaultLanguageController' => 'getDefaultLanguageControllerService',
'App\\Controller\\Api\\User\\QoodosSubscriptionController' => 'getQoodosSubscriptionControllerService',
'App\\Controller\\Api\\User\\QoodosUnsubscriptionController' => 'getQoodosUnsubscriptionControllerService',
'App\\Controller\\Api\\User\\RequestPasswordResetController' => 'getRequestPasswordResetControllerService',
'App\\Controller\\Api\\User\\ResetPasswordResetController' => 'getResetPasswordResetControllerService',
'App\\Controller\\Api\\User\\SearchController' => 'getSearchControllerService',
'App\\Controller\\Api\\User\\SubscribeExistingController' => 'getSubscribeExistingControllerService',
'App\\Controller\\Api\\User\\UpdatePasswordController' => 'getUpdatePasswordControllerService',
'App\\Controller\\BaseOrderController' => 'getBaseOrderControllerService',
'App\\Controller\\Dashboard\\DashboardController' => 'getDashboardController2Service',
'App\\Controller\\Doc\\DocController' => 'getDocControllerService',
'App\\Controller\\Doc\\WebhookController' => 'getWebhookController2Service',
'App\\Controller\\Franchise\\ApplicationController' => 'getApplicationControllerService',
'App\\Controller\\Franchise\\ColorController' => 'getColorControllerService',
'App\\Controller\\Franchise\\DashboardController' => 'getDashboardController3Service',
'App\\Controller\\Franchise\\DomainController' => 'getDomainControllerService',
'App\\Controller\\Franchise\\ExternalLinkController' => 'getExternalLinkControllerService',
'App\\Controller\\Franchise\\FranchiseController' => 'getFranchiseControllerService',
'App\\Controller\\Franchise\\MediaController' => 'getMediaControllerService',
'App\\Controller\\Franchise\\OrderController' => 'getOrderController2Service',
'App\\Controller\\Franchise\\ParameterController' => 'getParameterControllerService',
'App\\Controller\\Franchise\\SocialController' => 'getSocialControllerService',
'App\\Controller\\Franchise\\TemplateController' => 'getTemplateControllerService',
'App\\Controller\\Google\\ImageProfileController' => 'getImageProfileControllerService',
'App\\Controller\\Google\\TranslateController' => 'getTranslateControllerService',
'App\\Controller\\Home\\IndexController' => 'getIndexControllerService',
'App\\Controller\\ImageCropper\\ImageController' => 'getImageControllerService',
'App\\Controller\\Order\\OrderController' => 'getOrderController3Service',
'App\\Controller\\Product\\CategoryController' => 'getCategoryControllerService',
'App\\Controller\\Product\\OptionController' => 'getOptionControllerService',
'App\\Controller\\Product\\OptionVariantController' => 'getOptionVariantControllerService',
'App\\Controller\\Product\\ProductController' => 'getProductControllerService',
'App\\Controller\\Security\\Google\\GoogleAuthController' => 'getGoogleAuthControllerService',
'App\\Controller\\Security\\MigrateController' => 'getMigrateControllerService',
'App\\Controller\\Security\\ResetPasswordController' => 'getResetPasswordControllerService',
'App\\Controller\\Security\\SecurityController' => 'getSecurityControllerService',
'App\\Controller\\Security\\UserController' => 'getUserControllerService',
'App\\Controller\\Security\\VerifyUserEmailController' => 'getVerifyUserEmailControllerService',
'App\\Controller\\Shop\\ClosingDaysController' => 'getClosingDaysControllerService',
'App\\Controller\\Shop\\DashboardController' => 'getDashboardController4Service',
'App\\Controller\\Shop\\DeviceController' => 'getDeviceControllerService',
'App\\Controller\\Shop\\KitchenController' => 'getKitchenController2Service',
'App\\Controller\\Shop\\LoyaltyController' => 'getLoyaltyControllerService',
'App\\Controller\\Shop\\MenuController' => 'getMenuControllerService',
'App\\Controller\\Shop\\MenuCrossSellingController' => 'getMenuCrossSellingControllerService',
'App\\Controller\\Shop\\NoticeController' => 'getNoticeControllerService',
'App\\Controller\\Shop\\OpeningHoursController' => 'getOpeningHoursControllerService',
'App\\Controller\\Shop\\OrderController' => 'getOrderController4Service',
'App\\Controller\\Shop\\OrderSettingController' => 'getOrderSettingControllerService',
'App\\Controller\\Shop\\OrderingHoursController' => 'getOrderingHoursControllerService',
'App\\Controller\\Shop\\PartnerController' => 'getPartnerControllerService',
'App\\Controller\\Shop\\PaymentMethodController' => 'getPaymentMethodControllerService',
'App\\Controller\\Shop\\PromotionController' => 'getPromotionControllerService',
'App\\Controller\\Shop\\PromotionalOfferController' => 'getPromotionalOfferControllerService',
'App\\Controller\\Shop\\QrCode\\DematerializedMenuController' => 'getDematerializedMenuControllerService',
'App\\Controller\\Shop\\QrCode\\QrcodesController' => 'getQrcodesControllerService',
'App\\Controller\\Shop\\QrCode\\TableController' => 'getTableControllerService',
'App\\Controller\\Shop\\ShopController' => 'getShopControllerService',
'App\\Controller\\Shop\\ShopModeController' => 'getShopModeControllerService',
'App\\Controller\\Shop\\TranslationController' => 'getTranslationControllerService',
'App\\Controller\\Shop\\ZoneController' => 'getZoneControllerService',
'App\\Controller\\Webhook\\SmsModeController' => 'getSmsModeControllerService',
'App\\Controller\\Webhook\\StarCloudController' => 'getStarCloudControllerService',
'App\\Controller\\Webhook\\TwilioController' => 'getTwilioControllerService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService',
'Geocoder\\Dumper\\GeoArray' => 'getGeoArrayService',
'Geocoder\\Dumper\\GeoJson' => 'getGeoJsonService',
'Geocoder\\Dumper\\Gpx' => 'getGpxService',
'Geocoder\\Dumper\\Kml' => 'getKmlService',
'Geocoder\\Dumper\\Wkb' => 'getWkbService',
'Geocoder\\Dumper\\Wkt' => 'getWktService',
'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
'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.aliment_images' => 'getSmartUniqueNamer_AlimentImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.category_images' => 'getSmartUniqueNamer_CategoryImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.external_files' => 'getSmartUniqueNamer_ExternalFilesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.loyalty_images' => 'getSmartUniqueNamer_LoyaltyImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.medias_images' => 'getSmartUniqueNamer_MediasImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.option_images' => 'getSmartUniqueNamer_OptionImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.option_variant_images' => 'getSmartUniqueNamer_OptionVariantImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.partner_images' => 'getSmartUniqueNamer_PartnerImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.payment_methods_images' => 'getSmartUniqueNamer_PaymentMethodsImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.printer_images' => 'getSmartUniqueNamer_PrinterImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.product_images' => 'getSmartUniqueNamer_ProductImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.promotion_images' => 'getSmartUniqueNamer_PromotionImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.promotional_offers_images' => 'getSmartUniqueNamer_PromotionalOffersImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.shop_modes_images' => 'getSmartUniqueNamer_ShopModesImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.shops_images' => 'getSmartUniqueNamer_ShopsImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.social_images' => 'getSmartUniqueNamer_SocialImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.template_images' => 'getSmartUniqueNamer_TemplateImagesService',
'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.users_images' => 'getSmartUniqueNamer_UsersImagesService',
'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',
'app.menu_admin_builder' => 'getApp_MenuAdminBuilderService',
'app.menu_doc_builder' => 'getApp_MenuDocBuilderService',
'app.menu_manager_builder' => 'getApp_MenuManagerBuilderService',
'app.menu_shop_owner_builder' => 'getApp_MenuShopOwnerBuilderService',
'app.menu_support_builder' => 'getApp_MenuSupportBuilderService',
'app.service.event' => 'getApp_Service_EventService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache_warmer' => 'getCacheWarmerService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'doctrine.dbal.foxorders_v1_connection' => 'getDoctrine_Dbal_FoxordersV1ConnectionService',
'endroid_qr_code.default_builder' => 'getEndroidQrCode_DefaultBuilderService',
'error_controller' => 'getErrorControllerService',
'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
'gesdinet.jwtrefreshtoken.refresh_token_generator' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService',
'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
'gesdinet.jwtrefreshtoken.request.extractor.chain' => 'getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService',
'knp_menu.factory' => 'getKnpMenu_FactoryService',
'knp_paginator' => 'getKnpPaginatorService',
'knpu.oauth2.client.facebook' => 'getKnpu_Oauth2_Client_FacebookService',
'knpu.oauth2.client.google' => 'getKnpu_Oauth2_Client_GoogleService',
'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
'monolog.logger.channel_clean_uri' => 'getMonolog_Logger_ChannelCleanUriService',
'monolog.logger.channel_clone_menu' => 'getMonolog_Logger_ChannelCloneMenuService',
'monolog.logger.channel_command' => 'getMonolog_Logger_ChannelCommandService',
'monolog.logger.channel_device' => 'getMonolog_Logger_ChannelDeviceService',
'monolog.logger.channel_export' => 'getMonolog_Logger_ChannelExportService',
'monolog.logger.channel_franchise' => 'getMonolog_Logger_ChannelFranchiseService',
'monolog.logger.channel_hours' => 'getMonolog_Logger_ChannelHoursService',
'monolog.logger.channel_login' => 'getMonolog_Logger_ChannelLoginService',
'monolog.logger.channel_loyalty' => 'getMonolog_Logger_ChannelLoyaltyService',
'monolog.logger.channel_migration' => 'getMonolog_Logger_ChannelMigrationService',
'monolog.logger.channel_nepting' => 'getMonolog_Logger_ChannelNeptingService',
'monolog.logger.channel_nepting_epay' => 'getMonolog_Logger_ChannelNeptingEpayService',
'monolog.logger.channel_notification' => 'getMonolog_Logger_ChannelNotificationService',
'monolog.logger.channel_payment' => 'getMonolog_Logger_ChannelPaymentService',
'monolog.logger.channel_payplug' => 'getMonolog_Logger_ChannelPayplugService',
'monolog.logger.channel_payxpert' => 'getMonolog_Logger_ChannelPayxpertService',
'monolog.logger.channel_slack' => 'getMonolog_Logger_ChannelSlackService',
'monolog.logger.channel_sms_mode' => 'getMonolog_Logger_ChannelSmsModeService',
'monolog.logger.channel_starcloud' => 'getMonolog_Logger_ChannelStarcloudService',
'monolog.logger.channel_stripe' => 'getMonolog_Logger_ChannelStripeService',
'monolog.logger.channel_third_parties' => 'getMonolog_Logger_ChannelThirdPartiesService',
'monolog.logger.channel_translation' => 'getMonolog_Logger_ChannelTranslationService',
'monolog.logger.channel_twilio' => 'getMonolog_Logger_ChannelTwilioService',
'monolog.logger.channel_zone' => 'getMonolog_Logger_ChannelZoneService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'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',
];
$this->aliases = [
'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
'App\\Kernel' => 'kernel',
'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',
'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
'oauth2.registry' => 'knpu.oauth2.registry',
'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).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
include_once \dirname(__DIR__, 4).'/src/Calculator/OrderItem/OrderItemOptionsCalculator.php';
include_once \dirname(__DIR__, 4).'/src/Calculator/OrderItem/OrderItemStepsCalculator.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
include_once \dirname(__DIR__, 4).'/src/Client/AbstractClientInterface.php';
include_once \dirname(__DIR__, 4).'/src/Client/AbstractClient.php';
include_once \dirname(__DIR__, 4).'/src/Client/Payment/PaymentClient.php';
include_once \dirname(__DIR__, 4).'/src/Client/Payment/Paygreen/PaygreenInterface.php';
include_once \dirname(__DIR__, 4).'/src/Client/Payment/Paygreen/PaygreenClient.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Response/ResponseInterface.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Response/QoodosResponseInterface.php';
include_once \dirname(__DIR__, 4).'/src/Client/Qoodos/QoodosInterface.php';
include_once \dirname(__DIR__, 4).'/src/Client/Qoodos/QoodosClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Encoder/JsonDecoderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Encoder/JsonDecoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/AuthorizationListener.php';
include_once \dirname(__DIR__, 4).'/src/Service/Shop/ShopService.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/LogApiRequest.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/LogApiRequestListener.php';
include_once \dirname(__DIR__, 4).'/src/Generator/Logger/ApiLoggerRequestGenerator.php';
include_once \dirname(__DIR__, 4).'/src/EventListener/LogApiResponseListener.php';
include_once \dirname(__DIR__, 4).'/src/Generator/Logger/ApiLoggerResponseGenerator.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/ApiRequestSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Checker/RateLimiterChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/rate-limiter/RateLimiterFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/rate-limiter/Storage/StorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/rate-limiter/Storage/CacheStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/lock/LockFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/lock/PersistingStoreInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/lock/Store/StoreFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/src/Verifier/Shop/LicenceVerifier.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/LocalSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/PragmaActionsDisabler/PragmaBoActionsDisablerSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/TimeZoneEventSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Under_maintenance/UnderMaintenanceApiSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/Under_maintenance/UnderMaintenanceBoSubscriber.php';
include_once \dirname(__DIR__, 4).'/src/Generator/Logger/LogGenerator.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Date/DateTimeHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/File/FileHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Image/ImageInterface.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Image/ImageResponseInterface.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Image/ImageHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Translation/TranslationHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Order/OrderItem/OptionHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Order/OrderItem/OptionVariantHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Order/OrderItem/StepHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Promotion/PromotionValueHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/String/StringHelper.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Url/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/src/Processor/Orm/RemoveEntityProcessor.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/Admin/MailTransportRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Admin/SourceRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Admin/Webhook/NotificationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Admin/Webhook/WebhookRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Franchise/ApplicationRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Franchise/CustomerFranchiseRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Franchise/DomainRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Franchise/FranchiseRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Franchise/MediaRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Message/MessageRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Message/EmailRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Order/OrderItemRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Order/OrderRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Payment/PaymentRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Product/OptionVariant/OptionVariantRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Product/Product/ProductRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Security/CustomerRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Security/ManagerRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Security/RoleRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Shop/CustomerShopRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Traits/RestoreSoftDeletedTrait.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Shop/DeviceRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Shop/OpeningHoursRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Shop/ShopRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Shop/ZoneRepository.php';
include_once \dirname(__DIR__, 4).'/src/Service/FileSystem.php';
include_once \dirname(__DIR__, 4).'/src/Service/Franchise/FranchiseService.php';
include_once \dirname(__DIR__, 4).'/src/Service/Mailer/Mailer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/MailerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Mailer.php';
include_once \dirname(__DIR__, 4).'/src/Service/Message/MessageService.php';
include_once \dirname(__DIR__, 4).'/src/Service/Message/Email/EmailService.php';
include_once \dirname(__DIR__, 4).'/src/Service/MoneyService.php';
include_once \dirname(__DIR__, 4).'/src/Service/Order/OrderService.php';
include_once \dirname(__DIR__, 4).'/src/Service/Mailer/OrderMailer.php';
include_once \dirname(__DIR__, 4).'/src/Service/Payment/PaymentMethodService.php';
include_once \dirname(__DIR__, 4).'/src/Service/Payment/PaymentService.php';
include_once \dirname(__DIR__, 4).'/src/Service/Security/CustomerService.php';
include_once \dirname(__DIR__, 4).'/src/Validator/Api/ApiLoggerVerifier.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/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RunnerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/RuntimeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/GenericRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/runtime/SymfonyRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport/Transports.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/Transport.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/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/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/cache/ResettableInterface.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/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-foundation/Session/Storage/SessionStorageFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/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/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/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/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/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/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/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';
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/Data/DataManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
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/DefaultMetadataReader.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/ResampleFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
include_once \dirname(__DIR__, 4).'/vendor/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';
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/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
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';
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/Core/Api/IriConverterInterface.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/Util/ResourceClassInfoTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/IriConverter.php';
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/Util/CachedTrait.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';
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/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/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/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/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/geocoder-php/plugin/Plugin.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/Plugin/ProfilingPlugin.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Util/VerifyEmailQueryUtility.php';
include_once \dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Generator/VerifyEmailTokenGenerator.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/sentry/sentry/src/State/HubInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Client.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/ClientBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Options.php';
include_once \dirname(__DIR__, 4).'/src/Service/Sentry.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactory.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/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV6.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.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/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/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';
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';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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/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).'/src/Serializer/Denormalizer/Product/CategoriesDenormalizer.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/Mapping/ClassDiscriminatorResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/src/Serializer/AlimentNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Serializer/ApplicationNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Serializer/CategoryNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Serializer/CustomerNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Serializer/ExternalLinkNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Serializer/ImageNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Image/ImageNormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Helper/Image/ImageNormalizerHelper.php';
include_once \dirname(__DIR__, 4).'/src/Serializer/MediaNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Serializer/OrderItemNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Serializer/ParameterNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Serializer/PartnerNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Serializer/PaymentMethodsNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Serializer/ProductShopModesNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Serializer/ShopNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Service/Franchise/ExternalLinkService.php';
include_once \dirname(__DIR__, 4).'/src/Serializer/TranslationsNormalizer.php';
include_once \dirname(__DIR__, 4).'/src/Serializer/UploadedFileDenormalizer.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/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/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/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/BackedEnumNormalizer.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/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).'/src/Encoder/MultipartDecoder.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/symfony/notifier/DataCollector/NotificationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/DataCollector/GeocoderDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/jawira/case-converter-twig/src/CaseConverterExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/oskarstark/readable-filesize-extension/src/ReadableFilesizeExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/AsteriskExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/BreadcrumbExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ButtonsExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/DateExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/DayOfWeekExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/EmailExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/EventStatusExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/FormExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/GlobalExtension.php';
include_once \dirname(__DIR__, 4).'/src/Service/User/UserImageHelper.php';
include_once \dirname(__DIR__, 4).'/src/Twig/ImageExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/OrderExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/OrderItemExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/PaymentMethodExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/PriceExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/SelectExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/TextExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/TimetableExtension.php';
include_once \dirname(__DIR__, 4).'/src/Twig/UserExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.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/liip/imagine-bundle/Templating/LazyFilterExtension.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/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.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';
include_once \dirname(__DIR__, 4).'/vendor/lelyfoto/twig-instanceof/Extension/InstanceOfExtension.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/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/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';
};
}
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 load($file, $lazyLoad = true)
{
if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {
return $class::do($this, $lazyLoad);
}
if ('.' === $file[-4]) {
$class = substr($class, 0, -4);
} else {
$file .= '.php';
}
$service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
}
protected function createProxy($class, \Closure $factory)
{
class_exists($class, false) || require __DIR__.'/'.$class.'.php';
return $factory();
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
$d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
$d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
$d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
$d->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
$d->addInstance('cache.rate_limiter.traceable', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
$d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
$d->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
$d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
$d->addInstance('api_platform.cache.route_name_resolver.traceable', ($this->privates['api_platform.cache.route_name_resolver.traceable'] ?? $this->getApiPlatform_Cache_RouteNameResolver_TraceableService()));
$d->addInstance('api_platform.cache.metadata.resource.traceable', ($this->privates['api_platform.cache.metadata.resource.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService()));
$d->addInstance('api_platform.cache.metadata.resource.legacy.traceable', ($this->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()));
$d->addInstance('api_platform.cache.metadata.property.legacy.traceable', ($this->privates['api_platform.cache.metadata.property.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()));
$d->addInstance('api_platform.cache.subresource_operation_factory.traceable', ($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()));
$d->addInstance('api_platform.cache.identifiers_extractor.traceable', ($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService()));
$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 \Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector();
$g->addInstance(($this->privates['bazinga_geocoder.provider.acme.profiler'] ?? ($this->privates['bazinga_geocoder.provider.acme.profiler'] = new \Bazinga\GeocoderBundle\Plugin\ProfilingPlugin('acme'))));
$h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$h->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 \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
$instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
$instance->add($g);
$instance->add($h);
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.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->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$d = ($this->privates['App\\Client\\Payment\\Paygreen\\PaygreenClient'] ?? $this->getPaygreenClientService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$e = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$f = ($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'];
}
$g = ($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'];
}
$h = ($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'];
}
$i = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$j = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$k = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$l = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$m = ($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'];
}
$n = ($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'];
}
$o = ($this->privates['App\\Encoder\\JsonDecoder'] ?? $this->getJsonDecoderService());
if (isset($this->services['.container.private.serializer'])) {
return $this->services['.container.private.serializer'];
}
$p = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$q = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
$r = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
$s = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$t = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($q);
$u = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($q, $r, $p, $s, $t, NULL);
$v = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
$w = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL);
$x = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULL, NULL, $p, $s)], [0 => $w]));
$y = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($x);
$z = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
$aa = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
$ba = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($z, $aa, $f, $g, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), $h, NULL, $i, NULL, false, 'oauth2', 'application', '', '', [], $this->parameters['api_platform.swagger.api_keys'], $j, 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, $x));
$ca = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
$da = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($p), 1 => new \App\Serializer\Denormalizer\Product\CategoriesDenormalizer($u), 2 => new \App\Serializer\AlimentNormalizer($v), 3 => new \App\Serializer\ApplicationNormalizer(), 4 => new \App\Serializer\CategoryNormalizer(), 5 => new \App\Serializer\CustomerNormalizer($v, ($this->privates['App\\Client\\Qoodos\\QoodosClient'] ?? $this->getQoodosClientService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['App\\Repository\\Franchise\\FranchiseRepository'] ?? $this->getFranchiseRepositoryService()), ($this->privates['App\\Repository\\Product\\Product\\ProductRepository'] ?? $this->getProductRepositoryService()), $b), 6 => new \App\Serializer\ExternalLinkNormalizer($v), 7 => new \App\Serializer\ImageNormalizer(new \App\Helper\Image\ImageNormalizerHelper($v, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))))), 8 => new \App\Serializer\MediaNormalizer(), 9 => new \App\Serializer\OrderItemNormalizer($c, ($this->privates['App\\Processor\\Orm\\RemoveEntityProcessor'] ?? $this->getRemoveEntityProcessorService())), 10 => new \App\Serializer\ParameterNormalizer(), 11 => new \App\Serializer\PartnerNormalizer($v), 12 => new \App\Serializer\PaymentMethodsNormalizer(($this->privates['App\\Service\\Payment\\PaymentMethodService'] ?? ($this->privates['App\\Service\\Payment\\PaymentMethodService'] = new \App\Service\Payment\PaymentMethodService())), $d), 13 => new \App\Serializer\ProductShopModesNormalizer(), 14 => new \App\Serializer\ShopNormalizer($v, new \App\Service\Franchise\ExternalLinkService($e), ($this->privates['App\\Repository\\Security\\ManagerRepository'] ?? $this->getManagerRepositoryService()), ($this->privates['App\\Repository\\Franchise\\DomainRepository'] ?? $this->getDomainRepositoryService())), 15 => new \App\Serializer\TranslationsNormalizer(), 16 => new \App\Serializer\UploadedFileDenormalizer(), 17 => $y, 18 => $ba, 19 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($ca, [], $r), 20 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $r), 21 => $ba, 22 => $y, 23 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($z, $aa, $f, $da, NULL, $ca, NULL, $r), 24 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($z, $k, $ca), 25 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($ca, true), 26 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 27 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 28 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 29 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 30 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($z, $aa, $f, $k, $da, $l, $p, $r, $q, [], new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
}, 1), $m), 31 => new \ApiPlatform\Serializer\ItemNormalizer($aa, $f, $k, $da, $p, $r, $q, $n, true, NULL, new RewindableGenerator(function () {
yield 0 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
}, 1), $z, $m), 32 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 33 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $r), 34 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($q, $r, $s, $t, NULL)), 35 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 36 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 37 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 38 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 39 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 40 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 41 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($l, $da, $k, NULL), 'page', 'pagination', $z, $p), $z, $da, $i), 42 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 43 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($u, $k, $l), 44 => $u], [0 => $o, 1 => new \App\Encoder\MultipartDecoder(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 2 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 3 => $w, 4 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 5 => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), 6 => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), 7 => 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('public/uploads/images/shops/', 'shops_images');
$a->addPath('public/foxorders/media/logos', 'logo_foxorders');
$a->addPath('public/foxorders/css', 'styles');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig');
$a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/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/vich/uploader-bundle/templates'), 'VichUploader');
$a->addPath((\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
$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/willdurand/geocoder-bundle/Resources/views'), 'BazingaGeocoder');
$a->addPath((\dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/Resources/views'), '!BazingaGeocoder');
$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).'/templates'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
$f = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d, $e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
$g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$h = ($this->services['router'] ?? $this->getRouterService());
$i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$j = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
$k = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
$l = new \App\Service\User\UserImageHelper($k, $h, ($this->privates['App\\Helper\\Url\\UrlHelper'] ?? ($this->privates['App\\Helper\\Url\\UrlHelper'] = new \App\Helper\Url\UrlHelper())));
$m = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
$n = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$n->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $g]);
$o = new \Knp\Menu\Util\MenuManipulator();
$p = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
$q = new \Symfony\Bridge\Twig\AppVariable();
$q->setEnvironment('dev');
$q->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$q->setTokenStorage($i);
}
if ($this->has('request_stack')) {
$q->setRequestStack($d);
}
$r = 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($f));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, $e)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
$instance->addExtension(new \Jawira\CaseConverterTwig\CaseConverterExtension());
$instance->addExtension(new \OskarStark\Twig\ReadableFilesizeExtension());
$instance->addExtension(new \App\Twig\AsteriskExtension());
$instance->addExtension(new \App\Twig\BreadcrumbExtension($d, $c, $instance));
$instance->addExtension(new \App\Twig\ButtonsExtension($instance, $j, $h));
$instance->addExtension(new \App\Twig\DateExtension($c));
$instance->addExtension(new \App\Twig\DayOfWeekExtension());
$instance->addExtension(new \App\Twig\EmailExtension($instance));
$instance->addExtension(new \App\Twig\EventStatusExtension($c, $i, $h));
$instance->addExtension(new \App\Twig\FormExtension($instance));
$instance->addExtension(new \App\Twig\GlobalExtension($instance, ($this->privates['App\\Repository\\Admin\\SourceRepository'] ?? $this->getSourceRepositoryService()), $k, $l));
$instance->addExtension(new \App\Twig\ImageExtension($l, $instance, $k, ($this->privates['App\\Helper\\Image\\ImageHelper'] ?? $this->getImageHelperService())));
$instance->addExtension(new \App\Twig\OrderExtension($instance, ($this->privates['App\\Repository\\Order\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->privates['App\\Service\\Order\\OrderService'] ?? $this->getOrderServiceService()), $c, $m, ($this->privates['App\\Processor\\Orm\\RemoveEntityProcessor'] ?? $this->getRemoveEntityProcessorService())));
$instance->addExtension(new \App\Twig\OrderItemExtension($d, ($this->privates['App\\Helper\\Order\\OrderItem\\StepHelper'] ?? $this->getStepHelperService()), ($this->privates['App\\Helper\\Order\\OrderItem\\OptionHelper'] ?? $this->getOptionHelperService()), ($this->privates['App\\Calculator\\OrderItem\\OrderItemStepsCalculator'] ?? ($this->privates['App\\Calculator\\OrderItem\\OrderItemStepsCalculator'] = new \App\Calculator\OrderItem\OrderItemStepsCalculator())), ($this->privates['App\\Calculator\\OrderItem\\OrderItemOptionsCalculator'] ?? $this->getOrderItemOptionsCalculatorService())));
$instance->addExtension(new \App\Twig\PaymentMethodExtension($instance));
$instance->addExtension(new \App\Twig\PriceExtension($k));
$instance->addExtension(new \App\Twig\SelectExtension($instance));
$instance->addExtension(new \App\Twig\TextExtension($k, $instance));
$instance->addExtension(new \App\Twig\TimetableExtension($instance, $c, $m, ($this->privates['App\\Repository\\Shop\\OpeningHoursRepository'] ?? $this->getOpeningHoursRepositoryService())));
$instance->addExtension(new \App\Twig\UserExtension($l, $c, $instance, $j));
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($n));
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
$instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h, $c)));
$instance->addExtension(new \Liip\ImagineBundle\Templating\LazyFilterExtension());
$instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $h, $f, $d, $instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
$instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()))));
$instance->addExtension(new \Lelyfoto\Twig\InstanceOf\Extension\InstanceOfExtension());
$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', true],
'twig' => ['privates', 'knp_menu.renderer.twig', 'getKnpMenu_Renderer_TwigService', true],
], [
'list' => '?',
'twig' => '?',
]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
yield 1 => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
}, 2)), $o, $p), $p, $o));
$instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
$instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
$instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
$instance->addGlobal('app', $q);
$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', true],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true],
'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => ['privates', 'liip_imagine.templating.filter_runtime', 'getLiipImagine_Templating_FilterRuntimeService', true],
'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates', 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime', 'getQrCodeRuntimeService', true],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => '?',
'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
])));
$instance->addGlobal('media_directory', 'assets/media/');
$instance->addGlobal('foxorders_media_directory', 'foxorders/media/');
$instance->addGlobal('foxorders_doc', 'foxorders/media/doc/');
$instance->addGlobal('foxorders_doc_libraries', 'foxorders/media/doc/libraries/');
$instance->addGlobal('foxorders_doc_authorization', 'foxorders/media/doc/authorization/');
$instance->addGlobal('products_images', 'uploads/images/products/');
$instance->addGlobal('options_images', 'uploads/images/options/');
$instance->addGlobal('option_variant_images', 'uploads/images/option_variants/');
$instance->addGlobal('shops_images', 'uploads/images/shops/');
$instance->addGlobal('socials_images', 'uploads/images/socials/');
$instance->addGlobal('templates_images', 'uploads/images/templates/');
$instance->addGlobal('categories_images', 'uploads/images/categories/');
$instance->addGlobal('users_images', 'uploads/images/users/');
$instance->addGlobal('partners_images', 'uploads/images/partners/');
$instance->addGlobal('printer_images', 'uploads/images/printers/');
$instance->addGlobal('promotions_images', 'uploads/images/promotions/');
$instance->addGlobal('promotional_offers_images', 'uploads/images/promotional_offers/');
$instance->addGlobal('medias_images', 'uploads/images/medias/');
$instance->addGlobal('qrcodes_images', 'assets/media//qrcodes/');
$instance->addGlobal('external_files', 'uploads/files/externals/');
$instance->addGlobal('aliments_images', 'uploads/images/aliments/');
$instance->addGlobal('payment_methods_images', 'uploads/images/payment_methods/');
$instance->addGlobal('shop_modes_images', 'uploads/images/shop_modes/');
$instance->addGlobal('export_images', 'foxorders/media/export/');
$instance->addGlobal('loyalty_images', 'uploads/images/loyalty/');
$instance->addGlobal('google_map_api_key', $this->getEnv('GOOGLE_MAP_API_KEY'));
$instance->addGlobal('api_route_prefix', '/'.$this->getEnv('string:API_ROUTE_BASE').'/'.$this->getEnv('string:API_VERSION'));
$instance->addGlobal('foxorders_server', $this->getEnv('APP_SERVER'));
$instance->addGlobal('foxorders_env', $this->getEnv('APP_ENV'));
$instance->addGlobal('foxorders_version', $this->getEnv('FOXORDERS_VERSION'));
$instance->registerUndefinedFilterCallback([0 => $r, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $r, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $r, 1 => 'suggestTag']);
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
$a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
if (isset($this->services['.container.private.validator'])) {
return $this->services['.container.private.validator'];
}
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('fsd14TkpOR', 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(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
}
/**
* Gets the public 'cache.rate_limiter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_RateLimiterService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('pfzd+2uL67', 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.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
}
/**
* 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(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MVLR1Xrcgj', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* 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(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jb6xImE2mu', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$b = new \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))));
$b->setConnectionName('default');
$a->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), 1 => $b, 2 => ($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverMiddleware'] ?? $this->getTracingDriverMiddlewareService())]);
$this->services['doctrine.dbal.default_connection'] = $instance = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'use_savepoints' => true, 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\EventSubscriber\\Admin\\AlimentSubscriber' => ['privates', 'App\\EventSubscriber\\Admin\\AlimentSubscriber', 'getAlimentSubscriberService', true],
'App\\EventSubscriber\\Admin\\ModeSubscriber' => ['privates', 'App\\EventSubscriber\\Admin\\ModeSubscriber', 'getModeSubscriberService', true],
'App\\EventSubscriber\\LogBoSubscriber' => ['privates', 'App\\EventSubscriber\\LogBoSubscriber', 'getLogBoSubscriberService', true],
'App\\EventSubscriber\\PaymentStateSubscriber' => ['privates', 'App\\EventSubscriber\\PaymentStateSubscriber', 'getPaymentStateSubscriberService', true],
'App\\EventSubscriber\\Product\\ProductSubscriber' => ['privates', 'App\\EventSubscriber\\Product\\ProductSubscriber', 'getProductSubscriberService', true],
'App\\EventSubscriber\\Shop\\Menu\\CategorySubscriber' => ['privates', 'App\\EventSubscriber\\Shop\\Menu\\CategorySubscriber', 'getCategorySubscriberService', true],
'App\\EventSubscriber\\Shop\\Menu\\MenuSubscriber' => ['privates', 'App\\EventSubscriber\\Shop\\Menu\\MenuSubscriber', 'getMenuSubscriberService', true],
'App\\EventSubscriber\\Shop\\Menu\\OptionSubscriber' => ['privates', 'App\\EventSubscriber\\Shop\\Menu\\OptionSubscriber', 'getOptionSubscriberService', true],
'App\\EventSubscriber\\Shop\\Menu\\OptionVariantSubscriber' => ['privates', 'App\\EventSubscriber\\Shop\\Menu\\OptionVariantSubscriber', 'getOptionVariantSubscriberService', true],
'App\\EventSubscriber\\Shop\\Menu\\ProductSubscriber' => ['privates', 'App\\EventSubscriber\\Shop\\Menu\\ProductSubscriber', 'getProductSubscriber2Service', true],
'App\\EventSubscriber\\Shop\\Menu\\PromotionalOfferSubscriber' => ['privates', 'App\\EventSubscriber\\Shop\\Menu\\PromotionalOfferSubscriber', 'getPromotionalOfferSubscriberService', true],
'App\\EventSubscriber\\Shop\\ShopModeSubscriber' => ['privates', 'App\\EventSubscriber\\Shop\\ShopModeSubscriber', 'getShopModeSubscriberService', true],
'App\\EventSubscriber\\Sync\\SyncObjectSubscriber' => ['privates', 'App\\EventSubscriber\\Sync\\SyncObjectSubscriber', 'getSyncObjectSubscriberService', true],
'App\\EventSubscriber\\User\\UserSubscriber' => ['privates', 'App\\EventSubscriber\\User\\UserSubscriber', 'getUserSubscriberService', true],
'app.event_subscriber_order_orderSubscriber' => ['privates', 'app.event_subscriber_order_orderSubscriber', 'getApp_EventSubscriberOrderOrderSubscriberService', true],
'app.locale_listener' => ['privates', 'app.locale_listener', 'getApp_LocaleListenerService', true],
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true],
'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true],
'gedmo.listener.softdeleteable' => ['privates', 'gedmo.listener.softdeleteable', 'getGedmo_Listener_SoftdeleteableService', true],
'stof_doctrine_extensions.listener.sluggable' => ['privates', 'stof_doctrine_extensions.listener.sluggable', 'getStofDoctrineExtensions_Listener_SluggableService', true],
'stof_doctrine_extensions.listener.timestampable' => ['privates', 'stof_doctrine_extensions.listener.timestampable', 'getStofDoctrineExtensions_Listener_TimestampableService', true],
'vich_uploader.listener.clean.aliment_images' => ['privates', 'vich_uploader.listener.clean.aliment_images', 'getVichUploader_Listener_Clean_AlimentImagesService', true],
'vich_uploader.listener.clean.category_images' => ['privates', 'vich_uploader.listener.clean.category_images', 'getVichUploader_Listener_Clean_CategoryImagesService', true],
'vich_uploader.listener.clean.external_files' => ['privates', 'vich_uploader.listener.clean.external_files', 'getVichUploader_Listener_Clean_ExternalFilesService', true],
'vich_uploader.listener.clean.loyalty_images' => ['privates', 'vich_uploader.listener.clean.loyalty_images', 'getVichUploader_Listener_Clean_LoyaltyImagesService', true],
'vich_uploader.listener.clean.medias_images' => ['privates', 'vich_uploader.listener.clean.medias_images', 'getVichUploader_Listener_Clean_MediasImagesService', true],
'vich_uploader.listener.clean.option_images' => ['privates', 'vich_uploader.listener.clean.option_images', 'getVichUploader_Listener_Clean_OptionImagesService', true],
'vich_uploader.listener.clean.option_variant_images' => ['privates', 'vich_uploader.listener.clean.option_variant_images', 'getVichUploader_Listener_Clean_OptionVariantImagesService', true],
'vich_uploader.listener.clean.partner_images' => ['privates', 'vich_uploader.listener.clean.partner_images', 'getVichUploader_Listener_Clean_PartnerImagesService', true],
'vich_uploader.listener.clean.payment_methods_images' => ['privates', 'vich_uploader.listener.clean.payment_methods_images', 'getVichUploader_Listener_Clean_PaymentMethodsImagesService', true],
'vich_uploader.listener.clean.printer_images' => ['privates', 'vich_uploader.listener.clean.printer_images', 'getVichUploader_Listener_Clean_PrinterImagesService', true],
'vich_uploader.listener.clean.product_images' => ['privates', 'vich_uploader.listener.clean.product_images', 'getVichUploader_Listener_Clean_ProductImagesService', true],
'vich_uploader.listener.clean.promotion_images' => ['privates', 'vich_uploader.listener.clean.promotion_images', 'getVichUploader_Listener_Clean_PromotionImagesService', true],
'vich_uploader.listener.clean.promotional_offers_images' => ['privates', 'vich_uploader.listener.clean.promotional_offers_images', 'getVichUploader_Listener_Clean_PromotionalOffersImagesService', true],
'vich_uploader.listener.clean.shop_modes_images' => ['privates', 'vich_uploader.listener.clean.shop_modes_images', 'getVichUploader_Listener_Clean_ShopModesImagesService', true],
'vich_uploader.listener.clean.shops_images' => ['privates', 'vich_uploader.listener.clean.shops_images', 'getVichUploader_Listener_Clean_ShopsImagesService', true],
'vich_uploader.listener.clean.social_images' => ['privates', 'vich_uploader.listener.clean.social_images', 'getVichUploader_Listener_Clean_SocialImagesService', true],
'vich_uploader.listener.clean.template_images' => ['privates', 'vich_uploader.listener.clean.template_images', 'getVichUploader_Listener_Clean_TemplateImagesService', true],
'vich_uploader.listener.clean.users_images' => ['privates', 'vich_uploader.listener.clean.users_images', 'getVichUploader_Listener_Clean_UsersImagesService', true],
'vich_uploader.listener.remove.aliment_images' => ['privates', 'vich_uploader.listener.remove.aliment_images', 'getVichUploader_Listener_Remove_AlimentImagesService', true],
'vich_uploader.listener.remove.category_images' => ['privates', 'vich_uploader.listener.remove.category_images', 'getVichUploader_Listener_Remove_CategoryImagesService', true],
'vich_uploader.listener.remove.external_files' => ['privates', 'vich_uploader.listener.remove.external_files', 'getVichUploader_Listener_Remove_ExternalFilesService', true],
'vich_uploader.listener.remove.loyalty_images' => ['privates', 'vich_uploader.listener.remove.loyalty_images', 'getVichUploader_Listener_Remove_LoyaltyImagesService', true],
'vich_uploader.listener.remove.medias_images' => ['privates', 'vich_uploader.listener.remove.medias_images', 'getVichUploader_Listener_Remove_MediasImagesService', true],
'vich_uploader.listener.remove.option_images' => ['privates', 'vich_uploader.listener.remove.option_images', 'getVichUploader_Listener_Remove_OptionImagesService', true],
'vich_uploader.listener.remove.option_variant_images' => ['privates', 'vich_uploader.listener.remove.option_variant_images', 'getVichUploader_Listener_Remove_OptionVariantImagesService', true],
'vich_uploader.listener.remove.partner_images' => ['privates', 'vich_uploader.listener.remove.partner_images', 'getVichUploader_Listener_Remove_PartnerImagesService', true],
'vich_uploader.listener.remove.payment_methods_images' => ['privates', 'vich_uploader.listener.remove.payment_methods_images', 'getVichUploader_Listener_Remove_PaymentMethodsImagesService', true],
'vich_uploader.listener.remove.printer_images' => ['privates', 'vich_uploader.listener.remove.printer_images', 'getVichUploader_Listener_Remove_PrinterImagesService', true],
'vich_uploader.listener.remove.product_images' => ['privates', 'vich_uploader.listener.remove.product_images', 'getVichUploader_Listener_Remove_ProductImagesService', true],
'vich_uploader.listener.remove.promotion_images' => ['privates', 'vich_uploader.listener.remove.promotion_images', 'getVichUploader_Listener_Remove_PromotionImagesService', true],
'vich_uploader.listener.remove.promotional_offers_images' => ['privates', 'vich_uploader.listener.remove.promotional_offers_images', 'getVichUploader_Listener_Remove_PromotionalOffersImagesService', true],
'vich_uploader.listener.remove.shop_modes_images' => ['privates', 'vich_uploader.listener.remove.shop_modes_images', 'getVichUploader_Listener_Remove_ShopModesImagesService', true],
'vich_uploader.listener.remove.shops_images' => ['privates', 'vich_uploader.listener.remove.shops_images', 'getVichUploader_Listener_Remove_ShopsImagesService', true],
'vich_uploader.listener.remove.social_images' => ['privates', 'vich_uploader.listener.remove.social_images', 'getVichUploader_Listener_Remove_SocialImagesService', true],
'vich_uploader.listener.remove.template_images' => ['privates', 'vich_uploader.listener.remove.template_images', 'getVichUploader_Listener_Remove_TemplateImagesService', true],
'vich_uploader.listener.remove.users_images' => ['privates', 'vich_uploader.listener.remove.users_images', 'getVichUploader_Listener_Remove_UsersImagesService', true],
'vich_uploader.listener.upload.aliment_images' => ['privates', 'vich_uploader.listener.upload.aliment_images', 'getVichUploader_Listener_Upload_AlimentImagesService', true],
'vich_uploader.listener.upload.category_images' => ['privates', 'vich_uploader.listener.upload.category_images', 'getVichUploader_Listener_Upload_CategoryImagesService', true],
'vich_uploader.listener.upload.external_files' => ['privates', 'vich_uploader.listener.upload.external_files', 'getVichUploader_Listener_Upload_ExternalFilesService', true],
'vich_uploader.listener.upload.loyalty_images' => ['privates', 'vich_uploader.listener.upload.loyalty_images', 'getVichUploader_Listener_Upload_LoyaltyImagesService', true],
'vich_uploader.listener.upload.medias_images' => ['privates', 'vich_uploader.listener.upload.medias_images', 'getVichUploader_Listener_Upload_MediasImagesService', true],
'vich_uploader.listener.upload.option_images' => ['privates', 'vich_uploader.listener.upload.option_images', 'getVichUploader_Listener_Upload_OptionImagesService', true],
'vich_uploader.listener.upload.option_variant_images' => ['privates', 'vich_uploader.listener.upload.option_variant_images', 'getVichUploader_Listener_Upload_OptionVariantImagesService', true],
'vich_uploader.listener.upload.partner_images' => ['privates', 'vich_uploader.listener.upload.partner_images', 'getVichUploader_Listener_Upload_PartnerImagesService', true],
'vich_uploader.listener.upload.payment_methods_images' => ['privates', 'vich_uploader.listener.upload.payment_methods_images', 'getVichUploader_Listener_Upload_PaymentMethodsImagesService', true],
'vich_uploader.listener.upload.printer_images' => ['privates', 'vich_uploader.listener.upload.printer_images', 'getVichUploader_Listener_Upload_PrinterImagesService', true],
'vich_uploader.listener.upload.product_images' => ['privates', 'vich_uploader.listener.upload.product_images', 'getVichUploader_Listener_Upload_ProductImagesService', true],
'vich_uploader.listener.upload.promotion_images' => ['privates', 'vich_uploader.listener.upload.promotion_images', 'getVichUploader_Listener_Upload_PromotionImagesService', true],
'vich_uploader.listener.upload.promotional_offers_images' => ['privates', 'vich_uploader.listener.upload.promotional_offers_images', 'getVichUploader_Listener_Upload_PromotionalOffersImagesService', true],
'vich_uploader.listener.upload.shop_modes_images' => ['privates', 'vich_uploader.listener.upload.shop_modes_images', 'getVichUploader_Listener_Upload_ShopModesImagesService', true],
'vich_uploader.listener.upload.shops_images' => ['privates', 'vich_uploader.listener.upload.shops_images', 'getVichUploader_Listener_Upload_ShopsImagesService', true],
'vich_uploader.listener.upload.social_images' => ['privates', 'vich_uploader.listener.upload.social_images', 'getVichUploader_Listener_Upload_SocialImagesService', true],
'vich_uploader.listener.upload.template_images' => ['privates', 'vich_uploader.listener.upload.template_images', 'getVichUploader_Listener_Upload_TemplateImagesService', true],
'vich_uploader.listener.upload.users_images' => ['privates', 'vich_uploader.listener.upload.users_images', 'getVichUploader_Listener_Upload_UsersImagesService', true],
], [
'App\\EventSubscriber\\Admin\\AlimentSubscriber' => '?',
'App\\EventSubscriber\\Admin\\ModeSubscriber' => '?',
'App\\EventSubscriber\\LogBoSubscriber' => '?',
'App\\EventSubscriber\\PaymentStateSubscriber' => '?',
'App\\EventSubscriber\\Product\\ProductSubscriber' => '?',
'App\\EventSubscriber\\Shop\\Menu\\CategorySubscriber' => '?',
'App\\EventSubscriber\\Shop\\Menu\\MenuSubscriber' => '?',
'App\\EventSubscriber\\Shop\\Menu\\OptionSubscriber' => '?',
'App\\EventSubscriber\\Shop\\Menu\\OptionVariantSubscriber' => '?',
'App\\EventSubscriber\\Shop\\Menu\\ProductSubscriber' => '?',
'App\\EventSubscriber\\Shop\\Menu\\PromotionalOfferSubscriber' => '?',
'App\\EventSubscriber\\Shop\\ShopModeSubscriber' => '?',
'App\\EventSubscriber\\Sync\\SyncObjectSubscriber' => '?',
'App\\EventSubscriber\\User\\UserSubscriber' => '?',
'app.event_subscriber_order_orderSubscriber' => '?',
'app.locale_listener' => '?',
'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.softdeleteable' => '?',
'stof_doctrine_extensions.listener.sluggable' => '?',
'stof_doctrine_extensions.listener.timestampable' => '?',
'vich_uploader.listener.clean.aliment_images' => '?',
'vich_uploader.listener.clean.category_images' => '?',
'vich_uploader.listener.clean.external_files' => '?',
'vich_uploader.listener.clean.loyalty_images' => '?',
'vich_uploader.listener.clean.medias_images' => '?',
'vich_uploader.listener.clean.option_images' => '?',
'vich_uploader.listener.clean.option_variant_images' => '?',
'vich_uploader.listener.clean.partner_images' => '?',
'vich_uploader.listener.clean.payment_methods_images' => '?',
'vich_uploader.listener.clean.printer_images' => '?',
'vich_uploader.listener.clean.product_images' => '?',
'vich_uploader.listener.clean.promotion_images' => '?',
'vich_uploader.listener.clean.promotional_offers_images' => '?',
'vich_uploader.listener.clean.shop_modes_images' => '?',
'vich_uploader.listener.clean.shops_images' => '?',
'vich_uploader.listener.clean.social_images' => '?',
'vich_uploader.listener.clean.template_images' => '?',
'vich_uploader.listener.clean.users_images' => '?',
'vich_uploader.listener.remove.aliment_images' => '?',
'vich_uploader.listener.remove.category_images' => '?',
'vich_uploader.listener.remove.external_files' => '?',
'vich_uploader.listener.remove.loyalty_images' => '?',
'vich_uploader.listener.remove.medias_images' => '?',
'vich_uploader.listener.remove.option_images' => '?',
'vich_uploader.listener.remove.option_variant_images' => '?',
'vich_uploader.listener.remove.partner_images' => '?',
'vich_uploader.listener.remove.payment_methods_images' => '?',
'vich_uploader.listener.remove.printer_images' => '?',
'vich_uploader.listener.remove.product_images' => '?',
'vich_uploader.listener.remove.promotion_images' => '?',
'vich_uploader.listener.remove.promotional_offers_images' => '?',
'vich_uploader.listener.remove.shop_modes_images' => '?',
'vich_uploader.listener.remove.shops_images' => '?',
'vich_uploader.listener.remove.social_images' => '?',
'vich_uploader.listener.remove.template_images' => '?',
'vich_uploader.listener.remove.users_images' => '?',
'vich_uploader.listener.upload.aliment_images' => '?',
'vich_uploader.listener.upload.category_images' => '?',
'vich_uploader.listener.upload.external_files' => '?',
'vich_uploader.listener.upload.loyalty_images' => '?',
'vich_uploader.listener.upload.medias_images' => '?',
'vich_uploader.listener.upload.option_images' => '?',
'vich_uploader.listener.upload.option_variant_images' => '?',
'vich_uploader.listener.upload.partner_images' => '?',
'vich_uploader.listener.upload.payment_methods_images' => '?',
'vich_uploader.listener.upload.printer_images' => '?',
'vich_uploader.listener.upload.product_images' => '?',
'vich_uploader.listener.upload.promotion_images' => '?',
'vich_uploader.listener.upload.promotional_offers_images' => '?',
'vich_uploader.listener.upload.shop_modes_images' => '?',
'vich_uploader.listener.upload.shops_images' => '?',
'vich_uploader.listener.upload.social_images' => '?',
'vich_uploader.listener.upload.template_images' => '?',
'vich_uploader.listener.upload.users_images' => '?',
]), [0 => 'vich_uploader.listener.clean.users_images', 1 => 'vich_uploader.listener.clean.shops_images', 2 => 'vich_uploader.listener.clean.medias_images', 3 => 'vich_uploader.listener.clean.social_images', 4 => 'vich_uploader.listener.clean.aliment_images', 5 => 'vich_uploader.listener.clean.partner_images', 6 => 'vich_uploader.listener.clean.template_images', 7 => 'vich_uploader.listener.clean.category_images', 8 => 'vich_uploader.listener.clean.product_images', 9 => 'vich_uploader.listener.clean.option_images', 10 => 'vich_uploader.listener.clean.option_variant_images', 11 => 'vich_uploader.listener.clean.promotion_images', 12 => 'vich_uploader.listener.clean.promotional_offers_images', 13 => 'vich_uploader.listener.clean.printer_images', 14 => 'vich_uploader.listener.clean.external_files', 15 => 'vich_uploader.listener.clean.payment_methods_images', 16 => 'vich_uploader.listener.clean.shop_modes_images', 17 => 'vich_uploader.listener.clean.loyalty_images', 18 => 'App\\EventSubscriber\\Admin\\AlimentSubscriber', 19 => 'App\\EventSubscriber\\Admin\\ModeSubscriber', 20 => 'App\\EventSubscriber\\LogBoSubscriber', 21 => 'App\\EventSubscriber\\PaymentStateSubscriber', 22 => 'App\\EventSubscriber\\Product\\ProductSubscriber', 23 => 'App\\EventSubscriber\\Shop\\Menu\\CategorySubscriber', 24 => 'App\\EventSubscriber\\Shop\\Menu\\MenuSubscriber', 25 => 'App\\EventSubscriber\\Shop\\Menu\\OptionSubscriber', 26 => 'App\\EventSubscriber\\Shop\\Menu\\OptionVariantSubscriber', 27 => 'App\\EventSubscriber\\Shop\\Menu\\ProductSubscriber', 28 => 'App\\EventSubscriber\\Shop\\Menu\\PromotionalOfferSubscriber', 29 => 'App\\EventSubscriber\\Shop\\ShopModeSubscriber', 30 => 'App\\EventSubscriber\\Sync\\SyncObjectSubscriber', 31 => 'App\\EventSubscriber\\User\\UserSubscriber', 32 => 'gedmo.listener.softdeleteable', 33 => 'app.locale_listener', 34 => 'app.event_subscriber_order_orderSubscriber', 35 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 36 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 37 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 38 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 39 => 'vich_uploader.listener.remove.users_images', 40 => 'vich_uploader.listener.upload.users_images', 41 => 'vich_uploader.listener.remove.shops_images', 42 => 'vich_uploader.listener.upload.shops_images', 43 => 'vich_uploader.listener.remove.medias_images', 44 => 'vich_uploader.listener.upload.medias_images', 45 => 'vich_uploader.listener.remove.social_images', 46 => 'vich_uploader.listener.upload.social_images', 47 => 'vich_uploader.listener.remove.aliment_images', 48 => 'vich_uploader.listener.upload.aliment_images', 49 => 'vich_uploader.listener.remove.partner_images', 50 => 'vich_uploader.listener.upload.partner_images', 51 => 'vich_uploader.listener.remove.template_images', 52 => 'vich_uploader.listener.upload.template_images', 53 => 'vich_uploader.listener.remove.category_images', 54 => 'vich_uploader.listener.upload.category_images', 55 => 'vich_uploader.listener.remove.product_images', 56 => 'vich_uploader.listener.upload.product_images', 57 => 'vich_uploader.listener.remove.option_images', 58 => 'vich_uploader.listener.upload.option_images', 59 => 'vich_uploader.listener.remove.option_variant_images', 60 => 'vich_uploader.listener.upload.option_variant_images', 61 => 'vich_uploader.listener.remove.promotion_images', 62 => 'vich_uploader.listener.upload.promotion_images', 63 => 'vich_uploader.listener.remove.promotional_offers_images', 64 => 'vich_uploader.listener.upload.promotional_offers_images', 65 => 'vich_uploader.listener.remove.printer_images', 66 => 'vich_uploader.listener.upload.printer_images', 67 => 'vich_uploader.listener.remove.external_files', 68 => 'vich_uploader.listener.upload.external_files', 69 => 'vich_uploader.listener.remove.payment_methods_images', 70 => 'vich_uploader.listener.upload.payment_methods_images', 71 => 'vich_uploader.listener.remove.shop_modes_images', 72 => 'vich_uploader.listener.upload.shop_modes_images', 73 => 'vich_uploader.listener.remove.loyalty_images', 74 => 'vich_uploader.listener.upload.loyalty_images', 75 => 'stof_doctrine_extensions.listener.sluggable', 76 => 'stof_doctrine_extensions.listener.timestampable', 77 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]), ['enum' => 'string']);
$instance->setNestTransactionsWithSavepoints(true);
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/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$c = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
$b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
$b->addDriver($c, 'Vich\\UploaderBundle\\Entity');
$b->addDriver($c, 'Gesdinet\\JWTRefreshTokenBundle\\Entity');
$a->setEntityNamespaces(['App' => 'App\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity', 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
$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', true],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
])));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(true);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Repository\\AddressRepository' => ['privates', 'App\\Repository\\AddressRepository', 'getAddressRepositoryService', true],
'App\\Repository\\Address\\BillingAddressRepository' => ['privates', 'App\\Repository\\Address\\BillingAddressRepository', 'getBillingAddressRepositoryService', true],
'App\\Repository\\Address\\DeliveryAddressRepository' => ['privates', 'App\\Repository\\Address\\DeliveryAddressRepository', 'getDeliveryAddressRepositoryService', true],
'App\\Repository\\Admin\\Aliment\\AlimentRepository' => ['privates', 'App\\Repository\\Admin\\Aliment\\AlimentRepository', 'getAlimentRepositoryService', true],
'App\\Repository\\Admin\\Aliment\\AlimentTranslationRepository' => ['privates', 'App\\Repository\\Admin\\Aliment\\AlimentTranslationRepository', 'getAlimentTranslationRepositoryService', true],
'App\\Repository\\Admin\\ApplicationNameRepository' => ['privates', 'App\\Repository\\Admin\\ApplicationNameRepository', 'getApplicationNameRepositoryService', true],
'App\\Repository\\Admin\\ColorNameRepository' => ['privates', 'App\\Repository\\Admin\\ColorNameRepository', 'getColorNameRepositoryService', true],
'App\\Repository\\Admin\\ExternalLinkNameRepository' => ['privates', 'App\\Repository\\Admin\\ExternalLinkNameRepository', 'getExternalLinkNameRepositoryService', true],
'App\\Repository\\Admin\\GatewayConfigRepository' => ['privates', 'App\\Repository\\Admin\\GatewayConfigRepository', 'getGatewayConfigRepositoryService', true],
'App\\Repository\\Admin\\LocaleRepository' => ['privates', 'App\\Repository\\Admin\\LocaleRepository', 'getLocaleRepositoryService', true],
'App\\Repository\\Admin\\MailTransportRepository' => ['privates', 'App\\Repository\\Admin\\MailTransportRepository', 'getMailTransportRepositoryService', false],
'App\\Repository\\Admin\\MediaNameRepository' => ['privates', 'App\\Repository\\Admin\\MediaNameRepository', 'getMediaNameRepositoryService', true],
'App\\Repository\\Admin\\ModeRepository' => ['privates', 'App\\Repository\\Admin\\ModeRepository', 'getModeRepositoryService', true],
'App\\Repository\\Admin\\PaymentMethodConfigRepository' => ['privates', 'App\\Repository\\Admin\\PaymentMethodConfigRepository', 'getPaymentMethodConfigRepositoryService', true],
'App\\Repository\\Admin\\SocialNameRepository' => ['privates', 'App\\Repository\\Admin\\SocialNameRepository', 'getSocialNameRepositoryService', true],
'App\\Repository\\Admin\\SourceRepository' => ['privates', 'App\\Repository\\Admin\\SourceRepository', 'getSourceRepositoryService', false],
'App\\Repository\\Admin\\TemplateNameRepository' => ['privates', 'App\\Repository\\Admin\\TemplateNameRepository', 'getTemplateNameRepositoryService', true],
'App\\Repository\\Admin\\Webhook\\NotificationRepository' => ['privates', 'App\\Repository\\Admin\\Webhook\\NotificationRepository', 'getNotificationRepositoryService', false],
'App\\Repository\\Admin\\Webhook\\WebhookRepository' => ['privates', 'App\\Repository\\Admin\\Webhook\\WebhookRepository', 'getWebhookRepositoryService', false],
'App\\Repository\\Contact\\ContactRepository' => ['privates', 'App\\Repository\\Contact\\ContactRepository', 'getContactRepositoryService', true],
'App\\Repository\\CountryRepository' => ['privates', 'App\\Repository\\CountryRepository', 'getCountryRepositoryService', true],
'App\\Repository\\Currency\\CurrencyRepository' => ['privates', 'App\\Repository\\Currency\\CurrencyRepository', 'getCurrencyRepositoryService', true],
'App\\Repository\\Event\\EventRepository' => ['privates', 'App\\Repository\\Event\\EventRepository', 'getEventRepositoryService', true],
'App\\Repository\\Franchise\\ApplicationRepository' => ['privates', 'App\\Repository\\Franchise\\ApplicationRepository', 'getApplicationRepositoryService', false],
'App\\Repository\\Franchise\\ColorRepository' => ['privates', 'App\\Repository\\Franchise\\ColorRepository', 'getColorRepositoryService', true],
'App\\Repository\\Franchise\\CompanyRepository' => ['privates', 'App\\Repository\\Franchise\\CompanyRepository', 'getCompanyRepositoryService', true],
'App\\Repository\\Franchise\\CompanyTranslationRepository' => ['privates', 'App\\Repository\\Franchise\\CompanyTranslationRepository', 'getCompanyTranslationRepositoryService', true],
'App\\Repository\\Franchise\\CustomerFranchiseRepository' => ['privates', 'App\\Repository\\Franchise\\CustomerFranchiseRepository', 'getCustomerFranchiseRepositoryService', false],
'App\\Repository\\Franchise\\DomainRepository' => ['privates', 'App\\Repository\\Franchise\\DomainRepository', 'getDomainRepositoryService', false],
'App\\Repository\\Franchise\\ExternalLinkRepository' => ['privates', 'App\\Repository\\Franchise\\ExternalLinkRepository', 'getExternalLinkRepositoryService', true],
'App\\Repository\\Franchise\\FranchiseRepository' => ['privates', 'App\\Repository\\Franchise\\FranchiseRepository', 'getFranchiseRepositoryService', false],
'App\\Repository\\Franchise\\MediaRepository' => ['privates', 'App\\Repository\\Franchise\\MediaRepository', 'getMediaRepositoryService', false],
'App\\Repository\\Franchise\\ParameterRepository' => ['privates', 'App\\Repository\\Franchise\\ParameterRepository', 'getParameterRepositoryService', true],
'App\\Repository\\Franchise\\SocialRepository' => ['privates', 'App\\Repository\\Franchise\\SocialRepository', 'getSocialRepositoryService', true],
'App\\Repository\\Franchise\\TemplateRepository' => ['privates', 'App\\Repository\\Franchise\\TemplateRepository', 'getTemplateRepositoryService', true],
'App\\Repository\\Message\\EmailRepository' => ['privates', 'App\\Repository\\Message\\EmailRepository', 'getEmailRepositoryService', false],
'App\\Repository\\Message\\MessageRepository' => ['privates', 'App\\Repository\\Message\\MessageRepository', 'getMessageRepositoryService', true],
'App\\Repository\\Message\\SmsRepository' => ['privates', 'App\\Repository\\Message\\SmsRepository', 'getSmsRepositoryService', true],
'App\\Repository\\Order\\OrderItemRepository' => ['privates', 'App\\Repository\\Order\\OrderItemRepository', 'getOrderItemRepositoryService', false],
'App\\Repository\\Order\\OrderRepository' => ['privates', 'App\\Repository\\Order\\OrderRepository', 'getOrderRepositoryService', false],
'App\\Repository\\PartnerRepository' => ['privates', 'App\\Repository\\PartnerRepository', 'getPartnerRepository2Service', true],
'App\\Repository\\Payment\\PaymentRepository' => ['privates', 'App\\Repository\\Payment\\PaymentRepository', 'getPaymentRepositoryService', false],
'App\\Repository\\Product\\Category\\CategoryRepository' => ['privates', 'App\\Repository\\Product\\Category\\CategoryRepository', 'getCategoryRepositoryService', true],
'App\\Repository\\Product\\Category\\CategoryTranslationRepository' => ['privates', 'App\\Repository\\Product\\Category\\CategoryTranslationRepository', 'getCategoryTranslationRepositoryService', true],
'App\\Repository\\Product\\OptionVariant\\OptionVariantRepository' => ['privates', 'App\\Repository\\Product\\OptionVariant\\OptionVariantRepository', 'getOptionVariantRepositoryService', false],
'App\\Repository\\Product\\OptionVariant\\OptionVariantTranslationRepository' => ['privates', 'App\\Repository\\Product\\OptionVariant\\OptionVariantTranslationRepository', 'getOptionVariantTranslationRepositoryService', true],
'App\\Repository\\Product\\Option\\OptionRepository' => ['privates', 'App\\Repository\\Product\\Option\\OptionRepository', 'getOptionRepositoryService', true],
'App\\Repository\\Product\\Option\\OptionTranslationRepository' => ['privates', 'App\\Repository\\Product\\Option\\OptionTranslationRepository', 'getOptionTranslationRepositoryService', true],
'App\\Repository\\Product\\ProductCategoryRepository' => ['privates', 'App\\Repository\\Product\\ProductCategoryRepository', 'getProductCategoryRepositoryService', true],
'App\\Repository\\Product\\Product\\ProductRepository' => ['privates', 'App\\Repository\\Product\\Product\\ProductRepository', 'getProductRepositoryService', false],
'App\\Repository\\Product\\Product\\ProductTranslationRepository' => ['privates', 'App\\Repository\\Product\\Product\\ProductTranslationRepository', 'getProductTranslationRepositoryService', true],
'App\\Repository\\Product\\Product\\StepItemRepository' => ['privates', 'App\\Repository\\Product\\Product\\StepItemRepository', 'getStepItemRepositoryService', true],
'App\\Repository\\Product\\Product\\StepRepository' => ['privates', 'App\\Repository\\Product\\Product\\StepRepository', 'getStepRepositoryService', true],
'App\\Repository\\Security\\AdministratorRepository' => ['privates', 'App\\Repository\\Security\\AdministratorRepository', 'getAdministratorRepositoryService', true],
'App\\Repository\\Security\\CustomerRepository' => ['privates', 'App\\Repository\\Security\\CustomerRepository', 'getCustomerRepositoryService', false],
'App\\Repository\\Security\\ManagerRepository' => ['privates', 'App\\Repository\\Security\\ManagerRepository', 'getManagerRepositoryService', false],
'App\\Repository\\Security\\ResetPasswordRequestRepository' => ['privates', 'App\\Repository\\Security\\ResetPasswordRequestRepository', 'getResetPasswordRequestRepositoryService', true],
'App\\Repository\\Security\\RoleRepository' => ['privates', 'App\\Repository\\Security\\RoleRepository', 'getRoleRepositoryService', false],
'App\\Repository\\Security\\ShopManagerRepository' => ['privates', 'App\\Repository\\Security\\ShopManagerRepository', 'getShopManagerRepositoryService', true],
'App\\Repository\\Security\\SupportRepository' => ['privates', 'App\\Repository\\Security\\SupportRepository', 'getSupportRepositoryService', true],
'App\\Repository\\Security\\UserRepository' => ['privates', 'App\\Repository\\Security\\UserRepository', 'getUserRepositoryService', true],
'App\\Repository\\Shop\\ClosingDaysRepository' => ['privates', 'App\\Repository\\Shop\\ClosingDaysRepository', 'getClosingDaysRepositoryService', true],
'App\\Repository\\Shop\\CustomerShopRepository' => ['privates', 'App\\Repository\\Shop\\CustomerShopRepository', 'getCustomerShopRepositoryService', false],
'App\\Repository\\Shop\\DeviceRepository' => ['privates', 'App\\Repository\\Shop\\DeviceRepository', 'getDeviceRepositoryService', false],
'App\\Repository\\Shop\\KitchenRepository' => ['privates', 'App\\Repository\\Shop\\KitchenRepository', 'getKitchenRepositoryService', true],
'App\\Repository\\Shop\\LoyaltyRepository' => ['privates', 'App\\Repository\\Shop\\LoyaltyRepository', 'getLoyaltyRepositoryService', true],
'App\\Repository\\Shop\\MenuRepository' => ['privates', 'App\\Repository\\Shop\\MenuRepository', 'getMenuRepositoryService', true],
'App\\Repository\\Shop\\NoticeRepository' => ['privates', 'App\\Repository\\Shop\\NoticeRepository', 'getNoticeRepositoryService', true],
'App\\Repository\\Shop\\OpeningHoursRepository' => ['privates', 'App\\Repository\\Shop\\OpeningHoursRepository', 'getOpeningHoursRepositoryService', false],
'App\\Repository\\Shop\\OrderSettingRepository' => ['privates', 'App\\Repository\\Shop\\OrderSettingRepository', 'getOrderSettingRepositoryService', true],
'App\\Repository\\Shop\\OrderingHoursRepository' => ['privates', 'App\\Repository\\Shop\\OrderingHoursRepository', 'getOrderingHoursRepositoryService', true],
'App\\Repository\\Shop\\PairingRepository' => ['privates', 'App\\Repository\\Shop\\PairingRepository', 'getPairingRepositoryService', true],
'App\\Repository\\Shop\\PartnerRepository' => ['privates', 'App\\Repository\\Shop\\PartnerRepository', 'getPartnerRepositoryService', true],
'App\\Repository\\Shop\\PaymentMethodRepository' => ['privates', 'App\\Repository\\Shop\\PaymentMethodRepository', 'getPaymentMethodRepositoryService', true],
'App\\Repository\\Shop\\PickupHourRepository' => ['privates', 'App\\Repository\\Shop\\PickupHourRepository', 'getPickupHourRepositoryService', true],
'App\\Repository\\Shop\\PrinterRepository' => ['privates', 'App\\Repository\\Shop\\PrinterRepository', 'getPrinterRepositoryService', true],
'App\\Repository\\Shop\\ProductShopModeRepository' => ['privates', 'App\\Repository\\Shop\\ProductShopModeRepository', 'getProductShopModeRepositoryService', true],
'App\\Repository\\Shop\\PromotionRepository' => ['privates', 'App\\Repository\\Shop\\PromotionRepository', 'getPromotionRepositoryService', true],
'App\\Repository\\Shop\\PromotionalOfferRepository' => ['privates', 'App\\Repository\\Shop\\PromotionalOfferRepository', 'getPromotionalOfferRepositoryService', true],
'App\\Repository\\Shop\\ShopModeRepository' => ['privates', 'App\\Repository\\Shop\\ShopModeRepository', 'getShopModeRepositoryService', true],
'App\\Repository\\Shop\\ShopRepository' => ['privates', 'App\\Repository\\Shop\\ShopRepository', 'getShopRepositoryService', false],
'App\\Repository\\Shop\\ShopSettingsRepository' => ['privates', 'App\\Repository\\Shop\\ShopSettingsRepository', 'getShopSettingsRepositoryService', true],
'App\\Repository\\Shop\\ShopTranslationRepository' => ['privates', 'App\\Repository\\Shop\\ShopTranslationRepository', 'getShopTranslationRepositoryService', true],
'App\\Repository\\Shop\\StarcloudRepository' => ['privates', 'App\\Repository\\Shop\\StarcloudRepository', 'getStarcloudRepositoryService', true],
'App\\Repository\\Shop\\TableRepository' => ['privates', 'App\\Repository\\Shop\\TableRepository', 'getTableRepositoryService', true],
'App\\Repository\\Shop\\ZoneRepository' => ['privates', 'App\\Repository\\Shop\\ZoneRepository', 'getZoneRepositoryService', false],
'App\\Repository\\TaxRepository' => ['privates', 'App\\Repository\\TaxRepository', 'getTaxRepositoryService', true],
], [
'App\\Repository\\AddressRepository' => '?',
'App\\Repository\\Address\\BillingAddressRepository' => '?',
'App\\Repository\\Address\\DeliveryAddressRepository' => '?',
'App\\Repository\\Admin\\Aliment\\AlimentRepository' => '?',
'App\\Repository\\Admin\\Aliment\\AlimentTranslationRepository' => '?',
'App\\Repository\\Admin\\ApplicationNameRepository' => '?',
'App\\Repository\\Admin\\ColorNameRepository' => '?',
'App\\Repository\\Admin\\ExternalLinkNameRepository' => '?',
'App\\Repository\\Admin\\GatewayConfigRepository' => '?',
'App\\Repository\\Admin\\LocaleRepository' => '?',
'App\\Repository\\Admin\\MailTransportRepository' => '?',
'App\\Repository\\Admin\\MediaNameRepository' => '?',
'App\\Repository\\Admin\\ModeRepository' => '?',
'App\\Repository\\Admin\\PaymentMethodConfigRepository' => '?',
'App\\Repository\\Admin\\SocialNameRepository' => '?',
'App\\Repository\\Admin\\SourceRepository' => '?',
'App\\Repository\\Admin\\TemplateNameRepository' => '?',
'App\\Repository\\Admin\\Webhook\\NotificationRepository' => '?',
'App\\Repository\\Admin\\Webhook\\WebhookRepository' => '?',
'App\\Repository\\Contact\\ContactRepository' => '?',
'App\\Repository\\CountryRepository' => '?',
'App\\Repository\\Currency\\CurrencyRepository' => '?',
'App\\Repository\\Event\\EventRepository' => '?',
'App\\Repository\\Franchise\\ApplicationRepository' => '?',
'App\\Repository\\Franchise\\ColorRepository' => '?',
'App\\Repository\\Franchise\\CompanyRepository' => '?',
'App\\Repository\\Franchise\\CompanyTranslationRepository' => '?',
'App\\Repository\\Franchise\\CustomerFranchiseRepository' => '?',
'App\\Repository\\Franchise\\DomainRepository' => '?',
'App\\Repository\\Franchise\\ExternalLinkRepository' => '?',
'App\\Repository\\Franchise\\FranchiseRepository' => '?',
'App\\Repository\\Franchise\\MediaRepository' => '?',
'App\\Repository\\Franchise\\ParameterRepository' => '?',
'App\\Repository\\Franchise\\SocialRepository' => '?',
'App\\Repository\\Franchise\\TemplateRepository' => '?',
'App\\Repository\\Message\\EmailRepository' => '?',
'App\\Repository\\Message\\MessageRepository' => '?',
'App\\Repository\\Message\\SmsRepository' => '?',
'App\\Repository\\Order\\OrderItemRepository' => '?',
'App\\Repository\\Order\\OrderRepository' => '?',
'App\\Repository\\PartnerRepository' => '?',
'App\\Repository\\Payment\\PaymentRepository' => '?',
'App\\Repository\\Product\\Category\\CategoryRepository' => '?',
'App\\Repository\\Product\\Category\\CategoryTranslationRepository' => '?',
'App\\Repository\\Product\\OptionVariant\\OptionVariantRepository' => '?',
'App\\Repository\\Product\\OptionVariant\\OptionVariantTranslationRepository' => '?',
'App\\Repository\\Product\\Option\\OptionRepository' => '?',
'App\\Repository\\Product\\Option\\OptionTranslationRepository' => '?',
'App\\Repository\\Product\\ProductCategoryRepository' => '?',
'App\\Repository\\Product\\Product\\ProductRepository' => '?',
'App\\Repository\\Product\\Product\\ProductTranslationRepository' => '?',
'App\\Repository\\Product\\Product\\StepItemRepository' => '?',
'App\\Repository\\Product\\Product\\StepRepository' => '?',
'App\\Repository\\Security\\AdministratorRepository' => '?',
'App\\Repository\\Security\\CustomerRepository' => '?',
'App\\Repository\\Security\\ManagerRepository' => '?',
'App\\Repository\\Security\\ResetPasswordRequestRepository' => '?',
'App\\Repository\\Security\\RoleRepository' => '?',
'App\\Repository\\Security\\ShopManagerRepository' => '?',
'App\\Repository\\Security\\SupportRepository' => '?',
'App\\Repository\\Security\\UserRepository' => '?',
'App\\Repository\\Shop\\ClosingDaysRepository' => '?',
'App\\Repository\\Shop\\CustomerShopRepository' => '?',
'App\\Repository\\Shop\\DeviceRepository' => '?',
'App\\Repository\\Shop\\KitchenRepository' => '?',
'App\\Repository\\Shop\\LoyaltyRepository' => '?',
'App\\Repository\\Shop\\MenuRepository' => '?',
'App\\Repository\\Shop\\NoticeRepository' => '?',
'App\\Repository\\Shop\\OpeningHoursRepository' => '?',
'App\\Repository\\Shop\\OrderSettingRepository' => '?',
'App\\Repository\\Shop\\OrderingHoursRepository' => '?',
'App\\Repository\\Shop\\PairingRepository' => '?',
'App\\Repository\\Shop\\PartnerRepository' => '?',
'App\\Repository\\Shop\\PaymentMethodRepository' => '?',
'App\\Repository\\Shop\\PickupHourRepository' => '?',
'App\\Repository\\Shop\\PrinterRepository' => '?',
'App\\Repository\\Shop\\ProductShopModeRepository' => '?',
'App\\Repository\\Shop\\PromotionRepository' => '?',
'App\\Repository\\Shop\\PromotionalOfferRepository' => '?',
'App\\Repository\\Shop\\ShopModeRepository' => '?',
'App\\Repository\\Shop\\ShopRepository' => '?',
'App\\Repository\\Shop\\ShopSettingsRepository' => '?',
'App\\Repository\\Shop\\ShopTranslationRepository' => '?',
'App\\Repository\\Shop\\StarcloudRepository' => '?',
'App\\Repository\\Shop\\TableRepository' => '?',
'App\\Repository\\Shop\\ZoneRepository' => '?',
'App\\Repository\\TaxRepository' => '?',
])));
$a->addCustomStringFunction('group_concat', 'DoctrineExtensions\\Query\\Mysql\\GroupConcat');
$a->addCustomStringFunction('substring_index', 'DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
$a->addCustomStringFunction('regexp', 'DoctrineExtensions\\Query\\Mysql\\Regexp');
$a->addCustomStringFunction('binary', 'DoctrineExtensions\\Query\\Mysql\\Binary');
$a->addCustomDatetimeFunction('date_format', 'DoctrineExtensions\\Query\\Mysql\\DateFormat');
$a->addCustomDatetimeFunction('timediff', 'DoctrineExtensions\\Query\\Mysql\\TimeDiff');
$a->addCustomDatetimeFunction('timetosec', 'DoctrineExtensions\\Query\\Mysql\\TimeToSec');
$a->addCustomDatetimeFunction('addTime', 'DoctrineExtensions\\Query\\Mysql\\AddTime');
$a->addCustomDatetimeFunction('minute', 'DoctrineExtensions\\Query\\Mysql\\Minute');
$a->addFilter('softdeleteable', 'Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
$instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([0 => 'softdeleteable'], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(new \Monolog\Handler\NullHandler());
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['App\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
}, 1 => '__invoke'], 135);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventListener\\LogApiRequestListener'] ?? $this->getLogApiRequestListenerService());
}, 1 => '__invoke'], 8);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['App\\EventListener\\LogApiResponseListener'] ?? $this->getLogApiResponseListenerService());
}, 1 => '__invoke'], -1030);
$instance->addListener('lexik_jwt_authentication.on_authentication_success', [0 => function () {
return ($this->privates['api.event.authentication_success_listener'] ?? $this->load('getApi_Event_AuthenticationSuccessListenerService'));
}, 1 => 'onJWTAuthSuccess'], 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->load('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.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->load('getApiPlatform_Listener_View_SerializeService'));
}, 1 => 'onKernelView'], 16);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
}, 1 => 'onKernelView'], 8);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
}, 1 => 'onKernelException'], -96);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('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->load('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('lexik_jwt_authentication.on_authentication_success', [0 => function () {
return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->load('getGesdinet_Jwtrefreshtoken_SendTokenService'));
}, 1 => 'attachRefreshToken'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->load('getLogoutEventListenerService'));
}, 1 => 'onLogout'], 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'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
}, 1 => 'handleConsoleCommandEvent'], 128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
}, 1 => 'handleConsoleTerminateEvent'], -64);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
}, 1 => 'handleConsoleErrorEvent'], -64);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->load('getErrorListenerService'));
}, 1 => 'handleExceptionEvent'], 128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 5);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
}, 1 => 'handleKernelControllerEvent'], 10);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 3);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
}, 1 => 'handleKernelFinishRequestEvent'], 5);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 4);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
}, 1 => 'handleKernelResponseEvent'], 15);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
}, 1 => 'handleKernelTerminateEvent'], 5);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
}, 1 => 'handleKernelRequestEvent'], 2);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
}, 1 => 'handleKernelFinishRequestEvent'], 10);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
}, 1 => 'handleKernelResponseEvent'], 15);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
}, 1 => 'handleConsoleCommandEvent'], 118);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
}, 1 => 'handleConsoleTerminateEvent'], -54);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
}, 1 => 'handleWorkerMessageFailedEvent'], 50);
$instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
}, 1 => 'handleWorkerMessageHandledEvent'], 50);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleKernelRequestEvent'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleLoginSuccessEvent'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['App\\EventListener\\AuthorizationListener'] ?? $this->getAuthorizationListenerService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventListener\\AuthorizationListener'] ?? $this->getAuthorizationListenerService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('gesdinet.refresh_token_failure', [0 => function () {
return ($this->privates['App\\EventListener\\RefreshTokenListener'] ?? $this->load('getRefreshTokenListenerService'));
}, 1 => 'onRefreshTokenFailure'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\ApiRequestSubscriber'] ?? $this->getApiRequestSubscriberService());
}, 1 => 'onKernelRequest'], 6);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\CheckVerifiedUserSubscriber'] ?? $this->load('getCheckVerifiedUserSubscriberService'));
}, 1 => 'onCheckPassport'], -10);
$instance->addListener('lexik_jwt_authentication.on_jwt_created', [0 => function () {
return ($this->privates['App\\EventSubscriber\\JWTSubscriber'] ?? $this->load('getJWTSubscriberService'));
}, 1 => 'onLexikJwtAuthenticationOnJwtCreated'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\LocalSubscriber'] ?? $this->getLocalSubscriberService());
}, 1 => 'onKernelRequest'], 20);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['App\\EventSubscriber\\PragmaActionsDisabler\\PragmaBoActionsDisablerSubscriber'] ?? ($this->privates['App\\EventSubscriber\\PragmaActionsDisabler\\PragmaBoActionsDisablerSubscriber'] = new \App\EventSubscriber\PragmaActionsDisabler\PragmaBoActionsDisablerSubscriber()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['App\\EventSubscriber\\PragmaActionsDisabler\\PragmaBoActionsDisablerSubscriber'] ?? ($this->privates['App\\EventSubscriber\\PragmaActionsDisabler\\PragmaBoActionsDisablerSubscriber'] = new \App\EventSubscriber\PragmaActionsDisabler\PragmaBoActionsDisablerSubscriber()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Product\\SetProductTypeSubscriber'] ?? ($this->privates['App\\EventSubscriber\\Product\\SetProductTypeSubscriber'] = new \App\EventSubscriber\Product\SetProductTypeSubscriber()));
}, 1 => 'onKernelView'], 100);
$instance->addListener('security.switch_user', [0 => function () {
return ($this->privates['App\\EventSubscriber\\SwitchUserSubscriber'] ?? $this->load('getSwitchUserSubscriberService'));
}, 1 => 'onSwitchUser'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['App\\EventSubscriber\\TimeZoneEventSubscriber'] ?? $this->getTimeZoneEventSubscriberService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Under_maintenance\\UnderMaintenanceApiSubscriber'] ?? ($this->privates['App\\EventSubscriber\\Under_maintenance\\UnderMaintenanceApiSubscriber'] = new \App\EventSubscriber\Under_maintenance\UnderMaintenanceApiSubscriber($this->getEnv('bool:UNDER_MAINTENANCE'), '/'.$this->getEnv('string:API_ROUTE_BASE').'/'.$this->getEnv('string:API_VERSION'))));
}, 1 => 'onKernelRequest'], 1);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Under_maintenance\\UnderMaintenanceBoSubscriber'] ?? $this->getUnderMaintenanceBoSubscriberService());
}, 1 => 'onKernelRequest'], 1);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['App\\EventSubscriber\\Under_maintenance\\UnderMaintenanceCommandSubscriber'] ?? ($this->privates['App\\EventSubscriber\\Under_maintenance\\UnderMaintenanceCommandSubscriber'] = new \App\EventSubscriber\Under_maintenance\UnderMaintenanceCommandSubscriber($this->getEnv('bool:UNDER_MAINTENANCE'))));
}, 1 => 'onCommand'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Address\\AddAddressFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Address\\AddAddressFieldSubscriber'] = new \App\Form\EventListener\Address\AddAddressFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\Aliment\\AddAlimentTranslationsFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\Aliment\\AddAlimentTranslationsFieldSubscriber'] = new \App\Form\EventListener\Admin\Aliment\AddAlimentTranslationsFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\Locale\\AddNameFieldSubscriber'] ?? $this->load('getAddNameFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\MailTransport\\AddDnsFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\MailTransport\\AddDnsFieldSubscriber'] = new \App\Form\EventListener\Admin\MailTransport\AddDnsFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\MediaName\\AddTypeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\MediaName\\AddTypeFieldSubscriber'] = new \App\Form\EventListener\Admin\MediaName\AddTypeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\Mode\\AddTypeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\Mode\\AddTypeFieldSubscriber'] = new \App\Form\EventListener\Admin\Mode\AddTypeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\PaymentMethod\\AddGateWayConfigFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\PaymentMethod\\AddGateWayConfigFieldSubscriber'] = new \App\Form\EventListener\Admin\PaymentMethod\AddGateWayConfigFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\PaymentMethod\\AddNameFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\PaymentMethod\\AddNameFieldSubscriber'] = new \App\Form\EventListener\Admin\PaymentMethod\AddNameFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\PaymentMethod\\AddTypeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\PaymentMethod\\AddTypeFieldSubscriber'] = new \App\Form\EventListener\Admin\PaymentMethod\AddTypeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\PaymentMethod\\Gateway\\AddConfigurationFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\PaymentMethod\\Gateway\\AddConfigurationFieldSubscriber'] = new \App\Form\EventListener\Admin\PaymentMethod\Gateway\AddConfigurationFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\PaymentMethod\\GatewayConfig\\AddIsGlobalFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\PaymentMethod\\GatewayConfig\\AddIsGlobalFieldSubscriber'] = new \App\Form\EventListener\Admin\PaymentMethod\GatewayConfig\AddIsGlobalFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\PaymentMethod\\GatewayConfig\\AddLengthFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\PaymentMethod\\GatewayConfig\\AddLengthFieldSubscriber'] = new \App\Form\EventListener\Admin\PaymentMethod\GatewayConfig\AddLengthFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\PaymentMethod\\GatewayConfig\\AddValueFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\PaymentMethod\\GatewayConfig\\AddValueFieldSubscriber'] = new \App\Form\EventListener\Admin\PaymentMethod\GatewayConfig\AddValueFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\Source\\AddApiFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\Source\\AddApiFieldSubscriber'] = new \App\Form\EventListener\Admin\Source\AddApiFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\Source\\AddWebhookEnabledFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\Source\\AddWebhookEnabledFieldSubscriber'] = new \App\Form\EventListener\Admin\Source\AddWebhookEnabledFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\TemplateName\\AddTypeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\TemplateName\\AddTypeFieldSubscriber'] = new \App\Form\EventListener\Admin\TemplateName\AddTypeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\Webhook\\AddEndpointFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\Webhook\\AddEndpointFieldSubscriber'] = new \App\Form\EventListener\Admin\Webhook\AddEndpointFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\Webhook\\AddEndpointsFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\Webhook\\AddEndpointsFieldSubscriber'] = new \App\Form\EventListener\Admin\Webhook\AddEndpointsFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\Webhook\\AddEventsFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\Webhook\\AddEventsFieldSubscriber'] = new \App\Form\EventListener\Admin\Webhook\AddEventsFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\Webhook\\AddObjectFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\Webhook\\AddObjectFieldSubscriber'] = new \App\Form\EventListener\Admin\Webhook\AddObjectFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\Webhook\\AddRetriesFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\Webhook\\AddRetriesFieldSubscriber'] = new \App\Form\EventListener\Admin\Webhook\AddRetriesFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Admin\\Webhook\\GenerateHMACFieldsSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Admin\\Webhook\\GenerateHMACFieldsSubscriber'] = new \App\Form\EventListener\Admin\Webhook\GenerateHMACFieldsSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Country\\Global\\AddCountriesFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Country\\Global\\AddCountriesFieldSubscriber'] = new \App\Form\EventListener\Country\Global\AddCountriesFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Customer\\ValidateCustomerFieldsSubscriber'] ?? $this->load('getValidateCustomerFieldsSubscriberService'));
}, 1 => 'postSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\AddColorFieldSubscriber'] ?? $this->load('getAddColorFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\AddDomainFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\AddDomainFieldSubscriber'] = new \App\Form\EventListener\Franchise\AddDomainFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\AddFranchiseFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\AddFranchiseFieldSubscriber'] = new \App\Form\EventListener\Franchise\AddFranchiseFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\AddMediaFieldSubscriber'] ?? $this->load('getAddMediaFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\AddMultipleFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\AddMultipleFieldSubscriber'] = new \App\Form\EventListener\Franchise\AddMultipleFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\AddStatusFranchiseFieldSubscriber'] ?? $this->load('getAddStatusFranchiseFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\AddTemplateFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\AddTemplateFieldSubscriber'] = new \App\Form\EventListener\Franchise\AddTemplateFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\AddTemplateNameFieldSubscriber'] ?? $this->load('getAddTemplateNameFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\Application\\AddApplicationNameFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\Application\\AddApplicationNameFieldSubscriber'] = new \App\Form\EventListener\Franchise\Application\AddApplicationNameFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\Application\\AddTokenFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\Application\\AddTokenFieldSubscriber'] = new \App\Form\EventListener\Franchise\Application\AddTokenFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\Color\\AddColorNameFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\Color\\AddColorNameFieldSubscriber'] = new \App\Form\EventListener\Franchise\Color\AddColorNameFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\Company\\AddCompanyFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\Company\\AddCompanyFieldSubscriber'] = new \App\Form\EventListener\Franchise\Company\AddCompanyFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\Company\\AddCompanyTranslationsFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\Company\\AddCompanyTranslationsFieldSubscriber'] = new \App\Form\EventListener\Franchise\Company\AddCompanyTranslationsFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\ExternalLink\\AddExternalFileFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\ExternalLink\\AddExternalFileFieldSubscriber'] = new \App\Form\EventListener\Franchise\ExternalLink\AddExternalFileFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\ExternalLink\\AddExternalLinkNameFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\ExternalLink\\AddExternalLinkNameFieldSubscriber'] = new \App\Form\EventListener\Franchise\ExternalLink\AddExternalLinkNameFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\ExternalLink\\AddTypeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\ExternalLink\\AddTypeFieldSubscriber'] = new \App\Form\EventListener\Franchise\ExternalLink\AddTypeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\ExternalLink\\ValidateExternalLinkFieldsSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\ExternalLink\\ValidateExternalLinkFieldsSubscriber'] = new \App\Form\EventListener\Franchise\ExternalLink\ValidateExternalLinkFieldsSubscriber()));
}, 1 => 'postSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\Manager\\AddManagerFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\Manager\\AddManagerFieldSubscriber'] = new \App\Form\EventListener\Franchise\Manager\AddManagerFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\Media\\AddDisplayOnMenuSectionFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\Media\\AddDisplayOnMenuSectionFieldSubscriber'] = new \App\Form\EventListener\Franchise\Media\AddDisplayOnMenuSectionFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\Media\\AddMediaNameFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\Media\\AddMediaNameFieldSubscriber'] = new \App\Form\EventListener\Franchise\Media\AddMediaNameFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\Media\\AddTypeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\Media\\AddTypeFieldSubscriber'] = new \App\Form\EventListener\Franchise\Media\AddTypeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\Parameter\\AddAppleAuthEnabledFieldSubscriber'] ?? $this->load('getAddAppleAuthEnabledFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\Parameter\\AddEnableHeaderFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\Parameter\\AddEnableHeaderFieldSubscriber'] = new \App\Form\EventListener\Franchise\Parameter\AddEnableHeaderFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\Parameter\\AddGoogleAuthEnabledFieldSubscriber'] ?? $this->load('getAddGoogleAuthEnabledFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\Parameter\\AddHeaderFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\Parameter\\AddHeaderFieldSubscriber'] = new \App\Form\EventListener\Franchise\Parameter\AddHeaderFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\Parameter\\AddKeywordsFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\Parameter\\AddKeywordsFieldSubscriber'] = new \App\Form\EventListener\Franchise\Parameter\AddKeywordsFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\Parameter\\AddLocaleFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\Parameter\\AddLocaleFieldSubscriber'] = new \App\Form\EventListener\Franchise\Parameter\AddLocaleFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\Parameter\\AddMapFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\Parameter\\AddMapFieldSubscriber'] = new \App\Form\EventListener\Franchise\Parameter\AddMapFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\Parameter\\AddSubscriptionPromptFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\Parameter\\AddSubscriptionPromptFieldSubscriber'] = new \App\Form\EventListener\Franchise\Parameter\AddSubscriptionPromptFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\Social\\AddSocialNameFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Franchise\\Social\\AddSocialNameFieldSubscriber'] = new \App\Form\EventListener\Franchise\Social\AddSocialNameFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Franchise\\ValidateFranchiseFieldsSubscriber'] ?? $this->load('getValidateFranchiseFieldsSubscriberService'));
}, 1 => 'postSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddCkEditorDescriptionFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddCkEditorDescriptionFieldSubscriber'] = new \App\Form\EventListener\Global\AddCkEditorDescriptionFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddCodeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddCodeFieldSubscriber'] = new \App\Form\EventListener\Global\AddCodeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddContentFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddContentFieldSubscriber'] = new \App\Form\EventListener\Global\AddContentFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddCoverFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddCoverFieldSubscriber'] = new \App\Form\EventListener\Global\AddCoverFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddCurrencyFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddCurrencyFieldSubscriber'] = new \App\Form\EventListener\Global\AddCurrencyFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddDayFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddDayFieldSubscriber'] = new \App\Form\EventListener\Global\AddDayFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddDescriptionFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddDescriptionFieldSubscriber'] = new \App\Form\EventListener\Global\AddDescriptionFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddEmailFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddEmailFieldSubscriber'] = new \App\Form\EventListener\Global\AddEmailFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddEnabledFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddEnabledFieldSubscriber'] = new \App\Form\EventListener\Global\AddEnabledFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddEndDateFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddEndDateFieldSubscriber'] = new \App\Form\EventListener\Global\AddEndDateFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddEndingDateFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddEndingDateFieldSubscriber'] = new \App\Form\EventListener\Global\AddEndingDateFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddEndingTimeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddEndingTimeFieldSubscriber'] = new \App\Form\EventListener\Global\AddEndingTimeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddExternalIdFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddExternalIdFieldSubscriber'] = new \App\Form\EventListener\Global\AddExternalIdFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddFileTypeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddFileTypeFieldSubscriber'] = new \App\Form\EventListener\Global\AddFileTypeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddFirstNameFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddFirstNameFieldSubscriber'] = new \App\Form\EventListener\Global\AddFirstNameFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddImageFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddImageFieldSubscriber'] = new \App\Form\EventListener\Global\AddImageFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddImageSvgFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddImageSvgFieldSubscriber'] = new \App\Form\EventListener\Global\AddImageSvgFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddImageTypeSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddImageTypeSubscriber'] = new \App\Form\EventListener\Global\AddImageTypeSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddImageTypeSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddImageTypeSubscriber'] = new \App\Form\EventListener\Global\AddImageTypeSubscriber()));
}, 1 => 'postSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddImageUrlFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddImageUrlFieldSubscriber'] = new \App\Form\EventListener\Global\AddImageUrlFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddImportFileFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddImportFileFieldSubscriber'] = new \App\Form\EventListener\Global\AddImportFileFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddLastNameFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddLastNameFieldSubscriber'] = new \App\Form\EventListener\Global\AddLastNameFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddLinkFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddLinkFieldSubscriber'] = new \App\Form\EventListener\Global\AddLinkFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddLocaleFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddLocaleFieldSubscriber'] = new \App\Form\EventListener\Global\AddLocaleFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddLocalesFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddLocalesFieldSubscriber'] = new \App\Form\EventListener\Global\AddLocalesFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddLogoFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddLogoFieldSubscriber'] = new \App\Form\EventListener\Global\AddLogoFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddLogoSvgFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddLogoSvgFieldSubscriber'] = new \App\Form\EventListener\Global\AddLogoSvgFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddMediaFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddMediaFieldSubscriber'] = new \App\Form\EventListener\Global\AddMediaFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddNameDescriptionFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddNameDescriptionFieldSubscriber'] = new \App\Form\EventListener\Global\AddNameDescriptionFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddNameFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddNameFieldSubscriber'] = new \App\Form\EventListener\Global\AddNameFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddNewFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddNewFieldSubscriber'] = new \App\Form\EventListener\Global\AddNewFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddNoteFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddNoteFieldSubscriber'] = new \App\Form\EventListener\Global\AddNoteFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddOrderIntervalSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddOrderIntervalSubscriber'] = new \App\Form\EventListener\Global\AddOrderIntervalSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddOutOfStockFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddOutOfStockFieldSubscriber'] = new \App\Form\EventListener\Global\AddOutOfStockFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddPasswordFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddPasswordFieldSubscriber'] = new \App\Form\EventListener\Global\AddPasswordFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddPhoneFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddPhoneFieldSubscriber'] = new \App\Form\EventListener\Global\AddPhoneFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddPolygonFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddPolygonFieldSubscriber'] = new \App\Form\EventListener\Global\AddPolygonFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddPriceFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddPriceFieldSubscriber'] = new \App\Form\EventListener\Global\AddPriceFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddPrivateFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddPrivateFieldSubscriber'] = new \App\Form\EventListener\Global\AddPrivateFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddQuantityFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddQuantityFieldSubscriber'] = new \App\Form\EventListener\Global\AddQuantityFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddRequiredFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddRequiredFieldSubscriber'] = new \App\Form\EventListener\Global\AddRequiredFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddShopModeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddShopModeFieldSubscriber'] = new \App\Form\EventListener\Global\AddShopModeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddShopModesFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddShopModesFieldSubscriber'] = new \App\Form\EventListener\Global\AddShopModesFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddSideComponentFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddSideComponentFieldSubscriber'] = new \App\Form\EventListener\Global\AddSideComponentFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddSourceFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddSourceFieldSubscriber'] = new \App\Form\EventListener\Global\AddSourceFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddStartDateFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddStartDateFieldSubscriber'] = new \App\Form\EventListener\Global\AddStartDateFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddStartingDateFieldSubsriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddStartingDateFieldSubsriber'] = new \App\Form\EventListener\Global\AddStartingDateFieldSubsriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddStartingTimeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddStartingTimeFieldSubscriber'] = new \App\Form\EventListener\Global\AddStartingTimeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddStatusFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddStatusFieldSubscriber'] = new \App\Form\EventListener\Global\AddStatusFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddTaxFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddTaxFieldSubscriber'] = new \App\Form\EventListener\Global\AddTaxFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddTimeZoneFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddTimeZoneFieldSubscriber'] = new \App\Form\EventListener\Global\AddTimeZoneFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddTitleFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddTitleFieldSubscriber'] = new \App\Form\EventListener\Global\AddTitleFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddUrlFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddUrlFieldSubscriber'] = new \App\Form\EventListener\Global\AddUrlFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddUrlFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddUrlFieldSubscriber'] = new \App\Form\EventListener\Global\AddUrlFieldSubscriber()));
}, 1 => 'postSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddValueFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddValueFieldSubscriber'] = new \App\Form\EventListener\Global\AddValueFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddVideoFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddVideoFieldSubscriber'] = new \App\Form\EventListener\Global\AddVideoFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddVisibleFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddVisibleFieldSubscriber'] = new \App\Form\EventListener\Global\AddVisibleFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\AddWeekDaysFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\AddWeekDaysFieldSubscriber'] = new \App\Form\EventListener\Global\AddWeekDaysFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\Address\\AddLatitudeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\Address\\AddLatitudeFieldSubscriber'] = new \App\Form\EventListener\Global\Address\AddLatitudeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Global\\Address\\AddLongitudeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Global\\Address\\AddLongitudeFieldSubscriber'] = new \App\Form\EventListener\Global\Address\AddLongitudeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Migrate\\AddExternalFranchiseSubscriber'] ?? $this->load('getAddExternalFranchiseSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Order\\AddDelayOrderFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Order\\AddDelayOrderFieldSubscriber'] = new \App\Form\EventListener\Order\AddDelayOrderFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Order\\AddEntityIdFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Order\\AddEntityIdFieldSubscriber'] = new \App\Form\EventListener\Order\AddEntityIdFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Order\\AddEntityNameSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Order\\AddEntityNameSubscriber'] = new \App\Form\EventListener\Order\AddEntityNameSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Payment\\AddPaymentsFieldSubscriber'] ?? $this->load('getAddPaymentsFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Product\\Category\\AddCategoryTranslationsFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Product\\Category\\AddCategoryTranslationsFieldSubscriber'] = new \App\Form\EventListener\Product\Category\AddCategoryTranslationsFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Product\\Category\\AddParentFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Product\\Category\\AddParentFieldSubscriber'] = new \App\Form\EventListener\Product\Category\AddParentFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Product\\Category\\AddParentFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Product\\Category\\AddParentFieldSubscriber'] = new \App\Form\EventListener\Product\Category\AddParentFieldSubscriber()));
}, 1 => 'postSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Product\\Option\\AddMaxQuantityFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Product\\Option\\AddMaxQuantityFieldSubscriber'] = new \App\Form\EventListener\Product\Option\AddMaxQuantityFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Product\\Option\\AddOptionTranslationsFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Product\\Option\\AddOptionTranslationsFieldSubscriber'] = new \App\Form\EventListener\Product\Option\AddOptionTranslationsFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Product\\OptionVariant\\AddOptionVariantTranslationsFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Product\\OptionVariant\\AddOptionVariantTranslationsFieldSubscriber'] = new \App\Form\EventListener\Product\OptionVariant\AddOptionVariantTranslationsFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Product\\Product\\AddBlockedBySlotFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Product\\Product\\AddBlockedBySlotFieldSubscriber'] = new \App\Form\EventListener\Product\Product\AddBlockedBySlotFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Product\\Product\\AddCrossSellingProductFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Product\\Product\\AddCrossSellingProductFieldSubscriber'] = new \App\Form\EventListener\Product\Product\AddCrossSellingProductFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Product\\Product\\AddDisplayNotesFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Product\\Product\\AddDisplayNotesFieldSubscriber'] = new \App\Form\EventListener\Product\Product\AddDisplayNotesFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Product\\Product\\AddProductFieldSubscriber'] ?? $this->load('getAddProductFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Product\\Product\\AddProductTranslationsFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Product\\Product\\AddProductTranslationsFieldSubscriber'] = new \App\Form\EventListener\Product\Product\AddProductTranslationsFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Product\\Product\\AddStepFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Product\\Product\\AddStepFieldSubscriber'] = new \App\Form\EventListener\Product\Product\AddStepFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Product\\Product\\AddStepItemFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Product\\Product\\AddStepItemFieldSubscriber'] = new \App\Form\EventListener\Product\Product\AddStepItemFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Product\\Product\\AddUpSellingProductFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Product\\Product\\AddUpSellingProductFieldSubscriber'] = new \App\Form\EventListener\Product\Product\AddUpSellingProductFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Search\\AddEnabledSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Search\\AddEnabledSubscriber'] = new \App\Form\EventListener\Search\AddEnabledSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Search\\AddPeriodSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Search\\AddPeriodSubscriber'] = new \App\Form\EventListener\Search\AddPeriodSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Search\\AddPeriodicitySubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Search\\AddPeriodicitySubscriber'] = new \App\Form\EventListener\Search\AddPeriodicitySubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Search\\AddSearchSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Search\\AddSearchSubscriber'] = new \App\Form\EventListener\Search\AddSearchSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Search\\Franchise\\AddFranchiseSubscriber'] ?? $this->load('getAddFranchiseSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Search\\Franchise\\AddStatusSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Search\\Franchise\\AddStatusSubscriber'] = new \App\Form\EventListener\Search\Franchise\AddStatusSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Search\\MailTransport\\AddStatusSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Search\\MailTransport\\AddStatusSubscriber'] = new \App\Form\EventListener\Search\MailTransport\AddStatusSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Search\\Order\\AddSourceSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Search\\Order\\AddSourceSubscriber'] = new \App\Form\EventListener\Search\Order\AddSourceSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Search\\Order\\AddStatusSubscriber'] ?? $this->load('getAddStatusSubscriber3Service'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Search\\Order\\AddTimeSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Search\\Order\\AddTimeSubscriber'] = new \App\Form\EventListener\Search\Order\AddTimeSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Search\\Product\\AddCategorySubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Search\\Product\\AddCategorySubscriber'] = new \App\Form\EventListener\Search\Product\AddCategorySubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Search\\Product\\AddNewSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Search\\Product\\AddNewSubscriber'] = new \App\Form\EventListener\Search\Product\AddNewSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Search\\Product\\AddOutOfStockSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Search\\Product\\AddOutOfStockSubscriber'] = new \App\Form\EventListener\Search\Product\AddOutOfStockSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Search\\Product\\AddTypeSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Search\\Product\\AddTypeSubscriber'] = new \App\Form\EventListener\Search\Product\AddTypeSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Search\\Shop\\AddLicenceSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Search\\Shop\\AddLicenceSubscriber'] = new \App\Form\EventListener\Search\Shop\AddLicenceSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Search\\Shop\\AddShopSubscriber'] ?? $this->load('getAddShopSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Search\\Shop\\AddSourceSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Search\\Shop\\AddSourceSubscriber'] = new \App\Form\EventListener\Search\Shop\AddSourceSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\AddLicenceFieldSubscriber'] ?? $this->load('getAddLicenceFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\AddLicenceFieldSubscriber'] ?? $this->load('getAddLicenceFieldSubscriberService'));
}, 1 => 'preSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\AddMenuFieldSubscriber'] ?? $this->load('getAddMenuFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\AddShopFieldSubscriber'] ?? $this->load('getAddShopFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\AddShopSettingsFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\AddShopSettingsFieldSubscriber'] = new \App\Form\EventListener\Shop\AddShopSettingsFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\AddShopTranslationsFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\AddShopTranslationsFieldSubscriber'] = new \App\Form\EventListener\Shop\AddShopTranslationsFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\AddSiretFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\AddSiretFieldSubscriber'] = new \App\Form\EventListener\Shop\AddSiretFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\CustomShopGatewayConfig\\AddLengthFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\CustomShopGatewayConfig\\AddLengthFieldSubscriber'] = new \App\Form\EventListener\Shop\CustomShopGatewayConfig\AddLengthFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\CustomShopGatewayConfig\\AddNameFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\CustomShopGatewayConfig\\AddNameFieldSubscriber'] = new \App\Form\EventListener\Shop\CustomShopGatewayConfig\AddNameFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\CustomShopGatewayConfig\\AddPrivateFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\CustomShopGatewayConfig\\AddPrivateFieldSubscriber'] = new \App\Form\EventListener\Shop\CustomShopGatewayConfig\AddPrivateFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\CustomShopGatewayConfig\\AddValueFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\CustomShopGatewayConfig\\AddValueFieldSubscriber'] = new \App\Form\EventListener\Shop\CustomShopGatewayConfig\AddValueFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Device\\AddHasRetailCenterFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Device\\AddHasRetailCenterFieldSubscriber'] = new \App\Form\EventListener\Shop\Device\AddHasRetailCenterFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Device\\AddPinFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Device\\AddPinFieldSubscriber'] = new \App\Form\EventListener\Shop\Device\AddPinFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Device\\AddRetailCenterPosNumberFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Device\\AddRetailCenterPosNumberFieldSubscriber'] = new \App\Form\EventListener\Shop\Device\AddRetailCenterPosNumberFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Device\\AddShopManagerFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Device\\AddShopManagerFieldSubscriber'] = new \App\Form\EventListener\Shop\Device\AddShopManagerFieldSubscriber(NULL)));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Device\\AddTypeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Device\\AddTypeFieldSubscriber'] = new \App\Form\EventListener\Shop\Device\AddTypeFieldSubscriber(NULL)));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Device\\AddTypeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Device\\AddTypeFieldSubscriber'] = new \App\Form\EventListener\Shop\Device\AddTypeFieldSubscriber(NULL)));
}, 1 => 'preSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\GatewayConfig\\AddConfigFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\GatewayConfig\\AddConfigFieldSubscriber'] = new \App\Form\EventListener\Shop\GatewayConfig\AddConfigFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Loyalty\\AddAskForNotificationsMessageFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Loyalty\\AddAskForNotificationsMessageFieldSubscriber'] = new \App\Form\EventListener\Shop\Loyalty\AddAskForNotificationsMessageFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Loyalty\\AddIntegrationFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Loyalty\\AddIntegrationFieldSubscriber'] = new \App\Form\EventListener\Shop\Loyalty\AddIntegrationFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Loyalty\\AddLoyaltyApiTokenSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Loyalty\\AddLoyaltyApiTokenSubscriber'] = new \App\Form\EventListener\Shop\Loyalty\AddLoyaltyApiTokenSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Loyalty\\AddSignupMessageFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Loyalty\\AddSignupMessageFieldSubscriber'] = new \App\Form\EventListener\Shop\Loyalty\AddSignupMessageFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Loyalty\\AddSuccessfulSignupMessageFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Loyalty\\AddSuccessfulSignupMessageFieldSubscriber'] = new \App\Form\EventListener\Shop\Loyalty\AddSuccessfulSignupMessageFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Loyalty\\AddSuccessfulSignupWithNotificationMessageFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Loyalty\\AddSuccessfulSignupWithNotificationMessageFieldSubscriber'] = new \App\Form\EventListener\Shop\Loyalty\AddSuccessfulSignupWithNotificationMessageFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Loyalty\\DisableLoyaltySubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Loyalty\\DisableLoyaltySubscriber'] = new \App\Form\EventListener\Shop\Loyalty\DisableLoyaltySubscriber()));
}, 1 => 'postSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Menu\\CrossSelling\\AddMenuFieldSubscriber'] ?? $this->load('getAddMenuFieldSubscriber2Service'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Menu\\CrossSelling\\AddProductsFieldSubscriber'] ?? $this->load('getAddProductsFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Menu\\CrossSelling\\AddProductsFieldSubscriber'] ?? $this->load('getAddProductsFieldSubscriberService'));
}, 1 => 'preSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Menu\\PromotionalOffer\\AddCategoriesFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Menu\\PromotionalOffer\\AddCategoriesFieldSubscriber'] = new \App\Form\EventListener\Shop\Menu\PromotionalOffer\AddCategoriesFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Menu\\PromotionalOffer\\AddCategoriesFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Menu\\PromotionalOffer\\AddCategoriesFieldSubscriber'] = new \App\Form\EventListener\Shop\Menu\PromotionalOffer\AddCategoriesFieldSubscriber()));
}, 1 => 'preSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Menu\\PromotionalOffer\\AddMenuFieldSubscriber'] ?? $this->load('getAddMenuFieldSubscriber3Service'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Menu\\PromotionalOffer\\AddMenuPromotionalOfferFieldSubscriber'] ?? $this->load('getAddMenuPromotionalOfferFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Menu\\PromotionalOffer\\AddProductsFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Menu\\PromotionalOffer\\AddProductsFieldSubscriber'] = new \App\Form\EventListener\Shop\Menu\PromotionalOffer\AddProductsFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Menu\\PromotionalOffer\\AddProductsFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Menu\\PromotionalOffer\\AddProductsFieldSubscriber'] = new \App\Form\EventListener\Shop\Menu\PromotionalOffer\AddProductsFieldSubscriber()));
}, 1 => 'preSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Menu\\PromotionalOffer\\AddPromotionalOffersFieldSubscriber'] ?? $this->load('getAddPromotionalOffersFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Menu\\PromotionalOffer\\AddPromotionalOffersFieldSubscriber'] ?? $this->load('getAddPromotionalOffersFieldSubscriberService'));
}, 1 => 'postSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Menu\\PromotionalOffer\\AddTypeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Menu\\PromotionalOffer\\AddTypeFieldSubscriber'] = new \App\Form\EventListener\Shop\Menu\PromotionalOffer\AddTypeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Mode\\AddAnonymousFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Mode\\AddAnonymousFieldSubscriber'] = new \App\Form\EventListener\Shop\Mode\AddAnonymousFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Mode\\AddDeliveryOrderFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Mode\\AddDeliveryOrderFieldSubscriber'] = new \App\Form\EventListener\Shop\Mode\AddDeliveryOrderFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Mode\\AddDeliveryTimeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Mode\\AddDeliveryTimeFieldSubscriber'] = new \App\Form\EventListener\Shop\Mode\AddDeliveryTimeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Mode\\AddModeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Mode\\AddModeFieldSubscriber'] = new \App\Form\EventListener\Shop\Mode\AddModeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Mode\\AddOrderFeesFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Mode\\AddOrderFeesFieldSubscriber'] = new \App\Form\EventListener\Shop\Mode\AddOrderFeesFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Notice\\AddNoticeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Notice\\AddNoticeFieldSubscriber'] = new \App\Form\EventListener\Shop\Notice\AddNoticeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Option\\AddMaxFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Option\\AddMaxFieldSubscriber'] = new \App\Form\EventListener\Shop\Option\AddMaxFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Option\\AddMinFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Option\\AddMinFieldSubscriber'] = new \App\Form\EventListener\Shop\Option\AddMinFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Option\\AddOptionsVariantsFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Option\\AddOptionsVariantsFieldSubscriber'] = new \App\Form\EventListener\Shop\Option\AddOptionsVariantsFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Option\\AddTypeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Option\\AddTypeFieldSubscriber'] = new \App\Form\EventListener\Shop\Option\AddTypeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Option\\ValidateOption'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Option\\ValidateOption'] = new \App\Form\EventListener\Shop\Option\ValidateOption()));
}, 1 => 'preSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\OrderSetting\\AddCustomerIdentifierFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\OrderSetting\\AddCustomerIdentifierFieldSubscriber'] = new \App\Form\EventListener\Shop\OrderSetting\AddCustomerIdentifierFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\OrderSetting\\AddCutleryFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\OrderSetting\\AddCutleryFieldSubscriber'] = new \App\Form\EventListener\Shop\OrderSetting\AddCutleryFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\PaymentMethod\\AddGatewayConfigFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\PaymentMethod\\AddGatewayConfigFieldSubscriber'] = new \App\Form\EventListener\Shop\PaymentMethod\AddGatewayConfigFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\PaymentMethod\\AddPaymentMethodConfigFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\PaymentMethod\\AddPaymentMethodConfigFieldSubscriber'] = new \App\Form\EventListener\Shop\PaymentMethod\AddPaymentMethodConfigFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\PaymentMethod\\AddShopModeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\PaymentMethod\\AddShopModeFieldSubscriber'] = new \App\Form\EventListener\Shop\PaymentMethod\AddShopModeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Printer\\AddDuplicationFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Printer\\AddDuplicationFieldSubscriber'] = new \App\Form\EventListener\Shop\Printer\AddDuplicationFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Printer\\AddMacFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Printer\\AddMacFieldSubscriber'] = new \App\Form\EventListener\Shop\Printer\AddMacFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Printer\\AddMacFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Printer\\AddMacFieldSubscriber'] = new \App\Form\EventListener\Shop\Printer\AddMacFieldSubscriber()));
}, 1 => 'postSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Printer\\AddStarcloudAttemptsFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Printer\\AddStarcloudAttemptsFieldSubscriber'] = new \App\Form\EventListener\Shop\Printer\AddStarcloudAttemptsFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Product\\AddAlimentsFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Product\\AddAlimentsFieldSubscriber'] = new \App\Form\EventListener\Shop\Product\AddAlimentsFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Product\\AddCaloryFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Product\\AddCaloryFieldSubscriber'] = new \App\Form\EventListener\Shop\Product\AddCaloryFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Product\\AddCategoriesFieldSubscriber'] ?? $this->load('getAddCategoriesFieldSubscriber2Service'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Product\\AddCategoriesFieldSubscriber'] ?? $this->load('getAddCategoriesFieldSubscriber2Service'));
}, 1 => 'preSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Product\\AddOptionsFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Product\\AddOptionsFieldSubscriber'] = new \App\Form\EventListener\Shop\Product\AddOptionsFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Product\\AddPreparationTimeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Product\\AddPreparationTimeFieldSubscriber'] = new \App\Form\EventListener\Shop\Product\AddPreparationTimeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Product\\AddProductShopModesFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Product\\AddProductShopModesFieldSubscriber'] = new \App\Form\EventListener\Shop\Product\AddProductShopModesFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Product\\AddRestrictedFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Product\\AddRestrictedFieldSubscriber'] = new \App\Form\EventListener\Shop\Product\AddRestrictedFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Product\\AddShopModeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Product\\AddShopModeFieldSubscriber'] = new \App\Form\EventListener\Shop\Product\AddShopModeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Product\\AddWithAlcoolFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Product\\AddWithAlcoolFieldSubscriber'] = new \App\Form\EventListener\Shop\Product\AddWithAlcoolFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Promotion\\AddFirstOrderOnlyFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Promotion\\AddFirstOrderOnlyFieldSubscriber'] = new \App\Form\EventListener\Shop\Promotion\AddFirstOrderOnlyFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Promotion\\AddFreeDeliveryFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Promotion\\AddFreeDeliveryFieldSubscriber'] = new \App\Form\EventListener\Shop\Promotion\AddFreeDeliveryFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Promotion\\AddMinimumAmountFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Promotion\\AddMinimumAmountFieldSubscriber'] = new \App\Form\EventListener\Shop\Promotion\AddMinimumAmountFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Promotion\\AddOneTimeOnlyFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Promotion\\AddOneTimeOnlyFieldSubscriber'] = new \App\Form\EventListener\Shop\Promotion\AddOneTimeOnlyFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Promotion\\AddTypeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Promotion\\AddTypeFieldSubscriber'] = new \App\Form\EventListener\Shop\Promotion\AddTypeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Promotion\\AddValueFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Promotion\\AddValueFieldSubscriber'] = new \App\Form\EventListener\Shop\Promotion\AddValueFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Promotion\\AddValueFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Promotion\\AddValueFieldSubscriber'] = new \App\Form\EventListener\Shop\Promotion\AddValueFieldSubscriber()));
}, 1 => 'onPreSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Qoodos\\AddQoodosFieldSubscriber'] ?? $this->load('getAddQoodosFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Qoodos\\DisableQoodosSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Qoodos\\DisableQoodosSubscriber'] = new \App\Form\EventListener\Shop\Qoodos\DisableQoodosSubscriber()));
}, 1 => 'postSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Qrcodes\\AddMenuPreviewSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Qrcodes\\AddMenuPreviewSubscriber'] = new \App\Form\EventListener\Shop\Qrcodes\AddMenuPreviewSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Qrcodes\\AddTableSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Qrcodes\\AddTableSubscriber'] = new \App\Form\EventListener\Shop\Qrcodes\AddTableSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Qrcodes\\AddTableSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Qrcodes\\AddTableSubscriber'] = new \App\Form\EventListener\Shop\Qrcodes\AddTableSubscriber()));
}, 1 => 'postSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddAutoTranslateSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddAutoTranslateSubscriber'] = new \App\Form\EventListener\Shop\Settings\AddAutoTranslateSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddCloseIntervalSubscriber'] ?? $this->load('getAddCloseIntervalSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddCloseIntervalSubscriber'] ?? $this->load('getAddCloseIntervalSubscriberService'));
}, 1 => 'postSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddDeliveryMaxDistanceSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddDeliveryMaxDistanceSubscriber'] = new \App\Form\EventListener\Shop\Settings\AddDeliveryMaxDistanceSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddDisplayFoxeatSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddDisplayFoxeatSubscriber'] = new \App\Form\EventListener\Shop\Settings\AddDisplayFoxeatSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddEmailNotificationSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddEmailNotificationSubscriber'] = new \App\Form\EventListener\Shop\Settings\AddEmailNotificationSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddFuturOrdersMaxDaysSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddFuturOrdersMaxDaysSubscriber'] = new \App\Form\EventListener\Shop\Settings\AddFuturOrdersMaxDaysSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddFuturOrdersMinDaysSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddFuturOrdersMinDaysSubscriber'] = new \App\Form\EventListener\Shop\Settings\AddFuturOrdersMinDaysSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddFutureOrdersSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddFutureOrdersSubscriber'] = new \App\Form\EventListener\Shop\Settings\AddFutureOrdersSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddManagementFeesSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddManagementFeesSubscriber'] = new \App\Form\EventListener\Shop\Settings\AddManagementFeesSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddMenuPreviewSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddMenuPreviewSubscriber'] = new \App\Form\EventListener\Shop\Settings\AddMenuPreviewSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddModeSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddModeSubscriber'] = new \App\Form\EventListener\Shop\Settings\AddModeSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddPickupCountdownSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddPickupCountdownSubscriber'] = new \App\Form\EventListener\Shop\Settings\AddPickupCountdownSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddPickupModeSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddPickupModeSubscriber'] = new \App\Form\EventListener\Shop\Settings\AddPickupModeSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddPreparationNumberResetHourSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddPreparationNumberResetHourSubscriber'] = new \App\Form\EventListener\Shop\Settings\AddPreparationNumberResetHourSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddTimeModeSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddTimeModeSubscriber'] = new \App\Form\EventListener\Shop\Settings\AddTimeModeSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddTimeSlotMaxOrderSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddTimeSlotMaxOrderSubscriber'] = new \App\Form\EventListener\Shop\Settings\AddTimeSlotMaxOrderSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddTimeSlotMaxProductSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddTimeSlotMaxProductSubscriber'] = new \App\Form\EventListener\Shop\Settings\AddTimeSlotMaxProductSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddtimeSlotBlockingTypeSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\AddtimeSlotBlockingTypeSubscriber'] = new \App\Form\EventListener\Shop\Settings\AddtimeSlotBlockingTypeSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Settings\\ValidateShopSettingsFieldsSubscriber'] ?? $this->load('getValidateShopSettingsFieldsSubscriberService'));
}, 1 => 'postSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\ShopManager\\AddShopManagerFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\ShopManager\\AddShopManagerFieldSubscriber'] = new \App\Form\EventListener\Shop\ShopManager\AddShopManagerFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\TimeTable\\AddDayFieldSubscriber'] ?? $this->load('getAddDayFieldSubscriber2Service'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\TimeTable\\AddDayFieldSubscriber'] ?? $this->load('getAddDayFieldSubscriber2Service'));
}, 1 => 'postSubmitData'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\ValidateShopFieldsSubscriber'] ?? $this->load('getValidateShopFieldsSubscriberService'));
}, 1 => 'postSubmit'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Zone\\AddDeliveryTimeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Zone\\AddDeliveryTimeFieldSubscriber'] = new \App\Form\EventListener\Shop\Zone\AddDeliveryTimeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Zone\\AddMinOrderFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Zone\\AddMinOrderFieldSubscriber'] = new \App\Form\EventListener\Shop\Zone\AddMinOrderFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Zone\\AddPostalCodeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Zone\\AddPostalCodeFieldSubscriber'] = new \App\Form\EventListener\Shop\Zone\AddPostalCodeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Zone\\AddShippingCostFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Zone\\AddShippingCostFieldSubscriber'] = new \App\Form\EventListener\Shop\Zone\AddShippingCostFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\Shop\\Zone\\AddTypeFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\Shop\\Zone\\AddTypeFieldSubscriber'] = new \App\Form\EventListener\Shop\Zone\AddTypeFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\User\\AddFranchiseFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\User\\AddFranchiseFieldSubscriber'] = new \App\Form\EventListener\User\AddFranchiseFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\User\\AddGenderFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\User\\AddGenderFieldSubscriber'] = new \App\Form\EventListener\User\AddGenderFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\User\\AddNameFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\User\\AddNameFieldSubscriber'] = new \App\Form\EventListener\User\AddNameFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\User\\AddNotificationEmailFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\User\\AddNotificationEmailFieldSubscriber'] = new \App\Form\EventListener\User\AddNotificationEmailFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\User\\AddNotificationPhoneFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\User\\AddNotificationPhoneFieldSubscriber'] = new \App\Form\EventListener\User\AddNotificationPhoneFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\User\\AddQoodosNotificationEmailFieldSubscriber'] ?? $this->load('getAddQoodosNotificationEmailFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\User\\AddQoodosNotificationPhoneFieldSubscriber'] ?? $this->load('getAddQoodosNotificationPhoneFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\User\\AddQoodosSubscriptionFieldSubscriber'] ?? $this->load('getAddQoodosSubscriptionFieldSubscriberService'));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.pre_set_data', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\User\\AddRepeatedPasswordFieldSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\User\\AddRepeatedPasswordFieldSubscriber'] = new \App\Form\EventListener\User\AddRepeatedPasswordFieldSubscriber()));
}, 1 => 'preSetData'], 0);
$instance->addListener('form.post_submit', [0 => function () {
return ($this->privates['App\\Form\\EventListener\\User\\ValidateUserFieldsSubscriber'] ?? ($this->privates['App\\Form\\EventListener\\User\\ValidateUserFieldsSubscriber'] = new \App\Form\EventListener\User\ValidateUserFieldsSubscriber()));
}, 1 => 'postSubmit'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->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->load('getConsole_ErrorListenerService'));
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->load('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->load('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\\WorkerStartedEvent', [0 => function () {
return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('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->load('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('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
}, 1 => 'onNotification'], -255);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('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\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
}, 1 => 'onMessage'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->load('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('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () {
return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('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->load('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->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('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('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('Zenstruck\\ScheduleBundle\\Event\\BuildScheduleEvent', [0 => function () {
return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleBuilderSubscriber'] ?? $this->load('getScheduleBuilderSubscriberService'));
}, 1 => 'build'], 0);
$instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BuildScheduleEvent', [0 => function () {
return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\TaskConfigurationSubscriber'] ?? ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\TaskConfigurationSubscriber'] = new \Zenstruck\ScheduleBundle\EventListener\TaskConfigurationSubscriber([])));
}, 1 => 'configureTasks'], 0);
$instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BuildScheduleEvent', [0 => function () {
return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleExtensionSubscriber'] ?? $this->load('getScheduleExtensionSubscriberService'));
}, 1 => 'addExtensions'], 0);
$instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BuildScheduleEvent', [0 => function () {
return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\SelfSchedulingCommandSubscriber'] ?? $this->load('getSelfSchedulingCommandSubscriberService'));
}, 1 => 'build'], 0);
$instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BeforeScheduleEvent', [0 => function () {
return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleLoggerSubscriber'] ?? $this->load('getScheduleLoggerSubscriberService'));
}, 1 => 'beforeSchedule'], 0);
$instance->addListener('Zenstruck\\ScheduleBundle\\Event\\AfterScheduleEvent', [0 => function () {
return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleLoggerSubscriber'] ?? $this->load('getScheduleLoggerSubscriberService'));
}, 1 => 'afterSchedule'], 0);
$instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BeforeTaskEvent', [0 => function () {
return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleLoggerSubscriber'] ?? $this->load('getScheduleLoggerSubscriberService'));
}, 1 => 'beforeTask'], 0);
$instance->addListener('Zenstruck\\ScheduleBundle\\Event\\AfterTaskEvent', [0 => function () {
return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleLoggerSubscriber'] ?? $this->load('getScheduleLoggerSubscriberService'));
}, 1 => 'afterTask'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('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->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['http_kernel'])) {
return $this->services['http_kernel'];
}
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
yield 4 => ($this->privates['debug.App\\Resolver\\Parameters\\DateResolver'] ?? $this->load('getDateResolverService'));
yield 5 => ($this->privates['debug.App\\Resolver\\Parameters\\DateTimeResolver'] ?? $this->load('getDateTimeResolverService'));
yield 6 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
yield 7 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
yield 8 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
yield 9 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
}, 10)), $b));
}
/**
* 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->load('getKnpMenu_Voter_RouterService'));
}, 1));
}
/**
* Gets the public 'lexik_jwt_authentication.encoder' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
*/
protected function getLexikJwtAuthentication_EncoderService()
{
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', 0, 0, false));
}
/**
* Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
*/
protected function getLexikJwtAuthentication_JwtManagerService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
return $this->services['lexik_jwt_authentication.jwt_manager'];
}
$this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), $a, 'username');
$instance->setUserIdentityField('username', false);
return $instance;
}
/**
* Gets the public 'lexik_jwt_authentication.key_loader' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
*/
protected function getLexikJwtAuthentication_KeyLoaderService()
{
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()
{
$a = \Symfony\Component\Mime\MimeTypes::getDefault();
return $this->services['liip_imagine.binary.loader.default'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader($a, $a, new \Liip\ImagineBundle\Binary\Locator\FileSystemLocator([0 => (\dirname(__DIR__, 4).'/public')], false));
}
/**
* Gets the public 'liip_imagine.cache.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
*/
protected function getLiipImagine_Cache_ManagerService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->services['liip_imagine.cache.manager'])) {
return $this->services['liip_imagine.cache.manager'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['liip_imagine.cache.manager'])) {
return $this->services['liip_imagine.cache.manager'];
}
$this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $b, 'default', false);
$instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
$instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.cache.resolver.default' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_DefaultService()
{
return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__, 4).'/public'), 'media/cache');
}
/**
* Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
*/
protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
{
return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
}
/**
* Gets the public 'liip_imagine.cache.signer' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Cache\Signer
*/
protected function getLiipImagine_Cache_SignerService()
{
return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
}
/**
* Gets the public 'liip_imagine.data.manager' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Data\DataManager
*/
protected function getLiipImagine_Data_ManagerService()
{
$this->services['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), \Symfony\Component\Mime\MimeTypes::getDefault(), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), 'default', NULL);
$instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
return $instance;
}
/**
* Gets the public 'liip_imagine.filter.loader.downscale' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
*/
protected function getLiipImagine_Filter_Loader_DownscaleService()
{
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()
{
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()
{
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()
{
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()
{
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()
{
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()
{
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()
{
$a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
$this->services['liip_imagine.filter.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Filter\FilterManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
$instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
$instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
$instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
$instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
$instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
$instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__, 4)));
$instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__, 4)));
$instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
$instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
$instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
$instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
$instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
$instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
$instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
$instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
$instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
$instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
$instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
$instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim', true, NULL, true, NULL));
$instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng', 7, true, NULL));
$instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
$instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
$instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp', NULL, 75, 100, 4, 'fast', 1, false, $this->parameters['liip_imagine.cwebp.metadata']));
return $instance;
}
/**
* Gets the public '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->load('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->load('getMessenger_Middleware_SendMessageService'));
yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
}, 7)));
}
/**
* Gets the public 'monolog.logger.channel_limiter' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_ChannelLimiterService()
{
$this->services['monolog.logger.channel_limiter'] = $instance = new \Symfony\Bridge\Monolog\Logger('channel_limiter');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.queriesHandler'] ?? $this->getMonolog_Handler_QueriesHandlerService()));
$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.channel_mail' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_ChannelMailService()
{
$this->services['monolog.logger.channel_mail'] = $instance = new \Symfony\Bridge\Monolog\Logger('channel_mail');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.mailHandler'] ?? $this->getMonolog_Handler_MailHandlerService()));
$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.channel_paygreen' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_ChannelPaygreenService()
{
$this->services['monolog.logger.channel_paygreen'] = $instance = new \Symfony\Bridge\Monolog\Logger('channel_paygreen');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.paygreenHandler'] ?? $this->getMonolog_Handler_PaygreenHandlerService()));
$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.channel_qoodos' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_ChannelQoodosService()
{
$this->services['monolog.logger.channel_qoodos'] = $instance = new \Symfony\Bridge\Monolog\Logger('channel_qoodos');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.qoodosHandler'] ?? $this->getMonolog_Handler_QoodosHandlerService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true],
], [
'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_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 '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 private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(new \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient($a, ($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private '.service_locator.fPFDSMP' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FPFDSMPService()
{
return $this->privates['.service_locator.fPFDSMP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.api' => ['privates', 'security.firewall.map.context.api', 'getSecurity_Firewall_Map_Context_ApiService', true],
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true],
'security.firewall.map.context.login' => ['privates', 'security.firewall.map.context.login', 'getSecurity_Firewall_Map_Context_LoginService', true],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true],
], [
'security.firewall.map.context.api' => '?',
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.login' => '?',
'security.firewall.map.context.main' => '?',
]);
}
/**
* Gets the private 'App\Calculator\OrderItem\OrderItemOptionsCalculator' shared autowired service.
*
* @return \App\Calculator\OrderItem\OrderItemOptionsCalculator
*/
protected function getOrderItemOptionsCalculatorService()
{
return $this->privates['App\\Calculator\\OrderItem\\OrderItemOptionsCalculator'] = new \App\Calculator\OrderItem\OrderItemOptionsCalculator(($this->privates['App\\Repository\\Product\\OptionVariant\\OptionVariantRepository'] ?? $this->getOptionVariantRepositoryService()));
}
/**
* Gets the private 'App\Client\Payment\Paygreen\PaygreenClient' shared autowired service.
*
* @return \App\Client\Payment\Paygreen\PaygreenClient
*/
protected function getPaygreenClientService()
{
$a = ($this->privates['App\\Service\\Payment\\PaymentService'] ?? $this->getPaymentServiceService());
if (isset($this->privates['App\\Client\\Payment\\Paygreen\\PaygreenClient'])) {
return $this->privates['App\\Client\\Payment\\Paygreen\\PaygreenClient'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['App\\Client\\Payment\\Paygreen\\PaygreenClient'])) {
return $this->privates['App\\Client\\Payment\\Paygreen\\PaygreenClient'];
}
return $this->privates['App\\Client\\Payment\\Paygreen\\PaygreenClient'] = new \App\Client\Payment\Paygreen\PaygreenClient($this->getEnv('PAYGREEN_API_URL'), $this->getEnv('APP_SERVER'), 'local', $a, $b, ($this->privates['App\\Service\\Payment\\PaymentMethodService'] ?? ($this->privates['App\\Service\\Payment\\PaymentMethodService'] = new \App\Service\Payment\PaymentMethodService())), ($this->services['monolog.logger.channel_paygreen'] ?? $this->getMonolog_Logger_ChannelPaygreenService()));
}
/**
* Gets the private 'App\Client\Qoodos\QoodosClient' shared autowired service.
*
* @return \App\Client\Qoodos\QoodosClient
*/
protected function getQoodosClientService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Client\\Qoodos\\QoodosClient'])) {
return $this->privates['App\\Client\\Qoodos\\QoodosClient'];
}
$b = ($this->privates['App\\Service\\Security\\CustomerService'] ?? $this->getCustomerServiceService());
if (isset($this->privates['App\\Client\\Qoodos\\QoodosClient'])) {
return $this->privates['App\\Client\\Qoodos\\QoodosClient'];
}
return $this->privates['App\\Client\\Qoodos\\QoodosClient'] = new \App\Client\Qoodos\QoodosClient($this->getEnv('QOODOS_API_URL'), $this->getEnv('QOODOS_CLIENT_ID'), $this->getEnv('QOODOS_CLIENT_SECRET'), $this->getEnv('QOODOS_SOURCE'), $this->getEnv('QOODOS_SCOPE'), $this->getEnv('QOODOS_VERSION'), $this->getEnv('APP_SERVER'), 'local', ($this->privates['App\\Repository\\Franchise\\ApplicationRepository'] ?? $this->getApplicationRepositoryService()), $a, $b, ($this->privates['App\\Helper\\String\\StringHelper'] ?? ($this->privates['App\\Helper\\String\\StringHelper'] = new \App\Helper\String\StringHelper())), ($this->services['monolog.logger.channel_qoodos'] ?? $this->getMonolog_Logger_ChannelQoodosService()));
}
/**
* Gets the private 'App\Encoder\JsonDecoder' shared autowired service.
*
* @return \App\Encoder\JsonDecoder
*/
protected function getJsonDecoderService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Encoder\\JsonDecoder'])) {
return $this->privates['App\\Encoder\\JsonDecoder'];
}
return $this->privates['App\\Encoder\\JsonDecoder'] = new \App\Encoder\JsonDecoder($a);
}
/**
* Gets the private 'App\EventListener\AuthorizationListener' shared autowired service.
*
* @return \App\EventListener\AuthorizationListener
*/
protected function getAuthorizationListenerService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\EventListener\\AuthorizationListener'])) {
return $this->privates['App\\EventListener\\AuthorizationListener'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['App\\EventListener\\AuthorizationListener'])) {
return $this->privates['App\\EventListener\\AuthorizationListener'];
}
return $this->privates['App\\EventListener\\AuthorizationListener'] = new \App\EventListener\AuthorizationListener($a, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['App\\Helper\\String\\StringHelper'] ?? ($this->privates['App\\Helper\\String\\StringHelper'] = new \App\Helper\String\StringHelper())), new \App\Service\Shop\ShopService(($this->privates['App\\Repository\\Shop\\ZoneRepository'] ?? $this->getZoneRepositoryService()), ($this->privates['App\\Repository\\Shop\\ShopRepository'] ?? $this->getShopRepositoryService()), ($this->privates['App\\Service\\User\\ShopManagerService'] ?? $this->getShopManagerServiceService())), ($this->privates['App\\Service\\Franchise\\FranchiseService'] ?? $this->getFranchiseServiceService()), ($this->privates['session.flash_bag'] ?? $this->load('getSession_FlashBagService')), $b, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
}
/**
* Gets the private 'App\EventListener\LogApiRequestListener' shared autowired service.
*
* @return \App\EventListener\LogApiRequestListener
*/
protected function getLogApiRequestListenerService()
{
return $this->privates['App\\EventListener\\LogApiRequestListener'] = new \App\EventListener\LogApiRequestListener(($this->privates['App\\Validator\\Api\\ApiLoggerVerifier'] ?? $this->getApiLoggerVerifierService()), new \App\Generator\Logger\ApiLoggerRequestGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Generator\\Logger\\LogGenerator'] ?? $this->getLogGeneratorService())));
}
/**
* Gets the private 'App\EventListener\LogApiResponseListener' shared autowired service.
*
* @return \App\EventListener\LogApiResponseListener
*/
protected function getLogApiResponseListenerService()
{
return $this->privates['App\\EventListener\\LogApiResponseListener'] = new \App\EventListener\LogApiResponseListener(($this->privates['App\\Validator\\Api\\ApiLoggerVerifier'] ?? $this->getApiLoggerVerifierService()), new \App\Generator\Logger\ApiLoggerResponseGenerator(($this->privates['App\\Generator\\Logger\\LogGenerator'] ?? $this->getLogGeneratorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
}
/**
* Gets the private 'App\EventSubscriber\ApiRequestSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\ApiRequestSubscriber
*/
protected function getApiRequestSubscriberService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\EventSubscriber\\ApiRequestSubscriber'])) {
return $this->privates['App\\EventSubscriber\\ApiRequestSubscriber'];
}
$b = new \Symfony\Component\Lock\LockFactory(\Symfony\Component\Lock\Store\StoreFactory::createStore($this->getEnv('LOCK_DSN')));
$c = new \Symfony\Bridge\Monolog\Logger('lock');
$c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$c->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
$b->setLogger($c);
$d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$e = ($this->privates['App\\Repository\\Shop\\ShopRepository'] ?? $this->getShopRepositoryService());
return $this->privates['App\\EventSubscriber\\ApiRequestSubscriber'] = new \App\EventSubscriber\ApiRequestSubscriber($this->getEnv('DEVICE_PIN_DEV'), $a, ($this->privates['App\\Repository\\Admin\\SourceRepository'] ?? $this->getSourceRepositoryService()), new \App\Checker\RateLimiterChecker(new \Symfony\Component\RateLimiter\RateLimiterFactory(['policy' => 'sliding_window', 'limit' => $this->getEnv('int:RATE_LIMITER_LIMIT'), 'interval' => $this->getEnv('string:RATE_LIMITER_INTERVAL'), 'id' => 'api_rate'], new \Symfony\Component\RateLimiter\Storage\CacheStorage(($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService())), $b), $d, ($this->services['monolog.logger.channel_limiter'] ?? $this->getMonolog_Logger_ChannelLimiterService())), ($this->privates['App\\Repository\\Shop\\DeviceRepository'] ?? $this->getDeviceRepositoryService()), ($this->privates['App\\Repository\\Franchise\\FranchiseRepository'] ?? $this->getFranchiseRepositoryService()), $e, new \App\Verifier\Shop\LicenceVerifier($d, $e));
}
/**
* Gets the private 'App\EventSubscriber\LocalSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\LocalSubscriber
*/
protected function getLocalSubscriberService()
{
return $this->privates['App\\EventSubscriber\\LocalSubscriber'] = new \App\EventSubscriber\LocalSubscriber($this->getEnv('MAIN_URL'), ($this->privates['App\\Repository\\Franchise\\DomainRepository'] ?? $this->getDomainRepositoryService()));
}
/**
* Gets the private 'App\EventSubscriber\TimeZoneEventSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\TimeZoneEventSubscriber
*/
protected function getTimeZoneEventSubscriberService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\EventSubscriber\\TimeZoneEventSubscriber'])) {
return $this->privates['App\\EventSubscriber\\TimeZoneEventSubscriber'];
}
$b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['App\\EventSubscriber\\TimeZoneEventSubscriber'])) {
return $this->privates['App\\EventSubscriber\\TimeZoneEventSubscriber'];
}
return $this->privates['App\\EventSubscriber\\TimeZoneEventSubscriber'] = new \App\EventSubscriber\TimeZoneEventSubscriber($a, $b, ($this->privates['App\\Helper\\String\\StringHelper'] ?? ($this->privates['App\\Helper\\String\\StringHelper'] = new \App\Helper\String\StringHelper())));
}
/**
* Gets the private 'App\EventSubscriber\Under_maintenance\UnderMaintenanceBoSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\Under_maintenance\UnderMaintenanceBoSubscriber
*/
protected function getUnderMaintenanceBoSubscriberService()
{
$a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\EventSubscriber\\Under_maintenance\\UnderMaintenanceBoSubscriber'])) {
return $this->privates['App\\EventSubscriber\\Under_maintenance\\UnderMaintenanceBoSubscriber'];
}
$b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['App\\EventSubscriber\\Under_maintenance\\UnderMaintenanceBoSubscriber'])) {
return $this->privates['App\\EventSubscriber\\Under_maintenance\\UnderMaintenanceBoSubscriber'];
}
return $this->privates['App\\EventSubscriber\\Under_maintenance\\UnderMaintenanceBoSubscriber'] = new \App\EventSubscriber\Under_maintenance\UnderMaintenanceBoSubscriber($this->getEnv('bool:UNDER_MAINTENANCE'), '/'.$this->getEnv('string:API_ROUTE_BASE').'/'.$this->getEnv('string:API_VERSION'), $a, $b);
}
/**
* Gets the private 'App\Factory\Message\EmailFactory' shared autowired service.
*
* @return \App\Factory\Message\EmailFactory
*/
protected function getEmailFactoryService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['App\\Factory\\Message\\EmailFactory'] = $this->createProxy('EmailFactory_b238503', function () {
return \EmailFactory_b238503::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getEmailFactoryService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/src/Factory/Message/EmailFactory.php';
return new \App\Factory\Message\EmailFactory();
}
/**
* Gets the private 'App\Generator\Logger\LogGenerator' shared autowired service.
*
* @return \App\Generator\Logger\LogGenerator
*/
protected function getLogGeneratorService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Generator\\Logger\\LogGenerator'])) {
return $this->privates['App\\Generator\\Logger\\LogGenerator'];
}
return $this->privates['App\\Generator\\Logger\\LogGenerator'] = new \App\Generator\Logger\LogGenerator((\dirname(__DIR__, 3).'/log'), $this->getEnv('MAX_API_LOG_FILE'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
}
/**
* Gets the private 'App\Helper\Date\DateTimeHelper' shared autowired service.
*
* @return \App\Helper\Date\DateTimeHelper
*/
protected function getDateTimeHelperService()
{
return $this->privates['App\\Helper\\Date\\DateTimeHelper'] = new \App\Helper\Date\DateTimeHelper(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
}
/**
* Gets the private 'App\Helper\File\FileHelper' shared autowired service.
*
* @return \App\Helper\File\FileHelper
*/
protected function getFileHelperService()
{
return $this->privates['App\\Helper\\File\\FileHelper'] = new \App\Helper\File\FileHelper(($this->privates['App\\Helper\\Url\\UrlHelper'] ?? ($this->privates['App\\Helper\\Url\\UrlHelper'] = new \App\Helper\Url\UrlHelper())));
}
/**
* Gets the private 'App\Helper\Image\ImageHelper' shared autowired service.
*
* @return \App\Helper\Image\ImageHelper
*/
protected function getImageHelperService()
{
$a = ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService());
if (isset($this->privates['App\\Helper\\Image\\ImageHelper'])) {
return $this->privates['App\\Helper\\Image\\ImageHelper'];
}
$b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
if (isset($this->privates['App\\Helper\\Image\\ImageHelper'])) {
return $this->privates['App\\Helper\\Image\\ImageHelper'];
}
$c = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
return $this->privates['App\\Helper\\Image\\ImageHelper'] = new \App\Helper\Image\ImageHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c, ($this->privates['App\\Repository\\Franchise\\MediaRepository'] ?? $this->getMediaRepositoryService()), $a, $b, ($this->privates['App\\Service\\FileSystem'] ?? ($this->privates['App\\Service\\FileSystem'] = new \App\Service\FileSystem())), $c, $this->getEnv('BASE_URL'));
}
/**
* Gets the private 'App\Helper\Order\OrderItem\OptionHelper' shared autowired service.
*
* @return \App\Helper\Order\OrderItem\OptionHelper
*/
protected function getOptionHelperService()
{
return $this->privates['App\\Helper\\Order\\OrderItem\\OptionHelper'] = new \App\Helper\Order\OrderItem\OptionHelper(($this->privates['App\\Helper\\Order\\OrderItem\\OptionVariantHelper'] ?? ($this->privates['App\\Helper\\Order\\OrderItem\\OptionVariantHelper'] = new \App\Helper\Order\OrderItem\OptionVariantHelper())));
}
/**
* Gets the private 'App\Helper\Order\OrderItem\StepHelper' shared autowired service.
*
* @return \App\Helper\Order\OrderItem\StepHelper
*/
protected function getStepHelperService()
{
return $this->privates['App\\Helper\\Order\\OrderItem\\StepHelper'] = new \App\Helper\Order\OrderItem\StepHelper(($this->privates['App\\Helper\\Order\\OrderItem\\OptionHelper'] ?? $this->getOptionHelperService()), ($this->privates['App\\Service\\MoneyService'] ?? ($this->privates['App\\Service\\MoneyService'] = new \App\Service\MoneyService())));
}
/**
* Gets the private 'App\Processor\Orm\RemoveEntityProcessor' shared autowired service.
*
* @return \App\Processor\Orm\RemoveEntityProcessor
*/
protected function getRemoveEntityProcessorService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Processor\\Orm\\RemoveEntityProcessor'])) {
return $this->privates['App\\Processor\\Orm\\RemoveEntityProcessor'];
}
return $this->privates['App\\Processor\\Orm\\RemoveEntityProcessor'] = new \App\Processor\Orm\RemoveEntityProcessor($a);
}
/**
* Gets the private 'App\Repository\Admin\MailTransportRepository' shared autowired service.
*
* @return \App\Repository\Admin\MailTransportRepository
*/
protected function getMailTransportRepositoryService()
{
return $this->privates['App\\Repository\\Admin\\MailTransportRepository'] = new \App\Repository\Admin\MailTransportRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Admin\SourceRepository' shared autowired service.
*
* @return \App\Repository\Admin\SourceRepository
*/
protected function getSourceRepositoryService()
{
return $this->privates['App\\Repository\\Admin\\SourceRepository'] = new \App\Repository\Admin\SourceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Admin\Webhook\NotificationRepository' shared autowired service.
*
* @return \App\Repository\Admin\Webhook\NotificationRepository
*/
protected function getNotificationRepositoryService()
{
return $this->privates['App\\Repository\\Admin\\Webhook\\NotificationRepository'] = new \App\Repository\Admin\Webhook\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Admin\Webhook\WebhookRepository' shared autowired service.
*
* @return \App\Repository\Admin\Webhook\WebhookRepository
*/
protected function getWebhookRepositoryService()
{
return $this->privates['App\\Repository\\Admin\\Webhook\\WebhookRepository'] = new \App\Repository\Admin\Webhook\WebhookRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Franchise\ApplicationRepository' shared autowired service.
*
* @return \App\Repository\Franchise\ApplicationRepository
*/
protected function getApplicationRepositoryService()
{
return $this->privates['App\\Repository\\Franchise\\ApplicationRepository'] = new \App\Repository\Franchise\ApplicationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Franchise\CustomerFranchiseRepository' shared autowired service.
*
* @return \App\Repository\Franchise\CustomerFranchiseRepository
*/
protected function getCustomerFranchiseRepositoryService()
{
return $this->privates['App\\Repository\\Franchise\\CustomerFranchiseRepository'] = new \App\Repository\Franchise\CustomerFranchiseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Franchise\DomainRepository' shared autowired service.
*
* @return \App\Repository\Franchise\DomainRepository
*/
protected function getDomainRepositoryService()
{
return $this->privates['App\\Repository\\Franchise\\DomainRepository'] = new \App\Repository\Franchise\DomainRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Franchise\FranchiseRepository' shared autowired service.
*
* @return \App\Repository\Franchise\FranchiseRepository
*/
protected function getFranchiseRepositoryService()
{
return $this->privates['App\\Repository\\Franchise\\FranchiseRepository'] = new \App\Repository\Franchise\FranchiseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Helper\\Date\\DateTimeHelper'] ?? $this->getDateTimeHelperService()));
}
/**
* Gets the private 'App\Repository\Franchise\MediaRepository' shared autowired service.
*
* @return \App\Repository\Franchise\MediaRepository
*/
protected function getMediaRepositoryService()
{
return $this->privates['App\\Repository\\Franchise\\MediaRepository'] = new \App\Repository\Franchise\MediaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Message\EmailRepository' shared autowired service.
*
* @return \App\Repository\Message\EmailRepository
*/
protected function getEmailRepositoryService()
{
return $this->privates['App\\Repository\\Message\\EmailRepository'] = new \App\Repository\Message\EmailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Order\OrderItemRepository' shared autowired service.
*
* @return \App\Repository\Order\OrderItemRepository
*/
protected function getOrderItemRepositoryService()
{
return $this->privates['App\\Repository\\Order\\OrderItemRepository'] = new \App\Repository\Order\OrderItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Order\OrderRepository' shared autowired service.
*
* @return \App\Repository\Order\OrderRepository
*/
protected function getOrderRepositoryService()
{
return $this->privates['App\\Repository\\Order\\OrderRepository'] = new \App\Repository\Order\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Helper\\Date\\DateTimeHelper'] ?? $this->getDateTimeHelperService()));
}
/**
* Gets the private 'App\Repository\Payment\PaymentRepository' shared autowired service.
*
* @return \App\Repository\Payment\PaymentRepository
*/
protected function getPaymentRepositoryService()
{
return $this->privates['App\\Repository\\Payment\\PaymentRepository'] = new \App\Repository\Payment\PaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Product\OptionVariant\OptionVariantRepository' shared autowired service.
*
* @return \App\Repository\Product\OptionVariant\OptionVariantRepository
*/
protected function getOptionVariantRepositoryService()
{
return $this->privates['App\\Repository\\Product\\OptionVariant\\OptionVariantRepository'] = new \App\Repository\Product\OptionVariant\OptionVariantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Product\Product\ProductRepository' shared autowired service.
*
* @return \App\Repository\Product\Product\ProductRepository
*/
protected function getProductRepositoryService()
{
return $this->privates['App\\Repository\\Product\\Product\\ProductRepository'] = new \App\Repository\Product\Product\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Security\CustomerRepository' shared autowired service.
*
* @return \App\Repository\Security\CustomerRepository
*/
protected function getCustomerRepositoryService()
{
return $this->privates['App\\Repository\\Security\\CustomerRepository'] = new \App\Repository\Security\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Helper\\Date\\DateTimeHelper'] ?? $this->getDateTimeHelperService()));
}
/**
* Gets the private 'App\Repository\Security\ManagerRepository' shared autowired service.
*
* @return \App\Repository\Security\ManagerRepository
*/
protected function getManagerRepositoryService()
{
return $this->privates['App\\Repository\\Security\\ManagerRepository'] = new \App\Repository\Security\ManagerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Helper\\Date\\DateTimeHelper'] ?? $this->getDateTimeHelperService()));
}
/**
* Gets the private 'App\Repository\Security\RoleRepository' shared autowired service.
*
* @return \App\Repository\Security\RoleRepository
*/
protected function getRoleRepositoryService()
{
return $this->privates['App\\Repository\\Security\\RoleRepository'] = new \App\Repository\Security\RoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Shop\CustomerShopRepository' shared autowired service.
*
* @return \App\Repository\Shop\CustomerShopRepository
*/
protected function getCustomerShopRepositoryService()
{
return $this->privates['App\\Repository\\Shop\\CustomerShopRepository'] = new \App\Repository\Shop\CustomerShopRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Shop\DeviceRepository' shared autowired service.
*
* @return \App\Repository\Shop\DeviceRepository
*/
protected function getDeviceRepositoryService()
{
return $this->privates['App\\Repository\\Shop\\DeviceRepository'] = new \App\Repository\Shop\DeviceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Shop\OpeningHoursRepository' shared autowired service.
*
* @return \App\Repository\Shop\OpeningHoursRepository
*/
protected function getOpeningHoursRepositoryService()
{
return $this->privates['App\\Repository\\Shop\\OpeningHoursRepository'] = new \App\Repository\Shop\OpeningHoursRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Shop\ShopRepository' shared autowired service.
*
* @return \App\Repository\Shop\ShopRepository
*/
protected function getShopRepositoryService()
{
return $this->privates['App\\Repository\\Shop\\ShopRepository'] = new \App\Repository\Shop\ShopRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Helper\\Date\\DateTimeHelper'] ?? $this->getDateTimeHelperService()));
}
/**
* Gets the private 'App\Repository\Shop\ZoneRepository' shared autowired service.
*
* @return \App\Repository\Shop\ZoneRepository
*/
protected function getZoneRepositoryService()
{
return $this->privates['App\\Repository\\Shop\\ZoneRepository'] = new \App\Repository\Shop\ZoneRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Service\Franchise\FranchiseService' shared autowired service.
*
* @return \App\Service\Franchise\FranchiseService
*/
protected function getFranchiseServiceService()
{
return $this->privates['App\\Service\\Franchise\\FranchiseService'] = new \App\Service\Franchise\FranchiseService(($this->privates['App\\Repository\\Franchise\\FranchiseRepository'] ?? $this->getFranchiseRepositoryService()));
}
/**
* Gets the private 'App\Service\Mailer\Mailer' shared autowired service.
*
* @return \App\Service\Mailer\Mailer
*/
protected function getMailerService()
{
$a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
if (isset($this->privates['App\\Service\\Mailer\\Mailer'])) {
return $this->privates['App\\Service\\Mailer\\Mailer'];
}
$b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
if (isset($this->privates['App\\Service\\Mailer\\Mailer'])) {
return $this->privates['App\\Service\\Mailer\\Mailer'];
}
$c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['App\\Service\\Mailer\\Mailer'])) {
return $this->privates['App\\Service\\Mailer\\Mailer'];
}
$d = ($this->privates['symfonycasts.verify_email.helper'] ?? $this->getSymfonycasts_VerifyEmail_HelperService());
if (isset($this->privates['App\\Service\\Mailer\\Mailer'])) {
return $this->privates['App\\Service\\Mailer\\Mailer'];
}
$e = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['App\\Service\\Mailer\\Mailer'])) {
return $this->privates['App\\Service\\Mailer\\Mailer'];
}
$f = ($this->privates['App\\Helper\\Image\\ImageHelper'] ?? $this->getImageHelperService());
if (isset($this->privates['App\\Service\\Mailer\\Mailer'])) {
return $this->privates['App\\Service\\Mailer\\Mailer'];
}
$g = ($this->privates['App\\Service\\Message\\Email\\EmailService'] ?? $this->getEmailServiceService());
if (isset($this->privates['App\\Service\\Mailer\\Mailer'])) {
return $this->privates['App\\Service\\Mailer\\Mailer'];
}
$h = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
return $this->privates['App\\Service\\Mailer\\Mailer'] = new \App\Service\Mailer\Mailer($this->getEnv('APP_SERVER'), $this->getEnv('BASE_URL'), new \Symfony\Component\Mailer\Mailer($a, $b, $c), $h, ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['App\\Service\\MoneyService'] ?? ($this->privates['App\\Service\\MoneyService'] = new \App\Service\MoneyService())), $h, ($this->privates['App\\Repository\\Product\\OptionVariant\\OptionVariantRepository'] ?? $this->getOptionVariantRepositoryService()), $d, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\Order\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->privates['App\\Repository\\Order\\OrderItemRepository'] ?? $this->getOrderItemRepositoryService()), $e, $f, ($this->privates['App\\Repository\\Admin\\MailTransportRepository'] ?? $this->getMailTransportRepositoryService()), ($this->privates['App\\Repository\\Franchise\\MediaRepository'] ?? $this->getMediaRepositoryService()), ($this->services['monolog.logger.channel_mail'] ?? $this->getMonolog_Logger_ChannelMailService()), $g, $b, ($this->privates['App\\Repository\\Franchise\\DomainRepository'] ?? $this->getDomainRepositoryService()), ($this->privates['App\\Helper\\Promotion\\PromotionValueHelper'] ?? ($this->privates['App\\Helper\\Promotion\\PromotionValueHelper'] = new \App\Helper\Promotion\PromotionValueHelper())));
}
/**
* Gets the private 'App\Service\Message\Email\EmailService' shared autowired service.
*
* @return \App\Service\Message\Email\EmailService
*/
protected function getEmailServiceService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\Message\\Email\\EmailService'])) {
return $this->privates['App\\Service\\Message\\Email\\EmailService'];
}
return $this->privates['App\\Service\\Message\\Email\\EmailService'] = new \App\Service\Message\Email\EmailService($a, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\Message\\EmailRepository'] ?? $this->getEmailRepositoryService()), ($this->privates['App\\Factory\\Message\\EmailFactory'] ?? $this->getEmailFactoryService()), ($this->privates['App\\Repository\\Admin\\MailTransportRepository'] ?? $this->getMailTransportRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['monolog.logger.channel_mail'] ?? $this->getMonolog_Logger_ChannelMailService()));
}
/**
* Gets the private 'App\Service\Order\OrderService' shared autowired service.
*
* @return \App\Service\Order\OrderService
*/
protected function getOrderServiceService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\Order\\OrderService'])) {
return $this->privates['App\\Service\\Order\\OrderService'];
}
$b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['App\\Service\\Order\\OrderService'])) {
return $this->privates['App\\Service\\Order\\OrderService'];
}
$c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
if (isset($this->privates['App\\Service\\Order\\OrderService'])) {
return $this->privates['App\\Service\\Order\\OrderService'];
}
$d = ($this->privates['App\\Service\\Mailer\\Mailer'] ?? $this->getMailerService());
if (isset($this->privates['App\\Service\\Order\\OrderService'])) {
return $this->privates['App\\Service\\Order\\OrderService'];
}
return $this->privates['App\\Service\\Order\\OrderService'] = new \App\Service\Order\OrderService(($this->privates['App\\Repository\\Order\\OrderRepository'] ?? $this->getOrderRepositoryService()), $a, ($this->privates['App\\Repository\\Payment\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $c, new \App\Service\Mailer\OrderMailer($d), ($this->privates['App\\Helper\\File\\FileHelper'] ?? $this->getFileHelperService()), ($this->privates['App\\Repository\\Admin\\Webhook\\NotificationRepository'] ?? $this->getNotificationRepositoryService()));
}
/**
* Gets the private 'App\Service\Payment\PaymentService' shared autowired service.
*
* @return \App\Service\Payment\PaymentService
*/
protected function getPaymentServiceService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\Payment\\PaymentService'])) {
return $this->privates['App\\Service\\Payment\\PaymentService'];
}
return $this->privates['App\\Service\\Payment\\PaymentService'] = new \App\Service\Payment\PaymentService($a, ($this->privates['App\\Repository\\Payment\\PaymentRepository'] ?? $this->getPaymentRepositoryService()), ($this->privates['App\\Repository\\Admin\\Webhook\\WebhookRepository'] ?? $this->getWebhookRepositoryService()), ($this->privates['App\\Service\\Payment\\PaymentMethodService'] ?? ($this->privates['App\\Service\\Payment\\PaymentMethodService'] = new \App\Service\Payment\PaymentMethodService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Client\\Qoodos\\QoodosClient'] ?? $this->getQoodosClientService()));
}
/**
* Gets the private 'App\Service\Security\CustomerService' shared autowired service.
*
* @return \App\Service\Security\CustomerService
*/
protected function getCustomerServiceService()
{
$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($this->privates['App\\Service\\Security\\CustomerService'])) {
return $this->privates['App\\Service\\Security\\CustomerService'];
}
$b = ($this->privates['App\\Processor\\Orm\\RemoveEntityProcessor'] ?? $this->getRemoveEntityProcessorService());
if (isset($this->privates['App\\Service\\Security\\CustomerService'])) {
return $this->privates['App\\Service\\Security\\CustomerService'];
}
return $this->privates['App\\Service\\Security\\CustomerService'] = new \App\Service\Security\CustomerService($a, ($this->privates['App\\Repository\\Franchise\\CustomerFranchiseRepository'] ?? $this->getCustomerFranchiseRepositoryService()), ($this->privates['App\\Repository\\Security\\CustomerRepository'] ?? $this->getCustomerRepositoryService()), ($this->privates['App\\Repository\\Shop\\CustomerShopRepository'] ?? $this->getCustomerShopRepositoryService()), ($this->privates['App\\Helper\\String\\StringHelper'] ?? ($this->privates['App\\Helper\\String\\StringHelper'] = new \App\Helper\String\StringHelper())), $b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'App\Service\User\ShopManagerService' shared autowired service.
*
* @return \App\Service\User\ShopManagerService
*/
protected function getShopManagerServiceService($lazyLoad = true)
{
if ($lazyLoad) {
return $this->privates['App\\Service\\User\\ShopManagerService'] = $this->createProxy('ShopManagerService_c069938', function () {
return \ShopManagerService_c069938::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
$wrappedInstance = $this->getShopManagerServiceService(false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/src/Service/User/UserService.php';
include_once \dirname(__DIR__, 4).'/src/Service/User/ShopManagerService.php';
return new \App\Service\User\ShopManagerService(($this->privates['App\\Repository\\Security\\RoleRepository'] ?? $this->getRoleRepositoryService()));
}
/**
* Gets the private 'App\Validator\Api\ApiLoggerVerifier' shared autowired service.
*
* @return \App\Validator\Api\ApiLoggerVerifier
*/
protected function getApiLoggerVerifierService()
{
return $this->privates['App\\Validator\\Api\\ApiLoggerVerifier'] = new \App\Validator\Api\ApiLoggerVerifier('/'.$this->getEnv('string:API_ROUTE_BASE').'/'.$this->getEnv('string:API_VERSION'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\LoginListener
*/
protected function getLoginListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] = new \Sentry\SentryBundle\EventListener\LoginListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\RequestListener
*/
protected function getRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\SubRequestListener
*/
protected function getSubRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\TracingRequestListener
*/
protected function getTracingRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
*
* @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
*/
protected function getTracingSubRequestListenerService()
{
return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
}
/**
* Gets the private 'Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware' shared service.
*
* @return \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware
*/
protected function getTracingDriverMiddlewareService()
{
return $this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverMiddleware'] = new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
}
/**
* Gets the private 'Sentry\State\HubInterface' shared service.
*
* @return \Sentry\State\HubInterface
*/
protected function getHubInterfaceService()
{
$this->privates['Sentry\\State\\HubInterface'] = $instance = \Sentry\State\HubAdapter::getInstance();
$a = new \Sentry\Options(['in_app_exclude' => [0 => $this->targetDir.''], 'traces_sample_rate' => 1.0, 'before_send' => (new \App\Service\Sentry($this->getEnv('APP_ENV'), 'prod'))->getBeforeSend(), 'error_types' => 24575, 'environment' => $this->getEnv('APP_SERVER'), 'integrations' => new \Sentry\SentryBundle\Integration\IntegrationConfigurator([0 => new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [0 => 'Symfony\\Component\\ErrorHandler\\Error\\FatalError', 1 => 'Symfony\\Component\\Debug\\Exception\\FatalErrorException']]), 1 => new \Sentry\Integration\RequestIntegration(new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL))], true), 'prefixes' => [0 => \dirname(__DIR__, 4), 1 => '.', 2 => '/usr/local/lib/php'], 'release' => $this->getEnv('default::SENTRY_RELEASE'), 'tags' => [], 'in_app_include' => [], 'class_serializers' => [], 'ignore_exceptions' => [], 'ignore_transactions' => [], 'dsn' => $this->getEnv('SENTRY_DSN')]);
$b = new \Sentry\ClientBuilder($a);
$c = ($this->privates['nyholm.psr7.psr17_factory'] ?? ($this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
$b->setSdkIdentifier('sentry.php.symfony');
$b->setSdkVersion('4.13.1');
$b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c, $c, $c, $c, NULL, NULL));
$b->setSerializer(new \Sentry\Serializer\Serializer($a));
$b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
if ($this->has('Psr\\Log\\NullLogger')) {
$b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger', /* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
}
$instance->bindClient($b->getClient());
return $instance;
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
}
/**
* 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.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_IdentifiersExtractor_TraceableService()
{
return $this->privates['api_platform.cache.identifiers_extractor.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2klNK0semR', 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.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()
{
return $this->privates['api_platform.cache.metadata.property.legacy.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0GpjJVtqKE', 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.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()
{
return $this->privates['api_platform.cache.metadata.resource.legacy.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fPLVFXunu6', 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.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_Metadata_Resource_TraceableService()
{
return $this->privates['api_platform.cache.metadata.resource.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+p7yHyojYs', 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.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_RouteNameResolver_TraceableService()
{
return $this->privates['api_platform.cache.route_name_resolver.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nZTaktAF1p', 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.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()
{
return $this->privates['api_platform.cache.subresource_operation_factory.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('euEpSrZVRx', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* 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, [
'annotated_app_entity_order_order_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates', 'annotated_app_entity_order_order_api_platform_core_bridge_doctrine_orm_filter_order_filter', 'getAnnotatedAppEntityOrderOrderApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService', true],
'annotated_app_entity_order_order_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates', 'annotated_app_entity_order_order_api_platform_core_bridge_doctrine_orm_filter_search_filter', 'getAnnotatedAppEntityOrderOrderApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService', true],
'annotated_app_entity_product_option_option_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_product_option_option_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityProductOptionOptionApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', true],
'annotated_app_entity_product_option_variant_option_variant_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_product_option_variant_option_variant_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityProductOptionVariantOptionVariantApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', true],
'annotated_app_entity_product_product_product_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_product_product_product_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityProductProductProductApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', true],
'annotated_app_entity_shop_closing_days_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_shop_closing_days_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityShopClosingDaysApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', true],
'annotated_app_entity_shop_menu_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_shop_menu_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityShopMenuApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', true],
'annotated_app_entity_shop_opening_hours_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_shop_opening_hours_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityShopOpeningHoursApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', true],
'annotated_app_entity_shop_ordering_hours_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_shop_ordering_hours_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityShopOrderingHoursApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', true],
'annotated_app_entity_shop_payment_method_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_shop_payment_method_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityShopPaymentMethodApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', true],
'annotated_app_entity_shop_pickup_hour_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_shop_pickup_hour_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityShopPickupHourApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', true],
'annotated_app_entity_shop_promotion_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_shop_promotion_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityShopPromotionApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', true],
'annotated_app_entity_shop_shop_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_shop_shop_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityShopShopApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', true],
'annotated_app_entity_shop_shop_mode_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates', 'annotated_app_entity_shop_shop_mode_api_platform_core_bridge_doctrine_orm_filter_boolean_filter', 'getAnnotatedAppEntityShopShopModeApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService', true],
], [
'annotated_app_entity_order_order_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
'annotated_app_entity_order_order_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
'annotated_app_entity_product_option_option_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_product_option_variant_option_variant_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_product_product_product_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_shop_closing_days_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_shop_menu_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_shop_opening_hours_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_shop_ordering_hours_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_shop_payment_method_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_shop_pickup_hour_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_shop_promotion_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_shop_shop_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
'annotated_app_entity_shop_shop_mode_api_platform_core_bridge_doctrine_orm_filter_boolean_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, 'api_platform.metadata.resource.metadata_collection_factory.retro_compatible');
}
/**
* 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()));
}, 2));
}
/**
* 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.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService()), 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
*/
protected function getApiPlatform_IriConverter_LegacyService()
{
$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.traceable'] ?? $this->getApiPlatform_Cache_RouteNameResolver_TraceableService()), 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.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, NULL, new \ApiPlatform\Symfony\Routing\SkolemIriConverter($b));
}
/**
* 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'];
}
return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($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()));
}
/**
* Gets the private 'api_platform.listener.request.read.legacy' shared service.
*
* @return \ApiPlatform\Core\EventListener\ReadListener
*/
protected function getApiPlatform_Listener_Request_Read_LegacyService()
{
return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($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['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.validate_query_parameters' shared service.
*
* @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
*/
protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
{
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(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), true);
}
/**
* 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['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.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()), 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($b, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($b, 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(($this->privates['property_info'] ?? $this->getPropertyInfoService()), 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->load('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->load('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.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()), 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.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.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()), 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->getParameter('api_platform.defaults')), $this->getParameter('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.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService()), 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.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'];
}
$b = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
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()), $b);
}
/**
* 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.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
}
/**
* 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.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
return $this->privates['api_platform.subresource_operation_factory.cached'];
}
$b = ($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'];
}
$c = ($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.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a, $b, ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), $c));
}
/**
* Gets the private 'cache.annotations.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Annotations_TraceableService()
{
return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bfj7qvvhcA', 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.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
{
return $this->privates['cache.doctrine.orm.default.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
}
/**
* Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
{
return $this->privates['cache.doctrine.orm.default.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
}
/**
* Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('sxiiRtlnV2', 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.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
}
/**
* Gets the private 'cache.property_info.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfo_TraceableService()
{
return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KQ2QfO9oh4', 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.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguage_TraceableService()
{
return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pfRlKSlW5d', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.serializer.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Serializer_TraceableService()
{
return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hKeK4vr+gP', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* Gets the private 'cache.validator.traceable' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Validator_TraceableService()
{
return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4KI7Uuq88K', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
}
/**
* 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 '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 '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['App\\DataProvider\\CustomerDataProvider'] ?? $this->load('getCustomerDataProviderService'));
yield 1 => ($this->privates['App\\DataProvider\\DeviceDataProvider'] ?? $this->load('getDeviceDataProviderService'));
yield 2 => ($this->privates['App\\DataProvider\\MenuDataProvider'] ?? $this->load('getMenuDataProviderService'));
yield 3 => ($this->privates['App\\DataProvider\\Order\\OrderDataProvider'] ?? $this->load('getOrderDataProviderService'));
yield 4 => ($this->privates['App\\DataProvider\\Shop\\PaymentMethodDataProvider'] ?? $this->load('getPaymentMethodDataProviderService'));
yield 5 => ($this->privates['App\\DataProvider\\Shop\\ShopModeDataProvider'] ?? $this->load('getShopModeDataProviderService'));
yield 6 => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
}, 7)));
}
/**
* 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['App\\DataPersister\\AddressDataPersister'] ?? $this->load('getAddressDataPersisterService'));
yield 1 => ($this->privates['App\\DataPersister\\CategoryDataPersister'] ?? $this->load('getCategoryDataPersisterService'));
yield 2 => ($this->privates['App\\DataPersister\\ContactDataPersister'] ?? $this->load('getContactDataPersisterService'));
yield 3 => ($this->privates['App\\DataPersister\\MenuDataPersister'] ?? $this->load('getMenuDataPersisterService'));
yield 4 => ($this->privates['App\\DataPersister\\OptionDataPersister'] ?? $this->load('getOptionDataPersisterService'));
yield 5 => ($this->privates['App\\DataPersister\\OptionVariantDataPersister'] ?? $this->load('getOptionVariantDataPersisterService'));
yield 6 => ($this->privates['App\\DataPersister\\OrderDataPersister'] ?? $this->load('getOrderDataPersisterService'));
yield 7 => ($this->privates['App\\DataPersister\\ProductDataPersister'] ?? $this->load('getProductDataPersisterService'));
yield 8 => ($this->privates['App\\DataPersister\\UserDataPersister'] ?? $this->load('getUserDataPersisterService'));
yield 9 => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
yield 10 => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
}, 11)));
}
/**
* 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['App\\DataProvider\\DeviceDataProvider'] ?? $this->load('getDeviceDataProviderService'));
yield 1 => ($this->privates['App\\DataProvider\\FranchiseDataProvider'] ?? $this->load('getFranchiseDataProviderService'));
yield 2 => ($this->privates['App\\DataProvider\\LocaleDataProvider'] ?? $this->load('getLocaleDataProviderService'));
yield 3 => ($this->privates['App\\DataProvider\\LoyaltyDataProvider'] ?? $this->load('getLoyaltyDataProviderService'));
yield 4 => ($this->privates['App\\DataProvider\\ShopDataProvider'] ?? $this->load('getShopDataProviderService'));
yield 5 => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
}, 6)));
}
/**
* 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->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
}, 1)));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
}
/**
* Gets the private 'debug.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->load('getDebug_FileLinkFormatter_UrlFormatService'));
});
}
/**
* 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->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
yield 3 => ($this->privates['debug.security.voter.App\\Security\\Voter\\ExactRoleVoter'] ?? $this->load('getExactRoleVoterService'));
}, 4), 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 '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->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
});
return $instance;
}
/**
* 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')]);
}
/**
* 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', (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/doctrine') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
$instance->setGlobalBasename('mapping');
return $instance;
}
/**
* 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 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
return $this->privates['framework_extra_bundle.event.is_granted'];
}
return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
}
/**
* Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
*
* @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
*/
protected function getKnpPaginator_Subscriber_SlidingPaginationService()
{
return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => 'Menu/pagination/foxorders_custom_pagination.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/uikit_v3_sortable.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]);
}
/**
* Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
*
* @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
*/
protected function getLiipImagine_Binary_MimeTypeGuesserService()
{
return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
}
/**
* Gets the private 'liip_imagine.filter.configuration' shared service.
*
* @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
*/
protected function getLiipImagine_Filter_ConfigurationService()
{
return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
}
/**
* Gets the private 'liip_imagine.gd' shared service.
*
* @return \Imagine\Gd\Imagine
*/
protected function getLiipImagine_GdService()
{
$this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
$instance->setMetadataReader(new \Imagine\Image\Metadata\DefaultMetadataReader());
return $instance;
}
/**
* Gets the private 'liip_imagine.service.filter' shared service.
*
* @return \Liip\ImagineBundle\Service\FilterService
*/
protected function getLiipImagine_Service_FilterService()
{
$a = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
if (isset($this->privates['liip_imagine.service.filter'])) {
return $this->privates['liip_imagine.service.filter'];
}
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()), $a, false, $this->parameters['liip_imagine.webp.options'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr_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()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['locale_listener'])) {
return $this->privates['locale_listener'];
}
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_FR', $a, false, []);
}
/**
* Gets the private 'mailer.transports' shared service.
*
* @return \Symfony\Component\Mailer\Transport\Transports
*/
protected function getMailer_TransportsService()
{
return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
yield 0 => ($this->privates['mailer.transport_factory.gmail'] ?? $this->load('getMailer_TransportFactory_GmailService'));
yield 1 => ($this->privates['mailer.transport_factory.mailjet'] ?? $this->load('getMailer_TransportFactory_MailjetService'));
yield 2 => ($this->privates['mailer.transport_factory.sendgrid'] ?? $this->load('getMailer_TransportFactory_SendgridService'));
yield 3 => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
yield 4 => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
yield 5 => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
yield 6 => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
}, 7)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
}
/**
* 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.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.mailHandler' shared service.
*
* @return \Monolog\Handler\RotatingFileHandler
*/
protected function getMonolog_Handler_MailHandlerService()
{
$this->privates['monolog.handler.mailHandler'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/log/message/mail/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\RotatingFileHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/log/dev/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.paygreenHandler' shared service.
*
* @return \Monolog\Handler\RotatingFileHandler
*/
protected function getMonolog_Handler_PaygreenHandlerService()
{
$this->privates['monolog.handler.paygreenHandler'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/log/webhook/payment/paygreen/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.qoodosHandler' shared service.
*
* @return \Monolog\Handler\RotatingFileHandler
*/
protected function getMonolog_Handler_QoodosHandlerService()
{
$this->privates['monolog.handler.qoodosHandler'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/log/qoodos/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.queriesHandler' shared service.
*
* @return \Monolog\Handler\RotatingFileHandler
*/
protected function getMonolog_Handler_QueriesHandlerService()
{
$this->privates['monolog.handler.queriesHandler'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__, 3).'/log/blocked_requests/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.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.doctrine' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_DoctrineService()
{
$this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private '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->parameters['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->load('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->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
yield 1 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 2 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('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 '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', true],
], [
'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()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['router_listener'])) {
return $this->privates['router_listener'];
}
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($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 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
$a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
if (isset($this->privates['security.context_listener.0'])) {
return $this->privates['security.context_listener.0'];
}
return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
yield 1 => ($this->privates['security.user.provider.concrete.in_database'] ?? $this->load('getSecurity_User_Provider_Concrete_InDatabaseService'));
yield 2 => ($this->privates['security.user.provider.concrete.in_database_api'] ?? $this->load('getSecurity_User_Provider_Concrete_InDatabaseApiService'));
}, 3), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.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->load('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->load('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->load('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->load('getSecurity_Listener_UserChecker_MainService'));
}, 1 => 'preCheckCredentials'], 256);
$instance->addListener('security.authentication.success', [0 => function () {
return ($this->privates['security.listener.user_checker.main'] ?? $this->load('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->load('getSecurity_Listener_UserProviderService'));
}, 1 => 'checkPassport'], 1024);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->load('getLogoutEventListenerService'));
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
}, 1 => 'handleLoginSuccessEvent'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['App\\EventSubscriber\\CheckVerifiedUserSubscriber'] ?? $this->load('getCheckVerifiedUserSubscriberService'));
}, 1 => 'onCheckPassport'], -10);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
}, 1 => 'checkPassport'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () {
return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
}, 1 => 'onLoginSuccess'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () {
return ($this->privates['security.listener.csrf_protection'] ?? $this->load('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->load('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.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
$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.fPFDSMP'] ?? $this->get_ServiceLocator_FPFDSMPService());
if (isset($this->privates['security.firewall.map'])) {
return $this->privates['security.firewall.map'];
}
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.G4LL_Kq'] ?? ($this->privates['.security.request_matcher.G4LL_Kq'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/'.$this->getEnv('string:API_ROUTE_BASE').'/'.$this->getEnv('string:API_VERSION').'/login')));
yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.V8NoJUX'] ?? ($this->privates['.security.request_matcher.V8NoJUX'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:API_ROUTE_BASE'))));
yield 'security.firewall.map.context.main' => NULL;
}, 4));
}
/**
* 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.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['security.logout_url_generator'])) {
return $this->privates['security.logout_url_generator'];
}
$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())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->registerListener('main', 'security_logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* 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 '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.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())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0), true), [0 => $a, 1 => 'onSessionUsage']);
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
], [
'initialized_session' => '?',
'logger' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'symfonycasts.verify_email.helper' shared service.
*
* @return \SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelper
*/
protected function getSymfonycasts_VerifyEmail_HelperService()
{
$a = ($this->services['router'] ?? $this->getRouterService());
if (isset($this->privates['symfonycasts.verify_email.helper'])) {
return $this->privates['symfonycasts.verify_email.helper'];
}
return $this->privates['symfonycasts.verify_email.helper'] = new \SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelper($a, new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET'), 'signature'), new \SymfonyCasts\Bundle\VerifyEmail\Util\VerifyEmailQueryUtility(), new \SymfonyCasts\Bundle\VerifyEmail\Generator\VerifyEmailTokenGenerator($this->getEnv('APP_SECRET')), 3600);
}
/**
* 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', true],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true],
], [
'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_FR', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf')], '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'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/security.en.yaml'), 8 => (\dirname(__DIR__, 4).'/translations/validators/validators.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/validators/validators.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), 7 => (\dirname(__DIR__, 4).'/translations/validators/validators.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')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf')], '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')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.nl.xlf')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf'), 4 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), 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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'vn' => [0 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf')], 'en_US' => [0 => (\dirname(__DIR__, 4).'/translations/messages.en_US.yaml')], 'fr_FR' => [0 => (\dirname(__DIR__, 4).'/translations/messages.fr_FR.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/knplabs/knp-paginator-bundle/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 7 => (\dirname(__DIR__, 4).'/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/translations'), 22 => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 23 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations'), 24 => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 25 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 26 => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 27 => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations'), 28 => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle/translations'), 29 => (\dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle/translations'), 30 => (\dirname(__DIR__, 4).'/vendor/lelyfoto/twig-instanceof/translations'), 31 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 32 => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/translations'), 33 => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src/translations'), 34 => (\dirname(__DIR__, 4).'/vendor/zenstruck/schedule-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/knplabs/knp-paginator-bundle/translations', 4 => 'vendor/vich/uploader-bundle/translations', 5 => 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations', 6 => 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations', 7 => 'translations', 8 => 'vendor/symfony/framework-bundle/translations', 9 => 'vendor/sensio/framework-extra-bundle/src/translations', 10 => 'vendor/symfony/twig-bundle/translations', 11 => 'vendor/symfony/web-profiler-bundle/translations', 12 => 'vendor/symfony/monolog-bundle/translations', 13 => 'vendor/symfony/debug-bundle/translations', 14 => 'vendor/symfony/maker-bundle/src/translations', 15 => 'vendor/doctrine/doctrine-bundle/translations', 16 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 17 => 'vendor/symfony/security-bundle/translations', 18 => 'vendor/twig/extra-bundle/translations', 19 => 'vendor/knpuniversity/oauth2-client-bundle/src/translations', 20 => 'vendor/friendsofsymfony/jsrouting-bundle/translations', 21 => 'vendor/liip/imagine-bundle/translations', 22 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations', 23 => 'vendor/lexik/jwt-authentication-bundle/translations', 24 => 'vendor/stof/doctrine-extensions-bundle/src/translations', 25 => 'vendor/doctrine/doctrine-fixtures-bundle/translations', 26 => 'vendor/api-platform/core/src/Symfony/Bundle/translations', 27 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations', 28 => 'vendor/nelmio/cors-bundle/translations', 29 => 'vendor/willdurand/geocoder-bundle/translations', 30 => 'vendor/lelyfoto/twig-instanceof/translations', 31 => 'vendor/knplabs/knp-menu-bundle/src/translations', 32 => 'vendor/endroid/qr-code-bundle/src/translations', 33 => 'vendor/sentry/sentry-symfony/src/translations', 34 => 'vendor/zenstruck/schedule-bundle/src/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'fr_FR']);
return $instance;
}
/**
* 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\\Address\\BelongsToUserValidator' => ['privates', 'App\\Validator\\Constraints\\Address\\BelongsToUserValidator', 'getBelongsToUserValidatorService', true],
'App\\Validator\\Constraints\\Address\\LabelDuplicateValidator' => ['privates', 'App\\Validator\\Constraints\\Address\\LabelDuplicateValidator', 'getLabelDuplicateValidatorService', true],
'App\\Validator\\Constraints\\Address\\MaximumAddressesReachedValidator' => ['privates', 'App\\Validator\\Constraints\\Address\\MaximumAddressesReachedValidator', 'getMaximumAddressesReachedValidatorService', true],
'App\\Validator\\Constraints\\Address\\PostalCodeValidator' => ['privates', 'App\\Validator\\Constraints\\Address\\PostalCodeValidator', 'getPostalCodeValidator2Service', true],
'App\\Validator\\Constraints\\Attributes\\ValidPhoneValidator' => ['privates', 'App\\Validator\\Constraints\\Attributes\\ValidPhoneValidator', 'getValidPhoneValidatorService', true],
'App\\Validator\\Constraints\\Category\\MenuValidator' => ['privates', 'App\\Validator\\Constraints\\Category\\MenuValidator', 'getMenuValidatorService', true],
'App\\Validator\\Constraints\\Category\\ParentCategoryValidator' => ['privates', 'App\\Validator\\Constraints\\Category\\ParentCategoryValidator', 'getParentCategoryValidatorService', true],
'App\\Validator\\Constraints\\DateTime\\ValidDateTimeValidator' => ['privates', 'App\\Validator\\Constraints\\DateTime\\ValidDateTimeValidator', 'getValidDateTimeValidatorService', true],
'App\\Validator\\Constraints\\DateTime\\ValidDateValidator' => ['privates', 'App\\Validator\\Constraints\\DateTime\\ValidDateValidator', 'getValidDateValidatorService', true],
'App\\Validator\\Constraints\\Locale\\LocaleCodeExistValidator' => ['privates', 'App\\Validator\\Constraints\\Locale\\LocaleCodeExistValidator', 'getLocaleCodeExistValidatorService', true],
'App\\Validator\\Constraints\\LocalesValidator' => ['privates', 'App\\Validator\\Constraints\\LocalesValidator', 'getLocalesValidatorService', true],
'App\\Validator\\Constraints\\Loyalty\\OneOptinIsRequiredValidator' => ['privates', 'App\\Validator\\Constraints\\Loyalty\\OneOptinIsRequiredValidator', 'getOneOptinIsRequiredValidatorService', true],
'App\\Validator\\Constraints\\Loyalty\\ValidIdentifierValidator' => ['privates', 'App\\Validator\\Constraints\\Loyalty\\ValidIdentifierValidator', 'getValidIdentifierValidatorService', true],
'App\\Validator\\Constraints\\Order\\Anonymous\\ValidOrderAnonymousValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\Anonymous\\ValidOrderAnonymousValidator', 'getValidOrderAnonymousValidatorService', true],
'App\\Validator\\Constraints\\Order\\CancelablePaymentsValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\CancelablePaymentsValidator', 'getCancelablePaymentsValidatorService', true],
'App\\Validator\\Constraints\\Order\\Date\\OpenShopValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\Date\\OpenShopValidator', 'getOpenShopValidatorService', true],
'App\\Validator\\Constraints\\Order\\Date\\ValidDateValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\Date\\ValidDateValidator', 'getValidDateValidator2Service', true],
'App\\Validator\\Constraints\\Order\\Date\\WithinOrderingHoursValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\Date\\WithinOrderingHoursValidator', 'getWithinOrderingHoursValidatorService', true],
'App\\Validator\\Constraints\\Order\\Date\\WithinPickupHoursValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\Date\\WithinPickupHoursValidator', 'getWithinPickupHoursValidatorService', true],
'App\\Validator\\Constraints\\Order\\Device\\OrderDeviceValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\Device\\OrderDeviceValidator', 'getOrderDeviceValidatorService', true],
'App\\Validator\\Constraints\\Order\\Discounts\\Loyalty\\OrderLoyaltyValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\Discounts\\Loyalty\\OrderLoyaltyValidator', 'getOrderLoyaltyValidatorService', true],
'App\\Validator\\Constraints\\Order\\Discounts\\OrderDiscountValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\Discounts\\OrderDiscountValidator', 'getOrderDiscountValidatorService', true],
'App\\Validator\\Constraints\\Order\\Discounts\\Promotion\\OrderPromotionValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\Discounts\\Promotion\\OrderPromotionValidator', 'getOrderPromotionValidatorService', true],
'App\\Validator\\Constraints\\Order\\Discounts\\Qoodos\\OrderQoodosDiscountValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\Discounts\\Qoodos\\OrderQoodosDiscountValidator', 'getOrderQoodosDiscountValidatorService', true],
'App\\Validator\\Constraints\\Order\\Fees\\OrderFeesValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\Fees\\OrderFeesValidator', 'getOrderFeesValidatorService', true],
'App\\Validator\\Constraints\\Order\\FreeItem\\OrderFreeItemValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\FreeItem\\OrderFreeItemValidator', 'getOrderFreeItemValidatorService', true],
'App\\Validator\\Constraints\\Order\\OrderItem\\OrderItemMenuValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\OrderItem\\OrderItemMenuValidator', 'getOrderItemMenuValidatorService', true],
'App\\Validator\\Constraints\\Order\\OrderItem\\OrderItemOptionsValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\OrderItem\\OrderItemOptionsValidator', 'getOrderItemOptionsValidatorService', true],
'App\\Validator\\Constraints\\Order\\OrderItem\\OrderItemTotalValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\OrderItem\\OrderItemTotalValidator', 'getOrderItemTotalValidatorService', true],
'App\\Validator\\Constraints\\Order\\OrderPaymentPendingValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\OrderPaymentPendingValidator', 'getOrderPaymentPendingValidatorService', true],
'App\\Validator\\Constraints\\Order\\SchemaValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\SchemaValidator', 'getSchemaValidatorService', true],
'App\\Validator\\Constraints\\Order\\Setting\\OrderSettingValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\Setting\\OrderSettingValidator', 'getOrderSettingValidatorService', true],
'App\\Validator\\Constraints\\Order\\TimeSlot\\MaxOrdersByIntervalExceededValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\TimeSlot\\MaxOrdersByIntervalExceededValidator', 'getMaxOrdersByIntervalExceededValidatorService', true],
'App\\Validator\\Constraints\\Order\\Totals\\OrderTotalValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\Totals\\OrderTotalValidator', 'getOrderTotalValidatorService', true],
'App\\Validator\\Constraints\\Order\\User\\OrderCustomerValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\User\\OrderCustomerValidator', 'getOrderCustomerValidatorService', true],
'App\\Validator\\Constraints\\Order\\Zone\\CustomerDeliveryAddressInZoneValidator' => ['privates', 'App\\Validator\\Constraints\\Order\\Zone\\CustomerDeliveryAddressInZoneValidator', 'getCustomerDeliveryAddressInZoneValidatorService', true],
'App\\Validator\\Constraints\\Payment\\Payplug\\ApplePay\\ApplePayTokenValidator' => ['privates', 'App\\Validator\\Constraints\\Payment\\Payplug\\ApplePay\\ApplePayTokenValidator', 'getApplePayTokenValidatorService', true],
'App\\Validator\\Constraints\\Payment\\Payplug\\ApplePay\\ExternalIdValidator' => ['privates', 'App\\Validator\\Constraints\\Payment\\Payplug\\ApplePay\\ExternalIdValidator', 'getExternalIdValidatorService', true],
'App\\Validator\\Constraints\\Product\\Menus\\MenusValidator' => ['privates', 'App\\Validator\\Constraints\\Product\\Menus\\MenusValidator', 'getMenusValidatorService', true],
'App\\Validator\\Constraints\\Product\\Option\\ProductsValidator' => ['privates', 'App\\Validator\\Constraints\\Product\\Option\\ProductsValidator', 'getProductsValidator2Service', true],
'App\\Validator\\Constraints\\Product\\Option\\TypeValidator' => ['privates', 'App\\Validator\\Constraints\\Product\\Option\\TypeValidator', 'getTypeValidatorService', true],
'App\\Validator\\Constraints\\Product\\Product\\MainProductValidator' => ['privates', 'App\\Validator\\Constraints\\Product\\Product\\MainProductValidator', 'getMainProductValidatorService', true],
'App\\Validator\\Constraints\\Product\\Product\\MenuValidator' => ['privates', 'App\\Validator\\Constraints\\Product\\Product\\MenuValidator', 'getMenuValidator2Service', true],
'App\\Validator\\Constraints\\Product\\Product\\ProductValidator' => ['privates', 'App\\Validator\\Constraints\\Product\\Product\\ProductValidator', 'getProductValidatorService', true],
'App\\Validator\\Constraints\\ShopAccessValidator' => ['privates', 'App\\Validator\\Constraints\\ShopAccessValidator', 'getShopAccessValidatorService', true],
'App\\Validator\\Constraints\\Shop\\Device\\Pairing\\UniqueIdentifierValidator' => ['privates', 'App\\Validator\\Constraints\\Shop\\Device\\Pairing\\UniqueIdentifierValidator', 'getUniqueIdentifierValidatorService', true],
'App\\Validator\\Constraints\\Shop\\Device\\UniquePinValidator' => ['privates', 'App\\Validator\\Constraints\\Shop\\Device\\UniquePinValidator', 'getUniquePinValidatorService', true],
'App\\Validator\\Constraints\\Shop\\Device\\ValidPairDeviceValidator' => ['privates', 'App\\Validator\\Constraints\\Shop\\Device\\ValidPairDeviceValidator', 'getValidPairDeviceValidatorService', true],
'App\\Validator\\Constraints\\Shop\\OrderSetting\\CustomerIdentifierValidator' => ['privates', 'App\\Validator\\Constraints\\Shop\\OrderSetting\\CustomerIdentifierValidator', 'getCustomerIdentifierValidatorService', true],
'App\\Validator\\Constraints\\Shop\\Promotion\\PromotionValidator' => ['privates', 'App\\Validator\\Constraints\\Shop\\Promotion\\PromotionValidator', 'getPromotionValidatorService', true],
'App\\Validator\\Constraints\\User\\Customer\\Promotion\\CustomerPromotionValidator' => ['privates', 'App\\Validator\\Constraints\\User\\Customer\\Promotion\\CustomerPromotionValidator', 'getCustomerPromotionValidatorService', true],
'App\\Validator\\Constraints\\User\\PasswordValidator' => ['privates', 'App\\Validator\\Constraints\\User\\PasswordValidator', 'getPasswordValidatorService', true],
'App\\Validator\\PromotionalOffer\\CategoryProductNotNullValidator' => ['privates', 'App\\Validator\\PromotionalOffer\\CategoryProductNotNullValidator', 'getCategoryProductNotNullValidatorService', true],
'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator' => ['privates', 'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator', 'getAddressValidatorService', true],
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true],
], [
'App\\Validator\\Constraints\\Address\\BelongsToUserValidator' => '?',
'App\\Validator\\Constraints\\Address\\LabelDuplicateValidator' => '?',
'App\\Validator\\Constraints\\Address\\MaximumAddressesReachedValidator' => '?',
'App\\Validator\\Constraints\\Address\\PostalCodeValidator' => '?',
'App\\Validator\\Constraints\\Attributes\\ValidPhoneValidator' => '?',
'App\\Validator\\Constraints\\Category\\MenuValidator' => '?',
'App\\Validator\\Constraints\\Category\\ParentCategoryValidator' => '?',
'App\\Validator\\Constraints\\DateTime\\ValidDateTimeValidator' => '?',
'App\\Validator\\Constraints\\DateTime\\ValidDateValidator' => '?',
'App\\Validator\\Constraints\\Locale\\LocaleCodeExistValidator' => '?',
'App\\Validator\\Constraints\\LocalesValidator' => '?',
'App\\Validator\\Constraints\\Loyalty\\OneOptinIsRequiredValidator' => '?',
'App\\Validator\\Constraints\\Loyalty\\ValidIdentifierValidator' => '?',
'App\\Validator\\Constraints\\Order\\Anonymous\\ValidOrderAnonymousValidator' => '?',
'App\\Validator\\Constraints\\Order\\CancelablePaymentsValidator' => '?',
'App\\Validator\\Constraints\\Order\\Date\\OpenShopValidator' => '?',
'App\\Validator\\Constraints\\Order\\Date\\ValidDateValidator' => '?',
'App\\Validator\\Constraints\\Order\\Date\\WithinOrderingHoursValidator' => '?',
'App\\Validator\\Constraints\\Order\\Date\\WithinPickupHoursValidator' => '?',
'App\\Validator\\Constraints\\Order\\Device\\OrderDeviceValidator' => '?',
'App\\Validator\\Constraints\\Order\\Discounts\\Loyalty\\OrderLoyaltyValidator' => '?',
'App\\Validator\\Constraints\\Order\\Discounts\\OrderDiscountValidator' => '?',
'App\\Validator\\Constraints\\Order\\Discounts\\Promotion\\OrderPromotionValidator' => '?',
'App\\Validator\\Constraints\\Order\\Discounts\\Qoodos\\OrderQoodosDiscountValidator' => '?',
'App\\Validator\\Constraints\\Order\\Fees\\OrderFeesValidator' => '?',
'App\\Validator\\Constraints\\Order\\FreeItem\\OrderFreeItemValidator' => '?',
'App\\Validator\\Constraints\\Order\\OrderItem\\OrderItemMenuValidator' => '?',
'App\\Validator\\Constraints\\Order\\OrderItem\\OrderItemOptionsValidator' => '?',
'App\\Validator\\Constraints\\Order\\OrderItem\\OrderItemTotalValidator' => '?',
'App\\Validator\\Constraints\\Order\\OrderPaymentPendingValidator' => '?',
'App\\Validator\\Constraints\\Order\\SchemaValidator' => '?',
'App\\Validator\\Constraints\\Order\\Setting\\OrderSettingValidator' => '?',
'App\\Validator\\Constraints\\Order\\TimeSlot\\MaxOrdersByIntervalExceededValidator' => '?',
'App\\Validator\\Constraints\\Order\\Totals\\OrderTotalValidator' => '?',
'App\\Validator\\Constraints\\Order\\User\\OrderCustomerValidator' => '?',
'App\\Validator\\Constraints\\Order\\Zone\\CustomerDeliveryAddressInZoneValidator' => '?',
'App\\Validator\\Constraints\\Payment\\Payplug\\ApplePay\\ApplePayTokenValidator' => '?',
'App\\Validator\\Constraints\\Payment\\Payplug\\ApplePay\\ExternalIdValidator' => '?',
'App\\Validator\\Constraints\\Product\\Menus\\MenusValidator' => '?',
'App\\Validator\\Constraints\\Product\\Option\\ProductsValidator' => '?',
'App\\Validator\\Constraints\\Product\\Option\\TypeValidator' => '?',
'App\\Validator\\Constraints\\Product\\Product\\MainProductValidator' => '?',
'App\\Validator\\Constraints\\Product\\Product\\MenuValidator' => '?',
'App\\Validator\\Constraints\\Product\\Product\\ProductValidator' => '?',
'App\\Validator\\Constraints\\ShopAccessValidator' => '?',
'App\\Validator\\Constraints\\Shop\\Device\\Pairing\\UniqueIdentifierValidator' => '?',
'App\\Validator\\Constraints\\Shop\\Device\\UniquePinValidator' => '?',
'App\\Validator\\Constraints\\Shop\\Device\\ValidPairDeviceValidator' => '?',
'App\\Validator\\Constraints\\Shop\\OrderSetting\\CustomerIdentifierValidator' => '?',
'App\\Validator\\Constraints\\Shop\\Promotion\\PromotionValidator' => '?',
'App\\Validator\\Constraints\\User\\Customer\\Promotion\\CustomerPromotionValidator' => '?',
'App\\Validator\\Constraints\\User\\PasswordValidator' => '?',
'App\\Validator\\PromotionalOffer\\CategoryProductNotNullValidator' => '?',
'Bazinga\\GeocoderBundle\\Validator\\Constraint\\AddressValidator' => '?',
'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 '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.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()
{
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()
{
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'];
}
$b = ($this->services['router'] ?? $this->getRouterService());
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, $b, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'foxorders_support_email' => false,
'foxorders_no_reply_email' => false,
'foxorders_shop' => false,
'foxorders_domain' => false,
'foxorders_default_currency_symbol' => false,
'app_stripe_signing_secret' => false,
'twilio_account_sid_live' => false,
'twilio_auth_token_live' => false,
'twilio_sender' => false,
'google_map_api_key' => false,
'main_url' => false,
'rate_limiter_limit' => false,
'rate_limiter_interval' => false,
'api.route.base' => false,
'api.version' => false,
'api.route.prefix' => false,
'device_pin_dev' => false,
'app_under_maintenance' => false,
'kernel.secret' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'session.save_path' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
'lexik_jwt_authentication.pass_phrase' => false,
'api_platform.defaults' => 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 'foxorders_support_email': $value = $this->getEnv('FOXORDERS_SUPPORT_EMAIL'); break;
case 'foxorders_no_reply_email': $value = $this->getEnv('FOXORDERS_NO_REPLY_EMAIL'); break;
case 'foxorders_shop': $value = $this->getEnv('FOXORDERS_SHOP'); break;
case 'foxorders_domain': $value = $this->getEnv('FOXORDERS_DOMAIN'); break;
case 'foxorders_default_currency_symbol': $value = $this->getEnv('FOXORDERS_DEFAULT_CURRENCY_SYMBOL'); break;
case 'app_stripe_signing_secret': $value = $this->getEnv('STRIPE_SIGNING_SECRET'); break;
case 'twilio_account_sid_live': $value = $this->getEnv('TWILIO_ACCOUNT_SID_LIVE'); break;
case 'twilio_auth_token_live': $value = $this->getEnv('TWILIO_AUTH_TOKEN_LIVE'); break;
case 'twilio_sender': $value = $this->getEnv('TWILIO_SENDER'); break;
case 'google_map_api_key': $value = $this->getEnv('GOOGLE_MAP_API_KEY'); break;
case 'main_url': $value = $this->getEnv('MAIN_URL'); break;
case 'rate_limiter_limit': $value = $this->getEnv('RATE_LIMITER_LIMIT'); break;
case 'rate_limiter_interval': $value = $this->getEnv('RATE_LIMITER_INTERVAL'); break;
case 'api.route.base': $value = $this->getEnv('API_ROUTE_BASE'); break;
case 'api.version': $value = $this->getEnv('API_VERSION'); break;
case 'api.route.prefix': $value = '/'.$this->getEnv('string:API_ROUTE_BASE').'/'.$this->getEnv('string:API_VERSION'); break;
case 'device_pin_dev': $value = $this->getEnv('DEVICE_PIN_DEV'); break;
case 'app_under_maintenance': $value = $this->getEnv('bool:UNDER_MAINTENANCE'); 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 'session.save_path': $value = ($this->targetDir.''.'/sessions'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
case 'api_platform.defaults': $value = [
'attributes' => [
'pagination_items_per_page' => 10,
'route_prefix' => $this->getEnv('API_VERSION'),
],
]; 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',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
'BazingaGeocoderBundle' => 'Bazinga\\GeocoderBundle\\BazingaGeocoderBundle',
'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
'TwigInstanceOfBundle' => 'Lelyfoto\\Twig\\InstanceOf\\TwigInstanceOfBundle',
'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
'ZenstruckScheduleBundle' => 'Zenstruck\\ScheduleBundle\\ZenstruckScheduleBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'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',
],
'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',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'KnpUOAuth2ClientBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
'namespace' => 'KnpU\\OAuth2ClientBundle',
],
'KnpPaginatorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
'namespace' => 'Knp\\Bundle\\PaginatorBundle',
],
'FOSJsRoutingBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/jsrouting-bundle'),
'namespace' => 'FOS\\JsRoutingBundle',
],
'LiipImagineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/liip/imagine-bundle'),
'namespace' => 'Liip\\ImagineBundle',
],
'FOSCKEditorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
'namespace' => 'FOS\\CKEditorBundle',
],
'VichUploaderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/vich/uploader-bundle'),
'namespace' => 'Vich\\UploaderBundle',
],
'LexikJWTAuthenticationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
],
'StofDoctrineExtensionsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/stof/doctrine-extensions-bundle/src'),
'namespace' => 'Stof\\DoctrineExtensionsBundle',
],
'DoctrineFixturesBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-fixtures-bundle'),
'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
],
'ApiPlatformBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/api-platform/core/src/Symfony/Bundle'),
'namespace' => 'ApiPlatform\\Symfony\\Bundle',
],
'GesdinetJWTRefreshTokenBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
],
'NelmioCorsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/cors-bundle'),
'namespace' => 'Nelmio\\CorsBundle',
],
'SymfonyCastsResetPasswordBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/reset-password-bundle/src'),
'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
],
'BazingaGeocoderBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/willdurand/geocoder-bundle'),
'namespace' => 'Bazinga\\GeocoderBundle',
],
'SymfonyCastsVerifyEmailBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfonycasts/verify-email-bundle/src'),
'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
],
'TwigInstanceOfBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/lelyfoto/twig-instanceof'),
'namespace' => 'Lelyfoto\\Twig\\InstanceOf',
],
'KnpMenuBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-menu-bundle/src'),
'namespace' => 'Knp\\Bundle\\MenuBundle',
],
'EndroidQrCodeBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src'),
'namespace' => 'Endroid\\QrCodeBundle',
],
'SentryBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sentry/sentry-symfony/src'),
'namespace' => 'Sentry\\SentryBundle',
],
'ZenstruckScheduleBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/zenstruck/schedule-bundle/src'),
'namespace' => 'Zenstruck\\ScheduleBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'PUBLIC_USER_ACCOUNT_VERIFY' => '(user/account-verification/verify)|(utilisateur/vérification-de-compte/verifier)|(usuario/verificación-de-la-cuenta/controlar)',
'PUBLIC_PAYMENT_WEBHOOK' => '(payment/stripe/webhook)|(payment/payxpert/webhook)|(payment/paygreen/webhook)|(payment/payplug/webhook)|(payment/nepting/webhook)|(payment/nepting/redirection)',
'PUBLIC_RESET_PASSWORD' => '(reset-password)|(reinitialiser-mot-de-passe)|(restablecer-la-contrasena)',
'PUBLIC_PATHS' => '(image/crop)|(login)|(connect/social)|(documentation)|(webhook)|(mentions-legales)|(image-profile-proxy)|(connect/google)|(connect/google/check)',
'locale' => 'fr_FR',
'app_server_prod' => 'prod',
'app_server_dev' => 'development',
'app_server_staging' => 'staging',
'app_server_test' => 'test',
'app_server_local' => 'local',
'app_locales' => 'en_US|fr_FR|es_ES',
'foxorders_logo_foxorders_images' => 'foxorders/media/logos',
'media_directory' => 'assets/media/',
'images_directory' => 'uploads/images',
'cropped_images_directory' => 'uploads/images/cropped_images',
'files_directory' => 'uploads/files',
'fixtures_directory' => (\dirname(__DIR__, 4).'/public/fixtures/'),
'fixtures_files_directory' => (\dirname(__DIR__, 4).'/public/fixtures/files/'),
'fixtures_logos_directory' => (\dirname(__DIR__, 4).'/public/fixtures/logos/'),
'fixtures_medias_directory' => (\dirname(__DIR__, 4).'/public/fixtures/medias/'),
'fixtures_payment_method_directory' => (\dirname(__DIR__, 4).'/public/fixtures/payment_method/'),
'fixtures_shop_mode_directory' => (\dirname(__DIR__, 4).'/public/fixtures/shop_mode/'),
'fixtures_promotions_directory' => (\dirname(__DIR__, 4).'/public/fixtures/promotions/'),
'fixtures_aliment_directory' => (\dirname(__DIR__, 4).'/public/fixtures/aliment/'),
'fixtures_categories_directory' => (\dirname(__DIR__, 4).'/public/fixtures/categories/'),
'foxorders_media_directory' => 'foxorders/media/',
'foxorders_doc' => 'foxorders/media/doc/',
'foxorders_doc_libraries' => 'foxorders/media/doc/libraries/',
'foxorders_doc_authorization' => 'foxorders/media/doc/authorization/',
'foxorders_logos' => 'foxorders/media/logos/',
'foxorders_qrcodes' => 'foxorders/media/qrcodes/',
'foxorders_export_images' => 'foxorders/media/export/',
'foxorders_users_media' => 'assets/media//users/',
'foxorders_users_images' => 'uploads/images/users/',
'foxorders_shops_images' => 'uploads/images/shops/',
'foxorders_medias_images' => 'uploads/images/medias/',
'foxorders_socials_images' => 'uploads/images/socials/',
'foxorders_aliments_images' => 'uploads/images/aliments/',
'foxorders_partners_images' => 'uploads/images/partners/',
'foxorders_templates_images' => 'uploads/images/templates/',
'foxorders_categories_images' => 'uploads/images/categories/',
'foxorders_categories_images_v1' => 'media/category/',
'foxorders_products_images_v1' => 'media/dish/',
'foxorders_products_images' => 'uploads/images/products/',
'foxorders_options_images' => 'uploads/images/options/',
'foxorders_option_variants_images' => 'uploads/images/option_variants/',
'foxorders_promotions_images' => 'uploads/images/promotions/',
'foxorders_promotional_offers_images' => 'uploads/images/promotional_offers/',
'foxorders_printer_images' => 'uploads/images/printers/',
'foxorders_qrcodes_images' => 'assets/media//qrcodes/',
'foxorders_loyalty_images' => 'uploads/images/loyalty/',
'foxorders_menu_files' => 'uploads/files/menus/',
'foxorders_external_files' => 'uploads/files/externals/',
'foxorders_payment_methods_images' => 'uploads/images/payment_methods/',
'foxorders_shop_modes_images' => 'uploads/images/shop_modes/',
'locks_directory' => 'locks/',
'tmp_directory' => (\dirname(__DIR__, 3).'/tmp/'),
'foxorders_locks_directory' => (\dirname(__DIR__, 3).'/tmp/locks/'),
'failure_csv_path' => 'user/migration/',
'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' => false,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'fr_FR',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'kernel.trusted_proxies' => '127.0.0.1,REMOTE_ADDR',
'kernel.trusted_headers' => 14,
'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.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 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.loyaltyHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_loyalty',
],
],
'monolog.handler.cleanUriHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_clean_uri',
],
],
'monolog.handler.loginHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_login',
],
],
'monolog.handler.hoursHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_hours',
],
],
'monolog.handler.deviceHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_device',
],
],
'monolog.handler.ZoneValidator' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_zone',
],
],
'monolog.handler.translationHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_translation',
],
],
'monolog.handler.cloneMenuHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_clone_menu',
],
],
'monolog.handler.neptingHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_nepting',
],
],
'monolog.handler.thirdPartiesHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_third_parties',
],
],
'monolog.handler.exportHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_export',
],
],
'monolog.handler.qoodosHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_qoodos',
],
],
'monolog.handler.queriesHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_limiter',
],
],
'monolog.handler.commandHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_command',
],
],
'monolog.handler.franchiseHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_franchise',
],
],
'monolog.handler.slackHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_slack',
],
],
'monolog.handler.migrationHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_migration',
],
],
'monolog.handler.twilioHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_twilio',
],
],
'monolog.handler.smsModeHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_sms_mode',
],
],
'monolog.handler.mailHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_mail',
],
],
'monolog.handler.neptingEPayHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_nepting_epay',
],
],
'monolog.handler.payplugHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_payplug',
],
],
'monolog.handler.payxpertHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_payxpert',
],
],
'monolog.handler.paygreenHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_paygreen',
],
],
'monolog.handler.stripeHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_stripe',
],
],
'monolog.handler.paymentHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_payment',
],
],
'monolog.handler.notificationHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_notification',
],
],
'monolog.handler.starcloudHandler' => [
'type' => 'inclusive',
'elements' => [
0 => 'channel_starcloud',
],
],
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
'foxorders_v1' => 'doctrine.dbal.foxorders_v1_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.proxy_namespace' => 'Proxies',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'security.role_hierarchy.roles' => [
'ROLE_CLIENT' => [
0 => 'ROLE_USER',
],
'ROLE_API' => [
0 => 'ROLE_USER',
],
'ROLE_SHOP_MANAGER' => [
0 => 'ROLE_CLIENT',
],
'ROLE_MANAGER' => [
0 => 'ROLE_SHOP_MANAGER',
1 => 'ROLE_ALLOWED_TO_SWITCH',
],
'ROLE_SUPPORT' => [
0 => 'ROLE_MANAGER',
],
'ROLE_ADMIN' => [
0 => 'ROLE_SUPPORT',
],
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'dev',
1 => 'login',
2 => 'api',
3 => 'main',
],
'lexik_jwt_authentication.authenticator_manager_enabled' => true,
'knp_paginator.template.pagination' => 'Menu/pagination/foxorders_custom_pagination.html.twig',
'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/uikit_v3_sortable.html.twig',
'knp_paginator.page_range' => 5,
'knp_paginator.page_limit' => NULL,
'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
'fos_js_routing.request_context_base_url' => NULL,
'fos_js_routing.cache_control' => [
'enabled' => false,
],
'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' => [
'cache' => [
'quality' => 100,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
],
'post_processors' => [
],
],
'crop_image' => [
'quality' => 90,
'jpeg_quality' => NULL,
'png_compression_level' => NULL,
'png_compression_filter' => NULL,
'format' => NULL,
'animated' => false,
'cache' => NULL,
'data_loader' => NULL,
'default_image' => NULL,
'filters' => [
'thumbnail' => [
],
],
'post_processors' => [
],
],
],
'liip_imagine.binary.loader.default' => 'default',
'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
'liip_imagine.webp.generate' => false,
'liip_imagine.webp.options' => [
'quality' => 100,
'cache' => NULL,
'data_loader' => NULL,
'post_processors' => [
],
],
'vich_uploader.default_filename_attribute_suffix' => '_name',
'vich_uploader.mappings' => [
'users_images' => [
'uri_prefix' => 'uploads/images/users/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/images/users/'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.users_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'shops_images' => [
'uri_prefix' => 'uploads/images/shops/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/images/shops/'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.shops_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'medias_images' => [
'uri_prefix' => 'uploads/images/medias/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/images/medias/'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.medias_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'social_images' => [
'uri_prefix' => 'uploads/images/socials/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/images/socials/'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.social_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'aliment_images' => [
'uri_prefix' => 'uploads/images/aliments/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/images/aliments/'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.aliment_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'partner_images' => [
'uri_prefix' => 'uploads/images/partners/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/images/partners/'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.partner_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'template_images' => [
'uri_prefix' => 'uploads/images/templates/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/images/templates/'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.template_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'category_images' => [
'uri_prefix' => 'uploads/images/categories/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/images/categories/'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.category_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'product_images' => [
'uri_prefix' => 'uploads/images/products/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/images/products/'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.product_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'option_images' => [
'uri_prefix' => 'uploads/images/options/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/images/options/'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.option_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'option_variant_images' => [
'uri_prefix' => 'uploads/images/option_variants/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/images/option_variants/'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.option_variant_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'promotion_images' => [
'uri_prefix' => 'uploads/images/promotions/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/images/promotions/'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.promotion_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'promotional_offers_images' => [
'uri_prefix' => 'uploads/images/promotional_offers/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/images/promotional_offers/'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.promotional_offers_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'printer_images' => [
'uri_prefix' => 'uploads/images/printers/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/images/printers/'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.printer_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'external_files' => [
'uri_prefix' => 'uploads/files/externals/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/files/externals/'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.external_files',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'payment_methods_images' => [
'uri_prefix' => 'uploads/images/payment_methods/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/images/payment_methods/'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.payment_methods_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'shop_modes_images' => [
'uri_prefix' => 'uploads/images/shop_modes/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/images/shop_modes/'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.shop_modes_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
'loyalty_images' => [
'uri_prefix' => 'uploads/images/loyalty/',
'upload_destination' => (\dirname(__DIR__, 4).'/public/uploads/images/loyalty/'),
'inject_on_load' => false,
'delete_on_update' => true,
'delete_on_remove' => true,
'namer' => [
'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.loyalty_images',
'options' => [
],
],
'directory_namer' => [
'service' => NULL,
'options' => NULL,
],
'db_driver' => 'orm',
],
],
'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
'lexik_jwt_authentication.token_ttl' => 0,
'lexik_jwt_authentication.clock_skew' => 0,
'lexik_jwt_authentication.user_identity_field' => 'username',
'lexik_jwt_authentication.allow_no_expiration' => false,
'lexik_jwt_authentication.user_id_claim' => 'username',
'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
'stof_doctrine_extensions.default_locale' => 'en_US',
'stof_doctrine_extensions.translation_fallback' => false,
'stof_doctrine_extensions.persist_default_translation' => false,
'stof_doctrine_extensions.skip_translation_on_load' => false,
'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
'api_platform.metadata_backward_compatibility_layer' => true,
'api_platform.enable_entrypoint' => true,
'api_platform.enable_docs' => true,
'api_platform.title' => 'Popina Order API',
'api_platform.description' => 'Your Popina Order API which will allow you to manager all your c&c data. Whether you were a manager or a shop owner.',
'api_platform.version' => '2.0.0',
'api_platform.show_webby' => false,
'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' => [
'json' => [
0 => 'application/json',
],
'jsonld' => [
0 => 'application/ld+js',
],
'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' => true,
'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' => false,
'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' => 10,
'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' => 10,
'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.resource_class_directories' => [
0 => (\dirname(__DIR__, 4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity'),
1 => (\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' => [
'JWT' => [
'name' => 'Authorization',
'type' => 'header',
],
'Source' => [
'name' => 'Source',
'type' => 'header',
],
'Version' => [
'name' => 'Version',
'type' => 'header',
],
'Franchise token' => [
'name' => 'franchise-token',
'type' => 'header',
],
'Shop token' => [
'name' => 'shop-token',
'type' => 'header',
],
'Device token' => [
'name' => 'device-token',
'type' => 'header',
],
'Locale' => [
'name' => 'locale',
'type' => 'header',
],
],
'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,
'gesdinet_jwt_refresh_token.ttl' => 1814400,
'gesdinet_jwt_refresh_token.ttl_update' => false,
'gesdinet_jwt_refresh_token.security.firewall' => 'api',
'gesdinet_jwt_refresh_token.user_provider' => NULL,
'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
'gesdinet_jwt_refresh_token.single_use' => true,
'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
'gesdinet_jwt_refresh_token.cookie' => [
'enabled' => false,
'same_site' => 'lax',
'path' => '/',
'domain' => NULL,
'http_only' => true,
'secure' => true,
'remove_token_from_body' => true,
],
'gesdinet_jwt_refresh_token.logout_firewall_context' => 'security.firewall.map.context.api',
'gesdinet_jwt_refresh_token.return_expiration' => false,
'gesdinet_jwt_refresh_token.return_expiration_parameter_name' => 'refresh_token_expiration',
'gesdinet.jwtrefreshtoken.refresh_token.class' => 'App\\Entity\\Security\\RefreshToken',
'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
'nelmio_cors.map' => [
'^/' => [
],
],
'nelmio_cors.defaults' => [
'allow_origin' => true,
'allow_credentials' => true,
'allow_headers' => [
0 => 'accept',
1 => 'authorization',
2 => 'cache-control',
3 => 'content-type',
4 => 'dnt',
5 => 'if-modified-since',
6 => 'keep-alive',
7 => 'origin',
8 => 'user-agent',
9 => 'x-requested-with',
10 => 'source',
11 => 'version',
12 => 'franchise-token',
13 => 'shop-token',
14 => 'device-token',
15 => 'access-control-allow-headers',
16 => 'sentry-trace',
17 => 'baggage',
18 => 'ngrok-skip-browser-warning',
19 => 'locale',
20 => 'device-pin-dev',
],
'expose_headers' => [
0 => 'Authorization',
],
'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,
],
'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',
'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' => 'Menu/knp_menu.html.twig',
'knp_menu.default_renderer' => 'twig',
'env(SENTRY_RELEASE)' => '1.0.0+no-version-set@{no ref',
'sentry.tracing.enabled' => true,
'sentry.tracing.dbal.enabled' => true,
'sentry.tracing.dbal.connections' => [
],
'sentry.tracing.cache.enabled' => true,
'sentry.tracing.http_client.enabled' => true,
'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',
],
'notifier.data_collector' => [
0 => 'notifier',
1 => '@WebProfiler/Collector/notifier.html.twig',
],
'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
0 => 'vich_uploader.mapping_collector',
1 => '@VichUploader/Collector/mapping_collector.html.twig',
],
'Bazinga\\GeocoderBundle\\DataCollector\\GeocoderDataCollector' => [
0 => 'geocoder',
1 => '@BazingaGeocoder/Collector/geocoder.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}